You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CCLD libssh2.la
../libtool: line 7474: cd: yes/lib: No such file or directory
libtool: error: cannot determine absolute directory name of 'yes/lib'
Makefile:531: recipe for target 'libssh2.la' failed
make[2]: *** [libssh2.la] Error 1
This problem seems to be appeared after commit 42941b4 in which "yes" is added to CFLAGS and LDFLAGS (probably value from --with-libgcrypt-prefix should be used instead --with-libgcryt).
The text was updated successfully, but these errors were encountered:
I'm trying to build libssh 1.8.0 and
fails with an error
This problem seems to be appeared after commit 42941b4 in which "yes" is added to CFLAGS and LDFLAGS (probably value from --with-libgcrypt-prefix should be used instead --with-libgcryt).
The text was updated successfully, but these errors were encountered: