Displaying 2 results from an estimated 2 matches for "with_gnu_ld".
2009 Aug 03
1
use gnulib, and begin to pass its "make syntax-check" tests
...e distribution terms that you use for the rest of that program.
-#
-# The first argument passed to this file is the canonical host specification,
-# CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
-# or
-# CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
-# The environment variables CC, GCC, LDFLAGS, LD, with_gnu_ld
-# should be set by the caller.
-#
-# The set of defined variables is at the end of this script.
-
-# Known limitations:
-# - On IRIX 6.5 with CC="cc", the run time search patch must not be longer
-# than 256 bytes, otherwise the compiler driver will dump core. The only
-# known worka...
2011 Nov 19
2
issues with 2.1b1 on OS X
...ovecot.org/list/dovecot/2011-September/061201.html). I just
wanted to point out that the error is still occurring in spite of a new
test for GNU ld in the configure script. I needed to remove
"-no-undefined" specifically:
#NOPLUGIN_LDFLAGS="-no-undefined"
if test "$with_gnu_ld" = yes; then
NOPLUGIN_LDFLAGS="$NOPLUGIN_LDFLAGS -Wl,--as-needed"
fi
More important, Dovecot aborts on launch with the following error:
Nov 19 10:23:52 kerio2 dovecot[33553]: master: Fatal: kevent(EV_ADD,
READ, 16) failed: Invalid argument
I configured using the...