Date: Tue, 07 Feb 1995 19:13:47 +0100 From: Andres Vega Garcia <Andres.Vega_Garcia@sophia.inria.fr> To: Lenny Tropiano <lenny@icus.com> Cc: questions@FreeBSD.org Subject: Re: Undefined refs (epconf.c) Message-ID: <199502071813.TAA16155@pax.inria.fr> In-Reply-To: your message of Mon, 06 Feb 1995 17:39:13 CST.
next in thread | raw e-mail | index | archive | help
: Lenny Tropiano <lenny@icus.com> wrote: >(Note: this is FreeBSD 1.1.5.1) >I'm trying out your epconf, and get: > >cc -O -I. -I/usr/src/sys/i386/include -static -Wall -I/usr/local/bin/usr/incl >ude -o epconf epconf.o -L/usr/local/bin/usr/lib -lutil >epconf.o: Undefined symbol `_inw' referenced from text segment >epconf.o: Undefined symbol `_inw' referenced from text segment >epconf.o: Undefined symbol `_outw' referenced from text segment >epconf.o: Undefined symbol `_outw' referenced from text segment >epconf.o: Undefined symbol `_inw' referenced from text segment >epconf.o: Undefined symbol `_outw' referenced from text segment ... Sorry, for 1.1.1.5 you must change at the beginning of epconf.c: #include <cpufunc.h> by #include <machine/pio.h> Andres ------------------------------ INRIA Sophia-Antipolis, France avega@pax.inria.fr
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199502071813.TAA16155>