classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Missing AWT peer


From: Jeff Sturm
Subject: Re: Missing AWT peer
Date: Mon, 15 Oct 2001 14:26:54 -0400 (EDT)

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]