From: Christian Babeux Date: Wed, 28 Nov 2012 01:31:47 +0000 (-0500) Subject: Force the ld "no-undefined" flag on Cygwin X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=858276a2e832704ad5c461e5db22cfd6c978b87a;hp=858276a2e832704ad5c461e5db22cfd6c978b87a;p=lttng-ust.git 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. ---