From owner-freebsd-atm@FreeBSD.ORG Wed Apr 9 06:36:39 2008 Return-Path: Delivered-To: freebsd-atm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 527B2106566B for ; Wed, 9 Apr 2008 06:36:39 +0000 (UTC) (envelope-from john.williams@seawindow.com) Received: from l2mail1.panix.com (l2mail1.panix.com [166.84.1.75]) by mx1.freebsd.org (Postfix) with ESMTP id 264768FC0C for ; Wed, 9 Apr 2008 06:36:39 +0000 (UTC) (envelope-from john.williams@seawindow.com) Received: from mail1.panix.com (mail1.panix.com [166.84.1.72]) by l2mail1.panix.com (Postfix) with ESMTP id E8AE55C502 for ; Wed, 9 Apr 2008 02:20:45 -0400 (EDT) Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) by mail1.panix.com (Postfix) with ESMTP id 1EC1D29420 for ; Wed, 9 Apr 2008 02:20:45 -0400 (EDT) Received: from louis.seawindow.com (static-68-236-193-86.nwrk.east.verizon.net [68.236.193.86]) by mailbackend.panix.com (Postfix) with ESMTP id E5712EF74 for ; Wed, 9 Apr 2008 02:20:44 -0400 (EDT) Received: from parker (parker [192.168.1.101]) by louis.seawindow.com (8.13.6/8.13.6) with ESMTP id m396KitZ092993 for ; Wed, 9 Apr 2008 02:20:44 -0400 (EDT) Date: Wed, 09 Apr 2008 02:20:43 -0400 To: freebsd-atm@freebsd.org From: "John Williams" Organization: Seawindow Inc. Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Message-ID: User-Agent: Opera Mail/9.26 (Win32) Subject: Kernel compile error with natm option ... X-BeenThere: freebsd-atm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ATM for FreeBSD! List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2008 06:36:39 -0000 I am running FBSD 7.0 on a generic Intel box (3.2 Celeron CPU). I am attempting to recompile the kernel to include natm support but the compile halts with the error messages that in functions natm_usr_send and natm_user_connect there are undefined references to 'atm_output'. Any suggestions on how I fix this error? Any suggestions would appreciated. Thanks in advance. -- John From owner-freebsd-atm@FreeBSD.ORG Wed Apr 9 07:32:03 2008 Return-Path: Delivered-To: freebsd-atm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C3D9C106564A for ; Wed, 9 Apr 2008 07:32:03 +0000 (UTC) (envelope-from Hartmut.Brandt@dlr.de) Received: from smtp-3.dlr.de (smtp-3.dlr.de [195.37.61.187]) by mx1.freebsd.org (Postfix) with ESMTP id 5B4EE8FC1E for ; Wed, 9 Apr 2008 07:32:03 +0000 (UTC) (envelope-from Hartmut.Brandt@dlr.de) Received: from beagle.kn.op.dlr.de ([129.247.178.136]) by smtp-3.dlr.de over TLS secured channel with Microsoft SMTPSVC(6.0.3790.1830); Wed, 9 Apr 2008 09:18:44 +0200 Date: Wed, 9 Apr 2008 09:18:55 +0200 (CEST) From: Harti Brandt X-X-Sender: brandt_h@knop-beagle To: John Williams In-Reply-To: Message-ID: <20080409091826.J7691@knop-beagle> References: X-OpenPGP-Key: harti@freebsd.org MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-OriginalArrivalTime: 09 Apr 2008 07:18:44.0563 (UTC) FILETIME=[F2058A30:01C89A11] Cc: freebsd-atm@freebsd.org Subject: Re: Kernel compile error with natm option ... X-BeenThere: freebsd-atm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Harti Brandt List-Id: ATM for FreeBSD! List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2008 07:32:03 -0000 On Wed, 9 Apr 2008, John Williams wrote: JW> JW>I am running FBSD 7.0 on a generic Intel box (3.2 Celeron CPU). JW> JW>I am attempting to recompile the kernel to include natm support but the JW>compile JW>halts with the error messages that in functions natm_usr_send and JW>natm_user_connect JW>there are undefined references to 'atm_output'. JW> JW>Any suggestions on how I fix this error? I think you need also device atm harti