To | ng-spice@ieee.ing.uniroma1.it |
From | Manu Rouat <emmanuel.rouat@wanadoo.fr> |
Date | Mon, 23 Apr 2001 18:52:55 +0200 |
Delivered-To | mailing list ng-spice@ieee.ing.uniroma1.it |
Mailing-List | contact ng-spice-help@ieee.ing.uniroma1.it; run by ezmlm |
Organization | la Guilde |
References | <Pine.LNX.3.96.1010422211903.19593B-100000@ieee.ing.uniroma1.it > <3AE39F54.59953994@research.canon.com.au > |
Reply-To | ng-spice@ieee.ing.uniroma1.it |
Sender | rouat |
Robert Lindsell wrote: > > Hi, > > A bit of feedback for you. > > I tried building this on Solaris 2.6 with the following results; > > gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/include > -I/usr/X11R6.4/include -g -O2 -Wall -c terminal.c > terminal.c:27: termcap.h: No such file or directory > > Solaris doesn't use termcap. Commented out this line from terminal.c > then continued make... there is an #IFDEF HAVE_TERMCAP that isn't use dproperly in that file. manu