octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [OctDev] linear-algebra: new QR updating functions


From: Michael Goffioul
Subject: Re: [OctDev] linear-algebra: new QR updating functions
Date: Sun, 24 Feb 2008 12:57:14 +0100

On 2/20/08, Jaroslav Hajek <address@hidden> 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]