An issue with Matlab for a mex file compiled with GNU CYGWIN g++

2013-06-30 Thread Emad Gad
context: http://cygwin.1069669.n5.nabble.com/An-issue-with-Matlab-for-a-mex-file-compiled-with-GNU-CYGWIN-g-tp100307.html Sent from the Cygwin list mailing list archive at Nabble.com. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq

Re: An issue with Matlab for a mex file compiled with GNU CYGWIN g++

2013-06-30 Thread David Billinghurst
On 1/07/2013 12:27 PM, Emad Gad wrote: Hello I apologize that this message is a long one. But you may skip to the question at the end, if you wish to know the troubles I am having. I have been using LINUX for a very long time. I decided to compile my work on CYGWIN. Furthermore, I wanted to com

Re: An issue with Matlab for a mex file compiled with GNU CYGWIN g++

2013-07-01 Thread Tim Prince
On 6/30/2013 10:27 PM, Emad Gad wrote: Is there a way to make the CYGWIN g++ linker choose the Windows 64 bit system libraries instead of the 32 bit? cygwin64. If you mean to link against Microsoft X64 libraries in place of cygwin ones, x86_64-w64-mingw32. -- Tim Prince -- Problem reports

Re: An issue with Matlab for a mex file compiled with GNU CYGWIN g++

2013-07-11 Thread Emad Gad
file specified using this mode. So my question is am I in the right place? Is it normal to use a cygwin-based cmake to compile a project with i686-w64-mingw32-g++? Your help is indeed appreciated. Thanks -- View this message in context: http://cygwin.1069669.n5.nabble.com/An-issue-w

Re: An issue with Matlab for a mex file compiled with GNU CYGWIN g++

2013-07-12 Thread Csaba Raduly
Hi Emad, On Fri, Jul 12, 2013 at 5:17 AM, Emad Gad wrote: (snip) > And that led me to conclude that the i686-w64-mingw32-g++ is the way to go (snip) > The troubles I am having now is how to build the cmake-based project with > i686-w64-mingw32-g++ compiler, through the cygwin shell? Somehow, I f