On Thursday, October 4, 2012 1:36:27 PM UTC-4, Jean-Pierre Flori wrote: > > > > On Thursday, October 4, 2012 7:33:02 PM UTC+2, Jean-Pierre Flori wrote: >> >> >> Well, you're not on XP, right? That seems like the right analysis, >>> though. >>> >>> Yup, but I got a bunch of such errors, so still strange I did not get >> that particular one. >> Or maybe the cvxopt spkg was updated in between? >> > Indeed it was updated in 5.3 and I built 5.2., so this looks fishy. >
Yes, in http://trac.sagemath.org/sage_trac/ticket/13160, you're right. François or Volker or someone says, "Also I want to simplify the setup.py patch which give rise to overlinking (and in fact potential linking of multiple cblas libraries - yuk!)." But the only place I see immediately without gmp is + # Set to 1 if you are installing the glpk module. +-BUILD_GLPK = 0 ++BUILD_GLPK = 1 <snip> - if BUILD_GLPK: -- glpk = Extension('glpk', libraries = ['glpk'], -+ glpk = Extension('glpk', libraries = libraries+['glpk', 'gmp', 'z'], - include_dirs = [ GLPK_INC_DIR ], -- library_dirs = [ GLPK_LIB_DIR ], -+ library_dirs = libdirs + [ GLPK_LIB_DIR ], - sources = ['C/glpk.c'] ) - extmods += [glpk]; - See above for the link to the log :) >>> >> Oh yeah, and indeed there is no -lgmp on the faulty line. >> > -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To post to this group, send email to sage-devel@googlegroups.com. To unsubscribe from this group, send email to sage-devel+unsubscr...@googlegroups.com. Visit this group at http://groups.google.com/group/sage-devel?hl=en.