New submission from John Szakmeister <j...@szakmeister.net>:

This is a port of r301 from unladen swallow to the py3k-jit branch.

On the Mac, there was an extra '-framework CoreFoundation' that was being 
passed in python3 (maybe it wasn't there in Python 2.x?).  At any rate, I 
changed the logic to ignore anything that didn't start with a "-l" or end with 
a ".a".  Not sure if that's the best answer, or if we should allow -framework 
and friends to pass through.

I put this under distutils, but it's really targeted towards the py3k-jit 
branch... which hasn't been updated since June. :-(

----------
assignee: tarek
components: Distutils
files: libs-to-extension.patch
keywords: patch
messages: 129863
nosy: eric.araujo, jszakmeister, tarek
priority: normal
severity: normal
status: open
title: Fix distutils to carry configure's LIBS through to extension modules.
type: feature request
Added file: http://bugs.python.org/file20971/libs-to-extension.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11370>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to