Re: Possible Bug in directory search for link libraries on x86_64 linux

2006-04-05 Thread Paul D. Smith
%% John DeFranco <[EMAIL PROTECTED]> writes: jd> On x86_64 systems it would seem that the search path for link libraries jd> should be : /lib64, /usr/lib64, /lib, /usr/lib, etc. If not you end up jd> getting the 32 bit libraries included first and then a link error. For jd> example (cut

Possible Bug in directory search for link libraries on x86_64 linux

2006-04-05 Thread John DeFranco
On x86_64 systems it would seem that the search path for link libraries should be : /lib64, /usr/lib64, /lib, /usr/lib, etc. If not you end up getting the 32 bit libraries included first and then a link error. For example (cut down to only include the pertinent segments): cc -g -o test o cl_