Undefined symbols: >> > > i think the problem here is not v8, but that your app is apparently being > linked as 32-bit. On my 64-bit Linux i get a similar (the same?) error when > trying to link to link 32-bit parts with 64-bit parts. >
So, is there something inherent in the "getting started" example that is 32-bit? Do I have to write my app code in a way that is 64-bit aware? Or is it something in the build process where the improper linking is happening? Presumably it must have something to do with something on my system being not build 64bit? How can I identify what it is, and how to fix it? There's nothing printed out during the scons build that looks like a sign of improper building, e.g. no "can't figure out the archicture" or similar warnings during the build itself. Thanks, Dan > ----- stephan beal > http://wanderinghorse.net/home/stephan/ > > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
