[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Linking on windows with mingw32


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