[Bug other/35857] --disable-shared doesn't install libgcc_eh.a

2008-12-29 Thread pinskia at gcc dot gnu dot org
--- 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 ---

[Bug other/35857] --disable-shared doesn't install libgcc_eh.a

2008-12-29 Thread jakub at gcc dot gnu dot org
--- 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

[Bug other/35857] --disable-shared doesn't install libgcc_eh.a

2008-12-29 Thread pluto at agmk dot net
--- 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

[Bug other/35857] --disable-shared doesn't install libgcc_eh.a

2008-12-28 Thread pinskia at gcc dot gnu dot org
--- 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