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


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

problem compileing jni.cc on solaris 2.8


I am having the following problem compiling on solaris 2.8 I looked through
the list and couldn't find anything on it.


I am configuring with the following:

../gcc/configure  --prefix=/home/evillanueva/gccwork
--enable-languages=c++,java --enable-threads=posix --enable-libstdcxx-v3
--with-gnu-as=/usr/local/bin/gnu-as --with-gnu-ld=/usr/local/bin/gnu-ld 

/bin/sh ./libtool --mode=compile /home/evillanueva/gccwork/build/gcc/g++
-B/home/evillanueva/gccwork/build/gcc/ -nostdinc++ -nostdinc++
-I/home/evillanueva/gccwork/gcc/libstdc++-v3/include
-I/home/evillanueva/gccwork/gcc/libstdc++-v3/include/std
-I/home/evillanueva/gccwork/gcc/libstdc++-v3/include/c_std
-I/home/evillanueva/gccwork/build/sparc-sun-solaris2.8/libstdc++-v3/include
-I/home/evillanueva/gccwork/gcc/libstdc++-v3/libsupc++
-I/home/evillanueva/gccwork/build/sparc-sun-solaris2.8/libstdc++-v3/libio
-I/home/evillanueva/gccwork/gcc/libstdc++-v3/libio
-I/home/evillanueva/gccwork/gcc/libstdc++-v3/libmath
-L/home/evillanueva/gccwork/build/sparc-sun-solaris2.8/libstdc++-v3/src
-L/home/evillanueva/gccwork/build/sparc-sun-solaris2.8/libstdc++-v3/src/.lib
s -B/home/evillanueva/gccwork/sparc-sun-solaris2.8/bin/
-B/home/evillanueva/gccwork/sparc-sun-solaris2.8/lib/ -isystem
/home/evillanueva/gccwork/sparc-sun-solaris2.8/include -DHAVE_CONFIG_H -I.
-I../../../gcc/libjava -I./include -I../../../gcc/libjava -Iinclude
-I../../../gcc/libjava/include -I../../../gcc/libjava/../boehm-gc
-I./../boehm-gc  -DSOLARIS_THREADS=1 -D_SOLARIS_PTHREADS=1 -DSILENT=1
-DNO_SIGNALS=1 -DJAVA_FINALIZATION=1 -DGC_GCJ_SUPPORT=1
-I../../../gcc/libjava/libltdl -I../../../gcc/libjava/libltdl
-I../../../gcc/libjava/../gcc -I../../../gcc/libjava/../include
-I../../../gcc/libjava/../zlib -I../../../gcc/libjava/../libffi/include
-I../libffi/include   -fno-rtti -fvtable-thunks -fasynchronous-exceptions
-fdollars-in-identifiers -I/usr/openwin/include -W -Wall -D_GNU_SOURCE -g
-O2 -c ../../../gcc/libjava/jni.cc

libtool: compile: unable to infer tagged configuration
libtool: compile: specify a tag with `--tag'
make[2]: *** [jni.lo] Error 1
ma

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