[LLVMdev] Problem running llvm generated a.out

Mike Stump mrs at apple.com
Tue May 27 14:53:16 PDT 2008


On May 22, 2008, at 4:14 PM, jmoses wrote:
> I downloaded the llvm-gcc 4.2 frontend binaries for MacOS X x68

> Now as you might expect, I don't have a user dir "lattner" on my  
> machine -
> did I screw up the configure or not follow the directions properly?   
> Do I
> need to extend my $PATH, or set something like $LD_LIBRARY_PATH or
> something?  Any suggestions?

I think you can set up DYLD_LIBRARY_PATH, but, in general, I'd  
recommend against that.  You can use otool to change the install name  
of the dynamic library, but, that's kinda gross. All in all, I'd just  
recommend building from source.



More information about the llvm-dev mailing list