On 14 Sep., 11:35, Willem Jan Palenstijn <w...@usecode.org> wrote:
> On Tue, Sep 13, 2011 at 04:45:58PM -0700, Michael Rubinstein wrote:
> > Thanks! That worked for me too, though I'm not sure how you decided on
> > the specific choices of libraries to link to.
>
> Good to hear. The libraries are just what I needed to add to get it to link
> without errors after starting with the -lpython2.6, by the way.
More generically, you may ask python itself about this, just integrate
the following into you build system:
  python -c "from distutils.sysconfig import *; print get_config_vars()
['LIBS']"

My best,
  Alexander

-- 
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

Reply via email to