This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

make install problems (libjava) with CVS 3.0.x branch


Hi folks,

Sorry for the repost, but I think my first message was a bit misleading...

I have a problem with make install using the current 3.0.x CVS branch.

I do a configure like so:
../gcc/configure --prefix=/usr --enable-shared --enable-threads
 --with-system-zlib i386-pc-linux-gnu

and things compile fine (using make bootstrap).

Then I try to install like so:
make prefix=/tmp/gcc-root/usr 'BOOT_CFLAGS=-pipe -O2 -march=pentiumpro'
 'MAKEINFO=makeinfo --no-split' install

And things die while trying to install libjava:
/bin/sh ./libtool --mode=link /usr/src/redhat/BUILD/obj-i386-linux/gcc/xgcc
 -B/usr/src/redhat/BUILD/obj-i386-linux/gcc/
 -B/tmp/gcc-root/usr/i386-pc-linux-gnu/bin/
 -B/tmp/gcc-root/usr/i386-pc-linux-gnu/lib/ -isystem
 /tmp/gcc-root/usr/i386-pc-linux-gnu/include
 -L/usr/src/redhat/BUILD/obj-i386-linux/i386-pc-linux-gnu/libjava
 -ffloat-store -g -O2   -o libgcj.la -objectlist libgcj.objectlist \
../libffi/libfficonvenience.la \
-rpath /tmp/gcc-root/usr/lib -rpath /tmp/gcc-root/usr/lib -lpthread
 ./libltdl/libltdlc.la
 -version-info `grep -v '^#' ../../../gcc/libjava/libtool-version`
libtool: link: unable to infer tagged configuration
libtool: link: specify a tag with `--tag'
make[2]: *** [libgcj.la] Error 1
make[2]: Leaving directory `/usr/src/redhat/BUILD/obj-i386-linux/i386-pc-linux-gnu/libjava'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/obj-i386-linux/i386-pc-linux-gnu/libjava'
make: *** [install-target-libjava] Error 2
Bad exit status from /var/tmp/rpm-tmp.71299 (%install)

I tried to repeat, after defining CC=gcc, but things stay the same.

Any words of advice ?

TIA,
					Christian



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]