From owner-freebsd-questions Tue Feb 7 10:14:04 1995 Return-Path: questions-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id KAA01130 for questions-outgoing; Tue, 7 Feb 1995 10:14:04 -0800 Received: from pax.inria.fr (pax.inria.fr [138.96.24.78]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id KAA01124 for ; Tue, 7 Feb 1995 10:14:01 -0800 Received: (from avega@localhost) by pax.inria.fr (8.6.9/8.6.9) id TAA16155; Tue, 7 Feb 1995 19:13:47 +0100 Message-Id: <199502071813.TAA16155@pax.inria.fr> To: Lenny Tropiano cc: questions@FreeBSD.org Subject: Re: Undefined refs (epconf.c) In-reply-to: your message of Mon, 06 Feb 1995 17:39:13 CST. Date: Tue, 07 Feb 1995 19:13:47 +0100 From: Andres Vega Garcia Sender: questions-owner@FreeBSD.org Precedence: bulk : Lenny Tropiano 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 by #include Andres ------------------------------ INRIA Sophia-Antipolis, France avega@pax.inria.fr