[ python-Bugs-1736103 ] Mac build fails if not building universal due to libtool

SourceForge.net noreply at sourceforge.net
Mon Jul 9 22:57:30 CEST 2007


Bugs item #1736103, was opened at 2007-06-12 23:12
Message generated for change (Comment added) made by jackjansen
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1736103&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Macintosh
Group: None
>Status: Closed
>Resolution: Works For Me
Priority: 5
Private: No
Submitted By: Jack Jansen (jackjansen)
Assigned to: Ronald Oussoren (ronaldoussoren)
Summary: Mac build fails if not building universal due to libtool

Initial Comment:
If you try to build the svn trunk without universalsdk the make will fail: the Makefile tries to use libtool to create the shared library, but on (unmodified) OSX it should use glibtool.

I have no idea who to assign this to, I hope you have a bettter idea.

----------------------------------------------------------------------

>Comment By: Jack Jansen (jackjansen)
Date: 2007-07-09 22:57

Message:
Logged In: YES 
user_id=45365
Originator: YES

Tried it again ("../configure --enable-framework" on an Intel mac) and the
problem does not occur. Assume the last time it was a pilot error, sorry!

----------------------------------------------------------------------

Comment By: Ronald Oussoren (ronaldoussoren)
Date: 2007-07-09 09:52

Message:
Logged In: YES 
user_id=580910
Originator: NO

Which configure arguments are you using?  Are you building a framework or
a plain unix install?

IMHO the call to libtool in Makefile.pre.in is correct, but that's only
used when building a framework. The call to libtool is supposed to be a
call to Apple's libtool, not the GNU tool with the same name.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1736103&group_id=5470


More information about the Python-bugs-list mailing list