--- Comment #4 from pinskia at gcc dot gnu dot org 2008-12-29 14:00 ---
STLport is just broken then. Not GCC's bug then.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #3 from jakub at gcc dot gnu dot org 2008-12-29 11:51 ---
For --disable-static, all the unwinder etc. objects are already in libgcc.a.
Guess stlport just needs to fix up its configury.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35857
--- Comment #2 from pluto at agmk dot net 2008-12-29 09:32 ---
(In reply to comment #1)
> IIRC libgcc_eh.a is only needed for shared targets.
>
e.g., stlport configured with --enable-static --use-static-gcc needs
static -lgcc_eh, -lgcc and -lsupc++ to self-link. it uses only shared
li
--- Comment #1 from pinskia at gcc dot gnu dot org 2008-12-29 02:38 ---
IIRC libgcc_eh.a is only needed for shared targets.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35857