<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.0.9">
</HEAD>
<BODY>
Hi yueqiang,<BR>
<BR>
It worked for me. It looks like you might need to reconfigure in order to get the dependencies rebuilt.<BR>
<BR>
Go to your llvm build directory and run:<BR>
<BR>
./config.status<BR>
<BR>
If you need to reconfigure you can run:<BR>
<BR>
$(LLVM_SRC_DIR}/configure --help<BR>
<BR>
to get the options (there are many but you'll probably only need a few ).<BR>
<BR>
The options I use (don't copy an paste these!) are:<BR>
<BR>
<BR>
<BLOCKQUOTE TYPE=CITE>
<PRE>../llvm/configure --with-llvmgccdir=/proj/work/llvmgcc/cfrontend --prefix=/proj/install --with-gnu-ld</PRE>
</BLOCKQUOTE>
<PRE></PRE>
Reid.<BR>
<BR>
On Tue, 2003-11-25 at 23:48, yueqiang wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE><FONT COLOR="#301fe4"><I>hi,
when I run "make -C ./llvm/test/Programs", it show following error:
-------------------------------------------------------------------------------------------
[root@RH9 llvm]# make -C ./llvm/test/Programs
make: Entering directory `/usr/local/llvm/llvm/test/Programs'
make[1]: Entering directory
`/usr/local/llvm/llvm/test/Programs/SingleSource'
make[2]: Entering directory
`/usr/local/llvm/llvm/test/Programs/SingleSource/UnitTests'
make[3]: Entering directory
  `/usr/local/llvm/llvm/test/Programs/SingleSource/UnitTests/SetjmpLongjmp'
make[3]: *** No rule to make target `Output/C++Catch.linked.rll', needed
by `Output/C++Catch.linked.bc'.  Stop.
make[3]: Leaving directory
  `/usr/local/llvm/llvm/test/Programs/SingleSource/UnitTests/SetjmpLongjmp'
make[2]: *** [all] Error 1
make[2]: Leaving directory
`/usr/local/llvm/llvm/test/Programs/SingleSource/UnitTests'
make[1]: *** [UnitTests/.makeall] Error 2
  make[1]: Leaving directory 
`/usr/local/llvm/llvm/test/Programs/SingleSource'
make: *** [SingleSource/.makeall] Error 2
make: Leaving directory `/usr/local/llvm/llvm/test/Programs'
  [root@RH9 llvm]#
 
----------------------------------------------------------------------------------------------
how to solve it?

yueqiang


_______________________________________________
LLVM Developers mailing list
LLVMdev@cs.uiuc.edu         </FONT><A HREF="http://llvm.cs.uiuc.edu"><U>http://llvm.cs.uiuc.edu</A>
<A HREF="http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev">http://mail.cs.uiuc.edu/mailman/listinfo/llvmdev</U></I></A></PRE>
</BLOCKQUOTE>
<PRE><TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<BR>
<BR>
<ADDRESS><FONT SIZE="4"><I>_______________________<BR>
Reid Spencer<BR>
President & CTO<BR>
eXtensible Systems, Inc.<BR>
rspencer@x10sys.com</I></FONT></ADDRESS>
</TD>
</TR>
</TABLE>
</PRE>
</BODY>
</HTML>