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]

Problem compiling gcc on solaris 2.8


I am having the following problem building on Solaris 2.8.
Anybody have any idea what this is?

I am using the following the following configuration
bash$ ../gcc/configure --enable-threads=posix -prefix=/home/evillanueva/gcc
--enable-shared --enable-languages=c++,java --with-as=/usr/local/bin/gnu-as
--with-ld=/usr/local/bin/gnu-ld --enable-libstdcxx-v3

Thanks


/bin/sh ./libtool --mode=link /home/evillanueva/gccwork/build/gcc/xgcc
-B/home/evillanueva/gccwork/build/gcc/
-B/home/evillanueva/gcc/sparc-sun-solaris2.8/bin/
-B/home/evillanueva/gcc/sparc-sun-solaris2.8/lib/ -isystem
/home/evillanueva/gcc/sparc-sun-solaris2.8/include -fexceptions -g -O2   -o
ffitest  ffitest.o libffi.la 
/home/evillanueva/gccwork/build/gcc/xgcc
-B/home/evillanueva/gccwork/build/gcc/
-B/home/evillanueva/gcc/sparc-sun-solaris2.8/bin/
-B/home/evillanueva/gcc/sparc-sun-solaris2.8/lib/ -isystem
/home/evillanueva/gcc/sparc-sun-solaris2.8/include -fexceptions -g -O2 -o
.libs/ffitest ffitest.o  ./.libs/libffi.so -R/home/evillanueva/gcc/lib
/usr/local/bin/gnu-ld: ./.libs/libffi.so: __iob: invalid version 6 (max 0)
./.libs/libffi.so: could not read symbols: Bad value
collect2: ld returned 1 exit status
make[4]: *** [ffitest] Error 1
make[4]: Leaving directory
`/home/evillanueva/gccwork/build/sparc-sun-solaris2.8/libffi'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory
`/home/evillanueva/gccwork/build/sparc-sun-solaris2.8/libffi'
make[2]: *** [all-recursive-am] Error 2
make[2]: Leaving directory
`/home/evillanueva/gccwork/build/sparc-sun-solaris2.8/libffi'
make[1]: *** [all-target-libffi] Error 2
make[1]: Leaving directory `/home/evillanueva/gccwork/build'




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