This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Linker library search path


Hi Nils,

One way is to specify the fully qualified file name to your own krb5...

gcc -o myapp myapp.cpp /db/opt/krb5-1.3.4/lib/libkrb5.so.3.2/libkrb5.so.3.2

...and don't use the -L and -l parameters.

HTH,
--Eljay


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