-
Notifications
You must be signed in to change notification settings - Fork 58
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
Failes to compile on arch #18
Comments
Is boost built with the same g++ ABI that you are using? |
hmm, how would I know that if I haven't manually compiled anything prior to the make of cc-tool? All packages were installed through pacman (arch's package manager) |
Same issue here. However, the AUR version seems to work without issue. No idea what they've done to get it working though!
|
Wow, yeah!!! You are partially right.
but the It seems that the build script is passing some extra arguments to the Thanks for pointing me out in the right direction @Buddy-Matt... :) |
make gives:
This is on:
Bootstrap and configure seem to run correctly (??)
./bootstrap gives:
and ./configure:
How can I debug this?
Thanks!
The text was updated successfully, but these errors were encountered: