Hello Davide,

Sunday, May 25, 2003, 9:13:10 PM, you wrote:

>> 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
>>

> 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?

-- 
Best regards,
 Henri                            mailto:[EMAIL PROTECTED]



-
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]

Reply via email to