|
From: Phan, L. H (3443) <Lin...@jp...> - 2015-02-12 06:46:44
|
Thank you Tony, I'll will install 2013b tomorrow and try gnumex again. BTW, what did you mean by "consider switching to Julia or Python"? Linh -----Original Message----- From: Tony Kelman [mailto:to...@ke...] Sent: Wednesday, February 11, 2015 10:40 PM To: Phan, Linh H (3443); gnu...@li... Subject: Re: [Gnumex-users] Does gnumex2.06 work with R2014b? That sounds like you're trying to use 32-bit MinGW with 64-bit Matlab, which won't work no matter what version of Matlab you're using. If you were using 64-bit MinGW-w64, then I don't think it would work with Matlab 2014a or newer, since Mathworks completely changed the format of mexopts.bat and replaced it with some xml thing that afaik no one has tried to make work with gnumex. There's a chance that mexopts.bat might continue to work, but I doubt it. If at all possible, consider switching to Julia or Python. If not, you should be able to build mex files with an older version of Matlab and the binaries should still work with 2014b. -Tony -----Original Message----- From: Phan, Linh H (3443) Sent: Wednesday, February 11, 2015 10:31 PM To: gnu...@li... Subject: [Gnumex-users] Does gnumex2.06 work with R2014b? Hi, I tried gnumex2.06 with R2014b and it failed on line gnumex.m:822 with: Index exceeds matrix dimensions. Prior to that on line gnumex.m:815, the "list" gives: K>> list list = C:\MinGW\bin\nm.exe: libeng.dll: File format not recognized BFD: C:\MATLAB\R2014b\extern\lib\win64\microsoft\libeng.lib(libeng.dll): Unrecognised machine type (0x8664) in Import Library Format archive C:\MinGW\bin\nm.exe: libeng.dll: Malformed archive ... Any help is appreciated. Thank you. ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Gnumex-users mailing list Gnu...@li... https://lists.sourceforge.net/lists/listinfo/gnumex-users |