building CVS version

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

building CVS version

Vadim Ogranovich-3
Hi,

I am trying to compile a CVS snapshot of QL on RedHat 7.2. Here is an error
I got, any suggestion?


[QuantLib]$ autoconf configure.in  > configure
[QuantLib]$ chmod a+x configure
[QuantLib]$ ./configure
creating cache ./config.cache
configure: error: can not find install-sh or install.sh in config ./config

I can only concur that install* is not in ./config

Thanks, Vadim

--------------------------------------------------
DISCLAIMER
This e-mail, and any attachments thereto, is intended only for use by the
addressee(s) named herein and may contain legally privileged and/or
confidential information.  If you are not the intended recipient of this
e-mail, you are hereby notified that any dissemination, distribution or
copying of this e-mail, and any attachments thereto, is strictly prohibited.
If you have received this e-mail in error, please immediately notify me and
permanently delete the original and any copy of any e-mail and any printout
thereof.

E-mail transmission cannot be guaranteed to be secure or error-free.  The
sender therefore does not accept liability for any errors or omissions in
the contents of this message which arise as a result of e-mail transmission.

NOTICE REGARDING PRIVACY AND CONFIDENTIALITY

Knight Trading Group may, at its discretion, monitor and review the content
of all e-mail communications.



Reply | Threaded
Open this post in threaded view
|

Re: building CVS version

Luigi Ballabio-4
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

--