-ac series won't compile without fix

Kristian Peters (kristian.peters@korseby.net)
Wed, 5 Jun 2002 13:49:45 +0200


Hello.

I'm unable to compile the -ac series correctly. A "make mrproper" does not help here.

$ make bzImage
make -r -f tmp_include_depends all
make[1]: Entering directory `/usr/src/linux-2.4.19-pre10-ac1'
make[1]: *** No rule to make target `/usr/src/linux-2.4.19-pre10-ac1/fs/inflate_fs/infblock.h', needed by `/usr/src/linux-2.4.19-pre10-ac1/fs/inflate_fs/infcodes.h'. Stop.
make[1]: Leaving directory `/usr/src/linux-2.4.19-pre10-ac1'
make: *** [tmp_include_depends] Error 2

It seems that 3 files are missing in the dir "fs/inflate_fs/". When I symlink them, it would compile correctly:

cd /usr/src/linux-2.4.19-pre10-ac1
cd /fs/inflate_fs
ln -s ../../lib/zlib_inflate/infblock.h .
ln -s ../../lib/zlib_inflate/infcodes.h .
ln -s ../../lib/zlib_inflate/inftrees.h .

What's wrong here ? I can provide my config but I don't want to spam the list. I already searched the list for this problem without luck.

BTW: This problem is also present in earlier -ac patches.

Thanks, *Kristian

:... [snd.science] ...:
:: _o)
:: http://www.korseby.net /\\
:: http://gsmp.sf.net _\_V
:.........................:
-
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/