[LLVMbugs] [Bug 722] NEW: make

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Mar 27 01:51:16 PST 2006


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

           Summary: make
           Product: Build scripts
           Version: cvs
          Platform: Macintosh
        OS/Version: MacOS X
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Makefiles
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: eric at vanrietpaap.nl


after a clean checkout, and ./configure --enable-optimized
make always gives me the output below, so I have to use make -k to 
finish compilation. (I think this also happens with non-optimized 
builds)



llvm[2]: ======= Finished Linking Release Executable bugpoint (without 
symbols)
llvm[3]: Compiling crtend.c for Release build (bytecode)
llvm[3]: Compiling crtend.ll to crtend.bc for Release build (bytecode)
llvm[3]: Linking comp_main.bc component...
llvm[3]: Compiling Exception.cpp for Release build (bytecode)
/bin/sh: line 1: -I/Users/eric/projects/llvm/runtime/GCCLibraries/
crtend: No such file or directory
make[3]: *** [/Users/eric/projects/llvm/runtime/GCCLibraries/crtend/
Release/Exception.ll] Error 1
make[2]: *** [crtend/.makeall] Error 2
make[1]: *** [GCCLibraries/.makeall] Error 2
make: *** [all] Error 1



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