------- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-28 15:16 ------- (In reply to comment #3) > (In reply to comment #2) > > Really only building static is not supported on darwin. I will look into > > the > problem but only after a week > > if no one else has looked into this. > So, what I mean by static gcc is "gcc which produces binaries free of > shared-gcc-libraries".
And that is a problem, libgcc_s is required for correct running in terms of exceptions. Also it is not hard to cp libgcc_s with libgfortran and such. Also telling people to set DYLD_LIBRARY_PATH is not hard, people do it all the time on linux and almost all other unix OS's. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19176