Re: building CVS version
Posted by Luigi Ballabio-4 on Mar 27, 2002; 12:32pm
URL: http://quantlib.414.s1.nabble.com/building-CVS-version-tp1943p1944.html
At 12:08 PM -0600 3/27/02, Vadim Ogranovich wrote:
>I am trying to compile a CVS snapshot of QL on RedHat 7.2. Here is an error
>I got, any suggestion?
Vadim,
a shell script is provided for the autoconf and automake part
(I guess the latter was missing from your attempts). All you should
need is:
$ sh boostrap
$ ./configure
$ make
Hope this helps,
Luigi
--