Bill Allombert on Wed, 18 Jan 2006 18:58:44 +0100 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: compilation OS10.4 |
On Wed, Jan 18, 2006 at 04:59:02PM +0100, jean COUGNARD wrote: > Dear pari developpers, > > I have tryed to compile pari-2.1.7 > on a mac OS 10.4 with Xcode2 (gcc 4.0.0) > at the end I got the following error messages : Please try ./Configure --without-readline or wait for PARI 2.2.12 which should fix this problem. Mac OS 10.4 (but not 10.3) include a EditLine library mascaraded as the GNU readline library, thus causing Configure to misdetect readline. Cheers, Bill.