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

Re: Trouble Compilng Ircd



> ld: cannot open -lcurses: no such file or directory

Use -lncurses if you want to build the client.

> My understanding is that this part is just for the actual irc client? (I 
> hope) If this is the case, I don't really need it as I'm only interested in 
> running the server, but it would be nice to understand where that error 
> message is coming from.

Otherwise 

	make TARGETS=ircd

or edit the corresponding line in the Makefile


	Stefan