Re: Getting a list of available C compilers

2009-11-03 Thread Steffen Dettmer
On Sun, Nov 1, 2009 at 1:49 AM, Ralf Wildenhues wrote: > names='gcc gcc[0-9_-]* cc c89 c99 cgcc clang llvm-gcc sdcc tcc >       xlc xlc_r bgxlc icc ecc pgcc pathcc ccc nvcc cl bcc bcc32' > ... dir in $PATH /usr/ucb,ext in '' .exe ... >      cand=$dir/$name$ext >      if test -f "$cand"; then inte

Re: Getting a list of available C compilers

2009-11-03 Thread Ralf Wildenhues
* Steffen Dettmer wrote on Tue, Nov 03, 2009 at 02:58:30PM CET: > On Sun, Nov 1, 2009 at 1:49 AM, Ralf Wildenhues wrote: > > names='gcc gcc[0-9_-]* cc c89 c99 cgcc clang llvm-gcc sdcc tcc > >       xlc xlc_r bgxlc icc ecc pgcc pathcc ccc nvcc cl bcc bcc32' > > ... dir in $PATH /usr/ucb,ext in '' .e

Re: Getting a list of available C compilers

2009-11-03 Thread Steffen Dettmer
On Tue, Nov 3, 2009 at 7:23 PM, wrote: > On Tuesday 03 November 2009 13:58:30 Steffen Dettmer wrote: >> interesting that this looks for "cl.exe" but not for "CL.EXE". I >> though uppercase would be correct > > On MS-Windows hosts, the file system is case-insensitive, so there is > really no differ

Re: Getting a list of available C compilers

2009-11-03 Thread Keith Marshall
On Tuesday 03 November 2009 13:58:30 Steffen Dettmer wrote: > interesting that this looks for "cl.exe" but not for "CL.EXE". I > though uppercase would be correct On MS-Windows hosts, the file system is case-insensitive, so there is really no difference -- upper, lower or mixed case, they are the

Re: Getting a list of available C compilers

2009-11-03 Thread Thomas Dickey
On Tue, 3 Nov 2009, Ralf Wildenhues wrote: * Steffen Dettmer wrote on Tue, Nov 03, 2009 at 02:58:30PM CET: On Sun, Nov 1, 2009 at 1:49 AM, Ralf Wildenhues wrote: names='gcc gcc[0-9_-]* cc c89 c99 cgcc clang llvm-gcc sdcc tcc       xlc xlc_r bgxlc icc ecc pgcc pathcc ccc nvcc cl bcc bcc32' ...

Can't use Fortran 90/95 compiler for F77

2009-11-03 Thread Daily, Jeff A
<> We use autoconf to build a mixed Fortran 77/C/C++ code and have recently run into problems using Fortran 90/95 compilers for F77. Our Fortran source is Fortran 77 and all Fortran 77 source files use either the *.f or *.F extension. We also set the default INTEGER size of the Fortran compiler

Re: Can't use Fortran 90/95 compiler for F77

2009-11-03 Thread Ralf Wildenhues
Hello Jeff, thanks for the report. * Daily, Jeff A wrote on Tue, Nov 03, 2009 at 09:50:46PM CET: > <> > We use autoconf to build a mixed Fortran 77/C/C++ code and have recently > run into problems using Fortran 90/95 compilers for F77. Our Fortran > source is Fortran 77 and all Fortran 77 sour