Fernando Sanchez <[EMAIL PROTECTED]> writes: > I have been suggested to ask for help here; please bounce me > somewhere else if I am writing to the wrong address. I got a bug reported on > libsablot0c102 package, which appeared on the migration to gcc-3.2. Do you > recommend adding -lstdc++, or do you have a better advice?
Fernando, The best approach is to use "g++" for linking. This should implicitly add libstdc++, and correct a few other errors that your linker command line may have caused. Regards, Martin