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: marco atzeri
Subject: Re: Addition of ITSOL to MXE.
Date: Fri, 28 Jun 2013 00:40:36 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130620 Thunderbird/17.0.7

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 ?

Making an autoconf version of ITSOL V2, I catched the same issue
that the debian packager found on V1
Some functions are defined 2 times

--------------------------------------------------------------
./SRC/.libs/libitsolsrc.a(vbiluk.o): In function `lofC':
/pub/devel/itsol/ITSOL_2a/SRC/vbiluk.c:192: multiple definition of `_lofC'
./SRC/.libs/libitsolsrc.a(iluk.o):/pub/devel/itsol/ITSOL_2a/SRC/iluk.c:153: first defined here
./SRC/.libs/libitsolsrc.a(PQ.o): In function `add2is':
/pub/devel/itsol/ITSOL_2a/SRC/PQ.c:130: multiple definition of `_add2is'
./SRC/.libs/libitsolsrc.a(indsetC.o):/pub/devel/itsol/ITSOL_2a/SRC/indsetC.c:11: first defined here
./SRC/.libs/libitsolsrc.a(PQ.o): In function `add2com':
/pub/devel/itsol/ITSOL_2a/SRC/PQ.c:143: multiple definition of `_add2com'
./SRC/.libs/libitsolsrc.a(indsetC.o):/pub/devel/itsol/ITSOL_2a/SRC/indsetC.c:24: first defined here
./SRC/.libs/libitsolsrc.a(PQ.o): In function `weightsC':
/pub/devel/itsol/ITSOL_2a/SRC/PQ.c:310: multiple definition of `_weightsC'
./SRC/.libs/libitsolsrc.a(indsetC.o):/pub/devel/itsol/ITSOL_2a/SRC/indsetC.c:191: first defined here
./SRC/.libs/libitsolsrc.a(PQ.o): In function `indsetC':
/pub/devel/itsol/ITSOL_2a/SRC/PQ.c:156: multiple definition of `_indsetC'
./SRC/.libs/libitsolsrc.a(indsetC.o):/pub/devel/itsol/ITSOL_2a/SRC/indsetC.c:37: first defined here
----------------------------------------------------

I will see to follow debian path for adjusting the source.

Attached debian patch to solve that issue and implement a cmake
build system.

Regards
Marco


Attachment: 20_preprocessor.diff
Description: Text document


reply via email to

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