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! ArthurThread Previous | Thread Next