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 314216 - at-spi Cygwin linking (patch)
at-spi Cygwin linking (patch)
Status: RESOLVED FIXED
Product: at-spi
Classification: Platform
Component: build
1.6.x
Other other
: Normal normal
: ---
Assigned To: bill.haneman
bill.haneman
Depends on:
Blocks:
 
 
Reported: 2005-08-22 21:36 UTC by Yaakov Selkowitz
Modified: 2006-06-14 14:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
at-spi-1.6.4-1.patch (4.41 KB, patch)
2005-08-22 21:36 UTC, Yaakov Selkowitz
needs-work Details | Review
new version of patch, applies to HEAD (5.46 KB, patch)
2006-06-14 14:25 UTC, bill.haneman
committed Details | Review

Description Yaakov Selkowitz 2005-08-22 21:36:16 UTC
Version details: 1.6.4
Distribution/Version: Cygwin

On Cygwin (and MinGW), all symbols in shared libraries must be resolved at link
time.  This includes two steps:

1) -no-undefined must be in all *_la_LDFLAGS;
2) all dependent libraries must be given in *_la_LIBADD.

The attached patch allows for successful linking on Cygwin.
Comment 1 Yaakov Selkowitz 2005-08-22 21:36:55 UTC
Created attachment 51153 [details] [review]
at-spi-1.6.4-1.patch
Comment 2 bill.haneman 2006-06-14 13:54:56 UTC
patch needs to be reworked for HEAD>
Comment 3 bill.haneman 2006-06-14 14:25:12 UTC
Created attachment 67344 [details] [review]
new version of patch, applies to HEAD
Comment 4 bill.haneman 2006-06-14 14:27:40 UTC
I recreated the patch and applied.  Please reopen if my version doesn't fix the issues.