GNOME Bugzilla – Bug 314216
at-spi Cygwin linking (patch)
Last modified: 2006-06-14 14:27:40 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.
Created attachment 51153 [details] [review] at-spi-1.6.4-1.patch
patch needs to be reworked for HEAD>
Created attachment 67344 [details] [review] new version of patch, applies to HEAD
I recreated the patch and applied. Please reopen if my version doesn't fix the issues.