[LLVMbugs] [Bug 823] Compilation failure

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Jul 10 18:08:32 PDT 2006


http://llvm.org/bugs/show_bug.cgi?id=823

sabre at nondot.org changed:

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



------- Additional Comments From sabre at nondot.org  2006-07-10 20:08 -------
It's actually the install step that fails, not the build step as you claim.

Try one of:

gmake
gmake install

or:

gmake ENABLE_OPTIMIZED=1
gmake ENABLE_OPTIMIZED=1 install

after configuring.  The install command must be run with the same option as your build.

-Chris



------- 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