------- Comment #23 from howarth at nitro dot med dot uc dot edu 2008-03-01 22:51 ------- The multilib builds in general seem to have some broken elements. For both linux and darwin, when linking libgfortran one gets something like...
libtool: link: /sw/src/fink.build/gcc43-4.3.0-20080228/darwin_objdir/./gcc/xgcc -B/sw/src/fink.build/gcc43-4.3.0-20080228/darwin_objdir/./gcc/ -B/sw/lib/gcc4.3/i686-apple-darwin9/bin/ -B/sw/lib/gcc4.3/i686-apple-darwin9/lib/ -isystem /sw/lib/gcc4.3/i686-apple-darwin9/include -isystem /sw/lib/gcc4.3/i686-apple-darwin9/sys-include -dynamiclib -Wl,-single_module -Wl,-undefined -Wl,dynamic_lookup where /sw/lib/gcc4.3/i686-apple-darwin9/lib/ and /sw/lib/gcc4.3/i686-apple-darwin9/include are directories that don't exist under darwin or linux (where is is something like)... libtool: link: rm -fr .libs/libgfortran.a .libs/libgfortran.la .libs/libgfortran.lai .libs/libgfortran.so.3 .libs/libgfortran.so.3.0.0 libtool: link: /home/howarth/src/linux_obj/./gcc/xgcc -B/home/howarth/src/linux_obj/./gcc/ -B/home/howarth/work/gcc43/i686-pc-linux-gnu/bin/ -B/home/howarth/work/gcc43/i686-pc-linux-gnu/lib/ -isystem /home/howarth/work/gcc43/i686-pc-linux-gnu/include -isystem /home/howarth/work/gcc43/i686-pc-linux-gnu/sys-include -shared where /home/howarth/work/gcc43/i686-pc-linux-gnu/include and /home/howarth/work/gcc43/i686-pc-linux-gnu/lib/ don't exist. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35401