home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / bsd / 4848 < prev    next >
Encoding:
Text File  |  1992-08-30  |  1.5 KB  |  46 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!wupost!sdd.hp.com!cs.utexas.edu!hellgate.utah.edu!fcom.cc.utah.edu!cs.weber.edu!terry
  3. From: terry@cs.weber.edu (A Wizard of Earth C)
  4. Subject: Re: Kernel rebuild - load error?
  5. Message-ID: <1992Aug30.193707.21643@fcom.cc.utah.edu>
  6. Sender: news@fcom.cc.utah.edu
  7. Organization: Weber State University  (Ogden, UT)
  8. References: <1992Aug29.105853.10261@ctr.columbia.edu>
  9. Date: Sun, 30 Aug 92 19:37:07 GMT
  10. Lines: 34
  11.  
  12. In article <1992Aug29.105853.10261@ctr.columbia.edu> vikki@e40-008-9.MIT.EDU (Vikki King) writes:
  13. >shortly, I get the error:
  14. >
  15. >  init_main.o: undefined symbol _version refrenced from text segment
  16. >  *** error code 1
  17. >
  18. >
  19. >  stop.
  20.  
  21. You need the Chris' fixed /usr/src/sys.386bsd/i386/conf/Makefile.i386 from
  22. agate.berkeley.edu.  Alternately, here a patch:
  23.  
  24. diff Makefile.i386*
  25. 38c38
  26. < SYSTEM_OBJS=vers.o locore.o ${OBJS} param.o ioconf.o conf.o
  27. ---
  28. > SYSTEM_OBJS=locore.o ${OBJS} param.o ioconf.o conf.o
  29. 122,124d121
  30. <
  31. < vers.o: vers.c Makefile
  32. <       ${CC} -c ${CFLAGS} ${PARAM} vers.c
  33.  
  34.  
  35.                     Terry Lambert
  36.                     terry_lambert@gateway.novell.com
  37.                     terry@icarus.weber.edu
  38. ---
  39. Any opinions in this posting are my own and not those of my present
  40. or previous employers.
  41. -- 
  42. -------------------------------------------------------------------------------
  43.                                                        terry@icarus.weber.edu
  44.  "I have an 8 user poetic license" - me
  45. -------------------------------------------------------------------------------
  46.