It's probably because this mingw setup forces static libs on libssh2, matter
of fact all other libs with this setup are static built...
On Wed, Jan 13, 2010 at 10:45 AM, Peter Stuge <peter_at_stuge.se> wrote:
> Daniel Stenberg wrote:
> >> Maybe we should think about changing how the examples are built to
> >> actually make them use -l rather than include object archives?
> >
> > I believe we already use the correct way,
>
> ~/src/libssh2/example $ tail -n 2 Makefile.am
> AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/include
> -I$(top_builddir)/src
> LDADD = $(top_builddir)/src/libssh2.la
>
>
> //Peter
> _______________________________________________
> libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
>
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
Received on 2010-01-13