Dale Scheetz <[EMAIL PROTECTED]> writes:

> Partly because the compiler is also using the target library. This allows
> the compiler to generation code that works with the target library. Thus
> the program gets "bugs" fixed by this process.

What??  You're saying the output of the compiler is a function of what
library the compiler is linked with?  That's not true.

The libraries are downward compatible within the same major version.
That means if you compile with a.b, you can link against any a.c where
c >= b.


Guy

--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]

Reply via email to