Date: Sun, 17 Jan 1999 18:01:11 +0200 From: Mark Murray <mark@grondar.za> To: "Andrey A. Chernov" <ache@nagual.pp.ru> 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 Message-ID: <199901171601.SAA19475@greenpeace.grondar.za> In-Reply-To: Your message of " Sun, 17 Jan 1999 18:49:23 %2B0300." <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>
next in thread | previous in thread | raw e-mail | index | archive | help
"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 ${<something>}. _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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901171601.SAA19475>