From octave-maintainers-request at bevo dot che dot wisc dot edu Sun Jan 5 14:55:00 2003 Subject: Re: Octave 2.1.43 available for ftp From: Andy Adler To: "John W. Eaton" CC: octave-maintainers mailing list Date: Sun, 05 Jan 2003 15:54:29 -0500 John W. Eaton wrote: > On 5-Jan-2003, Andy Adler 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 adler at STE5035 /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 -*- ! ## at deftypefn {Function File} {} puts (@var{string}) ! ## Write a string to the standard output with no formatting. ## at end deftypefn ! ## at seealso{fputs, printf and fprintf} ## Author: jwe --- 18,27 ---- ## 02111-1307, USA. ## -*- texinfo -*- ! ## at deftypefn {Function File} {} beep () ! ## Output a beep from the speaker ( or visual bell ) ## at end deftypefn ! ## at 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