Re: problem with my system includes

1999-05-22 Thread Pollywog
On 21-May-99 Martin Bialasinski wrote: > >>> "P" == Pollywog <[EMAIL PROTECTED]> writes: > > P> Am I correct in assuming that I no longer even need > P> /usr/include/linux /usr/include/net /usr/include/scsi and > P> /usr/include/asm ? > > You need them. They are used when you compile some > pr

Re: problem with my system includes

1999-05-21 Thread Martin Bialasinski
>> "P" == Pollywog <[EMAIL PROTECTED]> writes: P> Am I correct in assuming that I no longer even need P> /usr/include/linux /usr/include/net /usr/include/scsi and P> /usr/include/asm ? You need them. They are used when you compile some programms. Therefore libc6-dev provides a known good set of

Re: problem with my system includes

1999-05-21 Thread Pollywog
On 21-May-99 Martin Bialasinski wrote: > P> ln -s /usr/src/linux/include/asm-i386 asm > P> ln -s /usr/src/linux/include/linux linux > P> ln -s /usr/src/linux/include/scsi scsi > P> ln -s /usr/src/linux/include/net net > > No. Debian stopped doing this for long. And with the 2.2 kernels, > Linus o

Re: problem with my system includes

1999-05-21 Thread Martin Bialasinski
>> "P" == Pollywog <[EMAIL PROTECTED]> writes: P> I cd /usr/include P> there I do this: P> ln -s /usr/src/linux/include/asm-i386 asm P> ln -s /usr/src/linux/include/linux linux P> ln -s /usr/src/linux/include/scsi scsi P> ln -s /usr/src/linux/include/net net No. Debian stopped doing this for

Re: problem with my system includes

1999-05-20 Thread Robert Rati
Ya, that's pretty much what I did I believe and it works fine. There are already dirs of those names in /usr/include, so you'llhave to either delete them or rename them. I recommend renaming them as a precaution. I don't use debian packages for kernels anymore, so symlinking them to /usr/src/lin

problem with my system includes

1999-05-20 Thread Pollywog
What should I do to fix this? ### Something is wrong with the system include files on ### your machine! The file is for a ### 2.2.5 Linux system but you are running a 2.2.6 ### kernel. This will not work for building the VMware device ### drivers; you must have include files that match the vers