Subject: Re: Compile of routed in -current ? ....
To: Ted Lemon <mellon@fugue.com>
From: Scott Reynolds <scottr@Plexus.COM>
List: current-users
Date: 06/29/1995 15:36:10
On Thu, 29 Jun 1995, Ted Lemon wrote:
> Ahem. Make build *does not* install curses.h!
"Bet me."
The only problem right now is that when compiling libcurses, curses.h
isn't being included from the source directory, but rather from
/usr/include. This can be fixed without moving curses.h to
/usr/src/include.
To prove it to yourself, you don't need to build everything, but just
libcurses. First cd /usr/src/lib/libcurses, then edit curses.h and put
something in that's harmless, like a comment at the top. Next, do just
what "make build" does (you can verify this for yourself), and while
still in the libcurses directory, do a "make cleandir depend all
install". Finally, look at /usr/include/curses.h.
Your change will be there.
--scott