This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Failed compile with glibc-2.0.103


On Mon, 23 Nov 1998 08:19:05 GMT, Alex Buell wrote:
>On Sat, 21 Nov 1998 21:09:47 -0500, you wrote:
>
>>I have no problems with 3.76.1 either with scratch or update builds.
>>I am, however, a bit suspicious of that awk script.  Alex, could you
>>try this patch please?  Also, which implementation of awk (mawk, gawk,
>>nawk, or awk) did configure detect, and what version is it?
>
>I'd try it now, but my system went belly up yesterday, and the tape
>streamer is totally shagged. :o( I've been rebuilding the Linux system
>from scratch right now, and won't be back online proper until I get
>the inet stuff sorted out :o(

Ok, well when you do get your system back up, please ignore my
previous patch and test this one instead - I managed to reproduce the
problem, and this appears to fix it for real (instead of being a blind
guess).

zw

============================================================
Index: Makeconfig
--- Makeconfig	1998/11/20 17:20:49	1.203
+++ Makeconfig	1998/11/23 05:35:59
@@ -762,8 +762,10 @@
 	      $(binfmt-subdir)
 all-subdirs := $(filter-out $(sysdep-inhibit-subdirs),$(all-subdirs))
 
+ifeq ($(sysd-dirs-done),t)
 -include $(common-objpfx)sysd-sorted
 subdirs = $(sorted-subdirs)
+endif
 
 # The mach and hurd subdirectories have many generated header files which
 # much of the rest of the library depends on, so it is best to build them


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]