From octave-maintainers-request at bevo dot che dot wisc dot edu Fri Oct 27 11:01:29 2000 Subject: weirdness of Dec alphas From: Ross Lippert To: octave-maintainers at bevo dot che dot wisc dot edu Date: Fri, 27 Oct 2000 09:01:21 -0700 (PDT) this might be an alpha bug or a g77 bug and not an octave bug, but has anyone seen this: octave:1> svd([-5 5;5 -5]) ** On entry to DGESVD parameter number 13 had an illegal value error: exception encountered in Fortran subroutine dgesvd error: unrecoverable error in dgesvd octave:1> > uname OSF1 I'd send my config.h but it is on a system behind a firewall which isn't very friendly at all (I can't ftp through it). The fortran compiler is g77, and the C/C++ compilers are GNU: > g77 --version GNU Fortran 0.5.25 19991024 (release) > g++ --version 2.95.2 -r