Subject: | Compilation failing on MacOS X 1.2.4 (darwin 6.4) |
I'm running on MacOS X 1.2.4, with the darwin 6.4. My perl is compiled for ithreads, nothing else special, version 5.8.0.
This has occured with Math::Pari, in all the 4 latest versions.
I've compiled the pari libs from their source site independantly, with gcc 2.95.2.
I've tried compiling several versions of Math::Pari with gcc 2.95.2 and gcc 3.1. make always fails at the same point:
####
... # lots removed here
libPARI/libPARI.a(base3.o) definition of _hiremainder in section (__DATA,__common)
libPARI/libPARI.a(base3.o) definition of _overflow in section (__DATA,__common)
libPARI/libPARI.a(mp.o) definition of _hiremainder in section (__DATA,__common)
libPARI/libPARI.a(mp.o) definition of _overflow in section (__DATA,__common)
make: *** [blib/arch/auto/Math/Pari/Pari.bundle] Error 1
####
perl Makefile.PL reports that no assembler code will be used, since nonesuch is found.
blech. i dunno what to do, since i have very little practical unix experience... any suggestions?