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
$ make all
Making all in libzmq
make[1]: Entering directory '/home/alex/.emacs.d/elpa/zmq-20230608.1856/src/libzmq'
make[1]: *** No rule to make target 'all'. Stop.
make[1]: Leaving directory '/home/alex/.emacs.d/elpa/zmq-20230608.1856/src/libzmq'
make: *** [Makefile:608: all-recursive] Error 1
$ make
Making all in libzmq
make[1]: Entering directory '/home/alex/.emacs.d/elpa/zmq-20230608.1856/src/libzmq'
make[1]: *** No rule to make target 'all'. Stop.
make[1]: Leaving directory '/home/alex/.emacs.d/elpa/zmq-20230608.1856/src/libzmq'
make: *** [Makefile:608: all-recursive] Error 1
, until I went into src/libzmq and ran ./configure myself.
After that, compilation fails with:
/usr/bin/ld: cannot find -l:libstdc++.a
I'm in CentOS 9 Stream and libstdc++-devel and gcc-c++ is installed, though.
The text was updated successfully, but these errors were encountered:
Compiling the zmq module failed like:
, until I went into
src/libzmq
and ran./configure
myself.After that, compilation fails with:
I'm in CentOS 9 Stream and
libstdc++-devel
andgcc-c++
is installed, though.The text was updated successfully, but these errors were encountered: