MATLAB mexFunction() with Cygwin GCC Windows

2007-09-26 Thread Boyd Edmondson
I have successfully built/linked MATLAB mex files on Windows using GCC in Cygwin.  Unfortunately, it has a runtime error.  It appears the error is due to mismatched calling coventions for parameter passing.  The MATLAB interpreter successfully invokes the mexFunction() in my shared library

RE: MATLAB mexFunction() with Cygwin GCC Windows

2007-09-26 Thread Boyd Edmondson
Done. Thanks. Boyd -Original Message- From: Igor Peshansky [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 7:24 AM To: Boyd Edmondson Cc: cygwin@cygwin.com Subject: Re: MATLAB mexFunction() with Cygwin GCC Windows On Wed, 26 Sep 2007, Boyd Edmondson wrote: I have