This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/19176] static gcc cannot be build (libgcc_eh.a required for static gcc)


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]