sage -i 4ti2.p0
on my desktop running Fedora 2.6.31.12-174.2.3.fc12.x86_64. Here is
the resulting error message:
---------------------------
/bin/sh ../../libtool --tag=CXX --mode=link g++ -I/usr/local/
sage-4.3.2/local/include -D__STDC_LIMIT_MACROS -DNDEBUG -O3 -fomit-
frame-pointer -malign-double -fstrict-aliasing -ffast-math
-Wall -o 4ti2gmp 4ti2gmp-circuits_main.o 4ti2gmp-groebner_main.o
4ti2gmp-markov_main.o 4ti2gmp-minimize_main.o 4ti2gmp-
normalform_main.o 4ti2gmp-qsolve_main.o 4ti2gmp-rays_main.o 4ti2gmp-
walk_main.o 4ti2gmp-zbasis_main.o 4ti2gmp-main.o lib4ti2gmp.la -L/usr/
local/sage-4.3.2/local/lib -R/usr/local/sage-4.3.2/local/lib -lglpk
libtool: link: warning: library `/usr/local/sage-4.3.2/local/lib/
libgmpxx.la' was moved.
libtool: link: cannot find the library `/home/davidp/downloads/
sage-4.3.2/local/lib/libgmp.la' or unhandled argument `/home/davidp/
downloads/sage-4.3.2/local/lib/libgmp.la'
make[2]: *** [4ti2gmp] Error 1
make[2]: Leaving directory `/usr/local/sage-4.3.2/spkg/build/4ti2.p0/
src/src/groebner'
make[1]: *** [install-exec-recursive] Error 1
make[1]: Leaving directory `/usr/local/sage-4.3.2/spkg/build/4ti2.p0/
src/src'
make: *** [install-exec-recursive] Error 1
Error building 4ti2
real 1m14.248s
user 0m35.756s
sys 0m43.616s
sage: An error occurred while installing 4ti2.p0
Please email sage-devel http://groups.google.com/group/sage-devel
explaining the problem and send the relevant part of
of /usr/local/sage-4.3.2/install.log.
-----------------------------------
When I first issued the command to install 4ti2, I received an error
message indicating that I needed to install glpk. So I issued the
command "sage -i glpk-4.9", which went fine. Besides the above
problem, perhaps glpk should be loaded automatically, if necessary, as
part of the installation of 4ti2.
Dave
Try rebuilding mpir, then try installing 4ti2.p0 again.
sage -f mpir-1.2.2.p0
William
--
William Stein
Associate Professor of Mathematics
University of Washington
http://wstein.org
Thank you.
Dave
General question: is there any reason that the experimental glpk-4.9
spkg still exists at all? If not it should be removed.
-Marshall