On Thu, May 26, 2011 at 5:43 PM, Ron <[email protected]> wrote:

> Adding this to the compiler flags worked for me:
> -fno-rtti -fno-exceptions
>

Those appear to be already set:

  'gcc': {
    'all': {
      'CCFLAGS':      ['$DIALECTFLAGS', '$WARNINGFLAGS'],
      'CXXFLAGS':     ['$CCFLAGS', '-fno-rtti', '-fno-exceptions'],
    },


...
scons: Building targets ...
g++ -o obj/sample/shell/debug/shell.o -c -m64 -g -O0 -fno-rtti
-fno-exceptions -m64 -g -O0 -DDEBUG -Iinclude samples/shell.cc
...

it all builds fine, but won't link. i just tried again on bleeding_edge
r8088

...
obj/sample/shell/debug/shell.o: In function `~IsolateThread':
/home/stephan/src/google/bleeding_edge/samples/shell.cc:170: undefined
reference to `v8::internal::Thread::~Thread()'
collect2: ld returned 1 exit status

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to