Hello,
This is a follow up to an earlier question -
http://stackoverflow.com/questions/1227615/how-to-use-a-different-stl-with-g
I can now get my code to build while using a different STL. However, I still need to link -lsupc++ (along with said different STL)
I see anecodal references that -lsupc++ should be the last library on the link line. I cannot find a definitive answer to this. Currently, it is not the last library on the link line for me and things seem to work fine.
Thanks!