Does not work out of the box. autoconf generates an incorrect CFLAGS entry, and disable-inlines is required to avoid compile failures.
After removing -Wall and -pedantic from ircd/Makefile, it'll compile with the following warnings:
(..)
"ircd_log.c", line 164: warning: initializer does not fit or is out of range: -1
"ircd_log.c", line 164: warning: initializer does not fit or is out of range: -1
(..)
"ircd_string.c", line 197: warning: initializer does not fit or is out of range: -1
"ircd_string.c", line 208: warning: initializer does not fit or is out of range: -1
(..)
"m_server.c", line 810: warning: statement not reached
(..)
"chkconf.c", line 358: warning: end-of-loop code not reached
Arjen
