On Jul 11, 2012, at 07:20, Ben Noordhuis wrote: > On Wed, Jul 11, 2012 at 7:00 AM, JWagner <[email protected]> wrote: >> I am having the same issue. >> mac osx 10.5.8 gcc 4.0.2 >> I tried >> ./configure --without-snapshot >> make CFLAGS+=-O0 CXXFLAGS+=-O0 >> make install // failed with 'make: *** [install] Bus error' > > Do you have the possibility to upgrade your gcc? 4.0.2 is really, > really ancient.
gcc 4.0.1 is the version of gcc Apple supplies by default in the newest version of Xcode available for OS X 10.5.8. gcc 4.2.1 is also included in that version of Xcode and can be used if desired. (CC=/usr/bin/gcc-4.2) I tried that with nodejs 0.8.1 and it didn't make any difference for this build issue. I think a really old version of clang might be available too. I haven't tried that yet. MacPorts can install the latest clang and gcc compilers. We could use one of those for nodejs if absolutely necessary. Though it's preferable not to force the user to compile a compiler. -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
