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]

libgcj is missing dependencies


Hi!

$ gcc -v
Reading specs from /sw/gcc-3.1/lib/gcc-lib/i686-pc-linux-gnu/3.1/specs
Configured with: ../gcc-3.1/configure --prefix=/sw/gcc-3.1 --enable-languages=c++,f77,java --enable-threads=posix
Thread model: posix
gcc version 3.1 20010927 (experimental)

On my system i see this:
$ ldd libgcj.so
	libpthread.so.0 => /lib/libpthread.so.0 (0x4044a000)
	libdl.so.2 => /lib/libdl.so.2 (0x40461000)
	libgcc_s.so.1 => /sw/gcc-3.1/lib/libgcc_s.so.1 (0x40465000)
	libc.so.6 => /lib/libc.so.6 (0x4046d000)
	/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

When i try to dlopen it, some symbols are missing:
e.g. deflate (from libzgcj.so) and
GC_obj_kinds (from libgcjgc.so)

These two libraries should be included on the link line while building libgcj.so.

I hope i did not miss any important point.

Martin.


-- 
The early bird catches the worm. If you want something else for       
breakfast, get up later.


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