Date: Fri, 23 Jul 93 11:51:07 -0400 From: gpw AT sunbar DOT mc DOT duke DOT edu (Greg Walcott) To: DJGPP AT SUN DOT SOE DOT CLARKSON DOT edu Subject: gnuplot The makefile for gnuplot has the following statement at the top. # make file for DJGPP and ndmake 4.5 # problems using DJGPP 1.08 as at 6 Oct 1992 # 1. signal(SIGFPE,...) not working. # floating point exceptions TERMINATE gnuplot. # This is because signal is defined as signal(){} !!! # 2. graphics sometimes draws the x axis in the wrong place # The above problems make gnuplot UNUSABLE under DJGPP at present. # where to place gnuplot.gih helpfile Has anyone tried to compile it with the current version of djgpp or are there any fixes to these problems? thanks greg