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

Re: Trouble Compilng Ircd



> > much luck. I'm running Red Hat Linux (2.0.30). It build ircd just fine, and 
> > it starts to compile irc just fine, but when it gets to trying to actually 
> > link all the files into irc, it gives me the following error message:
> > ld: cannot open -lcurses: no such file or directory

Yeah I had the same problem. Convert all -lcurses to -lncurses in the 
Makefile and recompile.