Re: _Xsetlocale

2014-05-21 Thread David Coppa
t; configure:7095: c++ -o conftest -O2 -pipe -w -I/usr/X11R6/include >> conftest.cpp -lsupc++ -L/usr/X11R6/lib -R/usr/X11R6/lib -lX11 >&5 >> /tmp//cc2K0U3P.o(.text+0x11): In function `main': >> : undefined reference to `_Xsetlocale' >> collect2: ld return

Re: _Xsetlocale

2014-05-21 Thread David Coppa
t; configure:7095: c++ -o conftest -O2 -pipe -w -I/usr/X11R6/include >> conftest.cpp -lsupc++ -L/usr/X11R6/lib -R/usr/X11R6/lib -lX11 >&5 >> /tmp//cc2K0U3P.o(.text+0x11): In function `main': >> : undefined reference to `_Xsetlocale' >> collect2: ld return

Re: _Xsetlocale

2014-05-21 Thread Stefan Sperling
-lsupc++ -L/usr/X11R6/lib -R/usr/X11R6/lib -lX11 >&5 > /tmp//cc2K0U3P.o(.text+0x11): In function `main': > : undefined reference to `_Xsetlocale' > collect2: ld returned 1 exit status > configure:7095: $? = 1 > configure: failed program was: > > The diff

_Xsetlocale

2014-05-21 Thread David Coppa
nction `main': : undefined reference to `_Xsetlocale' collect2: ld returned 1 exit status configure:7095: $? = 1 configure: failed program was: The diff below makes Xsetlocale fall back to setlocale() like they did for Apple and Cygwin... Opinions / OKs ? ciao David