This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author brett.cannon
Recipients benjamin.peterson, brett.cannon, brodie, ebehar, erickt, mark.dickinson, ronaldoussoren, rpetrov, tarek
Date 2009-06-04.00:24:13
SpamBayes Score 6.664265e-09
Marked as misclassified No
Message-id <1244075057.44.0.532913417066.issue6154@psf.upfronthosting.co.za>
In-reply-to
Content
As Benjamin said, this was failing on non-universal framework builds and
just a regular build because '-lintl' was not getting added to LIBS in
configure.in and LIBS was not being passed into the framework compile
rule (for both universal and non-universal).

As for my copy of libintl.dylib, 'file' says::

  /unix/macports/lib/libintl.dylib: Mach-O dynamically linked shared
library i386

From my reading of that it means gettext was not built as a universal
library (which I will go fix and so for other libraries I have through
MacPorts).

Ronald, can you look at the changes I proposed on Makefile.pre.in to
make sure LIBS from configure get used in the framework builds? If you
do then that change with the configure.in change I suggested should
solve all of this.
History
Date User Action Args
2009-06-04 00:24:18brett.cannonsetrecipients: + brett.cannon, ronaldoussoren, mark.dickinson, benjamin.peterson, erickt, tarek, brodie, rpetrov, ebehar
2009-06-04 00:24:17brett.cannonsetmessageid: <1244075057.44.0.532913417066.issue6154@psf.upfronthosting.co.za>
2009-06-04 00:24:16brett.cannonlinkissue6154 messages
2009-06-04 00:24:13brett.cannoncreate