On Sun, 25 May 2003, Henri van riel wrote: > > Hello, > > I am (still) trying to build XMail against uClibc instead of glibc and > I still have a few problems. > > The uclibc toolchain does not provide the standard c++ library but > uses STLport-4.5.3. I can build that library against uClibc but when I > try to compile XMail I get the following error: > > /usr/i386-linux-uclibc/lib/libstdc++.so: the 'setlocale' function supports only > C|POSIX locales > /usr/i386-linux-uclibc/lib/libstdc++.so: undefined reference to `hypot' > collect2: ld returned 1 exit status > > I can't find any reference to 'hypot' in XMail nor in STLport, I don't > even know what this hypot in in there at all... > > Maybe Davide could tell me?
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 - 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]