Re: [libssh2] make clean does not remove .deps

2007-04-05 Thread Simon Josefsson
"Yang Tse" <[EMAIL PROTECTED]> writes: > make clean does not remove .deps subdirs > > How to reproduce: > > ./buildconf > ./configure && make > make clean That is standard automake-behaviour. There is 'maintainer-clean' and 'distclean' targets that remove .deps/, but I couldn't find any other ru

Re: [libssh2] Does not build on Cygwin with --disable-shared

2007-04-05 Thread Simon Josefsson
"Yang Tse" <[EMAIL PROTECTED]> writes: > Failure building on Cygwin with --disable-shared (CVS version of course) > > ssh2.o:ssh2.c:(.text+0x104): undefined reference to > `__imp__libssh2_session_init_ex' Hi! Ouch, this is bad. I'm not sure what the problem is, building and and linking to libra

Re: [libssh2] [PATCH] Building static lib on x86_64 linux

2007-04-05 Thread Simon Josefsson
I'm re-adding the CC to the list and quoting liberally to preserve the context for other readers. "Yang Tse" <[EMAIL PROTECTED]> writes: > Just for future reference: "relocation R_X86_64_32 can not be used > when making a shared object" error message is related with this thread > > 2007/3/29, Sim

Re: [libssh2] libssh2 compile success on AIX - needs patch

2007-04-05 Thread Simon Josefsson
Michael Augustin <[EMAIL PROTECTED]> writes: > Hi libssh2-developers, > > I compiled libssh2 successfull after some days of try-and-error. I wasn't > able to compile the examples, but the ssh2_sample.c from version 0.14 was > build and runnable with version from 0.15pre (cvs-snapshot). >

[libssh2] need small patches for NetWare platform

2007-04-05 Thread Guenter Knauf
Hi all, I'm Guenter who formerly contributed some patches to get libssh2 properly build for NetWare platform and for Win32 with MingW32 compiler. I want to ask here for recieving commit rights to the project in order to maintain these build systems in the future, and bring in such small patches t

Re: [libssh2] need small patches for NetWare platform

2007-04-05 Thread Daniel Stenberg
On Thu, 5 Apr 2007, Guenter Knauf wrote: > If you dont want to grant me the CVS commit rights then please commit these > patches: Allow me to vouch for Guenter's abilities and I really think libssh2 will gain by giving him commit rights to avoid having to proxy his work through one of us other

Re: [libssh2] need small patches for NetWare platform

2007-04-05 Thread Chris Nystrom
On 4/5/07, Daniel Stenberg <[EMAIL PROTECTED]> wrote: > > I'm starting to think that libcurl's use of libssh2 has given a fine energy > boost to the libssh2 project! ;-) Yes, I think you are right. Good job. Chris -- E-Mail: Chris Nystrom <[EMAIL PROTECTED]> Saving the world from web programmin

Re: [libssh2] Corrupted scp transfers

2007-04-05 Thread Dan Fandrich
On Mon, Mar 26, 2007 at 04:15:36PM -0700, Dan Fandrich wrote: > I've added some scp tests to curl's test suite which use libssh2, and > I've found that the test file uploads (which are 30 byte files) are > corrupted sometimes. The uploaded files end up being 0 length. Running > the tests several t