libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Link error for blahS.c when used in multiple GCC environment.


From: Brendon Costa
Subject: Re: Link error for blahS.c when used in multiple GCC environment.
Date: Sun, 01 Apr 2007 21:40:11 +1000
User-agent: Thunderbird 1.5.0.10 (Windows/20070221)

Albert Chin wrote:
> On Sat, Mar 31, 2007 at 11:53:12AM +1000, Brendon Costa wrote:
>> Development GCC that i compile from GCC 4.0.1 sources:
>> Version: 4.0.1
>> Prefix: /home/bcosta/build/install_gcc
>> libstdc++: /home/bcosta/build/install_gcc/lib/libstdc++.so
>>      (libstdc++ version: 6.5)
>>
>> When i want to build using the development GCC i do the following:
>>
>> export PATH="/home/bcosta/build/install_gcc/bin:$PATH"
>> export LD_LIBRARY_PATH="/home/bcosta/build/install_gcc/lib:$LD_LIBRARY_PATH"
> 
> What if you also set LDFLAGS="-L/home/bcosta/build/install_gcc/lib"?
> 

Nope, unfortunately that does not make any difference. I still get the
same undefined reference linker errors.

Brendon.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]