Re: 2.5.72 fixdep / cant make *config

Sam Ravnborg (sam@ravnborg.org)
Fri, 20 Jun 2003 22:47:29 +0200


On Fri, Jun 20, 2003 at 12:38:04PM -0700, Benoit Beauchamp wrote:
> HOSTCC scripts/fixdep
> In file included from /usr/include/netinet/in.h:212,
> from scripts/fixdep.c:107:
> /usr/include/bits/socket.h:305:24: asm/socket.h: No such file or directory
> scripts/fixdep.c: In function `use_config':

What is LANG set to?
Try:
$ echo $LANG

Evantually try:
LANG=C; make

With some installations gcc gets confused, and cannot locate the include files.

Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/