help-gplusplus
[Top][All Lists]
Advanced

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

Re: compatibility libraries.


From: Paul Pluzhnikov
Subject: Re: compatibility libraries.
Date: 21 Apr 2004 20:17:16 -0700
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Artificial Intelligence)

Amit Bhatia <bhatia2@nospam.co> writes:

>  I came to know that there are compatibility libraries that can let me use
> the compiled code on with newer version of gcc/libc.

Define "use". The compatibility libraries will let you run the
"old" executables, and *maybe* allow you to link "old" straight-C
object code on the updated machine.

They will not let you link g++2.95 object code with g++3.x code.
Don't even try.

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.


reply via email to

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