home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / linux / 20436 < prev    next >
Encoding:
Text File  |  1992-12-14  |  854 b   |  22 lines

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