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

Make issue missing libzmq.vers #65

Open
amlorenzo opened this issue Mar 10, 2014 · 0 comments
Open

Make issue missing libzmq.vers #65

amlorenzo opened this issue Mar 10, 2014 · 0 comments

Comments

@amlorenzo
Copy link

When attempting to make in install directory the following error is output by make:
Making all in src
make[1]: Entering directory /home/a1g0rithm/zeromq/zeromq-4.0.4/src' make all-am make[2]: Entering directory/home/a1g0rithm/zeromq/zeromq-4.0.4/src'
CXXLD libzmq.la
/usr/bin/ld: cannot open linker script file libzmq.vers: No such file or directory
collect2: ld returned 1 exit status
make[2]: *** [libzmq.la] Error 1
make[2]: Leaving directory /home/a1g0rithm/zeromq/zeromq-4.0.4/src' make[1]: *** [all] Error 2 make[1]: Leaving directory/home/a1g0rithm/zeromq/zeromq-4.0.4/src'
make: *** [all-recursive] Error 1

This was apparently fixed by changing line 174 (#62) in Makefile.am, but it's not working with either setting, I can reproduce if need be. I cannot locate this file on the system anywhere, after expanding the tar.

Regards,
**_NOTE_
Was able to fix by cloning from git, TAR installation file do not contain 'libzmq.vers'...

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

1 participant