Date: Tue, 01 Sep 1998 18:29:12 -0700 From: John Polstra <jdp@polstra.com> To: galatalt@stuy.edu Cc: current@FreeBSD.ORG, dfr@FreeBSD.ORG Subject: Re: XFree86 and ELF Message-ID: <199809020129.SAA16752@austin.polstra.com> In-Reply-To: <Pine.LNX.3.96.980831150333.26883A-100000@ernie.stuy.edu> References: <Pine.LNX.3.96.980831150333.26883A-100000@ernie.stuy.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
> cc -o appres -O2 -ansi -pedantic -Dasm=__asm -L../../exports/lib > appres.o -lXt -lSM -lICE -lXext -lX11 -L/usr/X11R6/lib -lxpg4 > -Wl,-R,/usr/X11R6/lib > ../../exports/lib/libICE.a(transport.o): In function > `_IceTransSockINETConnect': > transport.o(.text+0x1070): undefined reference to `inet_addr' > ../../exports/lib/libICE.a(transport.o): In function > `_IceTransGetPeerNetworkId': > transport.o(.text+0x2912): undefined reference to `inet_ntoa' > ../../exports/lib/libX11.a(ximtrans.o): In function > `_X11TransSocketINETConnect': > x11trans.o(.text+0x544): undefined reference to `inet_addr' > ../../exports/lib/libX11.a(ximtrans.o): In function > `_XimXTransSocketINETConnect': > ximtrans.o(.text+0x510): undefined reference to `inet_addr' > *** Error code 1 These undefined symbols should be fixed now, with the changes that I commited to libc a few minutes ago. I implemented the compatibility weak aliases in a way that works for ELF. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Self-knowledge is always bad news." -- John Barth 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?199809020129.SAA16752>