home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.bsd
- 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
- From: terry@cs.weber.edu (A Wizard of Earth C)
- Subject: Re: Kernel rebuild - load error?
- Message-ID: <1992Aug30.193707.21643@fcom.cc.utah.edu>
- Sender: news@fcom.cc.utah.edu
- Organization: Weber State University (Ogden, UT)
- References: <1992Aug29.105853.10261@ctr.columbia.edu>
- Date: Sun, 30 Aug 92 19:37:07 GMT
- Lines: 34
-
- In article <1992Aug29.105853.10261@ctr.columbia.edu> vikki@e40-008-9.MIT.EDU (Vikki King) writes:
- >shortly, I get the error:
- >
- > init_main.o: undefined symbol _version refrenced from text segment
- > *** error code 1
- >
- >
- > stop.
-
- You need the Chris' fixed /usr/src/sys.386bsd/i386/conf/Makefile.i386 from
- agate.berkeley.edu. Alternately, here a patch:
-
- diff Makefile.i386*
- 38c38
- < SYSTEM_OBJS=vers.o locore.o ${OBJS} param.o ioconf.o conf.o
- ---
- > SYSTEM_OBJS=locore.o ${OBJS} param.o ioconf.o conf.o
- 122,124d121
- <
- < vers.o: vers.c Makefile
- < ${CC} -c ${CFLAGS} ${PARAM} vers.c
-
-
- Terry Lambert
- terry_lambert@gateway.novell.com
- terry@icarus.weber.edu
- ---
- Any opinions in this posting are my own and not those of my present
- or previous employers.
- --
- -------------------------------------------------------------------------------
- terry@icarus.weber.edu
- "I have an 8 user poetic license" - me
- -------------------------------------------------------------------------------
-