[LLVMbugs] [Bug 2025] New: llvm-gcc4.2 won' t build if using LLVM release build and boostrap enabled
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Wed Feb 13 13:19:52 PST 2008
http://llvm.org/bugs/show_bug.cgi?id=2025
Summary: llvm-gcc4.2 won't build if using LLVM release build and
boostrap enabled
Product: new-bugs
Version: unspecified
Platform: Macintosh
OS/Version: MacOS X
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: tonic at nondot.org
CC: llvmbugs at cs.uiuc.edu
I have a release build of LLVM and I'm trying to build a release build of
llvm-gcc4.2 (svn TOT). It gives this error:
[cut]
dsymutil is not available
configure: error: You must specify valid path to your LLVM tree with
--enable-llvm=DIR
yes
checking for strings.h... (cached) yes
checking for string.h... (cached) yes
checking sys/file.h usability... yes
[cut]
Found Release LLVM Tree in /Users/lattner/work/release_build/llvm
updating cache ./config.cache
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: executing depdir commands
make[1]: *** [stage1-bubble] Error 2
make: *** [all] Error 2
If I add --disable-bootstrap to my configure line, it builds just fine.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list