octave-maintainers
[Top][All Lists]
Advanced

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

Re: octave-3.0.0 could not be built on updated mingw


From: Michael Goffioul
Subject: Re: octave-3.0.0 could not be built on updated mingw
Date: Sun, 6 Jan 2008 13:52:36 +0100

On 1/6/08, Tatsuro MATSUOKA <address@hidden> wrote:
> Great thanks to Michael.
>
> You are complete right.
> lo-sysdep.cc -> file-ops.h -> str-vec.h -> Array.h -> lo-utils.h -> windows.h
> was the same.
>
> After that I checked the config.h and the config.log
> **config.h**
> /* Define if your system has LoadLibrary for dynamic linking */
> /* #undef HAVE_LOADLIBRARY_API */
> **config.log
> No record exited about HAVE_LOADLIBRARY_API.

Normally, LoadLibrary API is forced under MinGW (as under MSVC),
the configure.in script states that LoadLibrary detection tests are
broken; hence it's simply forced. This is based on the canonical
host name (see configure.in:~line 1396).

Michael.


reply via email to

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