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

Build error with gcc on OpenBSD #3320

Closed
jcourreges opened this issue Dec 7, 2018 · 0 comments · Fixed by #3321
Closed

Build error with gcc on OpenBSD #3320

jcourreges opened this issue Dec 7, 2018 · 0 comments · Fixed by #3321

Comments

@jcourreges
Copy link
Contributor

Issue description

zeromq fails to build using gcc on OpenBSD. This is not visible using the clang compiler, like done by default on mainstream architectures like amd64, i386, arm and arm64.

Environment

  • libzmq version (commit hash if unreleased):
    0MQ version 4.3.1, commit f615b8f

  • OS:
    OpenBSD 6.4 (-current) amd64

Minimal test code / Steps to reproduce the issue

./autogen.sh && CC=egcc CXX=eg++ ./configure --disable-Werror --with-libsodium --prefix='/usr/local' --sysconfdir='/etc' --mandir='/usr/local/man' --infodir='/usr/local/info' --localstatedir='/var' --disable-silent-rules && gmake LIBTOOL=/usr/bin/libtool

What's the actual result? (include assertion message & call stack if applicable)

Short error message:
eg++: error: unrecognized command line option '-Wl'

Full log not included because github ui...
External log available at http://build-failures.rhaalovely.net//sparc64/2018-11-15/net/zeromq.log

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

Successfully merging a pull request may close this issue.

1 participant