Re: 2.2.11 compile failure!
CaT (cat@zip.com.au)
Thu, 12 Aug 1999 15:20:55 +1000
On Thu, Aug 12, 1999 at 06:58:46AM +0200, SEJKORA Martin wrote:
> Hi,
>
> [cutted]
> >/usr/src/linux-2.2.11/include/linux/pagemap.h:17: `PAGE_OFFSET_RAW'
> undeclared (first use in this function)
> [cutted]
>
> I had the same problem after upgrading from 2.2.10 to 2.2.11.
> I solved it by running "make menuconfig" and writing the config.
> The cause is a new option in the configuration which tells the kernel
> weather you can have more than 1GB of RAM or not.
> Without writing the "new" konfig your compile breaks.
A nicer way to do this, that I've been using for yonks, is to run
make oldconfig
That scans your .config and removes any stale options, prompts about new
ones and makes things happy.
--
CaT (cat@zip.com.au) URL: http://www.zip.com.au/dev/null
-
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/