[LLVMdev] configuration error for the latest LLVM
John T. Criswell
criswell at uiuc.edu
Wed Apr 19 20:22:10 PDT 2006
Jing Yu wrote:
> I just checked out the latest LLVM version from CVS server. But the
> configuration failed. The messages are
Check to see if the file llvm/utils/llvm-config/llvm-config.in.in
<http://config.in.in> exists within your LLVM source tree. If not, try
the following command inside your LLVM source tree:
cvs up -P -d -A llvm/utils/llvm-config
If that doesn't work, please email the llvmdev list again.
-- John T.
>
> ...
> checking whether llvm-gcc is sane... yes
> configure: creating ./config.status
> config.status: creating Makefile.config
> config.status: creating docs/doxygen.cfg
> config.status: creating utils/llvm-config/llvm-config.in
> <http://config.in>
> config.status: error: cannot find input file:
> utils/llvm-config/llvm-config.in.in <http://config.in.in>
>
> My configuration command line was
> ../llvm/configure
> --with-llvmgccdir=/home/snir/jingyu/resources/llvm/cfrontend/x86/llvm-gcc
> --enable-targets=x86 --prefix=/home/snir/jingyu/local/llvm
>
> The llvm-gcc I used was versioned 3.4.
>
> What's wrong with it? What can I do?
>
> Thanks very much,
>
> Jing
>
>------------------------------------------------------------------------
>
>_______________________________________________
>LLVM Developers mailing list
>LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
>http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
More information about the llvm-dev
mailing list