develooper Front page | perl.perl5.porters | Postings from November 2000

Re: [ID 20001109.015] Not OK: perl v5.7.0 +DEVEL7594 +Duseperlio on dos-djgpp djgpp

Thread Previous | Thread Next
From:
Nick Ing-Simmons
Date:
November 10, 2000 02:06
Subject:
Re: [ID 20001109.015] Not OK: perl v5.7.0 +DEVEL7594 +Duseperlio on dos-djgpp djgpp
Message ID:
200011101006.KAA17921@mikado.tiuk.ti.com
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


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About