Kris Kennaway wrote:
On Thu, Jan 13, 2005 at 03:05:02PM -0800, Thomas M. Skeren III wrote:Will do, however, I copied GENERIC to NAT and just add the two options, and deleted the scsi devices as I don't have SCSI.
Trying to compile AMD64 with smbfs.
Added
options SMBFS options NETSMB
got a lot of errors like this:
smb_usr.o(.text+0x5ae): In function `smb_usr_simplerequest':
: undefined reference to `md_get_mem'
smb_usr.o(.text+0x5c3): In function `smb_usr_simplerequest':
This almost always means that you omitted something mandatory for your
kernel configuration. Go back to GENERIC or carefully compare your
modified config file to GENERIC and NOTES to look for what you missed.
Here's the diff:
COr# diff GENERIC NATELF
59c59,60
<
---
> options SMBFS
> options NETSMB
Kris
_______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"