Bill Allombert on Wed, 02 Sep 2009 15:36:54 +0200 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: pari svn fails on solaris , missing -fPIC |
On Wed, Sep 02, 2009 at 11:49:31AM +0200, Bill Allombert wrote: > On Thu, Aug 06, 2009 at 10:13:11PM +0100, Jason Moxham wrote: > > > > jasonmoxham@t2:~/pari$ uname -a > > SunOS t2 5.10 Generic_141414-02 sun4v sparc SUNW,T5240 > > > > > > ========================================================================== > > Building for: unknown running solaris (portable C kernel) 32-bit version > > ========================================================================== PARI does not know about this sun4v processor. It needs a new line in config/arch-osname. Do you know what ABI it use ? (e.g. sun4u use sparcv9) Cheers, Bill.