This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/33080] Building libstdc++ with static libgcc
- 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: 15 Aug 2007 16:44:09 -0000
- Subject: [Bug libstdc++/33080] Building libstdc++ with static libgcc
- References: <bug-33080-14561@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pinskia at gcc dot gnu dot org 2007-08-15 16:44 -------
Use --disable-shared --enable-shared=libstdc++,
libffi,ada,libada,libjava,libobjc instead.
Anyways you don't want to use the static version of libgcc in many places,
because exceptions will not always work now.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33080