Date: Sun, 17 Jan 1999 15:34:53 PST From: Bill Fenner <fenner@parc.xerox.com> To: Mark Murray <mark@grondar.za> Cc: "freebsd-current@FreeBSD.ORG" <freebsd-current@FreeBSD.ORG> Subject: Re: Today's Make World Message-ID: <199901172334.PAA21914@mango.parc.xerox.com> In-Reply-To: Your message of "Sun, 17 Jan 1999 02:36:56 PST." <199901171036.MAA16835@greenpeace.grondar.za>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901172334.PAA21914>