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

Unable to build on Mac #110

Closed
Conrad0000 opened this issue May 4, 2022 · 2 comments
Closed

Unable to build on Mac #110

Conrad0000 opened this issue May 4, 2022 · 2 comments

Comments

@Conrad0000
Copy link

Conrad0000 commented May 4, 2022

Make command seems to begin failing at ld: warning: ignoring file libbitcoin.a, building for macOS-x86_64 but attempting to link with file built for unknown-unsupported file format ( 0x21 0x3C 0x61 0x72 0x63 0x68 0x3E 0x0A 0x2F 0x20 0x20 0x20 0x20 0x20 0x20 0x20 )
Exits with
clang: error: linker command failed with exit code 1...
make[1]: *** [btcdeb] Error 1 make: *** [all-recursive] Error 1

Also notable is this warning in autogen.sh:

configure.ac:36: warning: The macro 'AC_PROG_CC_C89' is obsolete.

Full output attached.
output.txt

@kallewoof
Copy link
Contributor

What kind of mac is this? New (M1)?

You seem to be building for valgrind. Is that intentional?

I just tried a clean compile from scratch and it worked fine. Can you show me a complete log of all your steps (from ./autogen.sh call all the way to make)?

@kallewoof
Copy link
Contributor

Closing due to lack of information. Will reopen if/when more info on build setup is provided.

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

2 participants