SMBFS - freebsd 4.8 Kernel
Jeff MacDonald
jeff at interchange.ca
Sun Apr 13 13:32:52 PDT 2003
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.
More information about the freebsd-questions
mailing list