Date: Tue, 24 Oct 1995 09:35:52 +0100 From: Poul-Henning Kamp <phk@critter.tfs.com> To: davidg@Root.COM Cc: current@freebsd.org Subject: Re: symorder Message-ID: <1687.814523752@critter.tfs.com> In-Reply-To: Your message of "Mon, 23 Oct 1995 08:31:00 MST." <199510231531.IAA03028@corbin.Root.COM>
next in thread | previous in thread | raw e-mail | index | archive | help
> Hmmm, I guess rebuilding symorder isn't the last of the problems: > > ===> lkm/coff > cc -O -pipe -DLKM -I. -DCOMPAT_IBCS2 -DKERNEL -I/local/freebsd/src/lkm/coff/ ../../sys -W -Wcomment -Wredundant-decls -c /local/freebsd/src/lkm/coff/coff.c > cc -O -pipe -DLKM -I. -DCOMPAT_IBCS2 -DKERNEL -I/local/freebsd/src/lkm/coff/ ../../sys -W -Wcomment -Wredundant-decls -c /local/freebsd/src/lkm/coff/../../s ys/i386/ibcs2/imgact_coff.c > /local/freebsd/src/lkm/coff/../../sys/i386/ibcs2/imgact_coff.c:482: warning: initialization from incompatible pointer type > ld -r -o tmp.o coff.o imgact_coff.o > symorder -c symb.tmp tmp.o > symorder: 1 symbol not found: > _ibcs2_coff_mod > *** Error code 1 > > Stop. > > Hmmm. > > -DG Somebody needs to fix either the name of the function in the lkm or add a EXPORT_SYMBOLS to the Makefile... -- Poul-Henning Kamp | phk@FreeBSD.ORG FreeBSD Core-team. http://www.freebsd.org/~phk | phk@login.dknet.dk Private mailbox. whois: [PHK] | phk@ref.tfs.com TRW Financial Systems, Inc. Future will arrive by its own means, progress not so.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1687.814523752>