Return to BSD News archive
Newsgroups: comp.unix.bsd Path: sserve!manuel!munnari.oz.au!spool.mu.edu!darwin.sura.net!haven.umd.edu!socrates!john From: john@socrates.umd.edu (John VanAntwerp) Subject: Kernel build help Message-ID: <1992Sep9.163548.22743@socrates.umd.edu> Organization: University of Maryland University College Date: Wed, 9 Sep 1992 16:35:48 GMT Lines: 17 I am trying to rebuild the kernel (to install the 3com ethernet driver). When the make gets done with the compiles and moves on to what I call linking, it gives the error message "init_main.o: Undefined symbol _version...". The problem is, I cannot find a reference to "_version" in ANY source file, and adding the following: #ifndef _version #define _version #endif to init_main.c makes no difference. Has anyone else run into this? John