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 736382 - Shared libreftest can't be built on W32
Shared libreftest can't be built on W32
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other All
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2014-09-10 07:29 UTC by LRN
Modified: 2014-09-16 00:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Set no_undefined makefile variable on W32 (871 bytes, patch)
2014-09-10 07:29 UTC, LRN
none Details | Review
Set no_undefined makefile variable on W32 (5.42 KB, patch)
2014-09-10 13:14 UTC, LRN
accepted-commit_now Details | Review

Description LRN 2014-09-10 07:29:08 UTC
-no-undefined is needed to build shared libraries on W32.
Comment 1 LRN 2014-09-10 07:29:19 UTC
Created attachment 285793 [details] [review]
Set no_undefined makefile variable on W32
Comment 2 LRN 2014-09-10 13:14:59 UTC
Created attachment 285823 [details] [review]
Set no_undefined makefile variable on W32

v2: Removed no_undefined set lines from all .am files, relying on the new
    line in .decl
Comment 3 Ignacio Casal Quinteiro (nacho) 2014-09-15 10:23:51 UTC
Review of attachment 285823 [details] [review]:

Patch looks good.