octave-maintainers
[Top][All Lists]
Advanced

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

Re: Addition of ITSOL to MXE.


From: Michael Goffioul
Subject: Re: Addition of ITSOL to MXE.
Date: Fri, 28 Jun 2013 08:26:03 -0400

On Fri, Jun 28, 2013 at 5:40 AM, Kai Torben Ohlhus <address@hidden> wrote:
On 06/28/2013 01:46 AM, Michael Goffioul wrote:
On Thu, Jun 27, 2013 at 6:40 PM, marco atzeri <address@hidden
<mailto:address@hidden>> wrote:

    Il 6/27/2013 6:46 PM, Michael Goffioul ha scritto:

        Hi,

        In preparation of the corresponding GSoC project, I've added the
        ITSOL
        package to MXE. It compiles ok with MSVC. Could you guys check
        whether
        it compiles with native/cross MinGW?

        Michael.


    static or shared ?


Shared. I also ran into the problem you mention. See the patch I made
(for MSVC):

http://hg.octave.org/mxe-octave/rev/920e26e6c6a3

Michael.


Hello,

I had problems with the multiple definition of functions, too. I wrote a little installation tutorial for Debian-like distributions including a patch to remove redundant functions

http://siko1056-gsoc.blogspot.com/2013/06/getting-itsol-to-work.html

But I think your patch is more specialized for the MSVC build, right? I don't work with Windows, so I cannot test it.

I always take a conservative approach when doing patch (use #ifdef instead of deleting code) and assume that it works fine in "normal" compilers like GCC (hence the patch is MSVC-specific). But it appears it wasn't the case here.

Michael.


reply via email to

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