<html><head></head><body><div class="gmail_quote"><br>
<br>
Arun Raghavan <arun.raghavan@collabora.co.uk> schrieb:<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<pre style="white-space: pre-wrap; word-wrap:break-word; font-family: sans-serif">On Mon, 2012-07-16 at 09:58 +0300, Rémi Denis-Courmont wrote:<br />> Le lundi 16 juillet 2012 06:41:11 Louis Opter, vous avez écrit :<br />> > How could I patch the Makefile to not link with the libstdc++ when<br />> > WebRTC is not used? And, should I file a bug for this?<br />> <br />> You may be hitting a limitation of automake. If there is any single .cpp file <br />> in the sources of a given target, even if it is a conditional and unselected <br />> source, the C++ linker will be used.<br /><br />Erf, that's awful. Do you know of any work around for this problem?<br /><br />-- Arun<br /><br /><hr /><br />pulseaudio-discuss mailing list<br />pulseaudio-discuss@lists.freedesktop.org<br /><a href="http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss">http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss</a><br /></pre></blockquote></div><br clear="all">You can avoid the implicit link to libstdc++ (-nostdlib). But then you to explicitly link other implicit libs like libc.<br>
<br>
Or.can't you just override the linker?</body></html>