[LLVMdev] VMKit GNU classpath configure

Garrison Venn gvenn.cfe.dev at gmail.com
Tue Nov 22 09:32:29 PST 2011


As directed from http://vmkit.llvm.org/get_started.html, I'm getting:

checking for ld used by GCC... /usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld
checking if the linker (/usr/llvm-gcc-4.2/libexec/gcc/i686-apple-darwin11/4.2.1/ld) is GNU ld... no
checking for shared library run path origin... /bin/sh: ./config.rpath: No such file or directory
done
checking for iconv... yes
checking how to link with libiconv... -liconv
checking for iconv declaration...
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for X... no
configure: error: GTK+ peers requested but no X library available

when running:

./configure --disable-plugin --disable-examples --disable-Werror

On:

OS X 10.7.2 with devel version: 

Apple clang version 3.0 (tags/Apple/clang-211.10.1) (based on LLVM 3.0svn)
Target: x86_64-apple-darwin11.2.0
Thread model: posix

Do I ignore the X check error, run X, or supply a path to X to configure etc?

Thanks in advance

Garrison





More information about the llvm-dev mailing list