>>>>> On Fri, 1 Dec 1995 12:09:36 +0100, zirzlaff@nienor.IN-Berlin.DE (Torsten Zirzlaff) said:
Torsten> I muse this errror is caused by libc and not by some
Torsten> source code from texinfo, because on my old i386
Torsten> linux-box I didn't receive any error message.
David> There is always the possibility of a bug, but in my libc
David> (which should be no different from 0.38 w.r.t. select), I
David> get:
David> davidm@koala[lib] nm -o libc.a | grep select
David> libc.a:__select.o:0000000000000000 T __select
David> libc.a:__select.o: U errno
David> libc.a:__select.o:0000000000000000 W select
David> libc.a:res_send.o: U select
David> libc.a:usleep.o: U select
David> libc.a:rtime.o: U select
David> libc.a:clnt_tcp.o: U select
David> libc.a:clnt_udp.o: U select
David> libc.a:pmap_rmt.o: U select
David> libc.a:svc_run.o: U select
David> libc.a:svc_tcp.o: U select
David> libc.a:select.o:0000000000000000 N __gnu_compiled_c
David> libc.a:select.o:0000000000000000 N gcc2_compiled.
David> What version of the binutils are you using? The one that's
David> on azstarnet (gas+binutils.tar.gz)? If not, you might have
David> to upgrade. Older versions of BFD/ld don't handle weak
David> symbols correctly.
Well, I muse that BLADE 0.3 use an older version of that. During the
last weeks I slowly understand why it is called eyesore.
BTW, I just builded libXt again from original sources and got that
XAtom bug with the Athena widgets again. I guess that libXt wasn't the
cause of that error, at least not such an obvious one. I try to
retreive your binutils from azstarnet. Isn't there any mirror of it
around Europe? jurix is quite out of an actual date.
David> --david