Date: Wed, 3 Oct 2001 16:28:21 -0400 From: Louis LeBlanc <leblanc+freebsd@acadia.ne.mediaone.net> To: freebsd-questions@FreeBSD.org Subject: SMB options in buildkernel Message-ID: <20011003162821.A52881@acadia.ne.mediaone.net>
next in thread | raw e-mail | index | archive | help
I have a new problem with 4.4 release (RELENG_4_4_0_RELEASE). I got the buildworld and installworld done ok (I think I fatfingered the tag in the cvsupfile before). Now I am trying to build the kernel with SMBFS NETSMB and NETSMBCRYPTO. If I understand correctly, these are required to mount smb shares to an NT box. Anyway, I get as far as linking the kernel and suddenly start seeing a lot of undefined references that appear to be related to these options. There are hundreds of lines of output, but here is a small sample: linking kernel smbfs_smb.o: In function `smbfs_smb_lockandx': smbfs_smb.o(.text+0x90): undefined reference to `mb_put_uint8' smbfs_smb.o(.text+0x9d): undefined reference to `mb_put_uint8' smbfs_smb.o(.text+0xaa): undefined reference to `mb_put_uint16le' smbfs_smb.o(.text+0xc3): undefined reference to `mb_put_mem' smbfs_smb.o(.text+0xd6): undefined reference to `mb_put_uint8' smbfs_smb.o(.text+0xe3): undefined reference to `mb_put_uint8' smbfs_smb.o(.text+0xf3): undefined reference to `mb_put_uint32le' smbfs_smb.o(.text+0x10d): undefined reference to `mb_put_uint16le' smbfs_smb.o(.text+0x127): undefined reference to `mb_put_uint16le' smbfs_smb.o(.text+0x143): undefined reference to `mb_put_uint16le' smbfs_smb.o(.text+0x152): undefined reference to `mb_put_uint32le' smbfs_smb.o(.text+0x167): undefined reference to `mb_put_uint32le' Any ideas? I'm gonna have to remove the SMB options for now, I guess. Thanks Lou -- Louis LeBlanc leblanc@acadia.ne.mediaone.net Fully Funded Hobbyist, KeySlapper Extrordinaire :) http://acadia.ne.mediaone.net ԿԬ UFOs are for real: the Air Force doesn't exist. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011003162821.A52881>