On 18 June 2007 23:46, michael.a wrote:

> Eric Christopher-2 wrote:
>> 
>> 
>> You might want to make sure you're passing the same configure options
>> that the distro did when building. It might cause some incompatibility
>> somewhere that ld is detecting. From a quick look it seems that ld
>> believes that the libc that you have doesn't match the gcc that you're
>> building. (i.e. the bfd arch is incompatible).
>> 
>> -eric
>> 
>> 
> 
> I'm sure plenty will look down their nose at me for asking in this
> forum(mailing list) ...but I recall a tool for checking libraries and build
> options (libtool libraries only maybe) ...I can't recall how or where, or
> think what to feed google (The architecture I'm building on is amd64 if that
> stirs up any ideas)

  I always need to 

export LD_LIBRARY_PATH=/usr/lib64:/usr/lib

on linux-x86_64 before I can do a build.  (Yes, I should probably set it in my
.bashrc or whatever...)

    cheers,
      DaveK
-- 
Can't think of a witty .sigline today....

Reply via email to