[omniORB] AIX 4.2 binaries

Gary D. Duzan gdd0@gte.com
Thu, 10 Jun 1999 11:01:38 -0400


   To get mkdirheir you have to install "X11.adt.imake". It should
be on your AIX installation CD. Or you could try replacing it with
"mkdir -p" in the platform file (under mk/platforms), instead.

					Gary Duzan
					GTE Laboratories



In Message <111302C972D7D01185A00060977D7D415B66F3@DATALEX_NT> ,
   PJ McKenna <pj.mckenna@datalex.ie> wrote:

=>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?
=>> 
=>