[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: siag X binaries linked with ncurses ?
On Thu, 12 Nov 1998, mosfet wrote:
> When you run the ./INSTALL perl script and edit topdir.mk the last 3 lines are:
>
> XCOMM Tsiag requires curses. Ignore if not building tsiag.
> CURSES = -lncurses -ltermcap
> XCOMM CURSES = -lcurses -ltermcap
>
> Put XCOMM in front of CURSES = -lncurses -ltermcap.
That still doesn't explain it. topdir.mk is just #included into the
Makefiles generated by imake, but the Imakefiles never use the CURSES
variable except for the one in tsiag.
Ulric