Subject: libg++ Makefile problem
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: Tom Crockett <tmc@netcom.com>
List: current-users
Date: 01/07/1994 00:10:41
Don't know if this is related to my not being able to SUP but
only ftp, but with the jan 6 Makefile for gnu/lib/libg++ the make
fails with not being able to find 'curses'.  Tried a few variations
on the theme to no avail.
--Tom
From the source:
  
LDADD=		$(DESTDIR)/usr/lib/c++rt0.o -lcurses
DPADD=		$(DESTDIR)/usr/lib/c++rt0.o ${LIBCURSES}
NOMAN=		noman
.PATH:		$(.CURDIR)/../iostream 
LIBCURSES!=	printf "xxx:\n\techo \$${LIBCURSES}\n.include <bsd.prog.mk>" |\
			make -r -s -f - xxx

.include <bsd.lib.mk>

------------------------------------------------------------------------------