Robert Campbel on Wed, 23 Dec 1998 15:02:46 -0500 (EST) |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
libpari_dll.h missing? |
In trying to compile pari 2.0.13 on Windows NT with Cygwin b20 I ran across the following error: gcc -c -O2 -m486 -I. -I../src/headers -o mp.o ../src/kernel/none/mp.c In file included from ..\src\headers\pari.h:5, from ../src/kernel/none/mp.c:9: paricfg.h:7: libpari_dll.h: No such file or directory I was unable to find an include file with a name similar to libpari_dll.h in the source distribution. Can anyone help me with this? A separate (and less important) question: Before reaching this point I had to do substantial hand modification of the Configure file and the resulting Makefiles in order to produce reasonable paths (eg /bin/sh had to be replaced with either "sh" or "/cygnus/CYGWIN~1/H-I586~1/bin/sh"). Is there an easier way to do this? Robert Campbell