develooper Front page | perl.perl5.porters | Postings from February 2009

Re: Perl 5.005_05 RC1

Thread Previous | Thread Next
From:
Matt Kraai
Date:
February 16, 2009 19:20
Subject:
Re: Perl 5.005_05 RC1
Message ID:
loom.20090216T165836-855@post.gmane.org
Léon Brocard <acme <at> astray.com> writes:
> Please compile and make test this release candidate on as many
> platforms as possible:
> 
>   http://acme.s3.amazonaws.com/perl/perl5.005_05-RC1.tar.gz

Configure fails when run on a QNX 6.3.2 system with the following output:

> Checking your choice of C compiler and flags for coherency...
> I've tried to compile and run the following simple program:
> 
> #include <stdio.h>
> int main() { printf("Ok\n"); exit(0); }
> 
> I used the command:
> 
> 	cc -O -DHIDEMYMALLOC -mf -w4 -Wc,-wcd=202 -Wc,-wcd=203 -Wc,-wcd=302
-Wc,-fi=unix.h -o try -g -N1M -L/usr/local/lib try.c
> 	./try
> 
> and I got the following output:
> 
> cc1: Invalid option `f'
> cc1: Invalid option `-wcd=202'
> cc1: Invalid option `-wcd=203'
> cc1: Invalid option `-wcd=302'
> cc1: Invalid option `-fi=unix.h'
> cc: /usr/qnx630/host/qnx6/x86/usr/lib/gcc-lib/ntox86/2.95.3/cc1 error 33
> I can't compile the test program.
> You have a BIG problem.  Shall I abort Configure [y]  
> Ok.  Stopping Configure.

hints/qnx.sh doesn't contain the code to handle QNX 6 that's present in more
recent versions of Perl.

-- 
Matt


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