From owner-cvs-all Sun Jan 17 08:01:29 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA29266 for cvs-all-outgoing; Sun, 17 Jan 1999 08:01:29 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from gratis.grondar.za (gratis.grondar.za [196.7.18.65]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA29255; Sun, 17 Jan 1999 08:01:21 -0800 (PST) (envelope-from mark@grondar.za) Received: from greenpeace.grondar.za (greenpeace.grondar.za [196.7.18.132]) by gratis.grondar.za (8.9.1/8.9.1) with ESMTP id SAA10374; Sun, 17 Jan 1999 18:01:14 +0200 (SAST) (envelope-from mark@grondar.za) Received: from grondar.za (localhost [127.0.0.1]) by greenpeace.grondar.za (8.9.2/8.9.2) with ESMTP id SAA19475; Sun, 17 Jan 1999 18:01:13 +0200 (SAST) (envelope-from mark@grondar.za) Message-Id: <199901171601.SAA19475@greenpeace.grondar.za> To: "Andrey A. Chernov" cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/gnu/usr.bin/perl/libperl config.SH-aout.i386 config.SH-elf.alpha config.SH-elf.i386 In-Reply-To: Your message of " Sun, 17 Jan 1999 18:49:23 +0300." <19990117184922.A8649@nagual.pp.ru> References: <199901170953.BAA10010@freefall.freebsd.org> <19990117162723.A58648@nagual.pp.ru> <199901171503.RAA87113@greenpeace.grondar.za> <19990117183530.A1460@nagual.pp.ru> <199901171541.RAA05521@greenpeace.grondar.za> <19990117184922.A8649@nagual.pp.ru> Date: Sun, 17 Jan 1999 18:01:11 +0200 From: Mark Murray Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk "Andrey A. Chernov" wrote: > > In some folks' "make world", during the build of dynaloader, stdio.h was > > not found. *Boom* > > Can't even imagine how adding "-O -pipe" can affect finding stdio.h. It Aaah! You didn't add -O -pipe, you defined the previously undefined CFLAGS to be ${}. _That_ is what broke things. Remember that there are _two_ uses for config-*; one when it is executed as a real shell script, and the other when it is parsed by Perl. When it is parsed by perl, the macro substitution breaks. > seems that the bug is elsewhere and my change itself was correct and just > triggers that bug. Maybe gcc is broken somehow. How do you plan to True - the Perl build is crappy, and needs fixing. This fixing needs a lot of perl scripts to be unrolled into proper Makefiles. > trace/resolve it? Do you have the same result on your machine, or it is > for 'some folks' only? I can't quite figure out who exactly got it. It was just "too many". M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message