<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body bgcolor="#FFFFFF" text="#000000">
Environment: Ubuntu14.04, Qt5.2.1, latest stable PyQt, pyqtdeploy0.4<br>
<br>
<meta name="qrichtext" content="1">
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;"><!--StartFragment--><span
style=" color:#7f0000;">g++ -Wl,-O1 -o pensool main.o
pyqtdeploy_main.o pyqtdeploy_module.o qrc_pyqtdeploy.o
qrc_stdlib.o qrc_site-packages.o
-L/usr/lib/python3.4/site-packages
-L/usr/lib/python3.4/site-packages/PyQt5 -lsip -lQtWidgets
-lQtCore -lQtGui -lQtSvg -L/usr/lib/i386-linux-gnu -lpython3.4m
-lutil -ldl -lQt5Svg -lQt5Widgets -lQt5Gui -lQt5Core -lGL
-lpthread </span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span
style=" color:#7f0000;">/usr/bin/ld: cannot find -lsip</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span
style=" color:#7f0000;">/usr/lib/python3.4/site-packages/PyQt5/libQtGui.a(sipQtGuicmodule.o):(.bss+0x18):
multiple definition of `pyqt5_from_argv_list'</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span
style=" color:#7f0000;">/usr/lib/python3.4/site-packages/PyQt5/libQtWidgets.a(sipQtWidgetscmodule.o):(.bss+0x24):
first defined here</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span
style=" color:#7f0000;">/usr/lib/python3.4/site-packages/PyQt5/libQtGui.a(sipQtGuicmodule.o):(.bss+0x14):
multiple definition of `pyqt5_update_argv_list'</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span
style=" color:#7f0000;">/usr/lib/python3.4/site-packages/PyQt5/libQtWidgets.a(sipQtWidgetscmodule.o):(.bss+0x18):
first defined here</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span
style=" color:#7f0000;">collect2: error: ld returned 1 exit
status</span></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px;
margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span
style=" color:#7f0000;">make: *** [pensool] Error 1</span><!--EndFragment--></p>
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<style type="text/css">
p, li { white-space: pre-wrap; }
</style><br>
I think I followed the directions in the tutorial for building sip
statically.<br>
>make install <br>
installs it to a location that is not in the g++ command? i.e.
/usr/lib/python3/dist-packages<br>
<br>
/usr$ find * -name libsip.a<br>
lib/python3/dist-packages/libsip.a<br>
<br>
Please let me know if you would rather I not report such errors
until later releases of pyqtdeploy.<br>
</body>
</html>