From owner-freebsd-questions Sun Oct 22 21:44:35 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mgw1.MEIway.com (mgw1.meiway.com [212.73.210.75]) by hub.freebsd.org (Postfix) with ESMTP id 1F7D437B479 for ; Sun, 22 Oct 2000 21:44:30 -0700 (PDT) Received: from mail.Go2France.com (ms1.meiway.com [212.73.210.73]) by mgw1.MEIway.com (Postfix Relay Hub) with ESMTP id 042B86A901 for ; Mon, 23 Oct 2000 06:44:29 +0200 (CEST) Received: from sv.Go2France.com [212.73.210.79] by mail.Go2France.com with ESMTP (SMTPD32-6.04) id A37B94A90054; Mon, 23 Oct 2000 06:50:03 +0200 Message-Id: <5.0.0.25.0.20001023064259.03efb1e0@mail.Go2France.com> X-Sender: lconrad%Go2France.com@mail.Go2France.com X-Mailer: QUALCOMM Windows Eudora Version 5.0 Date: Mon, 23 Oct 2000 06:44:35 +0200 To: freebsd-questions@freebsd.org From: Len Conrad Subject: undefined reference to `iso88025_output' Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Installing to a fresh disk from FreeBSD 4.1-R cdrom, and using the oltr as delivered on that cdrom: linking kernel if_oltr.o: In function `oltr_pci_attach': if_oltr.o(.text+0x883): undefined reference to `iso88025_output' if_oltr.o(.text+0x982): undefined reference to `iso88025_ifattach' if_oltr.o: In function `oltr_ioctl': if_oltr.o(.text+0x101b): undefined reference to `iso88025_ioctl' if_oltr.o: In function `DriverReceiveFrameCompleted': if_oltr.o(.text+0x18b1): undefined reference to `iso88025_input' *** Error code 1 How to get the compile to succeed? Do I have to cvsup the entire contrib tree just to get some later oltr code? Thanks, Len To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message