[LLVMdev] Compiling poolalloc
Ben Chambers
bjchambers at gmail.com
Sat Sep 29 19:25:00 PDT 2007
I currently have a slightly modified llvm-2.0 source tree (from the
release tarball). I checked out poolalloc into the projects directory
and attempt to configure it, but I keep getting errors. I would
understand if there were problems building it (since it may require a
different version of llvm), but it should at least configure.
Specifically, I've tried the following commands:
> ./configure --with-llvmsrc=~/Documents/research/llvm/llvm-2.0/ --with-llvmobj=~/Documents/research/llvm/llvm-2.0/Release/bin/
> ./configure --with-llvmsrc=~/Documents/research/llvm/llvm-2.0/ --with-llvmobj=~/Documents/research/llvm/llvm-2.0/Release
> ./configure --with-llvmsrc=~/Documents/research/llvm/llvm-2.0/ --with-llvmobj=~/Documents/research/llvm/llvm-2.0/
(I've tried all of those with and without / at the end of the lines).
The error it reports is below. Any ideas what is causing this?
Thanks,
Ben Chambers
Error Report:
./config.status: line 1044:
~/Documents/research/llvm/llvm-2.0//autoconf/mkinstalldirs: No such
file or directory~/Documents/research/llvm/llvm-2.0//autoconf/install-sh:
~/Documents/research/llvm/llvm-2.0//autoconf/install-sh: No such file
or directoryconfig.status: executing lib/Makefile
commands./config.status: line 1046:
~/Documents/research/llvm/llvm-2.0//autoconf/mkinstalldirs: No such
file or directory~/Documents/research/llvm/llvm-2.0//autoconf/install-sh:
~/Documents/research/llvm/llvm-2.0//autoconf/install-sh: No such file
or directoryconfig.status: executing lib/PoolAllocate/Makefile
commands./config.status: line 1048:
~/Documents/research/llvm/llvm-2.0//autoconf/mkinstalldirs: No such
file or directory~/Documents/research/llvm/llvm-2.0//autoconf/install-sh:
~/Documents/research/llvm/llvm-2.0//autoconf/install-sh: No such file
or directoryconfig.status: executing runtime/Makefile
commands./config.status: line 1050:
~/Documents/research/llvm/llvm-2.0//autoconf/mkinstalldirs: No such
file or directory~/Documents/research/llvm/llvm-2.0//autoconf/install-sh:
~/Documents/research/llvm/llvm-2.0//autoconf/install-sh: No such file
or directoryconfig.status: executing runtime/PoolAllocator/Makefile
commands./config.status: line 1052:
~/Documents/research/llvm/llvm-2.0//autoconf/mkinstalldirs: No such
file or directory~/Documents/research/llvm/llvm-2.0//autoconf/install-sh:
~/Documents/research/llvm/llvm-2.0//autoconf/install-sh: No such file
or directoryconfig.status: executing
runtime/FreeListAllocator/Makefile commands./config.status: line 1054:
~/Documents/research/llvm/llvm-2.0//autoconf/mkinstalldirs: No such
file or directory~/Documents/research/llvm/llvm-2.0//autoconf/install-sh:
~/Documents/research/llvm/llvm-2.0//autoconf/install-sh: No such file
or directoryconfig.status: executing test/Makefile
commands./config.status: line 1056:
~/Documents/research/llvm/llvm-2.0//autoconf/mkinstalldirs: No such
file or directory~/Documents/research/llvm/llvm-2.0//autoconf/install-sh:
~/Documents/research/llvm/llvm-2.0//autoconf/install-sh: No such file
or directory~/Documents/research/llvm/llvm-2.0/projects/poolalloc$
./configure --with-llvmsrc=~/Documents/research/llvm/llvm-2.0/
--with-llvmobj=~/Documents/research/llvm/llvm-2.0/Release/bin/
More information about the llvm-dev
mailing list