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
* 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
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
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
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'
...
<>
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
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