Bernardo Elayda
2008-Aug-25 15:58 UTC
[LLVMdev] Equivalent setup of llvm-gcc-4.2-2.3 setup of *.dylib in README.LLVM for Ubuntu 8.04
Hi, I'm trying to setup the llvm-gcc-4.2-2.3 front end which I've built from source on Ubunutu 8.04. It has built successfuly. In the README.LLVM file, it says that the following must be done after the "make install" step: $ make install $ ln -sf /usr/lib/libstdc++.6.dylib `pwd`/../install/lib $ ln -sf /usr/lib/libstdc++.6.dylib `pwd`/../install/lib/libstdc++.dylib *.dylib files are OSX specific. What is the equivalent setup step for Ubuntu 8.04? tia, Bernardo -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080825/1c6fdc39/attachment.html>
Apparently Analagous Threads
- [LLVMdev] LLVM 2.3 available as a VMware appliance
- [LLVMdev] Equivalent setup of llvm-gcc-4.2-2.3 setup of *.dylib in README.LLVM for Ubuntu 8.04
- [LLVMdev] libstdc++.dylib created for llvm-gcc4.2-2.3 front-end?
- [LLVMdev] Info on LLVM 2.3 which is available as a virutal appliance
- [LLVMdev] Newbie question on front-end and code compaction