[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Linking on windows with mingw32
[Thread Prev] | [Thread Next]
- Subject: Re: Linking on windows with mingw32
- From: voker57 <voker57@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Tue, 2 Aug 2011 22:42:58 +0400
- To: libssh@xxxxxxxxxx
Did I forget to attach the file?
#include <libssh/libssh.h> #include <stdio.h> int main () { ssh_session my_ssh_session; my_ssh_session = ssh_new(); ssh_free(my_ssh_session); return 0; }
Archive administrator: postmaster@lists.cynapses.org