From owner-freebsd-questions Wed Mar 22 11: 4: 1 2000 Delivered-To: freebsd-questions@freebsd.org Received: from vcnet.com (mail.vcnet.com [209.239.239.15]) by hub.freebsd.org (Postfix) with SMTP id 58F3637B807 for ; Wed, 22 Mar 2000 11:03:48 -0800 (PST) (envelope-from jpr@vcnet.com) Received: (qmail 20949 invoked from network); 22 Mar 2000 19:03:39 -0000 Received: from joff.vc.net (HELO ?209.239.239.22?) (209.239.239.22) by mail.vcnet.com with SMTP; 22 Mar 2000 19:03:39 -0000 Mime-Version: 1.0 Message-Id: Date: Wed, 22 Mar 2000 11:03:38 -0800 To: freebsd-questions@freebsd.org From: Jon Rust Subject: oltr driver problems Content-Type: text/plain; charset="us-ascii" ; format="flowed" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG When trying to compile in the oltr0 device driver, I get this error after the kernel is built (loading stage): loading kernel if_oltr.o: In function `oltr_attach_common': if_oltr.o(.text+0x888): undefined reference to `iso88025_output' if_oltr.o(.text+0x91e): undefined reference to `iso88025_ifattach' if_oltr.o: In function `oltr_ioctl': if_oltr.o(.text+0x1176): undefined reference to `iso88025_ioctl' if_oltr.o: In function `DriverReceiveFrameCompleted': if_oltr.o(.text+0x1f78): undefined reference to `iso88025_input' *** Error code 1 Stop. Any ideas? thanks, jon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message