checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output... 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 how to run the C preprocessor... gcc -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 for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for ar... ar
checking for ranlib... ranlib
checking for BSD-like assembler... no
checking for camlc... camlc
checking for camllibr... camllibr
checking for camlmktop... camlmktop
checking for Caml version... 075
checking for Caml directory... /home/soft/lib/caml-light
checking for ocamlc.opt... ocamlc.opt
checking for ocamlopt.opt... ocamlopt.opt
checking for ocamlmktop... ocamlmktop
checking for Ocaml version... 306
checking for Ocaml directory... /home/soft/lib/ocaml
checking for ppc386... ppc386
checking for main in -lgmp... yes
checking for /home/soft/lib/caml-light/libnums.a... yes
checking for /home/soft/lib/ocaml/libnums.a... yes
configure: creating ./config.status
config.status: creating numconf
config.status: executing default commands
creating Makefile

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

To build Numerix do:        make lib
To compile the examples do: make examples
To check the libraries do:  make test
To install Numerix do:      make install
