From mboxrd@z Thu Jan 1 00:00:00 1970 From: shamino1@usa.net (David C.) To: help-gcc@gnu.org Subject: Re: Linking problems, mangling ? Date: Fri, 31 Dec 1999 22:24:00 -0000 Message-ID: References: <83askq$dhu$1@news.stna.dgac.fr> <83avtd$9bj$1@news.tue.nl> <83b4kc$hdt$1@news.stna.dgac.fr> X-SW-Source: 1999-12n/msg00256.html Message-ID: <19991231222400.rCZBkUKNbAJn1IHCDIMkpMdjrbX4xExDkKjiGTe-eXU@z> hamon@timide.stna.dgac.fr. (Roland TTK) writes: > > Or maybe I could find another implementation of the STL ?? Have you checked to see if you can get an updated compiler from Sun? Their "Visual Workshop C++" package ( http://www.sun.com/workshop/visual/spec.html ) claims to be ISO compilant, which means it should have STL support. I suggest downloading a 30-day trial version (from Sun's web site) to see if it's compatible with the library you want to use. If it is, then you may want to consider purchasing one or more licenses. Unless/until your library vendor releases a gcc version, I don't think you many other choices. (If you're not using too much of the STL, you might be able to write some quick-and-dirty implementations of the templates you need, but that may end up being more work than it's worth.) -- David