#7115: building cliquer (with cliquer-1.2.p0.spkg) fails on 32bit OS X 10.4
---------------------+------------------------------------------------------
Reporter: was | Owner: tbd
Type: defect | Status: new
Priority: blocker | Milestone: sage-4.1.2
Component: build | Keywords:
Reviewer: | Author:
Merged: |
---------------------+------------------------------------------------------
Comment(by GeorgSWeber):
Strange, even the copy command:
{{{
cp -f *.h "$SAGE_LOCAL/include/cliquer/"
cp -f libcliquer.so "$SAGE_LOCAL/lib/"
}}}
explicitly references the .so file, and not some .dylib. At least on my
Mac, this results in many errors on startup like:
{{{
ImportError:
dlopen(/Users/Shared/sage/sage-4.1.2.alpha4/local/lib/python2.6/site-
packages/sage/graphs/cliquer.so, 2): Library not loaded: libcliquer.dylib
Referenced from:
/Users/Shared/sage/sage-4.1.2.alpha4/local/lib/python2.6/site-
packages/sage/graphs/cliquer.so
Reason: image not found
}}}
Again, if that ever worked on Mac OS X 10.6 --- then Snow Leopard now
accepts .so libraries, not only .dylib libraries (even for dynamic linking
at run-time). Beautiful.
I think I now know how to make up a cliquer-1.2.p1.spkg which works on
"non-Snow Leopard" Macs, but it's midnight again, and I stop here.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/7115#comment:5>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
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-trac?hl=en
-~----------~----~----~----~------~----~------~--~---