Comment 6 for bug 1185238

Revision history for this message
Luc Pi (oluc) wrote :

> I have tried to add /usr/lib/i386-linux-gnu to LD path, but it did not help.

This right above was a wrong statement. I tried to, but screwed the syntax.

Now I ran

$ LDFLAGS='-lstdc++ /usr/lib/i386-linux-gnu/libstdc++.so.6' ./configure
$ make V=1

and compilation completes.

I have no idea why libstdc++ is not in the ld path/flags
It used to work fine a few weeks ago.