Re: [nodejs] Fatal error CHECK(cpu.has_sse2()) failed

2015-04-16 Thread Guy Dillen
Thanks for the info. I ll try to build it taking into account the flags in configure. Can i build it in my VM (running the same OS Voyage Linux but with a different processor with more RAM) by using the configure flags and use the result of this build on my target platform? Thanks. Guy -- Job

Re: [nodejs] Fatal error CHECK(cpu.has_sse2()) failed

2015-04-16 Thread Ben Noordhuis
On Wed, Apr 15, 2015 at 9:41 PM, Guy Dillen guy.dil...@gmail.com wrote: Thanks for the info. I ll try to build it taking into account the flags in configure. Can i build it in my VM (running the same OS Voyage Linux but with a different processor with more RAM) by using the configure flags

[nodejs] Fatal error CHECK(cpu.has_sse2()) failed

2015-04-15 Thread Guy Dillen
Hi, When running (trying to :-) ) nodejs (after doing the build in a VM with same OS but other processor) I get a Fatal error in .../deps/v8/src/ia32/assembler-ia32.cc, line 54 CHECK(cpu.has_sse2()) failed. - Does this mean nodejs requires the SSE2 instruction set? - If not since my target