Re: Re: Cygwin installation problem (Igor Gierymski)

Posted by Luigi Ballabio-2 on
URL: http://quantlib.414.s1.nabble.com/Re-Cygwin-installation-problem-Igor-Gierymski-tp3229p3234.html

On 2004.08.23 16:29, Javier Revilla wrote:

>
> I get the following message :
>
> make[2]: Entering directory
> `/home/Administrator/jrr/c++/quantlib_project/ql/QuantLib-0.3.7'
>
> WARNING: Warnings can be ignored. :-)
> if test "no" != no; then \
>   set x; \
>   list='quantlib.el'; for p in $list; do \
>     if test -f "$p"; then d=; else d="./"; fi; \
>     set x "$@" "$d$p"; shift; \
>   done; \
>   shift; \
>   EMACS="no" /bin/bash ./config/elisp-comp "$@" || exit 1; \
> else : ; fi
>
> make[2]: Leaving directory
> `/home/Administrator/jrr/c++/quantlib_project/ql/QuantLib-0.3.7'

Oh, THAT warning. It can indeed be ignored, as there are no further  
warnings to ignore...

Thanks,
        Luigi