I created a VM with a clean installation of OSX 10.8 and v8 built without errors. I then installed some of the other software I use (like the Intel Compiler) and it was also fine. I then compared the installation of the machine that was and wasn't compiling and found that the /Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ directory for the machine that did work used a symbolic link for the assember (filename:as) and the machine that didn't work had a copy of the original which lives in /Applications/Xcode.app/Contents/Developer/usr/bin/. Anyways, I was able to delete XCode 4.6.3, re-install and it now works. But, I have no idea what's causing this problem and it seems our build machine also has this problem. So, it doesn't seem like a v8 problem, but indeed some XCode installation randomness. If anyone else is having this issue, let me know and perhaps we can figure out what causes the bad XCode install.
-- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
