Comment #3 on issue 290 by sgbeal: undefined clock_gettime symbol in r1603
lib
http://code.google.com/p/v8/issues/detail?id=290
i was able to work around this by changing the v8 SConstruct file slightly:
'gcc': {
'all': {
'CCFLAGS': ['$DIALECTFLAGS', '$WARNINGFLAGS'],
'CXXFLAGS': ['$CCFLAGS', '-fno-rtti', '-fno-exceptions'],
'LIBS' : ['rt']
},
the only new part is the 'LIBS' line.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---