[Orca-users] make install fails on AIX 5.2 (orca-snapshot-r385)
David Michaels
dragon at raytheon.com
Thu Sep 9 18:09:42 PDT 2004
>root at beach(./orca-snapshot-r385)make install
>cd packages
>make CFLAGS=-g -O2 install || exit 1
>Target "install" is up to date.
>cd ..
>cd lib
>make CFLAGS=-g -O2 install || exit 1
> /chroot/vc/mk/orca-snapshot-r385/config/mkinstalldirs /home/orca/lib/Orca
>...
>...
>/chroot/vc/mk/orca-snapshot-r385/config/install-sh -c -m 0644
>SE/3.3.1/orca_p_vmstat_class.se /home/orca/lib/SE/3.3.1
>
>cd ..; svnversion . 2>/dev/null
>
>
If you changed the Makefile.in, and the Makefile was regenerated from it
(I think just running 'config.status' will regenerate the Makefiles),
then this line should have read:
cd ..; snversion . 2>/dev/null ; true
Since it doesn't, I'm guessing you need an extra step somewhere. Try
running 'config.status' at the top level directory -- if it rebuilds the
Makefile, it should work.
--Dragon
More information about the Orca-users
mailing list