Git Product home page Git Product logo

Comments (3)

justmoon avatar justmoon commented on May 26, 2024

I do have several other gcc versions installed via MacPorts too.

Yep, that's the problem. It's trying to compile with GCC, but since you're on OS X, node-gyp thinks it needs the parameters that Apple XCode's compiler uses.

I'm not a big mac expert, but I would assume the solution is something like uninstalling GCC, or making sure cc1plus points to Apple's compiler.

See also:
nodejs/node-v0.x-archive#455
http://stackoverflow.com/questions/4391192/why-do-i-get-cc1plus-error-unrecognized-command-line-option-arch

from node-bignum.

MidnightLightning avatar MidnightLightning commented on May 26, 2024

Ah, that got me on the right track; MacPorts provides a gcc-switcher utility, and I was able to set it to the required version.

For other Mac users in this situation:

  • Run port select --list gcc to see what your current GCC choice is.
  • Run sudo port select gcc apple-gcc42 to set default to Apple's
  • Install node-bignum
  • (optional) set your gcc back to whatever it was in the first step.

from node-bignum.

justmoon avatar justmoon commented on May 26, 2024

Awesome, thanks for checking back with the solution! 👍

from node-bignum.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.