Hi Thomas,
For our project we also need to build matlab mex interfaces and we are
currently also using the mex script provided by matlab (instead of
libtool) to build the interfaces.
If you have a lot of functions you might want to consider combining
several functions into one mex-file and prov
> if you wish to create Matlab MEX-Files using the GNU build
> environment, check out
>
> http://home.allgaeu.org/rschleic/rs/pub/mextool/mextool-2.0.tar.gz
>
The problem with that is that I have a varying number of C++ files which should be
compiled as MEX-files. Currently, I let configure sea
> if you wish to create Matlab MEX-Files using the GNU build
> environment, check out
>
> http://home.allgaeu.org/rschleic/rs/pub/mextool/mextool-2.0.tar.gz
>
The problem with that is that I have a varying number of C++ files which should be
compiled as MEX-files. Currently, I let configure sea
Hi Thomas,
if you wish to create Matlab MEX-Files using the GNU build
environment, check out
http://home.allgaeu.org/rschleic/rs/pub/mextool/mextool-2.0.tar.gz
and
http://home.allgaeu.org/rschleic/rs/pub/m-config/m-config-4.0.tar.gz
I wrote the tools for porting Matlab stuff to MSYS/MinGW.
A f
Hi!
I have been using libtool for one of my projects under linux and now I am in the
progress of porting this project to windows using Cygwin.
Fortunately, all the configuration stuff worked fine, but when it came to the
compilation part, some things went wrong.
I have native Windows DLLs and