On Fri, 16 Apr 1999, andrew vartabedian wrote:

> greetings,
> i have been trying to get the imm driver for the Zip plus drive to compile
> the error message I get after I unpack it (no matter where) is
> 
> Makefile:15:/usr/src/linux/.config:No such file or directory
> Makefile:16:/usr/src/linux/arch/i386:No such file or directory
> Makefile:17:/usr/src/linux/Rules.make:No such file or directory
> Makefile:39:***missing separator.  Stop.

You have probably not configured your kernel source-tree correctly.

Use the following commands to compile a working kernel.

make mrproper (reset to scratch)
make menuconfig (and configure your _entire_ kernel)
make dep
make clean
make bzlilo
make modules
make modules_install

Hopefully, this should do it...

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Robin Smidsr�d  | Private: 33329383 | Web     : http://www.smidsrod.no
Ekelyvn. 11     | Mobile : 91593393 | E-Mail  : [EMAIL PROTECTED]
N-3150 TOLVSR�D | Fax    : 33324622 | CellMail: [EMAIL PROTECTED]

Reply via email to