Re: make failure on mac os x
2011-05-01 07:40:13 GMT
I'm trying to install on Mac OS X 10.6.7 with the default python 2.6.
I installed SIP, its make and make-install seemed to run correctly.
I installed Qt 4.7.2 and ran its demos.
I downloaded PyQt-mac-gpl-4.8.3 and ran its make, which did a whole
bunch of compiles with no obvious errors. It got right to the end and
failed as shown below.
[...]
g++ -headerpad_max_install_names -single_module -dynamiclib -o
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[1]: *** [libpythonplugin.dylib] Error 1
make: *** [all] Error 2
I faced the same error while installing PyQt on Mac. Following the steps mentioned here :
<div> <br><div class="gmail_quote">On Thu, Apr 28, 2011 at 3:42 AM, David Cortesi <span dir="ltr"><<a href="mailto:davecortesi <at> gmail.com">davecortesi <at> gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote">I'm trying to install on Mac OS X 10.6.7 with the default python 2.6.<br>I installed SIP, its make and make-install seemed to run correctly.<br> I installed Qt 4.7.2 and ran its demos.<br>I downloaded PyQt-mac-gpl-4.8.3 and ran its make, which did a whole<br>bunch of compiles with no obvious errors. It got right to the end and<br>failed as shown below.<br> </blockquote> <div> </div> <blockquote class="gmail_quote">[...]<br><br>g++ -headerpad_max_install_names -single_module -dynamiclib -o</blockquote> <div> </div> <div>[...]</div> <div> </div> <blockquote class="gmail_quote">ld: symbol(s) not found<br>collect2: ld returned 1 exit status<br>make[1]: *** [libpythonplugin.dylib] Error 1<br> make: *** [all] Error 2</blockquote> <div> <br>I faced the same error while installing PyQt on Mac. Following the steps mentioned here :</div> <div><a href="https://bugs.launchpad.net/bzr-mac-installers/+bug/529987/comments/9">https://bugs.launchpad.net/bzr-mac-installers/+bug/529987/comments/9</a></div> <div>helped me to do a successful install of PyQt Mac. </div> <div>The post mentions that different options need to be passed for "--arch" swith while </div> <div>running configure.py for SIP and PyQt.</div> <div> </div> <div>HTH,</div> <div>sateesh</div> </div> </div>
RSS Feed