After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 734284 - Add -no-undefined to flags
Add -no-undefined to flags
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: general
unspecified
Other Windows
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
Depends on:
Blocks:
 
 
Reported: 2014-08-05 13:31 UTC by Ignacio Casal Quinteiro (nacho)
Modified: 2014-08-06 02:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use -no-undefined for building on Windows (2.17 KB, patch)
2014-08-06 02:15 UTC, Simon Feltman
committed Details | Review

Comment 1 Simon Feltman 2014-08-06 02:15:45 UTC
The following fix has been pushed:
9eaeba9 Use -no-undefined for building on Windows
Comment 2 Simon Feltman 2014-08-06 02:15:48 UTC
Created attachment 282619 [details] [review]
Use -no-undefined for building on Windows

See LT_INIT([win32-dll]):
http://www.gnu.org/software/libtool/manual/html_node/LT_005fINIT.html

Additionally add PYTHON_LIBS to testhelper.la linking.