home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / bsd / 4851 < prev    next >
Encoding:
Internet Message Format  |  1992-08-30  |  1.9 KB

  1. Path: sparky!uunet!ogicse!usenet.coe.montana.edu!caen!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!news!brtmac
  2. From: brtmac@maverick.ksu.ksu.edu (Brett McCoy)
  3. Newsgroups: comp.unix.bsd
  4. Subject: Re: Kernel rebuild - load error?
  5. Message-ID: <BRTMAC.92Aug29162542@maverick.ksu.ksu.edu>
  6. Date: 29 Aug 92 23:25:41 GMT
  7. Article-I.D.: maverick.BRTMAC.92Aug29162542
  8. References: <1992Aug29.105853.10261@ctr.columbia.edu>
  9.     <STARK.92Aug29073021@sbstark.cs.sunysb.edu>
  10. Organization: Kansas State University
  11. Lines: 28
  12. NNTP-Posting-Host: maverick.ksu.ksu.edu
  13. In-reply-to: stark@cs.sunysb.edu's message of Sat, 29 Aug 1992 12:30:21 GMT
  14.  
  15. In article <STARK.92Aug29073021@sbstark.cs.sunysb.edu> stark@cs.sunysb.edu (Gene Stark) writes:
  16.  
  17. >>     I am trying to rebuild my kernel to change it so that my 3c503 ethernet
  18. >>adapter talks out its AUI port instead of the thinnet port.  (Thanks for the
  19. >...
  20. >>shortly, I get the error:
  21. >>
  22. >>  init_main.o: undefined symbol _version refrenced from text segment
  23. >>  *** error code 1
  24. >
  25. >I got this, too, on my first attempt to recompile the kernel.
  26. >The problem is that "init_main.c" references the "version" string, but
  27. >the "config" program does not set up the file "vers.c" in your
  28. >compile directory.  If you look at the GENERICISA compile directory,
  29. >you will find files "version" and "vers.c", and you will see that the
  30. >Makefile includes "vers.o" at the end of the list of files to be loaded.
  31. >
  32. >Since I was just hacking anyway, I just copied "vers.c" from the GENERICISA
  33. >directory and edited my Makefile.  This is undoubtedly not the correct
  34. >solution, because if I re"config" the changes to the Makefile are reverted.
  35. >However, it enables me to load the system.  I'd be happy to hear about
  36. >the correct fix.
  37.  
  38. Look in mirrors4/386bsd/386bsd-0.1/unofficial/Makefile.i386.cgd on
  39. wuarchive.wustl.edu, or any of the other mirror sites, for the patches
  40. needed to fix this problem.
  41.  
  42. ++Brett;
  43.