glee@Galilean /usr/local/contrib/gmp-5.1.1 $ make gcc -std=gnu99 `test -f 'gen-fac.c' || echo './'`gen-fac.c -o gen-fac.exe ./gen-fac 32 0 >fac_table.h || (rm -f fac_table.h; exit 1) gcc -std=gnu99 `test -f 'gen-fib.c' || echo './'`gen-fib.c -o gen-fib.exe ./gen-fib header 32 0 >fib_table.h || (rm -f fib_table.h; exit 1) ./gen-fib table 32 0 >mpn/fib_table.c || (rm -f mpn/fib_table.c; exit 1) gcc -std=gnu99 `test -f 'gen-bases.c' || echo './'`gen-bases.c -o gen-bases.exe -lm ./gen-bases header 32 0 >mp_bases.h || (rm -f mp_bases.h; exit 1) ./gen-bases table 32 0 >mpn/mp_bases.c || (rm -f mpn/mp_bases.c; exit 1) gcc -std=gnu99 `test -f 'gen-trialdivtab.c' || echo './'`gen-trialdivtab.c -o gen-trialdivtab.exe -lm ./gen-trialdivtab 32 8000 >trialdivtab.h || (rm -f trialdivtab.h; exit 1) gcc -std=gnu99 `test -f 'gen-jacobitab.c' || echo './'`gen-jacobitab.c -o gen-jacobitab.exe ./gen-jacobitab >mpn/jacobitab.h || (rm -f mpn/jacobitab.h; exit 1) gcc -std=gnu99 `test -f 'gen-psqr.c' || echo './'`gen-psqr.c -o gen-psqr.exe -lm ./gen-psqr 32 0 >mpn/perfsqr.h || (rm -f mpn/perfsqr.h; exit 1) make[1]: Entering directory `/usr/local/contrib/gmp-5.1.1' cd . && /bin/sh ./config.status config.h config.status: creating config.h config.status: config.h is unchanged make[1]: Leaving directory `/usr/local/contrib/gmp-5.1.1' make all-recursive make[1]: Entering directory `/usr/local/contrib/gmp-5.1.1' Making all in tests make[2]: Entering directory `/usr/local/contrib/gmp-5.1.1/tests' Making all in . make[3]: Entering directory `/usr/local/contrib/gmp-5.1.1/tests' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/usr/local/contrib/gmp-5.1.1/tests' Making all in devel make[3]: Entering directory `/usr/local/contrib/gmp-5.1.1/tests/devel' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/usr/local/contrib/gmp-5.1.1/tests/devel' Making all in mpn make[3]: Entering directory `/usr/local/contrib/gmp-5.1.1/tests/mpn' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/usr/local/contrib/gmp-5.1.1/tests/mpn' Making all in mpz make[3]: Entering directory `/usr/local/contrib/gmp-5.1.1/tests/mpz' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/usr/local/contrib/gmp-5.1.1/tests/mpz' Making all in mpq make[3]: Entering directory `/usr/local/contrib/gmp-5.1.1/tests/mpq' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/usr/local/contrib/gmp-5.1.1/tests/mpq' Making all in mpf make[3]: Entering directory `/usr/local/contrib/gmp-5.1.1/tests/mpf' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/usr/local/contrib/gmp-5.1.1/tests/mpf' Making all in rand make[3]: Entering directory `/usr/local/contrib/gmp-5.1.1/tests/rand' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/usr/local/contrib/gmp-5.1.1/tests/rand' Making all in misc make[3]: Entering directory `/usr/local/contrib/gmp-5.1.1/tests/misc' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/usr/local/contrib/gmp-5.1.1/tests/misc' Making all in cxx make[3]: Entering directory `/usr/local/contrib/gmp-5.1.1/tests/cxx' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/usr/local/contrib/gmp-5.1.1/tests/cxx' make[2]: Leaving directory `/usr/local/contrib/gmp-5.1.1/tests' Making all in mpn make[2]: Entering directory `/usr/local/contrib/gmp-5.1.1/mpn' /bin/sh ../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo fib_table | sed 's/_$//'` -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c -o fib_table.lo fib_table.c libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib_table -m32 -O2 -pedantic -fomit-frame-pointer -mtune=core2 -march=core2 -c fib_table.c -o fib_table.o In file included from fib_table.c:4:0: ../gmp-impl.h:133:20: fatal error: config.h: No such file or directory compilation terminated. Makefile:389: recipe for target `fib_table.lo' failed make[2]: *** [fib_table.lo] Error 1 make[2]: Leaving directory `/usr/local/contrib/gmp-5.1.1/mpn' Makefile:833: recipe for target `all-recursive' failed make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/contrib/gmp-5.1.1' Makefile:656: recipe for target `all' failed make: *** [all] Error 2 glee@Galilean /usr/local/contrib/gmp-5.1.1 $