Bill Allombert on Thu, 5 Sep 2002 10:58:15 +0200


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

Re: Unable to compile Pari 1.2.4 on hpux 10.20


On Thu, Sep 05, 2002 at 10:25:09AM +0200, BOUFFANET,FABRICE (Non-HP-France,ex1) wrote:
> Hello All,
> 
> i'm trying to compile pari 2.1.4 on HPUX 10.20 using :
> cc -V
> /usr/ccs/bin/ld: 92453-07 linker linker ld B.10.28 971016
> and the computer is 
> uname -a
> HP-UX B.10.20 A 9000/778 2001161662 two-user license
> 
> I've got the following error :
> 
> In the previous mailing list, i saw in the messages
> http://www.parigp-home.de/lists/200206/17aad
> http://www.parigp-home.de/lists/200206/17aag
> 
> that maybe i need to set or unset one flag ("With the
> portable build (kernel =3D none), it should be OK.").
> I don't understand what exactly i should do to be able to compile.

AFAIK, the problem is that the assembly kernel no more compile on 10.20.
You can require the use of the C kernel with 
Configure -a
and answering: 
Currently supported architectures                            : hppa
I know of the following Operating Systems                    : hpux
An optimized Pari kernel is available for these architectures: none

Alternatively, you can use 
Configure --host=none 
but this is not equivalent.

Cheers,

Bill.