------------------------------------------------------------------------
Subject:
Fw: (by sospeng@tom.com)something is wrong , when compiling llvm on debian
From:
"4" <sospeng@tom.com>
Date:
Mon, 29 Aug 2005 20:05:46 +0800 (CST)
To:
llvmdev@cs.uiuc.eduTo:
llvmdev@cs.uiuc.edu
It looks like the core LLVM library (LLVMCore.o) isn't getting built for
some reason. Subsequent attempts to link the LLVM tools fail because
they all rely on LLVMCore.o.
I'm not sure why this is happening. Can you tell us the names of your
LLVM source and LLVM object directories?
Also, can you re-run your build with "gmake VERBOSE=1 tools-only" and
send us the output? That might give us a clue as to why LLVMCore.o
(llvm/lib/VMCore) isn't building.
-- John T.