Re: Problem porting linux shared library to windows using cygwin and libtool

2003-12-16 Thread Sander Niemeijer
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

Re: Problem porting linux shared library to windows using cygwin and libtool

2003-12-15 Thread Thomas Leitner
> 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

Re: Problem porting linux shared library to windows using cygwin and libtool

2003-12-15 Thread Thomas Leitner
> 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

Re: Problem porting linux shared library to windows using cygwin and libtool

2003-12-10 Thread Schleicher Ralph (LLI)
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

Problem porting linux shared library to windows using cygwin and libtool

2003-12-09 Thread Thomas Leitner
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