-
Notifications
You must be signed in to change notification settings - Fork 80
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
Comments
#74 indicates that indeed, recent versions require gcc 4.9 (or at least not 4.6.3)
We'll need to add the require_gcc functions back in and add them to the definition files |
Further investigation reveals that gcc/g++ 4.8 or greater is required for at least 1.0+ (likely 0.12 as well) side note: default to gcc/g++ except on OSX which defaults to cc/c++ nodejs/node#1210 see also nodejs/node@48774ec history: |
compiler config options: https://nodejs.org/api/all.html#all_process_config |
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?
The text was updated successfully, but these errors were encountered: