Close.
Looks like is_UTF8_CHAR_utf8_safe() needs to be defined in utfebcdic.h ?
5.8.7/os390\-thread\-multi/CORE:. c89 -Wl,EDIT=NO -Wl,XPLINK,dll -o
miniperl \
perlmini.o opmini.o miniperlmain.o gv.o toke.o perly.o pad.o
regcomp.o dump.o util.o mg.o reentr.o mro.o keywords.o hv.o av.o run.o
pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o doop.o doio.o regexec.o
utf8.o taint.o deb.o universal.o globals.o perlio.o perlapi.o numeric.o
mathoms.o locale.o pp_pack.o pp_sort.o -lm -lc
IEW2456E 9207 SYMBOL is_UTF8_CHAR_utf8_safe UNRESOLVED. MEMBER COULD
NOT BE
INCLUDED FROM THE DESIGNATED CALL LIBRARY.
FSUM3065 The LINKEDIT step ended with return code 8.
make: *** [miniperl] Error 3
rm -f pod/perl51710delta.pod
/bin/ln -s perldelta.pod pod/perl51710delta.pod
`sh cflags "optimize=''" op.o` -c -Wc,XPLINK,dll,EXPORTALL op.c
CCCMD = c89 -DPERL_CORE -c -2 -Wc,XPLINK -DMAXSIG=39 -DOEMVS
-D_OE_SOCKETS -D_XOPEN_SOURCE_EXTENDED -D_ALL_SOURCE -DYYDYNAMIC
-D_SHR_ENVIRON -DPERL_EXTERNAL_GLOB -Wc,dll -W 0,float(ieee) -W
0,LANGLVL(LONGLONG)
make: Target `all' not remade because of errors.
>
> On 03/02/2013 01:00 PM, Karl Williamson wrote:
> > I believe this fixes all the remaining compile errors.
> >
> > I cut the sed command in makedepend to 500 from 1000. We can just
> > experiment cutting it down until it works.
> >
>
> I should have said instead that this should have fixed the remaining
> miniperl compile errors. Compiling the rest of Perl will fail, likely
> spectacularly. But once miniperl is compiled, something like this
> should work:
>
> ./miniperl -le 'print "Hello World"'
>
> (using Linux shell syntax)
>
John Goodyear