Building the native libraries

2001-07-03 Thread Patrick Doyle
Can someone tell me what I am supposed to do to build the native libraries? I'm not too familiar with automake, and of course the Makefiles themselves are impenetrable. It looks like I should just go "make native" but that doesn't seem to do anything. BTW, now seems like a good time to thank

Re: Building the native libraries

2001-07-04 Thread Brian Jones
Patrick Doyle <[EMAIL PROTECTED]> writes: > Can someone tell me what I am supposed to do to build the native > libraries? I'm not too familiar with automake, and of course the > Makefiles themselves are impenetrable. The native libraries are built as a normal part of 'make'. However, to get to

Re: Building the native libraries

2001-07-04 Thread Patrick Doyle
On 4 Jul 2001, Brian Jones wrote: > The native libraries are built as a normal part of 'make'. Ok. I did the things you said, and I'm getting errors with the javah commands. I have attached some of them below. Perhaps my classpath is wrong? Also, I'm indifferent about the AWT. Is there a wa

Re: Building the native libraries

2001-07-05 Thread Brian Jones
Patrick Doyle <[EMAIL PROTECTED]> writes: > On 4 Jul 2001, Brian Jones wrote: > > > The native libraries are built as a normal part of 'make'. > > Ok. I did the things you said, and I'm getting errors with the javah > commands. I have attached some of them below. Perhaps my classpath is > wr

Re: Building the native libraries

2001-07-05 Thread John Leuner
> Can someone tell me what I am supposed to do to build the native > libraries? I'm not too familiar with automake, and of course the > Makefiles themselves are impenetrable. > > It looks like I should just go "make native" but that doesn't seem to do > anything. I compile the Classpath .java f

Re: Building the native libraries

2001-07-06 Thread arenn
Patrick Doyle ([EMAIL PROTECTED]) wrote: > Can someone tell me what I am supposed to do to build the native > libraries? I'm not too familiar with automake, and of course the > Makefiles themselves are impenetrable. > > It looks like I should just go "make native" but that doesn't seem to do > a