This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
libgcj is missing dependencies
- To: java at gcc dot gnu dot org
- Subject: libgcj is missing dependencies
- From: Martin Kahlert <martin dot kahlert at infineon dot com>
- Date: Fri, 28 Sep 2001 10:41:52 +0200
- Reply-To: martin dot kahlert at infineon dot com
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.