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: running library built in gcc 3.4 on another linux box with gcc 2.96


Andrew Haley wrote:
> Yi Pan wrote:
> 
>> I'm trying to run libraries that are built by gcc 3.4 on another linux
>> box which only has 2.96.
>>
>> Could you please let me know how to check which gcc3.4 libraries I
>> need, so I can copy these gcc3.4 libraries to the gcc 2.96 linux box?
> 
> Use the command 'ldd'.
> 
>> OR it there a better way to do this?
>>
>> The reason is because our client doesn't what to install the whole gcc
>> 3.4 on their box--so I'm trying a find a way that we can deliver our
>> library with a few gcc library files to them and they can run our
>> libraries right away.
> 
> It would make much more sense simply to rebuild on the older gcc version.
> 

Maybe with static link?


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