[Gtkradiant] [Bug 651] Linux ABI issues to settle for 1.2.11 release

gtkradiant@zerowing.idsoftware.com gtkradiant@zerowing.idsoftware.com
Sat, 09 Nov 2002 09:16:37 -0600


http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=651





------- Additional Comments From ttimo@idsoftware.com  2002-11-09 09:16 -------
start of an answer, don't use g++ to link, it adds stdc++
use gcc instead and -Wl,-Bstatic -lstdc++ -Wl,-Bdynamic
that worked as a quick try on radiant.x86
will have to cleanup and validate 'in general'