"BH" == Bill Hogan <bhogan> writes:

   BH> I just installed the Debian-0.93 source-1.2.13-7.deb package and I
   BH> now have a `debian.rules' file in directory /usr/src/linux.

   BH> Am I supposed to do `./debian.rules build' followed by a
   BH> `.debian.rules binary' in /usr/src/linux after I install source.deb?

    Not knowing what else to do, I went ahead and tried it the
 old-fashioned way:

         make mrproper
 and
         make config

 went ok, but when I tried

         make dep

 here is what happened:
---------------------------- quote -----------------------------------
[...]
make[2]: Leaving directory `/usr/src/linux-1.2.13-7/drivers/char'
make[2]: Entering directory `/usr/src/linux-1.2.13-7/drivers/net'
gcc -D__KERNEL__ -I/usr/src/linux-1.2.13-7/include -E -I../../net/inet -M 
Space.c auto_irq.c net_init.c loopback.c ppp.c bsd_comp.c slip.c slhc.c > 
.depend
bsd_comp.c:56: #error This file must be compiled as a module.
make[2]: *** [dep] Error 1
make[2]: Leaving directory `/usr/src/linux-1.2.13-7/drivers/net'
make[1]: *** [dep] Error 2
make[1]: Leaving directory `/usr/src/linux-1.2.13-7/drivers'
make: *** [dep] Error 2
-------------------------- unquote -----------------------------------

   Is this happening because I did my own `make config'?

   Let me see if I can guess ... what did I enable such that
bsd_comp.c is being compiled when it shouldn't be ...

   `CONFIG_SLIP_COMPRESSED=y' ?

--
<[EMAIL PROTECTED]>
   
    

   
  

  

Reply via email to