NFFT / nfft

The official NFFT library repository
https://tu-chemnitz.de/~potts/nfft/
GNU General Public License v2.0
174 stars 46 forks source link

Compiled binaries do not work with Octave 4.4.1 #80

Closed michaelquellmalz closed 5 years ago

michaelquellmalz commented 6 years ago

The mex-binaries that were compiled with Octave 4.4.0 are incompatible the new Octave 4.4.1.

The reason is that the binaries rely on the library liboctinterp-5.dll while Octave 4.4.1 ships only the newer version liboctinterp-6.dll. This means that the incompatibility is in both directions, so mex files created with the new Octave won't work with the old version.

There seems to be no way to make the files run in both versions, see an older forum discussion with Mike Miller.

tvolkmer commented 5 years ago

Closing this issue since nfft-3.5.0 binaries are compiled against Octave 4.4.1 (liboctinterp-6.dll).