http://gcc.gnu.org/bugzilla//show_bug.cgi?id=56779

        Can someone please take a look at this bug? Since 4.8.0 we have
this annoying error when g++ complains about libintl:

configure:3223: checking whether the C++ compiler (c++ -march=native
-O3 -pipe -floop-interchange -floop-strip-mine -floop-block 
-L/usr/local/ssl/lib -L/usr/local/BerkeleyDB/lib -L/usr/X11/lib 
-L/usr/local/lib64) works
configure:3239: c++ -o conftest -march=native -O3 -pipe
-floop-interchange -floop-strip-mine -floop-block  -L/usr/local/ssl/lib 
-L/usr/local/BerkeleyDB/lib -L/usr/X11/lib -L/usr/local/lib64 conftest.C  1>&5
/usr/local/lib64/libstdc++.so: undefined reference to `libintl_gettext'
/usr/local/lib64/libstdc++.so: undefined reference to
`libintl_textdomain'
/usr/local/lib64/libstdc++.so: undefined reference to
`libintl_bindtextdomain'
collect2: error: ld returned 1 exit status
configure: failed program was:

#line 3234 "configure"
#include "confdefs.h"

int main(){return(0);}

        ******

        I tested with 4.8.2 20130620 (prerelease) and it still happens.

        Any hints? Thanks.

-- 
Linux 3.10.0: Unicycling Gorilla
http://www.youtube.com/DanielFragaBR
http://www.libertarios.org.br


Reply via email to