------- Additional Comments From hideishi at graduate dot chiba-u dot jp  
2004-12-28 15:04 -------
(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.

Yes, I totally agree to your comment.
It is not possible to create a "completely static gcc binary" on darwin.
However, if gcc is built with gcc's shared libraries (i.e. --enable-shared), g++
and gfortran produces binaries that require libgcc_s.dylib for runtime.
In order to distribute gfortran compiled binaries, it is troublesome to handle
with libgcc_s.dylib.
So, what I mean by static gcc is "gcc which produces binaries free of
shared-gcc-libraries".


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19176

Reply via email to