This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug libffi/21782] configure: error: unknown endianess


------- Additional Comments From papadopo at shfj dot cea dot fr  2005-05-30 11:39 -------
I tried anyway:

$ /export/Plocal/GCC-3.3.6/gcc/xgcc -B/export/Plocal/GCC-3.3.6/gcc/
-B/usr/local/gcc-3.3.6/sparc-sun-solaris2.8/bin/
-B/usr/local/gcc-3.3.6/sparc-sun-solaris2.8/lib/ -isystem
/usr/local/gcc-3.3.6/sparc-sun-solaris2.8/include  -m64 -o conftest -O2 -g -O2
conftest.c
$ 
$ ./conftest
ld.so.1: ./conftest: fatal: /usr/local/lib/libgcc_s.so.1: wrong ELF class:
ELFCLASS32
Killed
$ 
$ env LD_LIBRARY_PATH=/export/Plocal/GCC-3.3.6/gcc/sparcv9 ./conftest
$ echo $?
1
$ 


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21782


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