> I tried that, but it doesn't work either :( > > I think my problem comes from the fact I use _snprintf and some STL... When > I put the "-static" option instead of "-shared" and when I compile with > egcc, it doesn't find these symbols... > > So, how could I link statically to libstdc++ so that the .so "contains" the > libstdc++[bla].so ?
Try... -lstdc++ ...in your link command line. Jeffrey "botman" Broome _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

