home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / bsd / 5393 < prev    next >
Encoding:
Text File  |  1992-09-09  |  756 b   |  27 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!haven.umd.edu!socrates!john
  3. From: john@socrates.umd.edu (John VanAntwerp)
  4. Subject: Kernel build help
  5. Message-ID: <1992Sep9.163548.22743@socrates.umd.edu>
  6. Organization: University of Maryland University College
  7. Date: Wed, 9 Sep 1992 16:35:48 GMT
  8. Lines: 17
  9.  
  10.  
  11. I am trying to rebuild the kernel (to install the 3com ethernet driver).  When
  12. the make gets done with the compiles and moves on to what I call linking, it
  13. gives the error message "init_main.o: Undefined symbol _version...".
  14.  
  15. The problem is, I cannot find a reference to "_version" in ANY source file, and
  16. adding the following:
  17.  
  18.     #ifndef _version
  19.     #define _version
  20.     #endif
  21.  
  22. to init_main.c makes no difference.
  23.  
  24. Has anyone else run into this?
  25.  
  26.                         John
  27.