Re: [nodejs] error compiling nodejs v0.8

2012-06-30 Thread rhasson
it's not working with the changes to common.gypi. I guess I'll have to upgrade GCC since I'm assuming I'll have this problem with future versions of Node too. Thanks, Roy On Saturday, June 30, 2012 10:57:28 AM UTC-4, Ben Noordhuis wrote: > > On Sat, Jun 30, 2012 at 5:58 AM, rhasson <> wrote:

Re: [nodejs] error compiling nodejs v0.8

2012-06-30 Thread Ben Noordhuis
On Sat, Jun 30, 2012 at 5:58 AM, rhasson wrote: > Ben, > > I tried compiling 0.8.1 today and I was only able to successfuly compile a > Debug build.  I tried a Release build using --without-snapshot and changing > the bit in the v8/common.gypi as suggested previously and both times I get > "segmen

Re: [nodejs] error compiling nodejs v0.8

2012-06-29 Thread rhasson
Ben, I tried compiling 0.8.1 today and I was only able to successfuly compile a Debug build. I tried a Release build using --without-snapshot and changing the bit in the v8/common.gypi as suggested previously and both times I get "segmentation fault" when I run node. I prefer not to run a de

Re: [nodejs] error compiling nodejs v0.8

2012-06-28 Thread James Thornton
I had the same issue with Node 0.8.0 on Fedora 14: Linux life 2.6.35.14-106.fc14.x86_64 #1 SMP Wed Nov 23 13:07:52 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux ...but was able to compile with... $ make clean $ ./configure $ make -C out BUILDTYPE=Debug - James On Monday, June 25, 2012 7:07:01 PM U

Re: [nodejs] error compiling nodejs v0.8

2012-06-25 Thread rhasson
roy@mainserver1 node-v0.8.0]$ uname -a Linux mainserver1 2.6.35.4-rscloud #8 SMP Mon Sep 20 15:54:33 UTC 2010 x86_64 x86_64 x86_64 GNU/Linux [roy@mainserver1 node-v0.8.0]$ g++ -v Using built-in specs. COLLECT_GCC=g++ COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.5.1/lto-wrapper Target

Re: [nodejs] error compiling nodejs v0.8

2012-06-25 Thread Ben Noordhuis
On Tue, Jun 26, 2012 at 12:48 AM, rhasson wrote: > I downloaded the latest v.0.8 tar file and tried to compile it on my Fedora > 14 and I got this error: > >   LINK(target) /home/users/roy/node-v0.8.0/out/Release/mksnapshot >   LINK(target) /home/users/roy/node-v0.8.0/out/Release/mksnapshot: Finis

[nodejs] error compiling nodejs v0.8

2012-06-25 Thread rhasson
I downloaded the latest v.0.8 tar file and tried to compile it on my Fedora 14 and I got this error: LINK(target) /home/users/roy/node-v0.8.0/out/Release/mksnapshot LINK(target) /home/users/roy/node-v0.8.0/out/Release/mksnapshot: Finished ACTION v8_snapshot_run_mksnapshot /home/users/roy/n