I have discovered that the standard c++ libraries in OS X is very outdated and so I downloaded and compiled
STLport without problems. (For some reason the make install command didn't do much but that's not important)
My problem is now that I need the following command to make it work
<BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font><HR><pre><font size=1 face=courier> cc -I../../src/STLport-<font color = blue>4.5</font>/stlport -fno-coalesce prog.cpp -L../../src/STLport-<font color = blue>4.5</font>/lib -lstlport_gcc </font>[/code]
I have absolutely no idea what the no-coalesce means, but got the tip from someone as ignorant as myself. Without it I get lots of undefined symbols. What's up?
Now, what I really want to achieve is to be able to make Project builder with these settings but I just can't figure out how. Suggestions?