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'
On Tuesday, July 10, 2012 3:42:13 PM UTC-7, ryandesign wrote: > > > On Jul 10, 2012, at 09:27, Ben Noordhuis wrote: > > > Does it work when you build with `make CFLAGS+=-O0 CXXFLAGS+=-O0`? -O1 > or -O2? > > This failure was with -O2 (the MacPorts default). I'll try with -O0, -O1 > and -Os. > > -- 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
