Linking problems, mangling ?
David C.
shamino1@usa.net
Fri Dec 17 11:52:00 GMT 1999
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
More information about the Gcc-help
mailing list