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
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
"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
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