From owner-freebsd-current Wed Mar 6 13:15:36 2002 Delivered-To: freebsd-current@freebsd.org Received: from apollo.backplane.com (apollo.backplane.com [216.240.41.2]) by hub.freebsd.org (Postfix) with ESMTP id 0A0EC37B404 for ; Wed, 6 Mar 2002 13:15:21 -0800 (PST) Received: (from dillon@localhost) by apollo.backplane.com (8.11.6/8.9.1) id g26LFLm58298; Wed, 6 Mar 2002 13:15:21 -0800 (PST) (envelope-from dillon) Date: Wed, 6 Mar 2002 13:15:21 -0800 (PST) From: Matthew Dillon Message-Id: <200203062115.g26LFLm58298@apollo.backplane.com> To: current@freebsd.org Subject: buildworld problems, undefined reference to '__ntohl' and '__htonl' Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This has been broken for several days now, maybe longer. It would be nice if whoever broke it would fix it. -Matt Matthew Dillon 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