error when compiling Octave in Cygwin
Marco Atzeri
marco_atzeri at yahoo.it
Fri Dec 12 09:36:11 CST 2008
--- Ivan Sutoris ha scritto:
>
> Thanks for the replies. I'm not insisting on using
> 3.4.4, it's just
> the default version in Cygwin :) Following Dmitri's
> advice, I found
> out that Cygwin includes also gcc 4.3.2 (executables
> have suffix
> "-4"), so I tried to run configure script with
> parameters "CC=gcc-4
> CXX=g++-4 F77=gfortran-4", which went well. The same
> errors, however,
> appeared again during compilation. Are there any
> other configure flags
> one should setup?
>
> Ivan Sutoris
>
the cygwin settings for gcc-4 and octave 3.0.3
seems to work fine also on 3.1.51
configure --libexecdir=/usr/lib \
--enable-shared \
CFLAGS="-Dtimezone=_timezone" \
CC=gcc-4 F77=gfortran-4 \
CXX=g++-4 CPP=cpp-4
Regards
Marco
cygwin octave mantainer
More information about the Octave-maintainers
mailing list