Re: 2.2.x README missing info ?

Mr. James W. Laferriere (babydr@nwrain.net)
Fri, 29 Jan 1999 10:13:37 -0800 (PST)


On Fri, 29 Jan 1999, DAVID BALAZIC wrote:
> Hi!
> I noticed that the 2.2.0/2.2.1 /usr/src/linux/README file
> doesn't mention linking /usr/include/{linux|asm|scsi}
> to /usr/src/linux/include/...
>
> is that on purpose ?
Seems to be . Use below instead.

ln -s /usr/src/linux/include/asm /usr/include/asm

The 'make ????config' does a :

ln -s /usr/src/linux/include/'hwdep'-asm /usr/src/linux/include/asm

for you .

> BTW , I'm having trouble compiling net-tools 1.50.
> The file lib/inet6.c fails.
> It compiles if I add #include <linux/in6.h> and change gai_strerror() to strerror().
> But it still gives two warnings.
>
> Can it be that I use some old tools, not 2.2.x compatible ?
> The /usr/src/linux is 2.2.1
Hth, JimL
+-----------------------------------------------------------------------+
| James W. Laferriere - Network Engineer - babydr@baby-dragons.com |
| System Techniques - 25416 - 22nd S. - Des-Moines, WA 98198 |
| Give me VMS -or- Give me Linux -but- only on AXP |
+-----------------------------------------------------------------------+

-
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/