installing rpm for Java

2009-06-01 Thread Thufir
Ok, after no small amount of effort I seem to have built and installed an rpm (with some help): [r...@arrakis i386]# [r...@arrakis i386]# rpm -ihv curl-java-0.2.3-2.i386.rpm Preparing...### [100%] 1:curl-java

Re: patch 7.19.5 - remove VMS specific code from curl.h

2009-06-01 Thread Yang Tse
2009/6/1, John E. Malmberg wrote: The header files are now supplied by the operating system in a text library independent of the compiler. Thanks for the explanation and clean-up. Committed to CVS. -- -=[Yang]=-

Re: [curl 7.19.5] consfigure struct timeval on VMS

2009-06-01 Thread Yang Tse
2009/6/1, John E. Malmberg wrote: I just was bringing this up in case someone was interested in making the configure scripts more robust. We are always interested in improving everything. Simply wanted to make sure we were speaking the same language. I've just committed a change to CVS that

Re: [PATCH] Add NSS libs directory to addlibs in configure

2009-06-01 Thread Daniel Stenberg
On Fri, 29 May 2009, Claes Jakobsson wrote: Attached patch adds the library search path (-L) for $NSS/lib when specifying a custom path using --with-nss Thanks, applied! -- / daniel.haxx.se

SCTP anyone?

2009-06-01 Thread Gisle Vanem
I there any plans or ideas to incorporate support for SCTP into libcurl? AFAICS there are several SCTP implementations for Linux and also for Win32 [1]. I took a look at this API [2] and noticed first it didn't resemble Berkley sockets at all. That makes it a bit hard to code into libcurl I

Re: installing rpm for Java

2009-06-01 Thread Michael Wood
On Mon, Jun 1, 2009 at 10:10 AM, Thufir hawat.thu...@gmail.com wrote: Ok, after no small amount of effort I seem to have built and installed an rpm (with some help): [...] can I get a JAR from this, or how do I import it? Try running: rpm -ql curl-java to see what files the package installs.

Re: SCTP anyone?

2009-06-01 Thread Daniel Stenberg
On Mon, 1 Jun 2009, Gisle Vanem wrote: I there any plans or ideas to incorporate support for SCTP into libcurl? AFAICS there are several SCTP implementations for Linux and also for Win32 [1]. I took a look at this API [2] and noticed first it didn't resemble Berkley sockets at all. That makes

RE: Help on usinig Curl on vxwrks

2009-06-01 Thread Igor Novoseltsev
Supposing I prepare makefile with hardcoded tool chain configuration, put it into the 'lib' folder and beautify source modifications, will it be enough to commit the patch? I think so, yes. Hi, Please review the patch. Thanks patch_vxworks.diff Description: patch_vxworks.diff

Re: installing rpm for Java

2009-06-01 Thread Thufir
On Mon, 01 Jun 2009 14:32:33 +0200, Michael Wood wrote: On Mon, Jun 1, 2009 at 10:10 AM, Thufir hawat.thu...@gmail.com wrote: Ok, after no small amount of effort I seem to have built and installed an rpm (with some help): [...] can I get a JAR from this, or how do I import it? Try

Re: connection re-use amongst easies

2009-06-01 Thread Daniel Stenberg
On Sun, 31 May 2009, j...@igrspace.com wrote: Can you elaborate a little on what exactly you're trying to accomplish with this? ok, this application is supposed to perform multiple concurrent requests and let the user define (1) whether to use SSL or not (2) whether to use a proxy or not (3)

packaging

2009-06-01 Thread Thufir
is there a reason that the Java classes don't belong to a package? -Thufir