From john.williams at seawindow.com Wed Apr 9 06:36:39 2008 From: john.williams at seawindow.com (John Williams) Date: Wed Apr 9 06:36:45 2008 Subject: Kernel compile error with natm option ... Message-ID: 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 hartmut.brandt at dlr.de Wed Apr 9 07:32:03 2008 From: hartmut.brandt at dlr.de (Harti Brandt) Date: Wed Apr 9 07:32:09 2008 Subject: Kernel compile error with natm option ... In-Reply-To: References: Message-ID: <20080409091826.J7691@knop-beagle> 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