On Mon, 15 Oct 2001, Andreas Rueckert wrote:
> It seems everything is there. But shouldn't the compile of the Gtk peer lib
> fail anyway, if one of the libs is missing?

Not necessarily.  Any paths seen by ld (e.g. with -L) will not be
automatically searched by the loader (assuming an ELF target).

So each lib directory must be one of the "system" lib dirs or mentioned in
LD_LIBRARY_PATH, unless you also link with -rpath.

Jeff


_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to