Port-mac68k archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Latest perl and m68k
Hi,
I just updated two of my m68k machines (both Amigas) to perl 5.14.1 and
had this issue on both:
Making all in ext/re
/usr/bin/make all PERL_CORE=1 LIBPERL_A=libperl.so LINKTYPE=dynamic
cp re.pm ../../lib/re.pm
rm -f re_exec.c
cp ../../regexec.c re_exec.c
cc -c -O2 -m68060 -O2 -pthread -I/usr/include -fno-strict-aliasing
-pipe -fstack-protector -I/usr/local/include -O2 -m68060 -O2 -pthread
-I/usr/include -DVERSION=\"0.18\" -DXS_VERSION=\"0.18\" -DPIC -fPIC
"-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re_exec.c
{standard input}: Assembler messages:
{standard input}:19367: Error: value out of range
*** Error code 1
It wasn't the -m68060, nor the -O2. I had to change the optimization to
-Os to get it to compile. This seems more of a toolchain issue than an
issue with perl, no?
Also, I expect the same problem to affect mac68k and other ports, but I'd
love to hear from someone who's running up-to-date mac68k.
Thanks,
John Klos
Home |
Main Index |
Thread Index |
Old Index