Date: Wed, 6 Mar 2002 13:15:21 -0800 (PST) From: Matthew Dillon <dillon@apollo.backplane.com> To: current@freebsd.org Subject: buildworld problems, undefined reference to '__ntohl' and '__htonl' Message-ID: <200203062115.g26LFLm58298@apollo.backplane.com>
next in thread | raw e-mail | index | archive | help
This has been broken for several days now, maybe longer. It would be nice if whoever broke it would fix it. -Matt Matthew Dillon <dillon@backplane.com> cc -nostdlib -static -Ttext 0x0 -o loader.sym /usr/obj/FreeBSD/FreeBSD-current/src/sys/boot/i386/loader/../btx/lib/crt0.o main.o conf.o bcache.o boot.o commands.o console.o devopen.o interp.o interp_backslash.o interp_parse.o load_aout.o load_elf.o ls.o misc.o module.o panic.o isapnp.o pnp.o interp_forth.o vers.o /usr/obj/FreeBSD/FreeBSD-current/src/sys/boot/i386/loader/../../ficl/libficl.a /usr/obj/FreeBSD/FreeBSD-current/src/sys/boot/i386/loader/../libi386/libi386.a /usr/obj/FreeBSD/FreeBSD-current/src/sys/boot/i386/loader/../../../../lib/libstand/libstand.a load_aout.o: In function `aout_loadfile': load_aout.o(.text+0x7c): undefined reference to `__ntohl' load_aout.o(.text+0x8d): undefined reference to `__ntohl' load_aout.o(.text+0x9e): undefined reference to `__ntohl' load_aout.o(.text+0xaf): undefined reference to `__ntohl' load_aout.o(.text+0xcf): undefined reference to `__ntohl' load_aout.o(.text+0xe0): more undefined references to `__ntohl' follow /usr/obj/FreeBSD/FreeBSD-current/src/sys/boot/i386/loader/../libi386/libi386.a(pxe.o): In function `pxe_enable': pxe.o(.text+0x4e1): undefined reference to `__htonl' pxe.o(.text+0x4f5): undefined reference to `__htonl' pxe.o(.text+0x50c): undefined reference to `__htonl' pxe.o(.text+0x523): undefined reference to `__htonl' /usr/obj/FreeBSD/FreeBSD-current/src/sys/boot/i386/loader/../../../../lib/libstand/libstand.a(nfs.o): In function `nfs_getrootfh': nfs.o(.text+0x4f): undefined reference to `__htonl' nfs.o(.text+0xd5): undefined reference to `__ntohl' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203062115.g26LFLm58298>