Re: Python question
Posted by Luigi Ballabio on
URL: http://quantlib.414.s1.nabble.com/RE-Python-question-tp3787p3790.html
On 05/23/2005 02:18:51 PM, Yi Zhao wrote:
> Thanks! The "run 'make install'" didn't put the file there --- so I
> did it manually.
Strange...
> I modified the quantlib-config to include boost path.
> It also seems necessary to modify the following lines in the file:
> --libs)
> echo -L${exec_prefix}/lib -lQuantLib
> # echo -L${exec_prefix}/lib -lQuantLib-0.3.10
> i.e. removing the version number.
Hmm. On my Linux box, 'make install' installs both
libQuantLib-0.3.10.so and libQuantLib.so (the latter being a symbolic
link to the former.) It might be a Cygwin glitch. Is there any Cygwin
user out there knowledgeable on these issues?
Thanks,
Luigi
----------------------------------------
Better to have an approximate answer to the right question than a
precise answer to the wrong question.
-- John Tukey as quoted by John Chambers