[omniORB] AIX 4.2 binaries

PJ McKenna pj.mckenna@datalex.ie
Thu, 10 Jun 1999 15:44:41 +0100


Folks,
  From the stderr of the make :
	+ rm -f omkdepend
	+ xlC_r -o omkdepend -L../../../lib/powerpc_aix_4.2 include.o main.o
parse.o pr.o cppsetup.o ifparser.o
	+ /usr/bin/X11/mkdirhier ../../../bin/powerpc_aix_4.2
	/bin/sh: /usr/bin/X11/mkdirhier:  not found.
This seems to be causing the problem.
	+ id -un
	+ id -gn
	+ installbsd -c -o pj -g system -m 0755 omkdepend
../../../bin/powerpc_aix_4.2
	/bin/sh: ../../../../bin/powerpc_aix_4.2/omkdepend:  not found.   
At this point the /bin/powerpc_aix_4.2 file is an executable rather than a
directory.  The omkdepend executable is made, but remains in the directory
of its source files.

  I have no idea what mkdirhier does, but it doesn't exist on my machine.
The X11 directory does exist with a number of working XWindows programs, but
no mkdirhier.  "Make directory hierarchy"?

-P.J.


> -----Original Message-----
> From: Mark D. Landry [mailto:mdlandry@lincoln.midcoast.com]
> Sent: Thursday, June 10, 1999 5:40 AM
> To: omniorb-list
> Subject: Re: [omniORB] AIX 4.2 binaries.
> 
> 
> Several of the readers of this list have OmniORB 2.7.1 
> running under AIX 4.2 and
> 4.3. There are several stumbling points in the Makefile with 
> AIX. Post a 'tail'
> of the make output and we'll take a look. Specifically, what 
> errors are you
> seeing?
>