Re: 2.4.5 -- Hundreds of compile errors in

Miles Lane (miles@megapathdsl.net)
11 Feb 2002 10:56:11 -0800


On Sun, 2002-02-10 at 23:54, A Guy Called Tyketto wrote:
> On Sun, Feb 10, 2002 at 11:12:12PM -0800, Miles Lane wrote:
> > I believe this is a bug in the configuration scripts or data.
> > I ran "make oldconfig" over an older .config file. If there
> > is a logic error here, oldconfig did not catch it. Also,
> > I think I probably enabled these options accidentally when
> > running "make oldconfig" for 2.4.5-pre6.
> >
> > # CONFIG_CRC32 is not set
> > CONFIG_ZLIB_INFLATE=m
> > CONFIG_ZLIB_DEFLATE=m
> >
>
> I hope you are meaning 2.5.4, as CONFIG_ZLIB_DEFLATE, and CONFIG_CRC32
> are not present in 2.4.5.
>
> IIRC, the solution for this was:
>
> SOURCEDIR=/usr/src/linux
> mv $SOURCEDIR/linux/zutil.h $SOURCEDIR/include/linux
> mv $SOURCEDIR/linux/zconf.h $SOURCEDIR/include/linux
> rmdir $SOURCEDIR/linux

Whoops! Yes, you are right.

Thanks a lot,

Miles

-
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/