Peter J . Farley III <pjfarley@banet.net> writes: >This is a manual report prepared after trying to make perl with >-Duseperlio. I first did a "make distclean", then re-configured with > >sh ./Configure -Dusedevel -Duseperlio -des > >I got these results very early in the make: > >`sh cflags libperl.a perl.o` perl.c > CCCMD = gcc -DPERL_CORE -c -DPERL_EXTERNAL_GLOB >-fno-strict-aliasing >-O2 -malign-loops=2 -malign-jumps=2 -malign-functions=2 >perl.c: In function `perl_construct': >perl.c:230: parse error before `_fclose_' >perl.c:231: parse error before `_fclose_' >(void)"CANNOT" _fclose_ ; >(void)"CANNOT" _fclose_ ; Please add #define PERLIO_NOT_STDIO 0 at top of perl.c and give it another try. The #ifdef forest in iperlsys.h / perlsdio.h needs thinning ... -- Nick Ing-Simmons <nik@tiuk.ti.com> Via, but not speaking for: Texas Instruments Ltd.Thread Previous | Thread Next