Skip to content
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

buid failure (with ./configure --with-libgcrypt && make) #150

Closed
citrin opened this issue Nov 23, 2016 · 2 comments
Closed

buid failure (with ./configure --with-libgcrypt && make) #150

citrin opened this issue Nov 23, 2016 · 2 comments

Comments

@citrin
Copy link

citrin commented Nov 23, 2016

I'm trying to build libssh 1.8.0 and

./configure --with-libgcrypt
make

fails with an error

  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).

@alamaison
Copy link
Contributor

Some changed have just been merged into master that fix some issues with configure. Can you try the latest master?

@citrin
Copy link
Author

citrin commented Nov 28, 2016

On fresh master it works. As I can see it was fixed in ced924b.

@citrin citrin closed this as completed Nov 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants