Message-Id: <199705301216.MAA06971@mx2.rmplc.co.uk> From: "Liam" To: Subject: graphics.h ??? Date: Thu, 29 May 1997 15:38:27 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Precedence: bulk I'm tring to complie this program that uses graphics, but I'm not sure which one. The output from gcc is: fracpack.c: In function `main': fracpack.c:32: graphics.h: No such file or directory (ENOENT) fracpack.c:82: `GR_default_graphics' undeclared (first use this function) fracpack.c:82: (Each undeclared identifier is reported only once fracpack.c:82: for each function it appears in.) fracpack.c:324: `GR_default_text' undeclared (first use this function) Which library do I need? Cheers Liam