------- Comment #5 from fxcoudert at gcc dot gnu dot org 2007-01-24 12:05 ------- (In reply to comment #3) > Is it binary compatible with 4.0.1 or will I have to rebuild > everything with a libgfortran dependence?
I see noone answered this question, so here I go: there is no binary compatibility for libgfortran between GCC branches (4.0, 4.1, 4.2, 4.3). The library versions are different each time, so you should be able to have different libraries linked to different libgfortrans (I use that on a regular basis). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29660