On Wednesday 09 May 2007, Mr. Miyagi wrote:
> I can't get dynamic shared object loading for C++ sources. Apparently, the
> linker is not even capable of creating shared libraries for C++ while it's
> reported being capable of producing shared libraries for C.

incorrect ... you've hit some issues with libtool not recognizing your tuple 
properly, nothing more ... uClibc is fully capable of doing C and C++ code 
(not that it should even really matter ... that's mostly gcc's realm)

> The build of the toolchain produced libstdc++ (6.0.3) which is reported to
> be an ELF 32bit LSB shared object, MIPS, version 1 (SYSV).
>
> 'configure' (on my own sources) reports (below) shared libraries are
> possible when using ...gcc as the linker, but not when using ...g++ as the
> linker, although the same linker is apparently used in both instances.

this is probably partly libtool's fault and partly file's fault and partly 
other random autotool stuff

your best bet is to update to the very latest package 
of "file", "libtool", "automake", and "autoconf" and then regenerate all the 
autotool files in the package you're trying to compile
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
uClibc mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/uclibc

Reply via email to