home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.linux
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!swrinde!gatech!cc.gatech.edu!news
- From: ammo@cc.gatech.edu (Ammo Goettsch)
- Subject: tcp/ip support and the Makefile of 0.99
- Message-ID: <1992Dec15.011114.26612@cc.gatech.edu>
- Sender: news@cc.gatech.edu
- Reply-To: ammo@cc.gatech.edu (Ammo Goettsch)
- Organization: Georgia Institute of Technology
- Date: Tue, 15 Dec 1992 01:11:14 GMT
- Lines: 10
-
- I disabled TCP/IP throught the "make config" option of the kernel Makefile
- for version 0.99. In .../net/Makefile, it still wants to link in
- tcp/tcpip.o, which of course had not been compiled, since the make file
- in .../net/tcp never gets executed ifndef CONFIG_TCPIP.
-
- Is the link line in the make file wrong or should it have been compiled?
-
- Also, what will happen if I compile TCP/IP but have no network card?
-
- Ammo Goettsch
-