mingw-cross-env-list
[Top][All Lists]
Advanced

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

Re: [Mingw-cross-env-list] Merging MXE Octave - first steps (was What ge


From: John W. Eaton
Subject: Re: [Mingw-cross-env-list] Merging MXE Octave - first steps (was What gets compiled into DLL by libtool (licencing issues))
Date: Wed, 26 Feb 2014 13:14:52 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131005 Icedove/17.0.9

On 02/26/2014 12:55 PM, Tony Theodore wrote:

Hdf5 is now done[1] and I’ll keep going with the existing deps.

OK.  I see that you have a patch to alter the configure script for
HDF5 that removes AC_TRY_RUN tests.  It's also possible to just set
those cache values on the configure command line:

  configure ... hdf5_cv_gettimeofday_tz=no ...

Either way will work, but if you set the values on the command line
instead of modifying the configure.ac file, then you shouldn't have to
regenerate the configure script and you can eliminate a patch file.

One question: does ENABLE_64 mean “build x86_64-w64-mingw32” or “use
64-bit integers for array dimensions and indexing”?

It currently means both.  We really need to have a third option, which
is to build with x86_64-w64 (for 64-bit pointers) but to use the usual
32-bit integers for Fortran indexing.  I intend to do that by
introducing another option, one to control the compiler and one to
control the 64-bit integer indexing option.

jwe



reply via email to

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