Changes between Version 6 and Version 11 of Ticket #9990
- Timestamp:
- 09/29/10 09:11:05 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9990
-
Property
Summary
changed from
Pari fails to build on AIX - using wrong extension for libraries.
toPari fails to build on AIX
-
Property
Summary
changed from
-
Ticket #9990 – Description
v6 v11 14 14 15 15 == The Problem == 16 A full build log is attached, but the main problem seems to be that Pari is using the conventional {{{.so}}} for the extension of shared libraries, whereas on AIX, IBM use {{{.a}}} for shared libraries.16 A full build log is attached, but here is the end which show the failure. 17 17 {{{ 18 18 gcc -c -O3 -Wall -fno-strict-aliasing -fomit-frame-pointer -O3 -g -I. -I../src/headers -fPIC -o thue.o ../src/modules/thue.c … … 40 40 make[2]: Leaving directory `/home/users/drkirkby/sage-4.6.alpha1/spkg/build/pari-2.4.3.svn-12577.p5/src' 41 41 Error building GP 42 }}} 42 43 43 }}}