<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div><div><br clear="all"></div>I try to build PyQt with mingw32 5.3 which bundled in Qt 5.11.2, but failed. The error messages show that the .pyd can not link to libpython37.a<br><br></div>I change some code in `configure.py`:<br><br><span style="background-color:rgb(255,242,204)">if limited and False:  # add `and False` to use full dll<br>    pylib_lib = 'python%d%s' % (py_major, debug_suffix)<br>else:<br>    pylib_lib = 'python%d%d%s' % (py_major, py_minor, debug_suffix)</span><br><div><div><div><div><br>and<br><br><span style="background-color:rgb(255,242,204)">if not self.static:<br>    pro_lines.extend(['win32 {',<br>            '    LIBS += ' + self.get_pylib_link_arguments(name=True),  # change `name=False` to `name=True`<br>            '}'])</span><br></div><div><br></div><div>After these changes, I built PyQt successfully. This bug maybe caused by three rease:<br>1. The Python 3.7.0 contains no `libpython3.a` (the limited api), <br>2. Mingw32 does not link to libpython37.a automatically.<br></div><div><div>3. the `--link-full-dll` option does not works.<br><br></div><div>Plus, `QMAKE_CXXFLAGS+="-D_hypot=hypot"` should be append to `configure.py` command line for successful building. But I do not known why:<br><br><span style="background-color:rgb(255,242,204)">python configure.py QMAKE_CXXFLAGS+="-D_hypot=hypot"</span><br></div><div><br><div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr">Python及Qt相关Blog:<a href="http://hgoldfish.com/" target="_blank">http://hgoldfish.com/</a></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>