Igor Schein on Wed, 23 Dec 1998 15:28:37 -0500 |
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Re: libpari_dll.h missing? |
On Wed, Dec 23, 1998 at 03:02:46PM -0500, Robert Campbel wrote: > 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 had the same problem. I just ended up commenting the include line out. > 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 I did the following: ln -s /cygnus/CYGWIN~1/H-I586~1/bin /bin Igor