Brian Jones wrote:
> Okay, I fixed it locally.  Thanks.  Don't know what that means if
> anything... but it works to the point of getting something familiar
> from the static compile.
> 
> creating .libs/japharS.c
> (cd .libs && gcc -c -fno-builtin -fno-rtti -fno-exceptions "japharS.c")
> rm -f .libs/japharS.c .libs/japhar.nm .libs/japhar.nmS .libs/japhar.nmT
> c++ -g -O2 -o .libs/japhar japhar.o .libs/japharS.o -Wl,--export-dynamic 
>../../lib/libjni/src/.libs/libjni.so -lpthread -lm 
>../../lib/libruntime/.libs/libruntime.so 
>/home/cbj/hungry/java/japhar/lib/zlib/.libs/libzlib.so -lpthread -lm 
>../../arch/.libs/libarch.so -lpthread -lm ../../lib/libjvmdi/src/.libs/libjvmdi.so 
>-lpthread -lm ../../libltdl/.libs/libltdlc.al -ldl -L/usr/local/lib -lSM -lICE 
>-L/usr/X11R6/lib /usr/X11R6/lib/libXm.so -lXt -lSM -lICE -lX11 
>../../lib/zlib/.libs/libzlib.so -lpthread -lm ../../lib/libffi/src/.libs/libffi.so 
>-lpthread -lm -Wl,--rpath -Wl,/usr/local/japhar/lib -Wl,--rpath -Wl,/usr/X11R6/lib 
>-Wl,--rpath -Wl,/usr/local/lib
> ../../lib/libruntime/.libs/libruntime.so: undefined reference to `KS_GC'
> collect2: ld returned 1 exit status
> make[2]: *** [japhar] Error 1
> make[2]: Leaving directory `/home/cbj/hungry/java/japhar/progs/japhar'
> make[1]: *** [all-recursive] Error 1
> 
> Brian
> --
> Brian Jones <[EMAIL PROTECTED]>

The file ksgc.c needs to be added to libruntime_la_SOURCES in
lib/libruntime/Makefile.am.  Remake the makefiles, and all should work.

Brian Bassett

Reply via email to