[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems building Zmailer



> >#define static exists to make debugging easier.
> 
> I used to do this, too.  Now I'm not so sure it's needed.  What production-use
> debuggers can't debug static functions?

	Perhaps some old compilers didn't produce symbols for static
	objects ?

	For such an environment I suggest configuring:

		DEFS= -Dstatic="" ...

	and thus getting rid of those old-style static "undefines"..
	(2.99 did get rid of them by commenting them away..)

		/Matti Aarnio	<mea@utu.fi> <mea@nic.funet.fi>