Daniel Contag <spiridon(at)mailexpress.de> wrote:
> Jetzt treten aber, bei meinem Kernel mit den Optionen "NETSMB" und
> "NETSMBCRYPTO", erst beim "make" folgende Fehler auf (gekürzt):
>
> smb_smb.o(.text+0xf2e): undefined reference to `mb_put_uint8'
> [..]
> smb_subr.o: In function `smb_copy_iconv':
> [..]
> smb_trantcp.o(.text+0xb78): undefined reference to `m_fixhdr'
> [..]
> smb_usr.o(.text+0x66f): undefined reference to `md_get_mem'
Zitat aus LINT:
# NETSMB enables support for SMB protocol, it requires LIBMCHAIN and LIBICONV
# options.
Du brauchst also für NETSMB folgende beiden Zeilen:
options LIBMCHAIN
options LIBICONV
(Ja, man bräuchte einen Mechanismus, daß »config« solche
Abhängigkeiten bereits selbst ermitteln kann ...)
Gruß
Olli
-- Oliver Fromme, secnetix GmbH & Co KG, Oettingenstr. 2, 80538 München Any opinions expressed in this message may be personal to the author and may not necessarily reflect the opinions of secnetix in any way. "All that we see or seem is just a dream within a dream" (E. A. Poe) To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org with "unsubscribe de-bsd-questions" in the body of the messageReceived on Sat 23 Feb 2002 - 15:26:22 CET