On 2007-03-02 13:59:40 +0000, Rocco Rutte wrote: > I have this in config.h: > > configure:8252: checking for waddnwstr in -lncurses > configure:8282: gcc -o conftest -g -O2 -I/usr/local/include > -L/usr/local/lib conftest.c -lncurses >&5
The -I and -L seem to be a bug in the configure script. Here I only have the -I/usr/local/include, though I don't have /usr/local/* directories in my paths. The Makefile contains: CPPFLAGS = -I$(top_srcdir)/intl -I$(includedir) and the second -I is incorrect (I don't know where it comes from...). -- Vincent Lefèvre <[EMAIL PROTECTED]> - Web: <http://www.vinc17.org/> 100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/> Work: CR INRIA - computer arithmetic / Arenaire project (LIP, ENS-Lyon)