On Thu, 14 Jul 2005, Sampath Kumar Herga wrote: > Chris, > > Thanks for the response. Any specific reason to not use gcc to compile > g++ files? One thing I found was that when creating the final binary, > g++ needs to be used. Else it does not link in the correct libraries. Gcc does not know about libstdc++ and has to be told. -ishwar