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 majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to