Amit Bhatia<[EMAIL PROTECTED]> writes:

>  I am using os X 10.3.9 with xcode 1.5 and gcc 3.3.

I am not familiar with that environment ...

> I believe this version of gcc/g++ is pretty old now 

Correct: the latest version of 3.x series is 3.4.6

> and am thinking of updating to gcc 4.0

Current released version is 4.1.1

> Is it expected that all the compiled libraries will continue to
> function and link smoothly if I make this upgrade?

If these packages expose plain-C API, they are likely to continue
to function. OTOH, if they expose C++ API, they are very unlikely
to work at all -- there have been several ABI changes since gcc 3.3

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.
_______________________________________________
help-gplusplus mailing list
help-gplusplus@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gplusplus

Reply via email to