Hello Now, after I commmented out the isa bus, I get a new make error message. It looks like this:
sh ../../../conf/newvers.sh MYKERNEL cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I../../.. -I../../../dev -I../../../contrib/dev/acpica -I../../../contrib/ipfilter -D_KERNEL -include opt_global.h -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror vers.c linking kernel udbp.o: In function `udbp_attach': udbp.o(.text+0x40d): undefined reference to `ng_newtype' udbp.o(.text+0x43b): undefined reference to `ng_make_node_common' udbp.o(.text+0x482): undefined reference to `ng_name_node' udbp.o(.text+0x4c1): undefined reference to `dumpnode' udbp.o(.text+0x4dd): undefined reference to `ng_unref_node' udbp.o(.text+0x52c): undefined reference to `dumpnode' udbp.o: In function `udbp_detach': udbp.o(.text+0x683): undefined reference to `ng_rmnode_self' udbp.o(.text+0x6b8): undefined reference to `dumpnode' udbp.o(.text+0x708): undefined reference to `dumpnode' udbp.o(.text+0x724): undefined reference to `ng_unref_node' udbp.o: In function `udbp_in_transfer_cb': udbp.o(.text+0x867): undefined reference to `ng_package_data' udbp.o(.text+0x88c): undefined reference to `ng_address_hook' udbp.o(.text+0x8ae): undefined reference to `ng_snd_item' udbp.o: In function `ng_udbp_newhook': udbp.o(.text+0xb23): undefined reference to `dumpnode' udbp.o(.text+0xb85): undefined reference to `dumphook' udbp.o: In function `ng_udbp_rcvmsg': udbp.o(.text+0xc00): undefined reference to `dumpnode' udbp.o(.text+0xc86): undefined reference to `M_NETGRAPH_MSG' udbp.o(.text+0xd88): undefined reference to `ng_address_ID' udbp.o(.text+0xdaa): undefined reference to `ng_snd_item' udbp.o(.text+0xdd9): undefined reference to `dumpitem' udbp.o(.text+0xe02): undefined reference to `ng_free_item' udbp.o(.text+0xe0e): undefined reference to `M_NETGRAPH_MSG' udbp.o: In function `ng_udbp_rcvdata': udbp.o(.text+0xe6a): undefined reference to `dumphook' udbp.o(.text+0xead): undefined reference to `dumpnode' udbp.o(.text+0xf41): undefined reference to `dumpitem' udbp.o(.text+0xf63): undefined reference to `ng_free_item' udbp.o(.text+0x104f): undefined reference to `M_NETGRAPH_META' udbp.o: In function `ng_udbp_rmnode': udbp.o(.text+0x10af): undefined reference to `dumpnode' udbp.o(.text+0x121e): undefined reference to `dumpnode' udbp.o(.text+0x123a): undefined reference to `ng_unref_node' udbp.o(.text+0x124d): undefined reference to `ng_make_node_common' udbp.o(.text+0x128a): undefined reference to `ng_name_node' udbp.o(.text+0x12c9): undefined reference to `dumpnode' udbp.o(.text+0x12eb): undefined reference to `ng_unref_node' udbp.o(.text+0x1333): undefined reference to `dumpnode' udbp.o: In function `ng_udbp_connect': udbp.o(.text+0x13aa): undefined reference to `dumphook' udbp.o(.text+0x13ea): undefined reference to `dumphook' udbp.o: In function `ng_udbp_disconnect': udbp.o(.text+0x1449): undefined reference to `dumphook' udbp.o(.text+0x148c): undefined reference to `dumpnode' udbp.o(.text+0x14db): undefined reference to `dumphook' udbp.o(.text+0x151e): undefined reference to `dumpnode' udbp.o(.text+0x156d): undefined reference to `dumphook' udbp.o(.text+0x15b0): undefined reference to `dumpnode' udbp.o(.text+0x1602): undefined reference to `dumphook' udbp.o(.text+0x161b): undefined reference to `ng_rmnode_self' udbp.o(.rodata+0x4): undefined reference to `ng_parse_int32_type' udbp.o(.rodata+0x10): undefined reference to `ng_parse_int32_type' udbp.o(.rodata+0x24): undefined reference to `ng_parse_struct_type' udbp.o(.rodata+0x60): undefined reference to `ng_parse_int32_type' *** Error code 1 By the way, some time ago I tested the newer 5.2.1 bsd version, and was not able to get a I-net connection over dhcp. A similar problem also with the 4-stable version. Until now, 5.1 is the only bsd release that works without any problems after the installation. Greetings Karim ------------------------------------------------------------------------------------------- ***Protect your PC from local E-Mail Application security holes*** ***Maintain your Privacy - MS Passport Free*** ***Anti SPAM "Whitelist" feature*** http://www.xmail.net Web E-Mail, accessible anywhere, 128 bit SSL Secure Voice Messages, Voice Calls (VoIP), Video Conferencing, Live Chat, XMail Messenger, Personal Web Hosting, Private Disk Storage, Calendar, Bookmarks, Forwarding, Virtual Mail Map Aliasing XMail Premium: 20 - 250MB Storage, 20MB Messages, SMTP, POP3, Ad Free Starting at $9.95 per year ------------------------------------------------------------------------------------------- Anonymous Web Surfing http://www.snoopblocker.com Search http://www.teradex.com _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"