Richard Fish <[EMAIL PROTECTED]> writes:
> #line 1880 "configure"
> #include "confdefs.h"
>
> main(){return(0);}
>
> It then compiles this program. If the program compiles, configure
> decides that gcc works. If the program doesn't run, it decides that
> you are cross compiling. So, let's try this manually.
>
> Save the above lines to a file, call it conftest.c. The build it with
>
> gcc -O2 -march=pentium4 -fomit-frame-pointer -L/usr/X11R6/lib -ltiff
> -L/usr/lib -o conftest conftest.c
gcc -O2 -march=pentium4 -fomit-frame-pointer -L/usr/X11R6/lib \
-ltiff -L/usr/lib -o conftest conftest.c
configure:1880:22: confdefs.h: No such file or directory
Just complains about not finding confdefs.h.
I looked for one under /usr/include to point it at but didn't find one
and wasn't at all sure what it should contain.
--
[email protected] mailing list