[LLVMbugs] [Bug 465] libprofile, GC, etc. try to install in /usr/local

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Dec 1 01:33:24 PST 2004


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=465

rspencer at x10sys.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From rspencer at x10sys.com  2004-12-01 03:33 -------
The problem is that you've accepted the default value for --prefix (/usr/local)
when you configured LLVM but you do not have write permission there so you can't
install there, as the operating system is telling you. 

The correct thing for you to do is to always configure LLVM with the --prefix
option.  See the newly revised Step 1 of the CFE build instructions document:

http://llvm.cs.uiuc.edu/docs/CFEBuildInstrs.html

The workaround is not viable. You've completely thwarted building other
libraries, some of which are needed. For example, GC is the garbage collection
runtime library. You should undo your changes.

Sorry, marking this one invalid.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the llvm-bugs mailing list