Re: JNI with g++

2011-11-05 Thread Csaba Raduly
Hi, On Sat, Nov 5, 2011 at 11:22 AM, Kraus Philipp wrote: > Hello, > > I try to build under Cygwin a JNI shared library. I must use Cygwin because > Atlas & LAPack can be compiled only under Cygwin without the -mno-cygwin flag. > So my library code will be compiled. I link to other Cygwin compil

Re: JNI with g++

2011-11-05 Thread Eliot Moss
On 11/5/2011 5:22 AM, Kraus Philipp wrote: Hello, I try to build under Cygwin a JNI shared library. I must use Cygwin because Atlas& LAPack can be compiled only under Cygwin without the -mno-cygwin flag. So my library code will be compiled. I link to other Cygwin compiled libraries (*.dll) an

JNI with g++

2011-11-05 Thread Kraus Philipp
Hello, I try to build under Cygwin a JNI shared library. I must use Cygwin because Atlas & LAPack can be compiled only under Cygwin without the -mno-cygwin flag. So my library code will be compiled. I link to other Cygwin compiled libraries (*.dll) and some static libs. If I run my Java example