Hi Michael. I have the assembler and it even has the x86_64 architecture: jacquave-MacPro:4.2.1 jacquave$ pwd /Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1 jacquave-MacPro:4.2.1 jacquave$ lipo as -info Non-fat file: as is architecture: x86_64 jacquave-MacPro:4.2.1 jacquave$ as -v Apple Inc version cctools-839, GNU assembler version 1.38
Are you using XCode? If so which version? And which version of as do you have? On Mon, Aug 12, 2013 at 6:05 PM, Michael Schwartz <[email protected]> wrote: > Looks to me like your command line tools aren't installed properly or > something's erased one of the files or broken one of the filesystem > soft/hard links. > > This is what I have on my system. > > The error message in your compilation said "no assemblers installed" so it > could not find "as" > > mschwartz@dionysus:~$ ls -l > /Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/as > lrwxr-xr-x 1 root wheel 21 Jul 25 2012 > /Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/as > -> ../../../../../bin/as > > > On Aug 8, 2013, at 1:34 PM, Jim Acquavella <[email protected]> wrote: > > > /Applications/Xcode.app/Contents/Developer/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/as > > > -- > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users > --- > You received this message because you are subscribed to a topic in the > Google Groups "v8-users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/v8-users/UnNwhqKhARk/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- -- 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.
