NewBie question: Segmentation faults

Alexis Denis adenis@EE.UManitoba.CA
Sat Apr 1 00:00:00 GMT 2000


> 
> Alexis> I compiled gcc 2.95.2 and I tried to compile
> Alexis> libgcj-snapshot-2000-02-18:
> 
> This won't work.  You have to use the latest gcj to compile the latest
> libgcj.
> 
> Tom
> 
I am now using egcs snapshot 20000214, in the last linking stages I from 
libgcj-snapshot-2000-02-18 I still get:

.libs/libgcj.so: undefined reference to `ffi_type_float'
.libs/libgcj.so: undefined reference to `ffi_type_sint8'
.libs/libgcj.so: undefined reference to `ffi_prep_cif'
.libs/libgcj.so: undefined reference to `ffi_type_pointer'
.libs/libgcj.so: undefined reference to `ffi_call'
.libs/libgcj.so: undefined reference to `ffi_type_uint16'
.libs/libgcj.so: undefined reference to `ffi_type_double'
.libs/libgcj.so: undefined reference to `ffi_type_sint32'
.libs/libgcj.so: undefined reference to `ffi_type_sint16'
.libs/libgcj.so: undefined reference to `ffi_type_void'
.libs/libgcj.so: undefined reference to `ffi_type_sint64'
collect2: ld returned 1 exit status
make[4]: *** [jv-convert] Error 1
make[4]: Leaving directory `/home/adenis/install/libgcj/build/powerpc-unknown-li
nux-gnu/nof/libjava'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/adenis/install/libgcj/build/powerpc-unknown-li
nux-gnu/nof/libjava'
make[2]: *** [multi-do] Error 1
make[2]: Leaving directory `/home/adenis/install/libgcj/build/powerpc-unknown-li
nux-gnu/libjava'
make[1]: *** [all-multi] Error 2
make[1]: Leaving directory `/home/adenis/install/libgcj/build/powerpc-unknown-li
nux-gnu/libjava'
make: *** [all-target-libjava] Error 2


More information about the Java mailing list