[LLVMbugs] [Bug 823] NEW: Compilation failure

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Sun Jul 9 11:17:10 PDT 2006


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

           Summary: Compilation failure
           Product: Build scripts
           Version: cvs
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Makefiles
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: domagoj at engineer.com


./configure --prefix=/<path>/ --enable-optimized
gmake ENABLE_OPTIMIZED=1 DISABLE_ASSERTIONS=1

terminates with:
llvm[2]: Compiling decompress.c for Release build
llvm[2]: Compiling huffman.c for Release build
llvm[2]: Compiling randtable.c for Release build
llvm[2]: Building Release Archive Library libLLVMbzip2.a
llvm[2]: Installing Release Archive Library
/grads3/local/scratch/SW/llvm//lib/libLLVMbzip2.a
gmake[2]: Leaving directory `/var/tmp/local/llvm/lib/Support/bzip2'
gmake[1]: Leaving directory `/var/tmp/local/llvm/lib/Support'
gmake[1]: Entering directory `/var/tmp/local/llvm/lib/VMCore'
gmake[1]: *** No rule to make target `/var/tmp/local/llvm/Release/bin/tblgen',
needed by `/var/tmp/local/llvm/include/llvm/Intrinsics.gen'.  Stop.
gmake[1]: Leaving directory `/var/tmp/local/llvm/lib/VMCore'
gmake: *** [install] Error 1


If DISABLE_ASSERTIONS=1 is omitted, everything works fine.

GCC: 3.3.3
gmake: 3.80
Suse 9.3
LLVM: CVS from July 8, 2006.

Domagoj



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