octave-maintainers
[Top][All Lists]
Advanced

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

Re: octave 2.9.13 on cygwin


From: Marco Atzeri
Subject: Re: octave 2.9.13 on cygwin
Date: Mon, 10 Sep 2007 11:48:48 +0200 (CEST)

--- Tatsuro MATSUOKA ha scritto:

> Hello Marco Atzeri 
> 
> Thanks!
you are welcome

> 
> octave:1> [tm,nc]=strptime('30-Aug-2007','%d-%b-%Y')
> tm =
> {
>   usec = 0
>   sec = 0
>   min = 0
>   hour = 0
>   mday =  30
>   mon =  7
>   year =  107
>   wday =  4
>   yday =  241
>   isdst = 0
>   zone =
> }
> 
> nc =  12                
> 
> OTOH, what complier did you used ?
> Standard gcc 3.4.4-3 ?
> 
> Now I am discussing the sjlj problem on cygwin ML.
> In the ML, the possibility of 'gcc-dw2' (dwarf2-EH)
> is discussed. 
> 

I am using the Standard gcc 3.4.4-3; I will wait the 
end of sjlj thread on cygwin list, before trying 
anything new.

But I am building on cygwin snapshots, just to make
verification of the snapshots itself, and at least 
on 20070813 version everything go smooth with a small
workarond 

./configure CFLAGS=-Dtimezone=_timezone
http://sourceware.org/ml/cygwin/2007-08/msg00740.html

the tested configuration is:

  BLAS libraries:       -llapack -lblas
  FFTW libraries:       -lfftw3
  GLPK libraries:       -lglpk
  UMFPACK libraries:    -lumfpack
  AMD libraries:        -lamd
  CAMD libraries:       -lcamd
  COLAMD libraries:     -lcolamd
  CCOLAMD libraries:    -lccolamd
  CHOLMOD libraries:    -lcholmod
  CXSPARSE libraries:   -lcxsparse
  HDF5 libraries:       -lhdf5
  CURL libraries:       
  REGEX libraries:      -lpcre
  LIBS:                 -lreadline  -lncurses -ldl
-lwsock32 -lhdf5 -lz -lm  -lwsock32
  Default pager:        less
  gnuplot:              gnuplot

  Do internal array bounds checking:  false
  Build static libraries:             false
  Build shared libraries:             true
  Dynamic Linking:                    true (dlopen)
  Include support for GNU readline:   true
  64-bit array dims and indexing:     false


and all test Passed (0 fail).

Regards
Marco



      ___________________________________ 
L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: 
http://it.docs.yahoo.com/nowyoucan.html


reply via email to

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