Re: [Scilab-users] c link (mingw)

2019-09-27 Thread Stéphane Mottelet
Great ! Most of the time, the problem is due to a first install of MingGW without having installed GCC first (it can be years ago so that you barely remember).  After this, even after uninstalling the package, there is still some file in SCIHOME that make believe MinGXW install script that

Re: [Scilab-users] c link (mingw)

2019-09-27 Thread Jakub Kopac
Dear Stephane, after your last advice, now everything works. Uninstalling Mingw and deleting SCIHOME, then reinstall Mingw and all work as expected! Many thanks! BR JK pi 27. 9. 2019 o 9:18 Stéphane Mottelet napísal(a): > > > Le 27 sept. 2019 à 06:30, Jakub Kopac a écrit : > > I checked

Re: [Scilab-users] c link (mingw)

2019-09-27 Thread Stéphane Mottelet
> Le 27 sept. 2019 à 06:30, Jakub Kopac a écrit : > > I checked it: Scilab is 64 bit, GCC is 64 bit (6.2.0) and was installed in > correct order (gcc first, then Mingw from ATOMS). > I uninstal and install again Mingw from ATOMS, but I do not see transcript as > you wrote. > I suppose that

Re: [Scilab-users] c link (mingw)

2019-09-26 Thread Jakub Kopac
I checked it: Scilab is 64 bit, GCC is 64 bit (6.2.0) and was installed in correct order (gcc first, then Mingw from ATOMS). I uninstal and install again Mingw from ATOMS, but I do not see transcript as you wrote. Sometimes thinks just do not work as expected, so thank you for your help! BR JK

Re: [Scilab-users] c link (mingw)

2019-09-26 Thread stephane . mottelet
I think that your installation of mingw toolbox is broken, as the error    !C:\Users\jkopac\AppData\Roaming\Scilab\scilab-6.0.2\mingwlib_x64/liblibf2c.a: file not recognized: File format not recognized                                          ! !                                               

Re: [Scilab-users] c link (mingw)

2019-09-26 Thread Jakub Kopac
I tried example from the call help page. results from ilib_build help page: Generate a gateway file Generate a loader file Generate a Makefile Running the makefile Compilation of build_c.obj Compilation of build_c.obj Compilation of build_c.obj Compilation of fun1.obj

Re: [Scilab-users] c link (mingw)

2019-09-25 Thread Stéphane Mottelet
Which example of the doc did you run ? Did you try the examples of ilib_build page ? I consider them as a references because they compile full gateways. S. > Le 26 sept. 2019 à 06:16, Jakub Kopac a écrit : > > Hello, > > I downloaded and instaled gcc-6.2.0-64.exe > > BR > > JK > > > st

Re: [Scilab-users] c link (mingw)

2019-09-25 Thread Jakub Kopac
Hello, I downloaded and instaled gcc-6.2.0-64.exe BR JK st 25. 9. 2019 o 21:56 Stéphane Mottelet napísal(a): > Hello > > Which version of gcc did you download from equation.com ? > > S. > > > Le 25 sept. 2019 à 21:01, kjubo a écrit : > > > > Dear all, > > > > I am trying to make a c code.

Re: [Scilab-users] c link (mingw)

2019-09-25 Thread Perrichon
for Scilab Objet : Re: [Scilab-users] c link (mingw) Hello Which version of gcc did you download from equation.com ? S. > Le 25 sept. 2019 à 21:01, kjubo a écrit : > > Dear all, > > I am trying to make a c code. > I instaled mingw (from equation.com) and MinGw toolbox from ATOM

Re: [Scilab-users] c link (mingw)

2019-09-25 Thread stephane . mottelet
With officially supported version 6.2.0 (download link on the atoms page of mingw toolbox), under Windows 7, I run without any problem all examples on ilib_build help page. S. Quoting Stéphane Mottelet : Hello Which version of gcc did you download from equation.com ? S. Le 25 sept.

Re: [Scilab-users] c link (mingw)

2019-09-25 Thread Stéphane Mottelet
Hello Which version of gcc did you download from equation.com ? S. > Le 25 sept. 2019 à 21:01, kjubo a écrit : > > Dear all, > > I am trying to make a c code. > I instaled mingw (from equation.com) and MinGw toolbox from ATOMS. > > When I try to use a example code from call help page, I get

[Scilab-users] c link (mingw)

2019-09-25 Thread kjubo
Dear all, I am trying to make a c code. I instaled mingw (from equation.com) and MinGw toolbox from ATOMS. When I try to use a example code from call help page, I get following error: (full scilab console print) Generate a loader file Generate a Makefile Running the Makefile