[LLVMbugs] [Bug 3027] New: llvm-gcc bootstrap fails: error: Link tests are not allowed after GCC_NO_EXECUTABLES
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Nov 8 13:31:44 PST 2008
http://llvm.org/bugs/show_bug.cgi?id=3027
Summary: llvm-gcc bootstrap fails: error: Link tests are not
allowed after GCC_NO_EXECUTABLES
Product: new-bugs
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: edwintorok at gmail.com
CC: llvmbugs at cs.uiuc.edu
On x86_64 linux my nightly tester failed to bootstrap llvm-gcc, SVN r58921.
It bootstrapped fine yesterday.
checking for pid_t... yes
checking for library containing strerror... configure: error: Link tests are
not allowed after GCC_NO_EXECUTABLES.
make[2]: *** [configure-stage2-libiberty] Error 1
make[2]: Leaving directory `/home/edwin/llvm-bootstrap/llvm-gcc-obj'
make[1]: *** [stage2-bubble] Error 2
make[1]: Leaving directory `/home/edwin/llvm-bootstrap/llvm-gcc-obj'
make: *** [all] Error 2
My script configures like this:
../llvm-gcc4.2/configure
--prefix=/home/edwin/llvm-bootstrap/llvm-gcc-obj/../install
--program-prefix=llvm- --enable-llvm=/home/edwin/llvm-bootstrap/llvm-obj/
--disable-multilib --enable-languages=c,c++
libiberty/config.log says:
configure:6117: checking for library containing strerror
configure:6125: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
## ---------------- ##
--
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