Bill Allombert on Mon, 17 Nov 2003 12:49:41 +0100


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

Re: Building gp2c


On Sun, Nov 16, 2003 at 03:40:46PM -0800, Justin Walker wrote:
> What is expected there?  I used 'gcc', and got complaints about 
> undefined symbols like main, avma, bot, fetch_user_var, gadd, gcmp, ... 
> , pari_err, polx.

You are right, it should be gcc.

It is a bug in PARI Configure:

modules_build="$CC -c -o %s.o $CFLAGS -I$myincludedir %s.c && $DLLD -o
%s.$DLSUFFIX $mydlldflags %s.o $myextradlldflags"

For some reason, DLLD is not defined on darwin. I hope Karim
will be able to fix that some days.

Cheers,
Bill.