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

Need to run ./configure manually in ~/.emacs.d/elpa/zmq-20230608.1856/src/libzmq, problems with libstdc++ #49

Closed
Tracked by #39
alexpdp7 opened this issue Mar 16, 2024 · 2 comments

Comments

@alexpdp7
Copy link

alexpdp7 commented Mar 16, 2024

Compiling the zmq module failed like:

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

@samJcrawford
Copy link

Spent a while bashing my head at this, eventually stumbled across a related issue in a separate project.

On fedora, (in a distrobox) I solved this with sudo dnf install libstdc++-static.

@nnicandro
Copy link
Owner

Closing as issue seems to be resolved.

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

3 participants