<div>On doing a configure :-</div><div><br></div><div>    /usr/build/llvm-2/configure --prefix=/usr/llvm-2 CC=/usr/llvm/bin/clang CXX=/usr/llvm/bin/clang++</div><div><br></div><div>I am getting the following warnings and an error at the end :-</div>

<div><br></div><div><font class="Apple-style-span" face="'courier new', monospace">checking dlfcn.h presence... yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: dlfcn.h: present but cannot be compiled</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: dlfcn.h:     check for missing prerequisite headers?</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: dlfcn.h: see the Autoconf documentation</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: dlfcn.h:     section "Present But Cannot Be Compiled"</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: dlfcn.h: proceeding with the preprocessor's result</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: dlfcn.h: in the future, the compiler will take precedence</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## Report this to <a href="mailto:llvmbugs@cs.uiuc.edu">llvmbugs@cs.uiuc.edu</a> ##</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for dlfcn.h... yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking dynamic linker characteristics... Win32 ld.exe</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking which extension is used for loadable modules... .dll</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking which variable specifies run-time library path... PATH</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for the default library search path... /lib /usr/lib</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for objdir... .libs</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking command to parse /usr/bin/nm -B output from  object... ok</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking whether libtool supports -dlopen/-dlpreopen... yes</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for shl_load... no</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for shl_load in -ldld... no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for dlopen in -ldl... yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for dlerror... yes</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for _ prefix in compiled symbols... yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking whether we have to add an underscore for dlsym... unknown</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking whether deplibs are loaded by dlopen... unknown</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking argz.h usability... no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking argz.h presence... yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: argz.h: present but cannot be compiled</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: argz.h:     check for missing prerequisite headers?</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: argz.h: see the Autoconf documentation</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: argz.h:     section "Present But Cannot Be Compiled"</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: argz.h: proceeding with the preprocessor's result</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: argz.h: in the future, the compiler will take precedence</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## Report this to <a href="mailto:llvmbugs@cs.uiuc.edu">llvmbugs@cs.uiuc.edu</a> ##</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for argz.h... yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking assert.h usability... no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking assert.h presence... yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: assert.h: present but cannot be compiled</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: assert.h:     check for missing prerequisite headers?</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: assert.h: see the Autoconf documentation</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: assert.h:     section "Present But Cannot Be Compiled"</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: assert.h: proceeding with the preprocessor's result</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: assert.h: in the future, the compiler will take precedence</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## Report this to <a href="mailto:llvmbugs@cs.uiuc.edu">llvmbugs@cs.uiuc.edu</a> ##</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for assert.h... yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking ctype.h usability... no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking ctype.h presence... yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: ctype.h: present but cannot be compiled</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: ctype.h:     check for missing prerequisite headers?</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: ctype.h: see the Autoconf documentation</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: ctype.h:     section "Present But Cannot Be Compiled"</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: ctype.h: proceeding with the preprocessor's result</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: ctype.h: in the future, the compiler will take precedence</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## Report this to <a href="mailto:llvmbugs@cs.uiuc.edu">llvmbugs@cs.uiuc.edu</a> ##</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for ctype.h... yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking errno.h usability... no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking errno.h presence... yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: errno.h: present but cannot be compiled</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: errno.h:     check for missing prerequisite headers?</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: errno.h: see the Autoconf documentation</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: errno.h:     section "Present But Cannot Be Compiled"</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: errno.h: proceeding with the preprocessor's result</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: errno.h: in the future, the compiler will take precedence</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## Report this to <a href="mailto:llvmbugs@cs.uiuc.edu">llvmbugs@cs.uiuc.edu</a> ##</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for errno.h... yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking malloc.h usability... no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking malloc.h presence... yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: malloc.h: present but cannot be compiled</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: malloc.h:     check for missing prerequisite headers?</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: malloc.h: see the Autoconf documentation</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: malloc.h:     section "Present But Cannot Be Compiled"</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: malloc.h: proceeding with the preprocessor's result</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: malloc.h: in the future, the compiler will take precedence</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## Report this to <a href="mailto:llvmbugs@cs.uiuc.edu">llvmbugs@cs.uiuc.edu</a> ##</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for malloc.h... yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for memory.h... (cached) no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for stdlib.h... (cached) no</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking stdio.h usability... no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking stdio.h presence... yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: stdio.h: present but cannot be compiled</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: stdio.h:     check for missing prerequisite headers?</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: stdio.h: see the Autoconf documentation</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: stdio.h:     section "Present But Cannot Be Compiled"</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: stdio.h: proceeding with the preprocessor's result</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: stdio.h: in the future, the compiler will take precedence</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## Report this to <a href="mailto:llvmbugs@cs.uiuc.edu">llvmbugs@cs.uiuc.edu</a> ##</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking errno.h usability... no</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking errno.h presence... yes</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: errno.h: present but cannot be compiled</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: errno.h:     check for missing prerequisite headers?</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: errno.h: see the Autoconf documentation</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: errno.h:     section "Present But Cannot Be Compiled"</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: errno.h: proceeding with the preprocessor's result</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: errno.h: in the future, the compiler will take precedence</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## Report this to <a href="mailto:llvmbugs@cs.uiuc.edu">llvmbugs@cs.uiuc.edu</a> ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for errno.h... yes</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking malloc.h usability... no</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking malloc.h presence... yes</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: malloc.h: present but cannot be compiled</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: malloc.h:     check for missing prerequisite headers?</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: malloc.h: see the Autoconf documentation</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: malloc.h:     section "Present But Cannot Be Compiled"</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: malloc.h: proceeding with the preprocessor's result</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: malloc.h: in the future, the compiler will take precedence</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## Report this to <a href="mailto:llvmbugs@cs.uiuc.edu">llvmbugs@cs.uiuc.edu</a> ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for malloc.h... yes</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for memory.h... (cached) no</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for stdlib.h... (cached) no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking stdio.h usability... no</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking stdio.h presence... yes</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: stdio.h: present but cannot be compiled</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: stdio.h:     check for missing prerequisite headers?</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: stdio.h: see the Autoconf documentation</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: stdio.h:     section "Present But Cannot Be Compiled"</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: stdio.h: proceeding with the preprocessor's result</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: stdio.h: in the future, the compiler will take precedence</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## Report this to <a href="mailto:llvmbugs@cs.uiuc.edu">llvmbugs@cs.uiuc.edu</a> ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for stdio.h... yes</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for unistd.h... (cached) no</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking dl.h usability... no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking dl.h presence... no</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for dl.h... no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking sys/dl.h usability... no</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking sys/dl.h presence... no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for sys/dl.h... no</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking dld.h usability... no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking dld.h presence... no</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for dld.h... no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking mach-o/dyld.h usability... no</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking mach-o/dyld.h presence... no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for mach-o/dyld.h... no</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for string.h... (cached) no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for strings.h... (cached) no</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for strchr... yes</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for strrchr... yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for memcpy... yes</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for memmove... yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for strcmp... yes</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for closedir... yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for opendir... yes</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for readdir... yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for llvm-gcc.exe... no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for llvm-g++.exe... no</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking LLVM capable compiler... clang</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking tool compatibility... ok</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking optional compiler flags... -Wno-variadic-macros -Wno-missing-field-init</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">ializers</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for sin in -lm... yes</font></div><div>

<font class="Apple-style-span" face="'courier new', monospace">checking for library containing dlopen... none required</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for library containing mallinfo... none required</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for pthread_mutex_init in -lpthread... yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for library containing pthread_mutex_lock... none required</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for library containing pthread_rwlock_init... none required</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for library containing pthread_getspecific... none required</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for dirent.h that defines DIR... (cached) no</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for sys/ndir.h that defines DIR... (cached) no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for sys/dir.h that defines DIR... (cached) no</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for ndir.h that defines DIR... (cached) no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for library containing opendir... (cached) none required</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for MAP_ANONYMOUS vs. MAP_ANON... no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking whether stat file-mode macros are broken... no</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for ANSI C header files... (cached) no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for sys/wait.h that is POSIX.1 compatible... no</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking whether time.h and sys/time.h may both be included... no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for dlfcn.h... (cached) yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking execinfo.h usability... no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking execinfo.h presence... no</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for execinfo.h... no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking fcntl.h usability... no</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking fcntl.h presence... yes</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: fcntl.h: present but cannot be compiled</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: fcntl.h:     check for missing prerequisite headers?</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: fcntl.h: see the Autoconf documentation</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: fcntl.h:     section "Present But Cannot Be Compiled"</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: fcntl.h: proceeding with the preprocessor's result</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: fcntl.h: in the future, the compiler will take precedence</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## Report this to <a href="mailto:llvmbugs@cs.uiuc.edu">llvmbugs@cs.uiuc.edu</a> ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for fcntl.h... yes</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for inttypes.h... (cached) no</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking limits.h usability... no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking limits.h presence... yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: limits.h: present but cannot be compiled</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: limits.h:     check for missing prerequisite headers?</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: limits.h: see the Autoconf documentation</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: limits.h:     section "Present But Cannot Be Compiled"</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: limits.h: proceeding with the preprocessor's result</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: limits.h: in the future, the compiler will take precedence</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## Report this to <a href="mailto:llvmbugs@cs.uiuc.edu">llvmbugs@cs.uiuc.edu</a> ##</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for limits.h... yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking link.h usability... no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking link.h presence... no</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for link.h... no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for malloc.h... (cached) yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking setjmp.h usability... no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking setjmp.h presence... yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: setjmp.h: present but cannot be compiled</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: setjmp.h:     check for missing prerequisite headers?</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: setjmp.h: see the Autoconf documentation</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: setjmp.h:     section "Present But Cannot Be Compiled"</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: setjmp.h: proceeding with the preprocessor's result</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: setjmp.h: in the future, the compiler will take precedence</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## Report this to <a href="mailto:llvmbugs@cs.uiuc.edu">llvmbugs@cs.uiuc.edu</a> ##</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for setjmp.h... yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking signal.h usability... no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking signal.h presence... yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: signal.h: present but cannot be compiled</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: signal.h:     check for missing prerequisite headers?</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: signal.h: see the Autoconf documentation</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: signal.h:     section "Present But Cannot Be Compiled"</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: signal.h: proceeding with the preprocessor's result</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: signal.h: in the future, the compiler will take precedence</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## Report this to <a href="mailto:llvmbugs@cs.uiuc.edu">llvmbugs@cs.uiuc.edu</a> ##</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for signal.h... yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for stdint.h... (cached) no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking termios.h usability... no</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking termios.h presence... yes</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: termios.h: present but cannot be compiled</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: termios.h:     check for missing prerequisite headers?</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: termios.h: see the Autoconf documentation</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: termios.h:     section "Present But Cannot Be Compiled"</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: termios.h: proceeding with the preprocessor's result</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: termios.h: in the future, the compiler will take precedence</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## Report this to <a href="mailto:llvmbugs@cs.uiuc.edu">llvmbugs@cs.uiuc.edu</a> ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for termios.h... yes</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for unistd.h... (cached) no</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking utime.h usability... no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking utime.h presence... yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: utime.h: present but cannot be compiled</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: utime.h:     check for missing prerequisite headers?</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: utime.h: see the Autoconf documentation</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: utime.h:     section "Present But Cannot Be Compiled"</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: utime.h: proceeding with the preprocessor's result</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: utime.h: in the future, the compiler will take precedence</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## Report this to <a href="mailto:llvmbugs@cs.uiuc.edu">llvmbugs@cs.uiuc.edu</a> ##</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for utime.h... yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking windows.h usability... no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking windows.h presence... no</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for windows.h... no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking sys/mman.h usability... no</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking sys/mman.h presence... yes</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: sys/mman.h: present but cannot be compiled</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: sys/mman.h:     check for missing prerequisite headers?</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: sys/mman.h: see the Autoconf documentation</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: sys/mman.h:     section "Present But Cannot Be Compiled"</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: sys/mman.h: proceeding with the preprocessor's result</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: sys/mman.h: in the future, the compiler will take precedence</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace"><br></font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## Report this to <a href="mailto:llvmbugs@cs.uiuc.edu">llvmbugs@cs.uiuc.edu</a> ##</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for sys/mman.h... yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking sys/param.h usability... no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking sys/param.h presence... yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: sys/param.h: present but cannot be compiled</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: sys/param.h:     check for missing prerequisite headers?</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: sys/param.h: see the Autoconf documentation</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: sys/param.h:     section "Present But Cannot Be Compiled"</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: sys/param.h: proceeding with the preprocessor's result</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: sys/param.h: in the future, the compiler will take precedence</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## Report this to <a href="mailto:llvmbugs@cs.uiuc.edu">llvmbugs@cs.uiuc.edu</a> ##</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for sys/param.h... yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking sys/resource.h usability... no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking sys/resource.h presence... yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: sys/resource.h: present but cannot be compiled</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: sys/resource.h:     check for missing prerequisite headers?</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: sys/resource.h: see the Autoconf documentation</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: sys/resource.h:     section "Present But Cannot Be Compiled"</font></div><div><font class="Apple-style-span" face="'courier new', monospace"><br>

</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: sys/resource.h: proceeding with the preprocessor's result</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: sys/resource.h: in the future, the compiler will take precedence</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## Report this to <a href="mailto:llvmbugs@cs.uiuc.edu">llvmbugs@cs.uiuc.edu</a> ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for sys/resource.h... yes</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking sys/time.h usability... no</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking sys/time.h presence... yes</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: sys/time.h: present but cannot be compiled</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: sys/time.h:     check for missing prerequisite headers?</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: sys/time.h: see the Autoconf documentation</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: sys/time.h:     section "Present But Cannot Be Compiled"</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: sys/time.h: proceeding with the preprocessor's result</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: sys/time.h: in the future, the compiler will take precedence</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace"><br></font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## Report this to <a href="mailto:llvmbugs@cs.uiuc.edu">llvmbugs@cs.uiuc.edu</a> ##</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for sys/time.h... yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for sys/types.h... (cached) no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking sys/ioctl.h usability... no</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking sys/ioctl.h presence... yes</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: sys/ioctl.h: present but cannot be compiled</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: sys/ioctl.h:     check for missing prerequisite headers?</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: sys/ioctl.h: see the Autoconf documentation</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: sys/ioctl.h:     section "Present But Cannot Be Compiled"</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: sys/ioctl.h: proceeding with the preprocessor's result</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: sys/ioctl.h: in the future, the compiler will take precedence</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## Report this to <a href="mailto:llvmbugs@cs.uiuc.edu">llvmbugs@cs.uiuc.edu</a> ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for sys/ioctl.h... yes</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking malloc/malloc.h usability... no</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking malloc/malloc.h presence... no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for malloc/malloc.h... no</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking mach/mach.h usability... no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking mach/mach.h presence... no</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for mach/mach.h... no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking valgrind/valgrind.h usability... no</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking valgrind/valgrind.h presence... no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for valgrind/valgrind.h... no</font></div><div><font class="Apple-style-span" face="'courier new', monospace">checking pthread.h usability... no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking pthread.h presence... yes</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: pthread.h: present but cannot be compiled</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: pthread.h:     check for missing prerequisite headers?</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: pthread.h: see the Autoconf documentation</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: pthread.h:     section "Present But Cannot Be Compiled"</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: pthread.h: proceeding with the preprocessor's result</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING: pthread.h: in the future, the compiler will take precedence</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## Report this to <a href="mailto:llvmbugs@cs.uiuc.edu">llvmbugs@cs.uiuc.edu</a> ##</font></div><div><font class="Apple-style-span" face="'courier new', monospace">configure: WARNING:     ## ----------------------------------- ##</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">checking for pthread.h... yes</font></div><div><br></div><div>The error :-</div><div><br></div><div><font class="Apple-style-span" face="'courier new', monospace">checking for int64_t... no</font></div>

<div><font class="Apple-style-span" face="'courier new', monospace">configure: error: Type int64_t required but not found</font></div><div><br></div><div><br></div><div><br></div>