Re: Re: Cygwin installation problem (Igor Gierymski)
Posted by
Javier Revilla on
URL: http://quantlib.414.s1.nabble.com/Re-Cygwin-installation-problem-Igor-Gierymski-tp3229p3235.html
Quoting Luigi Ballabio <
[hidden email]>:
> 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
>
Thanks to warn me that there are no further warnings (to ignore).
:-)
The road goes on.
Now, I'll compile my 1st test program !
Thanks for your help.
Javier