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-tp3229p3233.html

Quoting Luigi Ballabio <[hidden email]>:

> On 2004.08.23 15:53, Javier Revilla wrote:
> > Hello Luigi,
> > You were right. I made a clean and then rebuilt it and it works.
> > I only got two warnings but that should be ok.
>
> Javier,
> what were the warnings? We try to remove them whenever it's
> possible...
>
> Thanks,
> Luigi
>
>

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'


Thanks,
Javier