[PyQt] ld: library not found for -lqpycore

michael ferraro michael at possibleworlds.com
Fri Jun 13 22:59:08 BST 2014


I am installing PyQt  on a 2.66Ghz Quad-Core Intel Xenon (8Gb)
Macos version 10.9.3

Qt 4.8.6
sip 4.16.1
PyQt-mac-gpl-4.11

ld: library not found for -lqpycore
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [QtCore.so] Error 1
make: *** [install] Error 2

after some research I tried a suggestion to cd into qpy
and run make

and got:

g++ -headerpad_max_install_names -arch x86_64 -Xarch_x86_64 -mmacosx-version-min=10.5 -o w_qpygui.app/Contents/MacOS/w_qpygui    -F/Library/Frameworks -L/Library/Frameworks -framework QtGui -framework QtCore 
Undefined symbols for architecture x86_64:
  "_main", referenced from:
      start in crt1.10.5.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[1]: *** [w_qpygui.app/Contents/MacOS/w_qpygui] Error 1
make: *** [all] Error 2

it seems like a 64/32 bit conflict but I don't know with what 

m


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20140613/76a1e471/attachment.html>


More information about the PyQt mailing list