Configuring lvmrun
** check system **
Configuring for a i686-pc-linux-gnu ...
gcc found
strip found
The C compiler is ANSI-compliant.
Checking the sizes of integers and pointers...
Ok, this is a regular 32 bit architecture.
64-bit "long long" integer type found (printf with ll).
This is a little-endian architecture.
Doubles can be word-aligned.
64-bit integers can be word-aligned.
POSIX signal handling found.
has keyword const.
first class labels are supported.
** check header files **
dlfcn.h found.
link with -ldl
pthread.h found.
link without -pthread
stdarg.h found.
time.h found.
sys/times.h found.
unistd.h found.
float.h found.
** check functions **
strerror() found.
memmove() found.
vsnprintf() found.
snprintf() found.
strncpy() found.
** Configuration summary **
System:
descriptor................ i686-pc-linux-gnu
architecture.............. 32 bit
endianness................ little endian
Configuration for the c compiler:
C compiler used........... gcc
options for compiling..... -fno-defer-pop -Wall
linker used............... gcc
options for linking....... -lm -ldl
Configuring Helium
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for ghc... /tmp/nix-13898-1/ghc-6.8-nix-support/ghc
checking for ag... no
configure: WARNING: Using uuagc as AG system.
checking for strip... /...-binutils-2.18/bin/strip
checking for upx... no
checking for a BSD-compatible install... /...-coreutils-6.12/bin/install -c
checking whether ln -s works... yes
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating lib/simple/Makefile
config.status: creating lib/Makefile
config.status: creating src/utils/OSSpecific.hs
****************************************************
Configuration done.
Type "cd src", then "make depend", then "make"
****************************************************