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

gcc compiler #72

Closed
jasonkarns opened this issue Oct 21, 2015 · 3 comments
Closed

gcc compiler #72

jasonkarns opened this issue Oct 21, 2015 · 3 comments

Comments

@jasonkarns
Copy link
Member

ruby is well known for having issues compiling on different c compilers. Older versions of ruby would only build on the official gcc compiler (not apple's llvm); and lately ruby-build defaults many builds to clang.

Do any specific node versions have issues with certain c compilers?

@jasonkarns
Copy link
Member Author

#74 indicates that indeed, recent versions require gcc 4.9 (or at least not 4.6.3)

0.12.7 was the last one that I can build. I tested 4.0.0, 4.1.0, 4.2.0, 4.2.1 and those failed with the same error.

We'll need to add the require_gcc functions back in and add them to the definition files

@jasonkarns
Copy link
Member Author

compiler config options: https://nodejs.org/api/all.html#all_process_config

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

1 participant