Hi, I am totally new to v8. I'm trying to install v8 on a RedHat 6 (64 bit) box. I have scons installed, and have checked out the trunk. While I can build with scons successfully, when I attempt to build the V8 shell sample in release mode: scons sample=shell or build the V8 developer shell in release mode: scons d8
I get errors : scons: Reading SConscript files ... scons: done reading SConscript files. scons: Building targets ... g++ -o shell -m32 obj/sample/shell/release/shell.o -L. -lv8 -lpthread /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/ 4.4.3/libstdc++.so when searching for -lstdc++ /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/ 4.4.3/libstdc++.a when searching for -lstdc++ /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/ 4.4.3/libstdc++.so when searching for -lstdc++ /usr/bin/ld: skipping incompatible /usr/lib/gcc/x86_64-redhat-linux/ 4.4.3/libstdc++.a when searching for -lstdc++ /usr/bin/ld: cannot find -lstdc++ collect2: ld returned 1 exit status scons: *** [shell] Error 1 scons: building terminated because of errors. Any assistance is appreciated. thanks -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
