[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Compiling with DEBUGMODE



Compiling with DEBUGMODE is known to be broken for some
versions.  Anyhow, if you can compile irc/ircd with
DEBUGMODE they are the only programs that will really
benefit from it. (I'm not even sure irc will)
chkconf is independant.

On Nov 21, dmac@xxxxxxxxxxxx wrote:
| I've got a i586-pc-linux-gnulibc1 system  and I can compile
| ircd just fine, but when I try to turn on DEBUGMODE I get
| errors in linkediting chkconfig - it can't resolve MyFree.
| The compile line doesn't have support.o in it, so I tried
| changing CHKCONF_COMMON_OBJS to include it (that may not
| be the right thing to do, but I tried it anyway) and then
| I got a lot of other compile and link errors.
| 
| Has anybody been able to compile 2.9.5 with DEBUGMODE defined?