Re: building 2.2.9 on alpha -- where's alpha/regdef.h?

Jamie Lokier (lkd@tantalophile.demon.co.uk)
Tue, 8 Jun 1999 21:28:22 +0200


Benjamin LaHaise wrote:
> Unfortunately, I don't think there's a way to tell gcc not to search the
> system includes, but to still search gcc's includes (for things like
> stdarg.h), so we'll have to rely on people catching this sort of thing.

Two ways:

gcc -nostdinc -isystem `gcc -print-file-name=include`
gcc -nostdinc -iwithprefix include

They're slightly different, but both will search gcc's includes and
nothing else.

-- Jamie

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