From owner-freebsd-alpha@FreeBSD.ORG Tue May 24 11:45:10 2005 Return-Path: X-Original-To: freebsd-alpha@freebsd.org Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 43A6816A41C for ; Tue, 24 May 2005 11:45:10 +0000 (GMT) (envelope-from david@students.ncl-coll.ac.uk) Received: from mxtreme.ncl-coll.ac.uk (mail.ncl-coll.ac.uk [212.219.49.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94EC943D1F for ; Tue, 24 May 2005 11:45:08 +0000 (GMT) (envelope-from david@students.ncl-coll.ac.uk) From: David To: freebsd-alpha@freebsd.org Date: Tue, 24 May 2005 12:44:56 +0100 User-Agent: KMail/1.6.2 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200505241244.56957.david@students.ncl-coll.ac.uk> Received-SPF: none Subject: kernel compile error X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: david@students.ncl-coll.ac.uk List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2005 11:45:10 -0000 When I do - make buildkernel KERNCON=MYKERN I revceive the following error message: linking kernel smb_crypt.o(.text+0x18c): In function `smb_E': : undefined reference to `des_set_key' smb_crypt.o(.text+0x190): In function `smb_E': : undefined reference to `des_set_key' smb_crypt.o(.text+0x1ac): In function `smb_E': : undefined reference to `des_ecb_encrypt' smb_crypt.o(.text+0x1b0): In function `smb_E': : undefined reference to `des_ecb_encrypt' *** Error code 1 Stop in /usr/obj/usr/src/sys/MYKERN. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. In my kernel config file I have: options NETSMB options NETSMBCRYPTO options SMBFS options LIBICONV options LIBMCHAIN If I comment out NETSMBCRYPTO the kernel build correctly. Is there something else I need to define? Cheers, David. This email is confidential and is intended solely for the use of the parties to whom it is addressed. If you are not the intended recipient, be advised that you have received this email in error and that any use, dissemination, forwarding, printing, or copying of this email is strictly forbidden. If you have received this email in error please contact the sender. Any views or opinions presented are solely those of the author and do not necessarily represent the views of Newcastle College. Although this email and it's attachments are believed to be free of any virus or other defects which might affect any computer or IT system into which they are received, no responsibility is accepted by Newcastle College or any of it's associated companies for any loss or damage arising in any way from the receipt or use thereof.