home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / bsd / 10855 < prev    next >
Encoding:
Internet Message Format  |  1993-01-02  |  1.0 KB

  1. Path: sparky!uunet!spool.mu.edu!olivea!charnel!rat!ucselx!network.ucsd.edu!munnari.oz.au!metro!ipso!runxtsa!bde
  2. From: bde@runx.oz.au (Bruce Evans)
  3. Newsgroups: comp.unix.bsd
  4. Subject: Re: [386bsd] Kernel build dies, unref symbol _version
  5. Message-ID: <1993Jan2.223648.7554@runx.oz.au>
  6. Date: 2 Jan 93 22:36:48 GMT
  7. References: <1992Dec26.235116.3795@fcom.cc.utah.edu> <id.E4CW.XE@ferranti.com> <DERAADT.93Jan1201659@newt.newt.cuc.ab.ca>
  8. Organization: RUNX Un*x Timeshare.  Sydney, Australia.
  9. Lines: 16
  10.  
  11. In article <DERAADT.93Jan1201659@newt.newt.cuc.ab.ca> deraadt@newt.cuc.ab.ca (Theo de Raadt) writes:
  12. >
  13. >If you config a new kernel, the first time you type "make" in that directory
  14. >the vers.c file should be created. Patch #1 does not fix that.
  15. >
  16. >Patch #1 is busted. It doesn't work the right way.
  17.  
  18. It's easy to fix:
  19.  
  20. 1. Move ver.o from the line defining SYSTEM_LD_TAIL to become the _first_
  21.    object in SYSTEM_OBJS.
  22. 2. After the line `newvers:', add the line `vers.o:'.
  23.  
  24. Sorry, no diff - my Makefile.i386 has other changes.
  25. -- 
  26. Bruce Evans  (bde@runx.oz.au)
  27.