On Thu, 2007-03-15 at 09:55 -0700, Bart Smaalders wrote: > I compiled it all w/ gcc; it works. Getting tools like this > into customers' hands has got to be higher on our priority list > than tilting at the one true compiler windmill.
Sure thing. The problem is with the ABI differences between g++-compiled and Sun Studio-compiled c++ libs. One possibility is shipping 2 variants (/usr/lib/g++/libgtkmm-2.4.so?). Laca > I appreciate that gcc can be a sloppy compiler, but sometimes > a more expedient solution than fixing all the code to compile with > studio is needed.
