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

Re: Threaded perl on z/OS 1.4

Thread Previous | Thread Next
From:
A . Bergman
Date:
February 11, 2003 11:43
Subject:
Re: Threaded perl on z/OS 1.4
Message ID:
FB98BFBA-3DF5-11D7-A2D3-003065D64CBE@nanisky.com

On tisdag, feb 11, 2003, at 19:47 Europe/Stockholm, Brian De Pradine 
wrote:

> Has anyone successfully built perl 5.8.0 on OS/390 with threading 
> turned on? I am trying to build perl with threading, but I get the 
> following error with the compile of perly.c.
>

I wouldn't think so, but it would be GREAT if we could do it!

> ERROR CCN3276 ./perly.c:128   Syntax error: possible missing ')'?
> CCN0793(I) Compilation failed for file ./perly.c.  Object file not 
> created.
> FSUM3065 The COMPILE step ended with return code 12.
> FSUM3017 Could not compile perly.c. Correct the errors and try again.
> make: *** [perly.o] Error 3
>

Ok, we didn't get very far did we, what could be wrong with?

extern int yychar, yyerrflag;

Could you generate a perl.y without -Duseithreads and see what the 
difference is?
My guess is that error is not in perl.y but in some header file.

> I had a look at the listing and it seems to be due to the following 
> line in the version of perly.c that is generated on OS/390
>
> extern int yychar, yyerrflag;
>
> Any help that could be provided would be greatly appreciated.
>
>

I'll help you as much as I can!

Arthur


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