help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cygwin compilation


From: marco atzeri
Subject: Re: Cygwin compilation
Date: Fri, 07 Dec 2012 13:28:24 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/17.0 Thunderbird/17.0

On 12/7/2012 10:05 AM, Danilo Zanatta wrote:


Anyway, after searching on the internet a little bit more, I've figure
out that the problem is known and not only related to cygwin. What
happens is that bison is required but the configure script just provices
a warning about it. after installing bison on cygwin, I could go
further....

I'll let you all known if I succeed at the end... still compiling...


Danilo,
currently octave builds fine configured with :

../octave/configure --disable-java --enable-shared --enable-float-truncate LLVM_CONFIG=/usr/bin/llvm-config lt_cv_deplibs_check_method=pass_all LDFLAGS="-Wl,-no-undefined"

I suggest to build on a separate directory from source one.

For all dependencies you need to install
(with the relative devel package)

/usr/bin/cygarpack-0.dll  =>  libarpack0-3.1.2-1
/usr/bin/cygcurl-4.dll  =>  libcurl4-7.27.0-1
/usr/bin/cygfftw3-3.dll  =>  libfftw3_3-3.3.2-1
/usr/bin/cygfftw3f-3.dll  =>  libfftw3_3-3.3.2-1
/usr/bin/cygfltk_gl-1.1.dll  =>  libfltk1.1-1.1.10-1
/usr/bin/cygfltk-1.1.dll  =>  libfltk1.1-1.1.10-1
/usr/bin/cygfontconfig-1.dll  =>  libfontconfig1-2.10.1-1
/usr/bin/cygfreetype-6.dll  =>  libfreetype6-2.4.10-1
/usr/bin/cyggcc_s-1.dll  =>  libgcc1-4.5.3-3
/usr/bin/cyggfortran-3.dll  =>  libgfortran3-4.5.3-3
/usr/bin/cygGL-1.dll  =>  libGL1-8.0.5-1
/usr/bin/cygglpk-0.dll  =>  libglpk0-4.47-1
/usr/bin/cygGLU-1.dll  =>  libGLU1-9.0.0-1
/usr/bin/cygGraphicsMagick++-3.dll  =>  libGraphicsMagick3-1.3.17-1
/usr/bin/cygGraphicsMagick-3.dll  =>  libGraphicsMagick3-1.3.17-1
/usr/bin/cyghdf5-7.dll  =>  libhdf5_7-1.8.10-1
/usr/bin/cygpcre-1.dll  =>  libpcre1-8.31-1
/usr/bin/cygqhull-6.dll  =>  libqhull_6-2012.1-2
/usr/bin/cygqrupdate-0.dll  =>  libqrupdate0-1.1.2-1
/usr/bin/cygqscintilla2-8.dll  =>  libqscintilla2_8-2.6.1-1
/usr/bin/cygQtCore-4.dll  =>  libQtCore4-4.7.4-4
/usr/bin/cygQtGui-4.dll  =>  libQtGui4-4.7.4-4
/usr/bin/cygQtNetwork-4.dll  =>  libQtNetwork4-4.7.4-4
/usr/bin/cygreadline7.dll  =>  libreadline7-6.1.2-3
/usr/bin/cygstdc++-6.dll  =>  libstdc++6-4.5.3-3
/usr/bin/cygX11-6.dll  =>  libX11_6-1.5.0-1
/usr/bin/cygz.dll  =>  zlib0-1.2.7-1
/usr/lib/lapack/cygblas-0.dll  =>  liblapack0-3.4.2-1
/usr/lib/lapack/cyglapack-0.dll  =>  liblapack0-3.4.2-1

and final check will give

$ grep FAIL  check.log
  libinterp/corefcn/syscalls.cc  PASS    0/1    FAIL 1
  libinterp/interpfcn/data.cc .. PASS  829/837  FAIL 8
  libinterp/interpfcn/file-io.cc PASS    0/1    FAIL 1
  scripts/plot/copyobj.m ........PASS    0/1    FAIL 1
  scripts/testfun/speed.m .......PASS    3/4    FAIL 1

Summary:

  PASS     10660
  FAIL        12
  XFAIL        4

none of the failure is a critical one.

Regards
Marco



reply via email to

[Prev in Thread] Current Thread [Next in Thread]