From bug-request at octave dot org Fri Jun 17 17:16:22 2005 Subject: bug in configure script? From: "John W. Eaton" To: "Aakash S Dalwani" Cc: bug at octave dot org Date: Fri, 17 Jun 2005 18:13:33 -0400 On 17-Jun-2005, Aakash S Dalwani wrote: | Since I wanted to use the intel compilers icc & ifort I used the | following | configure command: | /configure --prefix=/home/aakash/octave/ --enable-64 --with-f77 CXX=icc | CC=icc F77=ifort FFLAGS="-i8 -O" | | Strangely though configure selected f77 as the Fortran compiler, not | ifort as one would expect, a bug in autoconf?? I'm fairly sure this is not a bug in autoconf. It could be a bug in Octave's configure script, but I think you can easily avoid the problem by just specifying F77=ifort and NOT using --with-f77. jwe ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------