Gentoo Archives: gentoo-user

From: Harry Putnam <reader@×××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: How serious is revdep-rebuild failure
Date: Sat, 26 Nov 2005 05:51:22
Message-Id: 8764qf9adx.fsf@newsguy.com
In Reply to: Re: [gentoo-user] Re: How serious is revdep-rebuild failure by Richard Fish
1 Richard Fish <bigfish@××××××××××.org> writes:
2
3 > #line 1880 "configure"
4 > #include "confdefs.h"
5 >
6 > main(){return(0);}
7 >
8 > It then compiles this program. If the program compiles, configure
9 > decides that gcc works. If the program doesn't run, it decides that
10 > you are cross compiling. So, let's try this manually.
11 >
12 > Save the above lines to a file, call it conftest.c. The build it with
13 >
14 > gcc -O2 -march=pentium4 -fomit-frame-pointer -L/usr/X11R6/lib -ltiff
15 > -L/usr/lib -o conftest conftest.c
16
17 gcc -O2 -march=pentium4 -fomit-frame-pointer -L/usr/X11R6/lib \
18 -ltiff -L/usr/lib -o conftest conftest.c
19 configure:1880:22: confdefs.h: No such file or directory
20
21 Just complains about not finding confdefs.h.
22
23 I looked for one under /usr/include to point it at but didn't find one
24 and wasn't at all sure what it should contain.
25
26
27 --
28 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: How serious is revdep-rebuild failure Richard Fish <bigfish@××××××××××.org>