[PyQt] ld: library not found for -lqpycore

Phil Thompson phil at riverbankcomputing.com
Sat Jun 14 09:33:37 BST 2014


On 13/06/2014 10:59 pm, michael ferraro wrote:
> 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

Use configure-ng.py

Phil


More information about the PyQt mailing list