On Wed, May 19, 2010 at 2:19 PM, Nathan O'Treally <not.rea...@online.de> wrote: >> __gmpz_cmp is just the *first* symbol (from libgmp) that can't be >> resolved. >> (The reason this though works on other systems is just how/where the >> linker looks for unresolved symbols, i.e. >> padic_base_generic_element.so depends on e.g. libcsage.so which in >> turn depends on libgmp.so). > > See also http://fedoraproject.org/wiki/UnderstandingDSOLinkChange and > various(?) tickets related to this (Fedora).
My guess is that http://trac.sagemath.org/sage_trac/ticket/8844 fixes this by making the linking explicit. The is needed on Cygwin. Reviews anyone? --Mike -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org