Comment 3 for bug 738098

Revision history for this message
Iain Buclaw (iainb) wrote :

*WORKAROUND*

LIBRARY_PATH=/usr/lib/i386-linux-gnu:$LIBRARY_PATH
export LIBRARY_PATH

That in your .bashrc file (or ran from a console) is enough for GCC to find the new location of library/ctor/dtor files.

Regards