[LLVMdev] Building LLVM 2.5 on CENTOS 5.3

Bill Wendling isanbard at gmail.com
Tue Apr 28 16:56:22 PDT 2009


On Tue, Apr 28, 2009 at 4:43 PM, Sarah Thompson <sarah at findatlantis.com> wrote:
> OK, that got much further, but I'm now seeing another problem which
> may (or may not) be related. Building my own code (my model checker),
> it builds libraries fine, then within tools (I'm using a fairly
> standard LLVM build environment here), I am seeing the error
>
>        *** llvm-config doesn't exist - rebuilding it
>
> followed by a
>
>        make: Entering an unknown directory
>
> which is complaining about .../tools//bin/llvm-config
>
> This didn't happen when I was building with gcc 4.1.x, though of
> course, my code didn't actually work when compiled with that compiler.
>
That's odd. It's the "/bin/" in there that make is complaining about.
I'm not sure why a different compiler would cause it to change
behavior. Does adding "VERBOSE=1" to the "make" command shed any light
on what's going wrong here?

-bw




More information about the llvm-dev mailing list