From owner-freebsd-questions@FreeBSD.ORG Sun Apr 13 13:32:51 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE5C237B401 for ; Sun, 13 Apr 2003 13:32:51 -0700 (PDT) Received: from homer.bignose.ca (static-89-42.dsl.tht.net [216.126.89.42]) by mx1.FreeBSD.org (Postfix) with SMTP id 90BD443FBD for ; Sun, 13 Apr 2003 13:32:50 -0700 (PDT) (envelope-from jeff@interchange.ca) Received: (qmail 67572 invoked from network); 13 Apr 2003 20:31:42 -0000 Received: from unknown (HELO crusty) (192.168.0.2) by homer.bignose.ca with SMTP; 13 Apr 2003 20:31:42 -0000 From: "Jeff MacDonald" To: Date: Sun, 13 Apr 2003 16:33:00 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Importance: Normal Subject: SMBFS - freebsd 4.8 Kernel X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Apr 2003 20:32:52 -0000 Hi, I added these three lines to my kernel configuration file after cvsuping the latest 4.8 sources. options SMBFS options NETSMB options NETSMBCRYPTO and when i do a make buildkernel KERNCONF=HOMER i get this at the end of the compile [note:i only copied a bit of it, i'll put a script of my compile on the web.] check http://www.bignose.ca/tmp/ for a typescript, both gzipped and not gzipped. The uncompressed version is 300k. smb_usr.o: In function `smb_usr_simplerequest': smb_usr.o(.text+0x398): undefined reference to `mb_put_mem' smb_usr.o(.text+0x3c7): undefined reference to `mb_put_mem' smb_usr.o(.text+0x409): undefined reference to `md_get_uint8' smb_usr.o(.text+0x448): undefined reference to `md_get_mem' smb_usr.o(.text+0x464): undefined reference to `md_get_uint16le' smb_usr.o(.text+0x4af): undefined reference to `md_get_mem' smb_usr.o: In function `smb_cpdatain': smb_usr.o(.text+0x4f6): undefined reference to `mb_init' smb_usr.o(.text+0x509): undefined reference to `mb_put_mem' smb_usr.o: In function `smb_usr_t2request': smb_usr.o(.text+0x5ff): undefined reference to `m_fixhdr' smb_usr.o(.text+0x61f): undefined reference to `md_get_mem' smb_usr.o(.text+0x646): undefined reference to `m_fixhdr' smb_usr.o(.text+0x66f): undefined reference to `md_get_mem' *** Error code 1 Stop in /usr/obj/usr/src/sys/HOMER. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src.