Re: YAQ on /usr/bin/ld

2008-07-23 Thread Bill McGonigle
On Jul 23, 2008, at 13:21, Labitt, Bruce wrote: > /lib > is seen before /lib64. What does this mean? well, that reflects the search order, but that shouldn't be a problem if it finds the correct one. If ldconfig is seeing it, ld should know about it... > WRT adding paths, how does one name

RE: YAQ on /usr/bin/ld

2008-07-23 Thread Labitt, Bruce
-Original Message- From: Bill McGonigle [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 23, 2008 12:54 PM To: Labitt, Bruce Cc: gnhlug-discuss@mail.gnhlug.org Subject: Re: YAQ on /usr/bin/ld On Jul 23, 2008, at 09:36, Labitt, Bruce wrote: > libpcre.so and libpcre.a are in /lib64.

Re: YAQ on /usr/bin/ld

2008-07-23 Thread Bill McGonigle
On Jul 23, 2008, at 09:36, Labitt, Bruce wrote: > libpcre.so and libpcre.a are in /lib64. Why doesn't ld find it?, > especially since I did pass the argument -L/lib64 ? > > Or am I looking in the wrong place? > > For giggles I tried /usr/bin/ld -L/lib64 -lpcre and get > /usr/bin/ld: skipping inco