From owner-freebsd-current Sun Jan 17 15:35:07 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA20262 for freebsd-current-outgoing; Sun, 17 Jan 1999 15:35:07 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id PAA20243 for ; Sun, 17 Jan 1999 15:35:04 -0800 (PST) (envelope-from fenner@parc.xerox.com) Received: from mango.parc.xerox.com ([13.1.102.232]) by alpha.xerox.com with SMTP id <52134(2)>; Sun, 17 Jan 1999 15:35:00 PST Received: from mango.parc.xerox.com (localhost.parc.xerox.com [127.0.0.1]) by mango.parc.xerox.com (8.8.8/8.8.8) with ESMTP id PAA21914; Sun, 17 Jan 1999 15:34:54 -0800 (PST) (envelope-from fenner@mango.parc.xerox.com) Message-Id: <199901172334.PAA21914@mango.parc.xerox.com> To: Mark Murray cc: "freebsd-current@FreeBSD.ORG" Subject: Re: Today's Make World In-reply-to: Your message of "Sun, 17 Jan 1999 02:36:56 PST." <199901171036.MAA16835@greenpeace.grondar.za> Date: Sun, 17 Jan 1999 15:34:53 PST From: Bill Fenner Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The one that failed: cc -c -nostdinc -O -pipe -DVERSION=\"1.03\" -DXS_VERSION=\"1.03\" -DPIC - fpic -I/usr/obj/usr/src/gnu/usr.bin/perl/perl -DPERL_CORE -DLIBC="" DynaLoader.c The one that succeeded: cc -c -DVERSION=\"1.03\" -DXS_VERSION=\"1.03\" -DPIC -fpic -I/usr/obj/us r/src/gnu/usr.bin/perl/perl -DPERL_CORE -DLIBC="" DynaLoader.c which is why I suggested that the -nostdinc caused the problem that people were seeing. Now, maybe the -nostdinc belongs there along with another -I to get the build environment instead of the host environment, but... Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message