On 2/20/08, Jaroslav Hajek <[EMAIL PROTECTED]> wrote: > Michael, > > I've just installed f2c and it seems to accept the sources, just gives > a warning about > treating the "end subroutine" as plain "end" (which is the same). -w > suppresses the > warning. > > I guess that you probably use f2c to compile Octave on Windows. Did > you consider switching to a genuine Fortran 77 compiler?
The problem with this approach is mixing the C runtime libraries, which is not a good idea and might lead to weird things at run-time. Especially now that MSVC9 runtime lib does not depend on MSVCRT.DLL anymore (MSVC8 runtime lib did). Michael. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
