On Mon, 2012-07-16 at 09:58 +0300, R?mi Denis-Courmont wrote: > Le lundi 16 juillet 2012 06:41:11 Louis Opter, vous avez ?crit : > > How could I patch the Makefile to not link with the libstdc++ when > > WebRTC is not used? And, should I file a bug for this? > > You may be hitting a limitation of automake. If there is any single .cpp file > in the sources of a given target, even if it is a conditional and unselected > source, the C++ linker will be used. Erf, that's awful. Do you know of any work around for this problem? -- Arun