Re: Compiling with Purify

2001-07-27 Thread Stephan Witt
Juergen Vigna wrote: > > On 23-Jul-2001 Jean-Marc Lasgouttes wrote: > >> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes: > > > > Michael> Hi, when running Purify, it complains that it has to link a > > Michael> directory. Could you please tell me what option > > Michael> "-Wl,/usr/op

Re: Compiling with Purify

2001-07-24 Thread Michael Schmitt
On Tue, 24 Jul 2001, Juergen Vigna wrote: > As much as I know of this stuff it means that at runtime it searches > there for the dynamic libraries, while -L searches for the libraries > at linktime there. So normally you need both, -L/usr/openwin/lib for > linking stage and -Wl,/usr/openwin/lib s

Re: Compiling with Purify

2001-07-24 Thread Juergen Vigna
On 23-Jul-2001 Jean-Marc Lasgouttes wrote: >> "Michael" == Michael Schmitt <[EMAIL PROTECTED]> writes: > > Michael> Hi, when running Purify, it complains that it has to link a > Michael> directory. Could you please tell me what option > Michael> "-Wl,/usr/openwin/lib" means when linking bina

Re: Compiling with Purify

2001-07-23 Thread Andre Poenitz
> when running Purify, it complains that it has to link a directory. > Could you please tell me what option "-Wl,/usr/openwin/lib" means > when linking binary file "lyx". This passes '/usr/openwin/lib' to the linker... I'd think '-Wl,-L/usr/openwin/lib' is a more sensible thing to have, but I am

Compiling with Purify

2001-07-23 Thread Michael Schmitt
Hi, when running Purify, it complains that it has to link a directory. Could you please tell me what option "-Wl,/usr/openwin/lib" means when linking binary file "lyx". Michael -- == Michael Schmitt