RICHARD FERNANDEZ wrote:
> I'm trying to build Math::Pari along the way to building Net::SFTP, but
> the make fails with the following error:
> 
> pariinl.h: In function `mulssmod':
> pariinl.h:887: error: asm-specifier for variable `hiremainder' conflicts
> with asm clobber list
> pariinl.h:887: confused by earlier errors, bailing out
> make[1]: *** [es.o] Error 1
> make[1]: Leaving directory
> `/s01/.cpan588/build/Math-Pari-2.010703/libPARI'
> make: *** [libPARI/libPARI.a] Error 2
> 
> Not sure what other information is relevant, but I'm doing this on a
> Solaris 8 box using:
> 
> # gcc -v
> Reading specs from
> /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.3.2/specs
> Configured with: ../configure --with-as=/usr/ccs/bin/as
> --with-ld=/usr/ccs/bin/ld --disable-nls
> Thread model: posix
> gcc version 3.3.2
> 
> Any help would be appreciated!
> 
> richf
> 
> 
> 

This has lingered long enough without response. Sorry it took me a while
to get back to it after initially seeing it. I had this same problem a
couple of years ago. It does appear that Math::PARI has an active
maintainer again so you might try dropping him a line about this issue.

I solved it by testing each previous version (of libPARI) until I hit
one that would install cleanly. As much as it stinks to not have the
most recent version of something, a working version is better than no
version.

HTH,

http://danconia.org

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to