On Mon, Mar 03, 2003 at 09:25:37PM +0100, Lionel Ulmer wrote:
The inclusion of libgcc_s and libstdc++ is from the Direct3D code I think, I didn't realise there were deps on the c++ libs.
libstdc++ comes from libGLU (which is a C++ library). I have no idea what libgcc_s is though :-)
libgcc_s is helper library from GCC 3.x to allow passing exceptions between C++ libs. See Link Options: -shared-libgcc in gcc's info docs.
-- Michal Miroslaw