Port-mac68k archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Latest perl and m68k
On Sat, Sep 03, 2011 at 12:48:21AM +0000, John Klos wrote:
> 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
Maybe you need to compile with 'keep temps' so that the actual problem
the assembler is complaining about can be identified.
(and -fverbose-asm to make it a bit easier to identify the source.)
David
--
David Laight: david%l8s.co.uk@localhost
Home |
Main Index |
Thread Index |
Old Index