Force the ld "no-undefined" flag on Cygwin
authorChristian Babeux <christian.babeux@efficios.com>
Wed, 28 Nov 2012 01:31:47 +0000 (20:31 -0500)
committerChristian Babeux <christian.babeux@efficios.com>
Wed, 28 Nov 2012 03:26:39 +0000 (22:26 -0500)
commit858276a2e832704ad5c461e5db22cfd6c978b87a
tree768d78250fad51baf837f14f50beebd6b445ce14
parentdc58067e5a8b6717acd5c2d9031755aeb67e7cc1
Force the ld "no-undefined" flag on Cygwin

In order to build shared libraries on Cygwin/MinGW/Windows, all
symbols must be defined at link time. Activating the "-no-undefined"
flag will fail the build if it's not the case.
configure.ac
This page took 0.024463 seconds and 4 git commands to generate.