Front page | perl.perl5.porters |
Postings from May 2010
Re: ANSI requirement
Thread Previous
From:
David Golden
Date:
May 31, 2010 05:12
Subject:
Re: ANSI requirement
Message ID:
AANLkTil1C9ErBlW9twAIzUPuESJW613I-ycTSDD6Iu_S@mail.gmail.com
On Mon, May 31, 2010 at 8:01 AM, H.Merijn Brand <h.m.brand@xs4all.nl> wrote:
> diff --git a/INSTALL b/INSTALL
> index b0c31eb..8f09a7e 100644
> --- a/INSTALL
> +++ b/INSTALL
> @@ -36,6 +36,11 @@ any prefix location by adding "-Dprefix='/some/dir'" to Configure's args.
> To explicitly name the perl binary, use the command
> "make install PERLNAME=myperl".
>
> +Building perl from source requires an ANSI compliant C-Compiler.
> +A minimum of C89 is required. Some features available in C99 will
> +be probed for and used when found. The perl build process does not
> +rely on anything more than C89.
> +
> These options, and many more, are explained in further detail below.
>
> If you have problems, corrections, or questions, please see
+1
Thread Previous