On Sun, 25 May 2003, Henri van riel wrote: > > The first one is a warning, that tells you about limits of the setlocale > > function. The second one is clearly a misslink from inside libstdc++.so. > > XMail is not involved. Try an : > > > $ nm libstdc++.so | grep hypot > > I didn't think it was a problem in XMail ;) Here's the output: > > [EMAIL PROTECTED] lib]# nm libstdc++.so | grep hypot > nm: libstdc++.so: no symbols > [EMAIL PROTECTED] lib]# nm libstdc++.a | grep hypot > U hypot > U hypot > > It looks like there is no symbl info in the .so but there is in the .a > Any advice?
You need to link against "libm.a/so" also. - Davide - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]