Re: Classpath on Cgwin: UnsatisfiedLinkError problem

2006-02-08 Thread Archie Cobbs
S. Meslin-Weber wrote: VM writers typically handle the delegated loadLibrary() call via their implementation of the VM* interface classes and in their own native code. As cygwin uses a decidedly odd naming convention for its dlls, I'd say those parts of jc would need to be investigated. IIRC, Cy

Re: [Cp-tools-discuss] Re: Planning to check-in new branch: the GIOP extensions for rmic.

2006-02-08 Thread Tom Tromey
> "Tom" == Thomas Fitzsimmons <[EMAIL PROTECTED]> writes: Tom> In fact, long term, I'd rather see all of the tools in cp-tools Tom> merged into cvs.savannah.gnu.org:/sources/classpath and used by Tom> all bundlers of GNU Classpath. Yeah, I agree. This has a number of benefits, and I can't th

[Bug classpath/26166] Matcher.find mis-behaviour

2006-02-08 Thread kaz at maczuka dot gcd dot org
--- Comment #5 from kaz at maczuka dot gcd dot org 2006-02-08 11:13 --- Before implementing this new syntax, could someone explain this strange behavior of Sun's JDK? The source of W.java used here is attached below. bash$ java -DFIND=1 W 'b' '[^b]' false bash$ java -DFIND=1 W 'b' '[^b

Re: Classpath on Cgwin: UnsatisfiedLinkError problem

2006-02-08 Thread S. Meslin-Weber
On Wed, Feb 08, 2006 at 03:19:19PM +, S. Meslin-Weber wrote: > When initially writing the CygwinOnClasspath[0] wiki entry on the > ... > [0] http://developer.classpath.org/mediation/ClasspathOnCygwin Woops... I did mean ClasspathOnCygwin (the link is correct) CygwinOnClasspath would be an

Re: Classpath on Cgwin: UnsatisfiedLinkError problem

2006-02-08 Thread S. Meslin-Weber
Hi Enrico, On Wed, Feb 08, 2006 at 02:14:59PM +0100, Enrico Migliore wrote: > after building Classpath on Cygwin, I'm now trying to use it in a simple > HelloWorld application. As an interpreter, I'm using JC (by Archie Cobbs). > > When I run: > > $jc HelloWorld > > I got the following exceptio

Classpath on Cgwin: UnsatisfiedLinkError problem

2006-02-08 Thread Enrico Migliore
Hi guys, after building Classpath on Cygwin, I'm now trying to use it in a simple HelloWorld application. As an interpreter, I'm using JC (by Archie Cobbs). When I run: $jc HelloWorld I got the following exception: java.lang.UnsatisfiedLinkError: failed to open native library: 'usr/local/clas