-
-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error on each build of Libssh2, seems to be a non-issue #5
Comments
@benharold I'm not sure how to reproduce your issue (it does compile fine for me), but it seems that something wrong is happening during the |
I pulled the latest commit and re-ran the script. Everything went off without a hitch. Thanks for your help.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Whenever I run
iSSH2.sh
, OpenSSL builds just fine but I keep getting errors when building Libssh2.However, it appears that the
libssha2.a
file is actually compiled successfully, as the next pass ofiSSH2.sh
shows the following output:The next run yields:
This goes on until all of the libraries seemingly compile correctly:
This is the end of the compile log of a failure:
I haven't actually tried using the compiled libraries yet.
The text was updated successfully, but these errors were encountered: