This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/19176] static gcc cannot be build (libgcc_eh.a required for static gcc)
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 28 Dec 2004 15:16:54 -0000
- Subject: [Bug bootstrap/19176] static gcc cannot be build (libgcc_eh.a required for static gcc)
- References: <20041228143407.19176.hideishi@graduate.chiba-u.jp>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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