On 08/10/12 15:09, [email protected] wrote:

collect2 (4.4.1) is used to link.


If you're linking something that includes C++ you should really use g++ as the linker.

If you're going to invoke ld directly, you need to ensure the appropriate flags are set so it includes the C++ runtime.

Apparently the library you want is libsupc++.a and it'll be somewhere in your toolchain/sysroot directory.

Also, mesa itself had a problem with this... perhaps that's what you're hitting?
http://lists.debian.org/debian-gcc/2003/02/msg00141.html

--
Link

_______________________________________________
Development mailing list
[email protected]
http://lists.qt-project.org/mailman/listinfo/development

Reply via email to