Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Sep 1998 00:55:50 +0200
From:      Ollivier Robert <roberto@keltia.freenix.fr>
To:        current@FreeBSD.ORG
Subject:   Re: More problems post-ELF
Message-ID:  <19980901005550.A2925@keltia.freenix.fr>
In-Reply-To: <14120.904588750@time.cdrom.com>; from Jordan K. Hubbard on Mon, Aug 31, 1998 at 11:39:10AM -0700
References:  <14120.904588750@time.cdrom.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980901005550.A2925>