Bill Allombert on Sat, 30 Jul 2005 11:01:51 +0200


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: run-time problems with cygwin: some symbols are not found at run time


On Tue, Jul 12, 2005 at 06:18:41PM -0400, Sam Steingold wrote:
> OK, I figured this out.
> the problem is that libpari is installed in /usr/local/lib which is not
> in PATH (and on woe32 DDLs have to be in PATH).
> so, long ago I create a hard link from /usr/local/lib/libpari-2.2.dll to
> /usr/local/bin/libpari-2.2.dll which the pari installation process
> destroyed (thus I ended up with 2 libpari's: old in /usr/local/bin/ and
> new in /usr/local/lib/).
> 
> Thus, I must request that pari on cygwin install libpari also in
> /usr/local/bin (as a hard link, if possible).

You can either:
1) put /usr/local/lib in your path.
2) use ./Configure --libdir=/usr/local/bin 
to install libpari in /usr/local/bin.

I would favor 1) personally. It does not seem to be a PARI/GP specific
problem.

Cheers,
Bill.