Peter Prymmer wrote:
I would suggest trying a build with:
sh Configure -Dusethreads
then run:
make > make.out 2>&1
and if you'd like to send the make.out to me off list (unfortunately I
cannot promise to be able to fix it).
I will send this to you.
If there is trouble with the generated perly.c it could indicate at least
two different source of error: 1) perhaps your yacc parser template file
has not been copied from /samples into /etc (since you seem to know enough
about other Configrue issues I doubt this is your problem) 2) there is a
problem with the handling of perly.c that might be fixable with the sed
expression in Makefile.SH.
I had copied the file to /etc before running Configure.
I set 'export _C89_CCMODE=1' in my .profile before running. Also the
user that I was running as was not a superuser.
Is that the setting that invokes "traditional" CC?
This was the instruction in README.os390. Configure also selects c89 as
the default compiler.