Michael Wulff on Mon, 27 Feb 2012 13:53:09 +0100


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

Re: Compiling PARI on AIX 7.1


On 26 Feb 2012, at 20.19, Bill Allombert wrote:


> You should still be able to build gp-sta:
> cd Oaix-ppc; make gp-sta
> 
> Maybe you can try:
> env LD=/usr/ccs/bin/ld ./Configure 
> or even
> env LD=/usr/ccs/bin/ld ./Configure --static

Yes, using all these options the build was successfull. Thank you!

>>  > What linker are you using ?
>> 
>>  We are using the standard linker on AIX located at /usr/ccs/bin/ld.
> 
> But Configure says:
> 
> Dynamic Lib linker is  /usr/bin/ld  -r
> 

/usr/bin/ld is just a symbolic link:

# ls -l /usr/bin/ld
lrwxrwxrwx    1 bin      bin              15 Dec 21 11:34 /usr/bin/ld -> /usr/ccs/bin/ld

Regards, Michael