RE: RE : problem loading JNI Dll with IPC

2005-02-06 Thread Larry Hall
At 11:46 AM 2/3/2005, you wrote: -Original Message- From: cygwin-owner On Behalf Of Christopher Faylor Sent: 03 February 2005 16:29 On Thu, Feb 03, 2005 at 11:38:45AM +0100, Olivier Mesmeur wrote: Thanks, I am interesting to provide a patch but I don't know how to start! I think

RE : problem loading JNI Dll with IPC

2005-02-03 Thread Olivier Mesmeur
Hi, We have a problem using JNI and IPC under cygwin. We compile a DLL using gcc but without -mno-cygwin option because we need IPC functionalities. It's worked fine with previous version of cygwin ( 1.5.5), but now that we are using cygwin version 1.5.9, java crashs when we launch the DLL

RE: problem loading JNI Dll with IPC

2005-02-03 Thread Dave Korn
-Original Message- From: cygwin-owner On Behalf Of Olivier Mesmeur Sent: 03 February 2005 10:39 No, loading cygwin1.dll in this way is not supported. We need someone interested in getting this working to provide a patch. Thanks, I am interesting to provide a patch but I don't

Re: RE : problem loading JNI Dll with IPC

2005-02-03 Thread Christopher Faylor
On Thu, Feb 03, 2005 at 11:38:45AM +0100, Olivier Mesmeur wrote: Thanks, I am interesting to provide a patch but I don't know how to start! I think that I need CVS source but which components of cygwin I need to modify? And do you have an idea about the time needed to develop the patch?

Re: RE : problem loading JNI Dll with IPC

2005-02-03 Thread Igor Pechtchanski
On Thu, 3 Feb 2005, Olivier Mesmeur wrote: Hi, We have a problem using JNI and IPC under cygwin. We compile a DLL using gcc but without -mno-cygwin option because we need IPC functionalities. It's worked fine with previous version of cygwin ( 1.5.5), but now that we are using cygwin

RE: RE : problem loading JNI Dll with IPC

2005-02-03 Thread Larry Hall
-Original Message- From: cygwin-owner On Behalf Of Christopher Faylor Sent: 03 February 2005 16:29 On Thu, Feb 03, 2005 at 11:38:45AM +0100, Olivier Mesmeur wrote: Thanks, I am interesting to provide a patch but I don't know how to start! I think that I need CVS source but which

problem loading JNI Dll with IPC

2005-02-02 Thread Olivier Mesmeur
Hi, We have a problem using JNI and IPC under cygwin. We compile a DLL using gcc but without -mno-cygwin option because we need IPC functionalities. It's worked fine with previous version of cygwin ( 1.5.5), but now that we are using cygwin version 1.5.9, java crashs when we launch the DLL

Re: problem loading JNI Dll with IPC

2005-02-02 Thread Larry Hall
At 05:48 AM 2/2/2005, you wrote: Hi, We have a problem using JNI and IPC under cygwin. We compile a DLL using gcc but without -mno-cygwin option because we need IPC functionalities. It's worked fine with previous version of cygwin ( 1.5.5), but now that we are using cygwin version 1.5.9,