Re: Linux v2.2.x README missing information

Kev (klmitch@mit.edu)
Tue, 30 Mar 1999 14:57:00 EST


> > rm -rf asm linux scsi
> > ln -s /usr/src/linux/include/asm-i386 asm
> > ln -s /usr/src/linux/include/linux linux
> > ln -s /usr/src/linux/include/scsi scsi
> >
> > Dangerous actions. You'll suddenly get lots of compilation errors.
>
> How do you mean? It seems like it cuts more the other way: for instance,
> I wouldn't be able to compile anything that uses <sys/socket.h>, if I
> didn't have a <linux/socket.h>. I wouldn't be able to compile lilo
> without <asm/boot.h>.

2.2 is strongly tied to glibc; you should look at what glibc has in
sys/socket.h before assuming it'll automatically include linux/socket.h...

-- 
Kevin L. Mitchell <klmitch@mit.edu>
-------------------------  -. .---- --.. ..- -..-  --------------------------
http://web.mit.edu/klmitch/www/               (PGP keys availiable from here)
    RSA AE87D37D/1024:  DE EA 1E 99 3F 2B F9 23  A0 D8 05 E0 6F BA B9 D2
    DSS ED0DB34E/1024: D9BF 0E74 FDCB 43F5 C597  878F 9455 EC24 ED0D B34E
    DH  2A2C31D4/2048: 1A77 4BA5 9E32 14AE 87DA  9FEC 7106 FC62 2A2C 31D4

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/