octave-maintainers
[Top][All Lists]
Advanced

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

Re: Octave 2.1.43 available for ftp


From: Andy Adler
Subject: Re: Octave 2.1.43 available for ftp
Date: Sun, 05 Jan 2003 15:54:29 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2.1) Gecko/20021130

John W. Eaton wrote:
On  5-Jan-2003, Andy Adler <address@hidden> wrote:
| I'm getting compile errors under cygwin for the following:

  acx_blas.m4 -> top level of the octave source tree
  acx_lapack.m4 -> top level of the octave source tree
  mkpkgadd -> scripts subdirectory, make executable

then run

  ./autogen.sh
  configure ...
  make

and I think it should work.  These problems in creating the
distribution file are fixed in CVS now.

This compiles fine for me now.

Also, it is fast. I don't know what happened to make 2.1.42 slow
$ time echo "1+1;" | /usr/local/oct2143-test/bin/octave -q
real    0m1.376s
user    0m0.170s
sys     0m0.310s

------------------
Minor bug. The documentation for beep.m is wrong
address@hidden /usr/src/octave-2.1.43/scripts/io
$ diff -c beep.m.orig beep.m
*** beep.m.orig Sun Jan  5 15:06:52 2003
--- beep.m      Sun Jan  5 15:08:12 2003
***************
*** 18,27 ****
   ## 02111-1307, USA.

   ## -*- texinfo -*-
! ## @deftypefn {Function File} {} puts (@var{string})
! ## Write a string to the standard output with no formatting.
   ## @end deftypefn
! ## @seealso{fputs, printf and fprintf}

   ## Author: jwe

--- 18,27 ----
   ## 02111-1307, USA.

   ## -*- texinfo -*-
! ## @deftypefn {Function File} {} beep ()
! ## Output a beep from the speaker ( or visual bell )
   ## @end deftypefn
! ## @seealso{puts, fputs, printf and fprintf}

   ## Author: jwe
---------------------
Minor Bug#2. The files lib*.dll.a.* cannot be
stripped for cygwin. Doing so will prevent
mkoctfile from linking.
Currently make install-strip will do this.

FILES:
octave-2.1.43/libcruft.dll.a.2.1.43
lib/octave-2.1.43/liboctave.dll.a.2.1.43
lib/octave-2.1.43/liboctinterp.dll.a.2.1.43

--
Andy




reply via email to

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