-----Original Message----- From: "Kaul, Martin" <martin.kaul@xxxxxxxx> To: <gcc-help@xxxxxxxxxxx> Date: Mon, 16 Jun 2008 16:15:48 +0200 Subject: AW: STL without libstdc++ Hi > -----Ursprüngliche Nachricht----- > Von: gcc-help-owner@xxxxxxxxxxx [mailto:gcc-help-owner@xxxxxxxxxxx]Im > Auftrag von Michael T > > I would like to ask whether it is possible to use the STL > with g++ without > having the object code depend on libstdc++? Take a look to http://www.dietmar-kuehl.de/cxxrt/ Together with http://sourceware.org/newlib/ you also do not need libstd __________________________ Does newlib support C++ exceptions mainly with sjlj; if so, is that considered disadvantageous compared with libstdc++ ? I suppose these alternate libraries are considered mainly for targets where libstdc++ isn't supported. Tim Prince