Definitely did that! All of my other shared libraries and app compile via the command line. This includes 2 monolithic applications.
Sent from my iPhone On Aug 13, 2013, at 6:38 PM, Louis Santillan <[email protected]> wrote: > As of late, every time you upgrade XCode, you need to install the matching > command line tools. Start XCode, click on XCode->Preferences->Downloads. > You should see a "Command Line Tools" and very likely some IOS Simulators > available to download. > > -L > > > 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 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. > > -- > -- > 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.
