From owner-freebsd-current Mon Aug 31 16:31:37 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA00202 for freebsd-current-outgoing; Mon, 31 Aug 1998 16:31:37 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA00189 for ; Mon, 31 Aug 1998 16:31:29 -0700 (PDT) (envelope-from roberto@keltia.freenix.fr) Received: (from uucp@localhost) by frmug.org (8.9.1/frmug-2.3/nospam) with UUCP id BAA00848 for current@FreeBSD.ORG; Tue, 1 Sep 1998 01:30:23 +0200 (CEST) (envelope-from roberto@keltia.freenix.fr) Received: by keltia.freenix.fr (VMailer, from userid 101) id AF25414A2; Tue, 1 Sep 1998 00:55:50 +0200 (CEST) Date: Tue, 1 Sep 1998 00:55:50 +0200 From: Ollivier Robert To: current@FreeBSD.ORG Subject: Re: More problems post-ELF Message-ID: <19980901005550.A2925@keltia.freenix.fr> Mail-Followup-To: current@FreeBSD.ORG References: <14120.904588750@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.4i In-Reply-To: <14120.904588750@time.cdrom.com>; from Jordan K. Hubbard on Mon, Aug 31, 1998 at 11:39:10AM -0700 X-Operating-System: FreeBSD 3.0-CURRENT/ELF ctm#4606 AMD-K6 MMX @ 200 MHz Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG According to Jordan K. Hubbard: > 2. Interestingly enough, a `make world' after this process is complete > still builds an aout world and announces it as such. I thought > you were supposed to be elf'd after this? We may have a problem with some weak symbols too. I tried to recompile trn4 and I got this: nntpinit.o: In function `get_tcp_socket': nntpinit.o(.text+0x1c0): undefined reference to `inet_addr' nntpinit.o(.text+0x29c): undefined reference to `inet_ntoa' nntpinit.o(.text+0x2cd): undefined reference to `inet_ntoa' 1640 [0:53] root@keltia:/usr/lib# grep __inet_addr /usr/include/*/*.h /usr/include/arpa/inet.h:#define inet_addr __inet_addr 1641 [0:53] root@keltia:/usr/lib# grep __inet_addr /usr/src/lib/libc/*/*.c /usr/src/lib/libc/net/res_stubs.c:__weak_reference(__inet_addr, inet_addr); VMailer compiled without a hitch though :) -- Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #62: Mon Jul 27 20:47:08 CEST 1998 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message