LLVM SVN r45024 fails to complete building at the linker stage on my Virtual Private Linux server running Debian Etch with GCC 4.1.2.<br><br>---- sanitized snippet of make output ----<br>llvm[2]: Compiling llvm-as.cpp for Debug build
<br>llvm[2]: Compiling AnalysisWrappers.cpp for Debug build<br>llvm[2]: Compiling GraphPrinters.cpp for Debug build<br>llvm[2]: Linking Debug executable llvm-as<br>llvm[2]: Compiling PrintSCC.cpp for Debug build<br>llvm[2]: Compiling
opt.cpp for Debug build<br>llvm[2]: Linking Debug executable opt<br>llvm[2]: ======= Finished Linking Debug Executable llvm-as<br>make[2]: Leaving directory `~/llvm/tools/llvm-as'<br>make[2]: Entering directory `~/llvm/tools/llvm-dis'
<br>llvm[2]: Compiling llvm-dis.cpp for Debug build<br>llvm[2]: Linking Debug executable llvm-dis<br>llvm[2]: ======= Finished Linking Debug Executable llvm-dis<br>make[2]: Leaving directory `~/llvm/tools/llvm-dis'<br>
make[2]: Entering directory `~/llvm/tools/llvm-upgrade'<br>llvm[2]: Compiling UpgradeLexer.cpp for Debug build<br>llvm[2]: Compiling UpgradeParser.cpp for Debug build<br>collect2: ld terminated with signal 15 [Terminated]
<br>make[2]: *** [~/llvm/Debug/bin/opt] Error 1<br>make[2]: Leaving directory `~/llvm/tools/opt'<br>make[1]: *** [opt/.makeall] Error 2<br>make[1]: *** Waiting for unfinished jobs....<br><br>I've tried with GCC 3.3
as well to no avail.<br>CC="gcc-3.3" CXX="g++-3.3" make -j2<br clear="all"><br>I can provide any system-specific version numbers per request to help debug this issue. Is anyone else having this problem building on Linux?
<br><br>-- <br>Regards,<br>James Dunne