<br><br>
<div class="gmail_quote">On Mon, Feb 23, 2009 at 6:32 PM, John Criswell <span dir="ltr"><<a href="mailto:criswell@cs.uiuc.edu" target="_blank">criswell@cs.uiuc.edu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>Aaron Gray wrote:<br>> I am trying to build llvm-test in a separate directory to the main llvm tree.<br>><br>> I have put llvm and llvm-gcc's bin directories on the path but think I am missing a switch on the configure command.<br>
><br></div>You need to use --with-llvmsrc and --with-llvmobj to tell llvm-test<br>where it can find the LLVM source and object directories, respectively.</blockquote>
<div> </div>
<div>with :-</div>
<div> </div>
<div>$ /usr/src/llvm-test-2.5/configure --with-llvmsrc=/usr/src/llvm-2.5 --with-llvmobj=/usr/build/llvm-2.5</div>
<div> </div>
<div>I am getting :-</div>
<div> </div>
<div>~~~</div>
<div>$ make all<br>make[1]: Entering directory `/usr/src/llvm-test-2.5/SingleSource'<br>make[2]: Entering directory `/usr/src/llvm-test-2.5/SingleSource/UnitTests'<br>make[3]: Entering directory `/usr/src/llvm-test-2.5/SingleSource/UnitTests/Vector'<br>
make[4]: Entering directory `/usr/src/llvm-test-2.5/SingleSource/UnitTests/Vector/SSE'<br>make[4]: *** No rule to make target `Output/sse.expandfft.linked.rbc', needed by `Output/sse.expandfft.linked.bc'.  Stop.<br>
make[4]: Leaving directory `/usr/src/llvm-test-2.5/SingleSource/UnitTests/Vector/SSE'<br>make[3]: *** [all] Error 1<br>make[3]: Leaving directory `/usr/src/llvm-test-2.5/SingleSource/UnitTests/Vector'<br>make[2]: *** [all] Error 1<br>
make[2]: Leaving directory `/usr/src/llvm-test-2.5/SingleSource/UnitTests'<br>make[1]: *** [UnitTests/.makeall] Error 2<br>make[1]: Leaving directory `/usr/src/llvm-test-2.5/SingleSource'<br>make: *** [SingleSource/.makeall] Error 2</div>

<div>~~~</div>
<div> </div>
<div>I don't have the external testsets installed.</div>
<div> </div>
<div>Hope you can help,</div>
<div> </div>
<div>Aaron</div>
<div> </div></div>