My quest to get sage running on a RHEL/CentOS 5.x x86_64 box continues. Tonight's episode, when trying to build scipy:
compile options: '-I/usr/local/sage/sage-4.3.1/local/lib/python2.6/ site-packages/numpy/core/include -I/usr/local/sage/sage-4.3.1/local/ include/python2.6 -c' gcc: scipy/integrate/_quadpackmodule.c In file included from scipy/integrate/_quadpackmodule.c:6: scipy/integrate/__quadpack.h:40: warning: function declaration isnât a prototype scipy/integrate/__quadpack.h:41: warning: function declaration isnât a prototype scipy/integrate/__quadpack.h:42: warning: function declaration isnât a prototype scipy/integrate/__quadpack.h:43: warning: function declaration isnât a prototype scipy/integrate/__quadpack.h:44: warning: function declaration isnât a prototype scipy/integrate/__quadpack.h:45: warning: function declaration isnât a prototype scipy/integrate/__quadpack.h:46: warning: function declaration isnât a prototype scipy/integrate/__quadpack.h: In function âquad_functionâ: scipy/integrate/__quadpack.h:60: warning: unused variable ânbâ sage_fortran -Wall -shared -Wall -shared -shared build/temp.linux- x86_64-2.6/scipy/integrate/_quadpackmodule.o -Lbuild/temp.linux- x86_64-2.6 -lquadpack -llinpack_lite -lmach -lgfortran -o build/ lib.linux-x86_64-2.6/scipy/integrate/_quadpack.so /usr/bin/ld: build/temp.linux-x86_64-2.6/libmach.a(d1mach.o): relocation R_X86_64_32 against `d9mach_' can not be used when making a shared object; recompile with -fPIC build/temp.linux-x86_64-2.6/libmach.a: could not read symbols: Bad value collect2: ld returned 1 exit status /usr/bin/ld: build/temp.linux-x86_64-2.6/libmach.a(d1mach.o): relocation R_X86_64_32 against `d9mach_' can not be used when making a shared object; recompile with -fPIC build/temp.linux-x86_64-2.6/libmach.a: could not read symbols: Bad value collect2: ld returned 1 exit status error: Command "sage_fortran -Wall -shared -Wall -shared -shared build/ temp.linux-x86_64-2.6/scipy/integrate/_quadpackmodule.o -Lbuild/ temp.linux-x86_64-2.6 -lquadpack -llinpack_lite -lmach -lgfortran -o build/lib.linux-x86_64-2.6/scipy/integrate/_quadpack.so" failed with exit status 1 Error building scipy. Please advise. Thank you. Cheers, SQ :) -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
