Subject: Re: Help compiling i386 kernel pls.: Elf32_Ehdr
To: Gary \"D.\" Timuss <G.D.Timuss@uea.ac.uk>
From: Frank van der Linden <frank@fwi.uva.nl>
List: current-users
Date: 11/01/1996 09:57:40
Quoting Gary "D." Timuss,

> I've gone over my source tree countless times in the last 10 days or so, and
> have rebuilt and reinstalled every part of -current, but keep getting the
> following error when compiling the kernel with COMPAT_LINUX:

[...]

If you compile -current on the i386 , you need to have EXEC_AOUT and EXEC_SCRIPT
by default in your config file. If you use COMPAT_LINUX, you'll also need
EXEC_ELF.

- Frank