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

Re: Mac OS X fixes for ircd



On Thu, Nov 16, 2000 at 06:13:11PM -0800, Ian Sammis wrote:
> 
> The first two changes allow ircd to compile despite Mac OS X's unusual
> method of handling the math library (instead of the usual libm.a, the math
> library is part of a "System Framework" that links in automatically).

I wonder why it just linked the math lib in the first place,
without checking if it's needed.

> The third change fixes a small bug--there's currently a single refresh in
> irc that's not protected by #ifdef DOCURSES.

You mean that the client actually compiles/runs with termcap? :)

Somewhere hidden in my TODO it says to fix it, because it doesn't
work on some OS's with termcap, only with curses.


Kurt