On Tue, Jan 13, 2015 at 1:23 PM, Thomas Kluyver <tak...@gmail.com> wrote:

> There are two separate stages involved - first, it finds library
> dependencies and copies them into the build directory. Then, in bdist_mac,
> it updates the embedded linking paths to look inside the .app directory. It
> sounds like the problem here is in the first step, finding and copying
> libraries, which happens before it gets to updating the links with
> install_name_tool.
>

Probably. For reasons unknown, several modules (QtCore, QtGui, QtWebKit,
some other) had links to /opt/local/lib which does not exist. So the
copy-bin phase would not be able to open them. Don't know if or how it
reported that.
------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
cx-freeze-users mailing list
cx-freeze-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to