|
From: | Abhinav Tripathi |
Subject: | Re: Building PyTave on windows - cygwin |
Date: | Thu, 16 Jun 2016 11:06:34 +0530 |
Did the pytave configure give any errors or warnings, everything in the
summary at the end looked like it was detected and correct?
These are likely coming from the interaction between libtool and the
lib*.la files that appear to be part of the Windows binary distribution.
In short, libtool libraries install themselves plus a little helper
shell script that stores details about the library, including installed
location and dependencies. These are a hint, strictly unnecessary, and I
usually delete them first thing because they tend to cause more problems
than they solve, in my humble experience.
Try deleting the liboct*.la files and see if that helps.
--
mike
Or edit liboct*.la the below part
# Directory that this library needs to be installed in:
libdir='/usr/lib/octave/4.1.0+'
i
V
# Directory that this library needs to be installed in:
libdir='/e/octave_dev/lib/octave/4.1.0+'
Tatsuro
[Prev in Thread] | Current Thread | [Next in Thread] |