Login  Register

Re: install.sh is missing in CVS

Posted by Luigi Ballabio-4 on May 05, 2002; 2:26pm
URL: http://quantlib.414.s1.nabble.com/install-sh-is-missing-in-CVS-tp2031p2032.html

At 6:49 PM -0500 5/3/02, Vadim Ogranovich wrote:

>Hi,
>
>I couldn't configure QL make after getting the latest version a couple of
>minutes ago (4:45pm PST)
>
>[QuantLib]$ autoconf
>[QuantLib]$ ./configure
>loading cache ./config.cache
>configure: error: can not find install-sh or install.sh in config ./config
>
>And indeed there is no config/install-sh
>
>Any suggestion?

Vadim,
        what if you try this?

>[QuantLib]$ sh bootstrap
>[QuantLib]$ ./configure

Nando: if the above works, could we make it more prominent in the docs?
This is not the first time this question gets asked...

Bye,
        Luigi


--