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