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 ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for long... yes
checking size of long... 4
checking for long long... yes
checking size of long long... 8
checking build system type... i686-pc-linux
checking host system type... i686-pc-linux
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking for ar... ar
checking for ranlib... ranlib
checking for working alloca.h... yes
checking for alloca... yes
checking for camlc... camlc
checking for camllibr... camllibr
checking for camlmktop... camlmktop
checking for Caml directory... /home/quercia/lib/caml-light
checking for ocamlc.opt... ocamlc.opt
checking for ocamlopt.opt... ocamlopt.opt
checking for ocamlmktop... ocamlmktop
checking for ocamlmklib... ocamlmklib
checking for Ocaml directory... /home/quercia/lib/ocaml
checking for fpc... fpc
checking for __gmpz_init in -lgmp... yes
checking for /home/quercia/lib/caml-light/libnums.a... yes
checking for /home/quercia/lib/ocaml/libnums.a... yes
configure: creating kernel/n/makefile
configure: creating kernel/c/makefile
configure: creating kernel/caml/makefile
configure: creating kernel/ocaml/makefile
configure: creating kernel/pascal/makefile
configure: creating ./config.status
config.status: creating Makefile
config.status: creating kernel/config.h

Configure summary
-----------------
machine word size           32 bits
processor                   x86-sse2
use alloca                  yes
languages selected          C Caml Ocaml Pascal
modules selected            Clong Dlong Slong Gmp Big(caml) Big(ocaml)
bin directory               /home/quercia/bin
lib directory               /home/quercia/lib
include directory           /home/quercia/include

To build Numerix            make lib
To compile the examples     make examples
To test Numerix             make test
To build,compile and test   make all
To install Numerix          make install
