Re: [libssh2] [PATCH] Building on Cygwin

2007-03-29 Thread Simon Josefsson
Daniel Stenberg <[EMAIL PROTECTED]> writes: > On Thu, 29 Mar 2007, Simon Josefsson wrote: > >> Actually, adding -no-undefined should be correct for all platforms, because >> libssh2 doesn't depend on unresolved symbols. For example, I believe AIX >> also needs it to produce shared libraries. I

Re: [libssh2] [PATCH] Building on Cygwin

2007-03-29 Thread Daniel Stenberg
On Thu, 29 Mar 2007, Simon Josefsson wrote: > Actually, adding -no-undefined should be correct for all platforms, because > libssh2 doesn't depend on unresolved symbols. For example, I believe AIX > also needs it to produce shared libraries. I added it unconditionally. Heh, I replied to the c

Re: [libssh2] [PATCH] Building on Cygwin

2007-03-29 Thread Simon Josefsson
"Yang Tse" <[EMAIL PROTECTED]> writes: > Hi to all, first message on this list. > > In order to make libssh2 build on Cygwin I had to make a couple of > changes. After applying this patch it built nicely using: > > ./buildconf > ./configure > ./make > ./make test > > Atached patch is against snaps

[libssh2] [PATCH] Building on Cygwin

2007-03-28 Thread Yang Tse
Hi to all, first message on this list. In order to make libssh2 build on Cygwin I had to make a couple of changes. After applying this patch it built nicely using: ./buildconf ./configure ./make ./make test Atached patch is against snapshot libssh2-0.15-20070328 I hope that you take it in consi