On 3/24/2010 6:34 AM, Bud Davis wrote:
If I am using gcc-4.4, can i link to a library compiled with gcc-4.3 ? How about 4.1 ? Or is compatability only when the exact 4.X compiler is used for both the libs and the other code.
"It depends." If you mean gcc only (no C++ or Fortran or the like), and the same system libraries (e.g. glibc), it's probably compatible. -- Tim Prince