Gnumex is completely out of date. If you obtain a recent Matlab version, I find that compiling with C and Fortran work more or less out of the box. Kveðja/regards, Kristján On 6 Apr 2021, at 14:37, hedi hbasbas@users.sourceforge.net<mailto:hbasbas@users.sourceforge.net> wrote: [bugs:#14]https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsourceforge.net%2Fp%2Fgnumex%2Fbugs%2F14%2F&data=04%7C01%7Cjonasson%40hi.is%7C5ac9945dd61342b4d09d08d8f9097fda%7C09fa5f0e211846568529677ed8fdbe78%7C0%7C0%7C637533166487120116%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=d5QW4dNzmOfsw2TL0tJ%2BKdPof%2FADTw8gYg68uObjXeI%3D&reserved=0...
rti build bug after gnumex installation
See recent discussion about the current state of affairs
I believe gnumex is completely outdated by now. I have been using mex out of the box with Matlab recently on my Mac with no problems, connecting with C and then calling Fortran from C. I would use gfortran with the switch -std=legacy. I would also use a C gateway function to connect between Matlab and Fortran. I don’t know much about what would happen on a Windows machine, but note that Matlab now claims to support MinGW 6.3 C/C++. Here is a simple example: #include "mex.h" // xy = prod_gw(x,y) calls...
Did you find any solution to this? I have the same problem.
am using matlab R2013a and am installed minGW and gnumex for gcc compiler for my...
Can you use gendef.exe to see what symbols are exported and what their names are?...
Compiling with gcc 4.9 32 bit produces unusable s-functions
I've now made this change (on svn trunk).
gnumex.m: allow user to select mex extension by...
another change request for this line: add double quotes to support paths with spaces....
This solution seems to work both in R2007b and R2014A. I can correctly produce mexw32...
ok, actually this sounds like a useful change. I expect it will, but can you confirm...
I think we use mexext in the .m Matlab code that populates the mexopts.bat file,...
I am referring to this line in mexopts.bat: set NAME_OUTPUT=-o %OUTDIR%%MEX_NAME%.mexw32...
Incidentally, .mexw32 has been the default mex extension on 32 bit windows since...
What Tony means, is that the extension to use when generating mex files is copied...
I am sorry, but the mexopts.bat clearly had ".mexw32" for my 32 bit Matlab 2007b...
Pretty sure we are using mexext, as indicated by Matlab. If you're using an old enough...
Hi, I just installed gcc and gnumex. The first tests worked quite well. Just one...
Working out some of the issues with gfortran an...
Creating a branch to try a few things.
Small updates to comments in gnumex.m
Added release-2.06 to tags/release-2.06
Fixed a link issue in the documentation by rena...
This is version 2.06
Merged JasonNicholson branch with the trunk.
Updated documentation. It is ready to be put o...
Updated list of things to do.
Update Examples
assigned_to: Jason Nicholson
All the examples now work on the JasonNicholson branch. They do not all work with...
I haved added a different setup for the example...