Bill Allombert on Wed, 24 Jul 2013 15:34:39 +0200


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

Re: New GP functions qfauto/qfisom etc.


On Wed, Jul 24, 2013 at 03:22:03PM +0200, Pascal Molin wrote:
> On my system (OSX 10.7.5, gnu gcc 4.7)
> compiling pari is OK but gp is broken :
> 
> ===============
> make clean && make gp
> ./gp
> ===============
> dyld: Symbol not found: _qfauto0
>   Referenced from:
> /Users/pascal/devel/pari/Odarwin-i386/libpari-gmp-2.6.dylib
>   Expected in: flat namespace
>  in /Users/pascal/devel/pari/Odarwin-i386/libpari-gmp-2.6.dylib
> zsh: trace trap  ./gp

Probably the file qfisom.c is not compiled.
You need to rerun ./Configure -l

Cheers,
Bill.