Bill Allombert on Tue, 21 Mar 2006 17:13:45 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: parigp on a macintel core duo


On Tue, Mar 21, 2006 at 04:17:33PM +0100, Languasco Alessandro wrote:
> Hi all,
> 
> I tried to install parigp on my new macintel mini core duo running  
> MAc OS X 10.4.5.
> The configuration seems to be ok, but make install gives me the  
> following
> errors:
> 
> alessandro-languascos-computer:/Users/languasc/Desktop/ 
> pari-2.2.12.beta root# make install
> Making install in Odarwin-i386
> File ../src/funclist not changed.
> /usr/bin/gcc  -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer - 
> fno-gcse-after-reload -no-cpp-precomp   -fno-common -I. -I../src/ 
> headers -o kernel.o level0.s
> level0.s:14:Rest of line ignored. 1st junk character valued 44 (,).
> level0.s:15:Rest of line ignored. 1st junk character valued 44 (,).
> make[1]: *** [kernel.o] Error 1
> make: *** [install] Error 2
> alessandro-languascos-computer:/Users/languasc/Desktop/ 
> pari-2.2.12.beta root#
> 
> 
> Someone of you already tried and succeeded ?

I think you are the first.

Could you retry with the snapshot below ?
<http://pari/cgi-bin/viewcvs.cgi/pari/pari.tar.gz?tarball=1>

We have removed the useless asm code in the upcoming 2.2.13
release.

Alternatively, try to configure pari-2.2.12.beta with:
./configure --kernel=none.

Cheers,
Bill.