$ pwd /cygdrive/c/gsl-1.3 ]0;~/gsl-1.3 I have no address@hidden ~/gsl-1.3 $ ./configure --disable-shared creating cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... no checking for working aclocal... missing checking for working autoconf... missing checking for working automake... missing checking for working autoheader... missing checking for working makeinfo... found checking whether to enable maintainer-specific portions of Makefiles... no checking whether make sets ${MAKE}... (cached) no checking host system type... i686-pc-cygwin checking for gcc... gcc checking whether the C compiler (gcc ) works... yes checking whether the C compiler (gcc ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether gcc accepts -g... yes checking how to run the C preprocessor... gcc -E checking for a BSD compatible install... /usr/bin/install -c checking whether ln -s works... yes checking build system type... i686-pc-cygwin checking for ranlib... ranlib checking for ar... ar checking for Cygwin environment... no checking for mingw32 environment... yes checking for ld used by GCC... c:/MinGW/mingw32/bin/ld.exe checking if the linker (c:/MinGW/mingw32/bin/ld.exe) is GNU ld... yes checking for c:/MinGW/mingw32/bin/ld.exe option to reload object files... -r checking for BSD-compatible nm... /cygdrive/c/MinGW/bin/nm -B checking for a sed that does not truncate output... /usr/bin/sed checking how to recognise dependent libraries... file_magic file format pei*-i386(.*architecture: i386)? checking for object suffix... o checking for executable suffix... .exe checking command to parse /cygdrive/c/MinGW/bin/nm -B output... ok checking for dlfcn.h... no checking for ranlib... (cached) ranlib checking for strip... strip checking for objdir... .libs checking for gcc option to produce PIC... -DDLL_EXPORT checking if gcc PIC flag -DDLL_EXPORT works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.lo... yes checking if gcc supports -fno-rtti -fno-exceptions... yes checking whether the linker (c:/MinGW/mingw32/bin/ld.exe) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... Win32 ld.exe checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes creating libtool checking for ANSI C header files... yes checking for size_t... yes checking for working const... yes checking for inline... inline checking for extern inline... yes checking for library containing cos... none required checking for hypot... yes checking for ldexp... yes checking for frexp... yes checking for finite... yes checking for log1p... yes checking for vprintf... yes checking for memcpy... yes checking for memmove... yes checking for strdup... yes checking for strtol... yes checking for strtoul... yes checking for clock... yes checking for CLOCKS_PER_SEC... yes checking for EXIT_SUCCESS and EXIT_FAILURE... yes checking for IEEE arithmetic interface type... unknown checking for cpu with extended floating point registers... x86, yes checking for rounding-control compiler flags... none checking for IEEE-conformance compiler flags... none checking whether printf/scanf works with long double... no checking working IEEE comparisons... yes checking for IEEE denormalized values... yes updating cache ./config.cache creating ./config.status creating gsl-config creating gsl.pc creating gsl_version.h creating gsl.spec creating gsl/Makefile creating test/Makefile creating err/Makefile creating sys/Makefile creating utils/Makefile creating const/Makefile creating min/Makefile creating multimin/Makefile creating ieee-utils/Makefile creating fft/Makefile creating specfunc/Makefile creating dht/Makefile creating fit/Makefile creating multifit/Makefile creating statistics/Makefile creating sum/Makefile creating roots/Makefile creating multiroots/Makefile creating ntuple/Makefile creating poly/Makefile creating qrng/Makefile creating rng/Makefile creating randist/Makefile creating siman/Makefile creating integration/Makefile creating interpolation/Makefile creating doc/Makefile creating block/Makefile creating vector/Makefile creating matrix/Makefile creating histogram/Makefile creating monte/Makefile creating ode-initval/Makefile creating cblas/Makefile creating blas/Makefile creating linalg/Makefile creating eigen/Makefile creating permutation/Makefile creating combination/Makefile creating sort/Makefile creating complex/Makefile creating diff/Makefile creating cheb/Makefile creating Makefile creating config.h ]0;~/gsl-1.3 I have no address@hidden ~/gsl-1.3 $ make make all-recursive make[1]: Entering directory `/c/gsl-1.3' Making all in gsl make[2]: Entering directory `/c/gsl-1.3/gsl' rm -f gsl*.h HEADERLIST="../gsl*.h ../*/gsl*.h"; \ for h in $HEADERLIST; do \ BASENAME=`basename $h`; \ ln $h $BASENAME; \ done make[2]: Leaving directory `/c/gsl-1.3/gsl' Making all in utils make[2]: Entering directory `/c/gsl-1.3/utils' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c placeholder.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c placeholder.c -o placeholder.o echo timestamp > placeholder.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libutils.la placeholder.lo mkdir .libs rm -fr .libs/libutils.la .libs/libutils.* .libs/libutils.* ar cru .libs/libutils.a placeholder.o ranlib .libs/libutils.a creating libutils.la (cd .libs && rm -f libutils.la && ln ../libutils.la libutils.la) make[2]: Leaving directory `/c/gsl-1.3/utils' Making all in sys make[2]: Entering directory `/c/gsl-1.3/sys' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c minmax.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c minmax.c -o minmax.o echo timestamp > minmax.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c prec.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c prec.c -o prec.o echo timestamp > prec.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c hypot.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c hypot.c -o hypot.o echo timestamp > hypot.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c log1p.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c log1p.c -o log1p.o echo timestamp > log1p.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c expm1.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c expm1.c -o expm1.o echo timestamp > expm1.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c coerce.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c coerce.c -o coerce.o echo timestamp > coerce.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c invhyp.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c invhyp.c -o invhyp.o echo timestamp > invhyp.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c pow_int.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c pow_int.c -o pow_int.o echo timestamp > pow_int.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c infnan.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c infnan.c -o infnan.o echo timestamp > infnan.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fdiv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fdiv.c -o fdiv.o echo timestamp > fdiv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fcmp.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fcmp.c -o fcmp.o echo timestamp > fcmp.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ldfrexp.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ldfrexp.c -o ldfrexp.o echo timestamp > ldfrexp.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgslsys.la minmax.lo prec.lo hypot.lo log1p.lo expm1.lo coerce.lo invhyp.lo pow_int.lo infnan.lo fdiv.lo fcmp.lo ldfrexp.lo mkdir .libs rm -fr .libs/libgslsys.la .libs/libgslsys.* .libs/libgslsys.* ar cru .libs/libgslsys.a minmax.o prec.o hypot.o log1p.o expm1.o coerce.o invhyp.o pow_int.o infnan.o fdiv.o fcmp.o ldfrexp.o ranlib .libs/libgslsys.a creating libgslsys.la (cd .libs && rm -f libgslsys.la && ln ../libgslsys.la libgslsys.la) make[2]: Leaving directory `/c/gsl-1.3/sys' Making all in test make[2]: Entering directory `/c/gsl-1.3/test' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c results.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c results.c -o results.o echo timestamp > results.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgsltest.la results.lo mkdir .libs rm -fr .libs/libgsltest.la .libs/libgsltest.* .libs/libgsltest.* ar cru .libs/libgsltest.a results.o ranlib .libs/libgsltest.a creating libgsltest.la (cd .libs && rm -f libgsltest.la && ln ../libgsltest.la libgsltest.la) make[2]: Leaving directory `/c/gsl-1.3/test' Making all in err make[2]: Entering directory `/c/gsl-1.3/err' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c error.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c error.c -o error.o echo timestamp > error.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c stream.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c stream.c -o stream.o echo timestamp > stream.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c message.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c message.c -o message.o echo timestamp > message.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c strerror.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c strerror.c -o strerror.o echo timestamp > strerror.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c warn.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c warn.c -o warn.o echo timestamp > warn.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgslerr.la error.lo stream.lo message.lo strerror.lo warn.lo mkdir .libs rm -fr .libs/libgslerr.la .libs/libgslerr.* .libs/libgslerr.* ar cru .libs/libgslerr.a error.o stream.o message.o strerror.o warn.o ranlib .libs/libgslerr.a creating libgslerr.la (cd .libs && rm -f libgslerr.la && ln ../libgslerr.la libgslerr.la) make[2]: Leaving directory `/c/gsl-1.3/err' Making all in const make[2]: Entering directory `/c/gsl-1.3/const' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/c/gsl-1.3/const' Making all in complex make[2]: Entering directory `/c/gsl-1.3/complex' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c math.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c math.c -o math.o echo timestamp > math.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgslcomplex.la math.lo mkdir .libs rm -fr .libs/libgslcomplex.la .libs/libgslcomplex.* .libs/libgslcomplex.* ar cru .libs/libgslcomplex.a math.o ranlib .libs/libgslcomplex.a creating libgslcomplex.la (cd .libs && rm -f libgslcomplex.la && ln ../libgslcomplex.la libgslcomplex.la) make[2]: Leaving directory `/c/gsl-1.3/complex' Making all in cheb make[2]: Entering directory `/c/gsl-1.3/cheb' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c deriv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c deriv.c -o deriv.o echo timestamp > deriv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c eval.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c eval.c -o eval.o echo timestamp > eval.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c init.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c init.c -o init.o echo timestamp > init.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c integ.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c integ.c -o integ.o echo timestamp > integ.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgslcheb.la deriv.lo eval.lo init.lo integ.lo mkdir .libs rm -fr .libs/libgslcheb.la .libs/libgslcheb.* .libs/libgslcheb.* ar cru .libs/libgslcheb.a deriv.o eval.o init.o integ.o ranlib .libs/libgslcheb.a creating libgslcheb.la (cd .libs && rm -f libgslcheb.la && ln ../libgslcheb.la libgslcheb.la) make[2]: Leaving directory `/c/gsl-1.3/cheb' Making all in block make[2]: Entering directory `/c/gsl-1.3/block' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c init.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c init.c -o init.o echo timestamp > init.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c file.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c file.c -o file.o echo timestamp > file.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c block.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c block.c -o block.o echo timestamp > block.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgslblock.la init.lo file.lo block.lo mkdir .libs rm -fr .libs/libgslblock.la .libs/libgslblock.* .libs/libgslblock.* ar cru .libs/libgslblock.a init.o file.o block.o ranlib .libs/libgslblock.a creating libgslblock.la (cd .libs && rm -f libgslblock.la && ln ../libgslblock.la libgslblock.la) make[2]: Leaving directory `/c/gsl-1.3/block' Making all in vector make[2]: Entering directory `/c/gsl-1.3/vector' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c init.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c init.c -o init.o echo timestamp > init.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c file.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c file.c -o file.o echo timestamp > file.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c vector.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c vector.c -o vector.o echo timestamp > vector.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c copy.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c copy.c -o copy.o echo timestamp > copy.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c swap.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c swap.c -o swap.o echo timestamp > swap.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c prop.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c prop.c -o prop.o echo timestamp > prop.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c minmax.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c minmax.c -o minmax.o echo timestamp > minmax.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c oper.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c oper.c -o oper.o echo timestamp > oper.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c reim.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c reim.c -o reim.o echo timestamp > reim.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c subvector.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c subvector.c -o subvector.o echo timestamp > subvector.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c view.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c view.c -o view.o echo timestamp > view.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgslvector.la init.lo file.lo vector.lo copy.lo swap.lo prop.lo minmax.lo oper.lo reim.lo subvector.lo view.lo mkdir .libs rm -fr .libs/libgslvector.la .libs/libgslvector.* .libs/libgslvector.* ar cru .libs/libgslvector.a init.o file.o vector.o copy.o swap.o prop.o minmax.o oper.o reim.o subvector.o view.o ranlib .libs/libgslvector.a creating libgslvector.la (cd .libs && rm -f libgslvector.la && ln ../libgslvector.la libgslvector.la) make[2]: Leaving directory `/c/gsl-1.3/vector' Making all in matrix make[2]: Entering directory `/c/gsl-1.3/matrix' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c init.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c init.c -o init.o echo timestamp > init.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c matrix.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c matrix.c -o matrix.o echo timestamp > matrix.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c file.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c file.c -o file.o echo timestamp > file.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c rowcol.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c rowcol.c -o rowcol.o echo timestamp > rowcol.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c swap.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c swap.c -o swap.o echo timestamp > swap.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c copy.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c copy.c -o copy.o echo timestamp > copy.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c minmax.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c minmax.c -o minmax.o echo timestamp > minmax.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c prop.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c prop.c -o prop.o echo timestamp > prop.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c oper.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c oper.c -o oper.o echo timestamp > oper.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c getset.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c getset.c -o getset.o echo timestamp > getset.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c view.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c view.c -o view.o echo timestamp > view.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c submatrix.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c submatrix.c -o submatrix.o echo timestamp > submatrix.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgslmatrix.la init.lo matrix.lo file.lo rowcol.lo swap.lo copy.lo minmax.lo prop.lo oper.lo getset.lo view.lo submatrix.lo mkdir .libs rm -fr .libs/libgslmatrix.la .libs/libgslmatrix.* .libs/libgslmatrix.* ar cru .libs/libgslmatrix.a init.o matrix.o file.o rowcol.o swap.o copy.o minmax.o prop.o oper.o getset.o view.o submatrix.o ranlib .libs/libgslmatrix.a creating libgslmatrix.la (cd .libs && rm -f libgslmatrix.la && ln ../libgslmatrix.la libgslmatrix.la) make[2]: Leaving directory `/c/gsl-1.3/matrix' Making all in permutation make[2]: Entering directory `/c/gsl-1.3/permutation' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c init.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c init.c -o init.o echo timestamp > init.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c file.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c file.c -o file.o echo timestamp > file.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c permutation.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c permutation.c -o permutation.o echo timestamp > permutation.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c permute.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c permute.c -o permute.o echo timestamp > permute.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c canonical.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c canonical.c -o canonical.o echo timestamp > canonical.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgslpermutation.la init.lo file.lo permutation.lo permute.lo canonical.lo mkdir .libs rm -fr .libs/libgslpermutation.la .libs/libgslpermutation.* .libs/libgslpermutation.* ar cru .libs/libgslpermutation.a init.o file.o permutation.o permute.o canonical.o ranlib .libs/libgslpermutation.a creating libgslpermutation.la (cd .libs && rm -f libgslpermutation.la && ln ../libgslpermutation.la libgslpermutation.la) make[2]: Leaving directory `/c/gsl-1.3/permutation' Making all in combination make[2]: Entering directory `/c/gsl-1.3/combination' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c init.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c init.c -o init.o echo timestamp > init.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c file.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c file.c -o file.o echo timestamp > file.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c combination.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c combination.c -o combination.o echo timestamp > combination.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgslcombination.la init.lo file.lo combination.lo mkdir .libs rm -fr .libs/libgslcombination.la .libs/libgslcombination.* .libs/libgslcombination.* ar cru .libs/libgslcombination.a init.o file.o combination.o ranlib .libs/libgslcombination.a creating libgslcombination.la (cd .libs && rm -f libgslcombination.la && ln ../libgslcombination.la libgslcombination.la) make[2]: Leaving directory `/c/gsl-1.3/combination' Making all in sort make[2]: Entering directory `/c/gsl-1.3/sort' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c sort.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c sort.c -o sort.o echo timestamp > sort.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c sortind.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c sortind.c -o sortind.o echo timestamp > sortind.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c sortvec.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c sortvec.c -o sortvec.o echo timestamp > sortvec.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c sortvecind.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c sortvecind.c -o sortvecind.o echo timestamp > sortvecind.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c subset.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c subset.c -o subset.o echo timestamp > subset.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c subsetind.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c subsetind.c -o subsetind.o echo timestamp > subsetind.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgslsort.la sort.lo sortind.lo sortvec.lo sortvecind.lo subset.lo subsetind.lo mkdir .libs rm -fr .libs/libgslsort.la .libs/libgslsort.* .libs/libgslsort.* ar cru .libs/libgslsort.a sort.o sortind.o sortvec.o sortvecind.o subset.o subsetind.o ranlib .libs/libgslsort.a creating libgslsort.la (cd .libs && rm -f libgslsort.la && ln ../libgslsort.la libgslsort.la) make[2]: Leaving directory `/c/gsl-1.3/sort' Making all in ieee-utils make[2]: Entering directory `/c/gsl-1.3/ieee-utils' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c print.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c print.c -o print.o echo timestamp > print.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c make_rep.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c make_rep.c -o make_rep.o echo timestamp > make_rep.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c env.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c env.c -o env.o echo timestamp > env.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fp.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fp.c -o fp.o echo timestamp > fp.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c read.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c read.c -o read.o echo timestamp > read.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgslieeeutils.la print.lo make_rep.lo env.lo fp.lo read.lo mkdir .libs rm -fr .libs/libgslieeeutils.la .libs/libgslieeeutils.* .libs/libgslieeeutils.* ar cru .libs/libgslieeeutils.a print.o make_rep.o env.o fp.o read.o ranlib .libs/libgslieeeutils.a creating libgslieeeutils.la (cd .libs && rm -f libgslieeeutils.la && ln ../libgslieeeutils.la libgslieeeutils.la) make[2]: Leaving directory `/c/gsl-1.3/ieee-utils' Making all in cblas make[2]: Entering directory `/c/gsl-1.3/cblas' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c sasum.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c sasum.c -o sasum.o echo timestamp > sasum.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c saxpy.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c saxpy.c -o saxpy.o echo timestamp > saxpy.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c scasum.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c scasum.c -o scasum.o echo timestamp > scasum.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c scnrm2.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c scnrm2.c -o scnrm2.o echo timestamp > scnrm2.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c scopy.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c scopy.c -o scopy.o echo timestamp > scopy.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c sdot.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c sdot.c -o sdot.o echo timestamp > sdot.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c sdsdot.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c sdsdot.c -o sdsdot.o echo timestamp > sdsdot.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c sgbmv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c sgbmv.c -o sgbmv.o echo timestamp > sgbmv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c sgemm.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c sgemm.c -o sgemm.o echo timestamp > sgemm.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c sgemv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c sgemv.c -o sgemv.o echo timestamp > sgemv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c sger.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c sger.c -o sger.o echo timestamp > sger.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c snrm2.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c snrm2.c -o snrm2.o echo timestamp > snrm2.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c srot.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c srot.c -o srot.o echo timestamp > srot.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c srotg.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c srotg.c -o srotg.o echo timestamp > srotg.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c srotm.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c srotm.c -o srotm.o echo timestamp > srotm.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c srotmg.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c srotmg.c -o srotmg.o echo timestamp > srotmg.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ssbmv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ssbmv.c -o ssbmv.o echo timestamp > ssbmv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c sscal.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c sscal.c -o sscal.o echo timestamp > sscal.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c sspmv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c sspmv.c -o sspmv.o echo timestamp > sspmv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c sspr.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c sspr.c -o sspr.o echo timestamp > sspr.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c sspr2.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c sspr2.c -o sspr2.o echo timestamp > sspr2.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c sswap.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c sswap.c -o sswap.o echo timestamp > sswap.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ssymm.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ssymm.c -o ssymm.o echo timestamp > ssymm.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ssymv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ssymv.c -o ssymv.o echo timestamp > ssymv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ssyr.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ssyr.c -o ssyr.o echo timestamp > ssyr.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ssyr2.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ssyr2.c -o ssyr2.o echo timestamp > ssyr2.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ssyr2k.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ssyr2k.c -o ssyr2k.o echo timestamp > ssyr2k.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ssyrk.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ssyrk.c -o ssyrk.o echo timestamp > ssyrk.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c stbmv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c stbmv.c -o stbmv.o echo timestamp > stbmv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c stbsv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c stbsv.c -o stbsv.o echo timestamp > stbsv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c stpmv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c stpmv.c -o stpmv.o echo timestamp > stpmv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c stpsv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c stpsv.c -o stpsv.o echo timestamp > stpsv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c strmm.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c strmm.c -o strmm.o echo timestamp > strmm.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c strmv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c strmv.c -o strmv.o echo timestamp > strmv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c strsm.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c strsm.c -o strsm.o echo timestamp > strsm.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c strsv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c strsv.c -o strsv.o echo timestamp > strsv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dasum.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dasum.c -o dasum.o echo timestamp > dasum.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c daxpy.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c daxpy.c -o daxpy.o echo timestamp > daxpy.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dcopy.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dcopy.c -o dcopy.o echo timestamp > dcopy.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ddot.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ddot.c -o ddot.o echo timestamp > ddot.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dgbmv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dgbmv.c -o dgbmv.o echo timestamp > dgbmv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dgemm.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dgemm.c -o dgemm.o echo timestamp > dgemm.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dgemv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dgemv.c -o dgemv.o echo timestamp > dgemv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dger.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dger.c -o dger.o echo timestamp > dger.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dnrm2.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dnrm2.c -o dnrm2.o echo timestamp > dnrm2.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c drot.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c drot.c -o drot.o echo timestamp > drot.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c drotg.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c drotg.c -o drotg.o echo timestamp > drotg.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c drotm.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c drotm.c -o drotm.o echo timestamp > drotm.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c drotmg.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c drotmg.c -o drotmg.o echo timestamp > drotmg.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dsbmv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dsbmv.c -o dsbmv.o echo timestamp > dsbmv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dscal.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dscal.c -o dscal.o echo timestamp > dscal.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dsdot.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dsdot.c -o dsdot.o echo timestamp > dsdot.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dspmv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dspmv.c -o dspmv.o echo timestamp > dspmv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dspr.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dspr.c -o dspr.o echo timestamp > dspr.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dspr2.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dspr2.c -o dspr2.o echo timestamp > dspr2.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dswap.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dswap.c -o dswap.o echo timestamp > dswap.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dsymm.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dsymm.c -o dsymm.o echo timestamp > dsymm.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dsymv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dsymv.c -o dsymv.o echo timestamp > dsymv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dsyr.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dsyr.c -o dsyr.o echo timestamp > dsyr.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dsyr2.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dsyr2.c -o dsyr2.o echo timestamp > dsyr2.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dsyr2k.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dsyr2k.c -o dsyr2k.o echo timestamp > dsyr2k.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dsyrk.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dsyrk.c -o dsyrk.o echo timestamp > dsyrk.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dtbmv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dtbmv.c -o dtbmv.o echo timestamp > dtbmv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dtbsv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dtbsv.c -o dtbsv.o echo timestamp > dtbsv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dtpmv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dtpmv.c -o dtpmv.o echo timestamp > dtpmv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dtpsv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dtpsv.c -o dtpsv.o echo timestamp > dtpsv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dtrmm.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dtrmm.c -o dtrmm.o echo timestamp > dtrmm.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dtrmv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dtrmv.c -o dtrmv.o echo timestamp > dtrmv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dtrsm.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dtrsm.c -o dtrsm.o echo timestamp > dtrsm.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dtrsv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dtrsv.c -o dtrsv.o echo timestamp > dtrsv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dzasum.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dzasum.c -o dzasum.o echo timestamp > dzasum.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dznrm2.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dznrm2.c -o dznrm2.o echo timestamp > dznrm2.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c caxpy.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c caxpy.c -o caxpy.o echo timestamp > caxpy.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ccopy.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ccopy.c -o ccopy.o echo timestamp > ccopy.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cdotc_sub.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cdotc_sub.c -o cdotc_sub.o echo timestamp > cdotc_sub.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cdotu_sub.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cdotu_sub.c -o cdotu_sub.o echo timestamp > cdotu_sub.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cgbmv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cgbmv.c -o cgbmv.o echo timestamp > cgbmv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cgemm.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cgemm.c -o cgemm.o echo timestamp > cgemm.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cgemv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cgemv.c -o cgemv.o echo timestamp > cgemv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cgerc.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cgerc.c -o cgerc.o echo timestamp > cgerc.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cgeru.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cgeru.c -o cgeru.o echo timestamp > cgeru.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c chbmv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c chbmv.c -o chbmv.o echo timestamp > chbmv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c chemm.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c chemm.c -o chemm.o echo timestamp > chemm.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c chemv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c chemv.c -o chemv.o echo timestamp > chemv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cher.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cher.c -o cher.o echo timestamp > cher.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cher2.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cher2.c -o cher2.o echo timestamp > cher2.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cher2k.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cher2k.c -o cher2k.o echo timestamp > cher2k.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cherk.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cherk.c -o cherk.o echo timestamp > cherk.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c chpmv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c chpmv.c -o chpmv.o echo timestamp > chpmv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c chpr.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c chpr.c -o chpr.o echo timestamp > chpr.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c chpr2.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c chpr2.c -o chpr2.o echo timestamp > chpr2.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cscal.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cscal.c -o cscal.o echo timestamp > cscal.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c csscal.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c csscal.c -o csscal.o echo timestamp > csscal.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cswap.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cswap.c -o cswap.o echo timestamp > cswap.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c csymm.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c csymm.c -o csymm.o echo timestamp > csymm.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c csyr2k.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c csyr2k.c -o csyr2k.o echo timestamp > csyr2k.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c csyrk.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c csyrk.c -o csyrk.o echo timestamp > csyrk.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ctbmv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ctbmv.c -o ctbmv.o echo timestamp > ctbmv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ctbsv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ctbsv.c -o ctbsv.o echo timestamp > ctbsv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ctpmv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ctpmv.c -o ctpmv.o echo timestamp > ctpmv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ctpsv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ctpsv.c -o ctpsv.o echo timestamp > ctpsv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ctrmm.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ctrmm.c -o ctrmm.o echo timestamp > ctrmm.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ctrmv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ctrmv.c -o ctrmv.o echo timestamp > ctrmv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ctrsm.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ctrsm.c -o ctrsm.o echo timestamp > ctrsm.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ctrsv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ctrsv.c -o ctrsv.o echo timestamp > ctrsv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zaxpy.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zaxpy.c -o zaxpy.o echo timestamp > zaxpy.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zcopy.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zcopy.c -o zcopy.o echo timestamp > zcopy.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zdotc_sub.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zdotc_sub.c -o zdotc_sub.o echo timestamp > zdotc_sub.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zdotu_sub.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zdotu_sub.c -o zdotu_sub.o echo timestamp > zdotu_sub.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zdscal.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zdscal.c -o zdscal.o echo timestamp > zdscal.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zgbmv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zgbmv.c -o zgbmv.o echo timestamp > zgbmv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zgemm.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zgemm.c -o zgemm.o echo timestamp > zgemm.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zgemv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zgemv.c -o zgemv.o echo timestamp > zgemv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zgerc.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zgerc.c -o zgerc.o echo timestamp > zgerc.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zgeru.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zgeru.c -o zgeru.o echo timestamp > zgeru.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zhbmv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zhbmv.c -o zhbmv.o echo timestamp > zhbmv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zhemm.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zhemm.c -o zhemm.o echo timestamp > zhemm.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zhemv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zhemv.c -o zhemv.o echo timestamp > zhemv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zher.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zher.c -o zher.o echo timestamp > zher.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zher2.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zher2.c -o zher2.o echo timestamp > zher2.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zher2k.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zher2k.c -o zher2k.o echo timestamp > zher2k.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zherk.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zherk.c -o zherk.o echo timestamp > zherk.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zhpmv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zhpmv.c -o zhpmv.o echo timestamp > zhpmv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zhpr.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zhpr.c -o zhpr.o echo timestamp > zhpr.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zhpr2.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zhpr2.c -o zhpr2.o echo timestamp > zhpr2.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zscal.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zscal.c -o zscal.o echo timestamp > zscal.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zswap.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zswap.c -o zswap.o echo timestamp > zswap.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zsymm.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zsymm.c -o zsymm.o echo timestamp > zsymm.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zsyr2k.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zsyr2k.c -o zsyr2k.o echo timestamp > zsyr2k.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zsyrk.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zsyrk.c -o zsyrk.o echo timestamp > zsyrk.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ztbmv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ztbmv.c -o ztbmv.o echo timestamp > ztbmv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ztbsv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ztbsv.c -o ztbsv.o echo timestamp > ztbsv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ztpmv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ztpmv.c -o ztpmv.o echo timestamp > ztpmv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ztpsv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ztpsv.c -o ztpsv.o echo timestamp > ztpsv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ztrmm.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ztrmm.c -o ztrmm.o echo timestamp > ztrmm.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ztrmv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ztrmv.c -o ztrmv.o echo timestamp > ztrmv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ztrsm.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ztrsm.c -o ztrsm.o echo timestamp > ztrsm.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ztrsv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ztrsv.c -o ztrsv.o echo timestamp > ztrsv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c icamax.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c icamax.c -o icamax.o echo timestamp > icamax.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c idamax.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c idamax.c -o idamax.o echo timestamp > idamax.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c isamax.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c isamax.c -o isamax.o echo timestamp > isamax.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c izamax.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c izamax.c -o izamax.o echo timestamp > izamax.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c xerbla.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c xerbla.c -o xerbla.o echo timestamp > xerbla.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgslcblas.la -rpath /usr/local/lib -version-info 0:0:0 sasum.lo saxpy.lo scasum.lo scnrm2.lo scopy.lo sdot.lo sdsdot.lo sgbmv.lo sgemm.lo sgemv.lo sger.lo snrm2.lo srot.lo srotg.lo srotm.lo srotmg.lo ssbmv.lo sscal.lo sspmv.lo sspr.lo sspr2.lo sswap.lo ssymm.lo ssymv.lo ssyr.lo ssyr2.lo ssyr2k.lo ssyrk.lo stbmv.lo stbsv.lo stpmv.lo stpsv.lo strmm.lo strmv.lo strsm.lo strsv.lo dasum.lo daxpy.lo dcopy.lo ddot.lo dgbmv.lo dgemm.lo dgemv.lo dger.lo dnrm2.lo drot.lo drotg.lo drotm.lo drotmg.lo dsbmv.lo dscal.lo dsdot.lo dspmv.lo dspr.lo dspr2.lo dswap.lo dsymm.lo dsymv.lo dsyr.lo dsyr2.lo dsyr2k.lo dsyrk.lo dtbmv.lo dtbsv.lo dtpmv.lo dtpsv.lo dtrmm.lo dtrmv.lo dtrsm.lo dtrsv.lo dzasum.lo dznrm2.lo caxpy.lo ccopy.lo cdotc_sub.lo cdotu_sub.lo cgbmv.lo cgemm.lo cgemv.lo cgerc.lo cgeru.lo chbmv.lo chemm.lo chemv.lo cher.lo cher2.lo cher2k.lo cherk.lo chpmv.lo chpr.lo chpr2.lo cscal.lo csscal.lo cswap.lo csymm.lo csyr2k.lo csyrk.lo ctbmv.lo ctbsv.lo ctpmv.lo ctpsv.lo ctrmm.lo ctrmv.lo ctrsm.lo ctrsv.lo zaxpy.lo zcopy.lo zdotc_sub.lo zdotu_sub.lo zdscal.lo zgbmv.lo zgemm.lo zgemv.lo zgerc.lo zgeru.lo zhbmv.lo zhemm.lo zhemv.lo zher.lo zher2.lo zher2k.lo zherk.lo zhpmv.lo zhpr.lo zhpr2.lo zscal.lo zswap.lo zsymm.lo zsyr2k.lo zsyrk.lo ztbmv.lo ztbsv.lo ztpmv.lo ztpsv.lo ztrmm.lo ztrmv.lo ztrsm.lo ztrsv.lo icamax.lo idamax.lo isamax.lo izamax.lo xerbla.lo mkdir .libs libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin shared libraries rm -fr .libs/libgslcblas.la .libs/libgslcblas.* .libs/libgslcblas.* ar cru .libs/libgslcblas.a sasum.o saxpy.o scasum.o scnrm2.o scopy.o sdot.o sdsdot.o sgbmv.o sgemm.o sgemv.o sger.o snrm2.o srot.o srotg.o srotm.o srotmg.o ssbmv.o sscal.o sspmv.o sspr.o sspr2.o sswap.o ssymm.o ssymv.o ssyr.o ssyr2.o ssyr2k.o ssyrk.o stbmv.o stbsv.o stpmv.o stpsv.o strmm.o strmv.o strsm.o strsv.o dasum.o daxpy.o dcopy.o ddot.o dgbmv.o dgemm.o dgemv.o dger.o dnrm2.o drot.o drotg.o drotm.o drotmg.o dsbmv.o dscal.o dsdot.o dspmv.o dspr.o dspr2.o dswap.o dsymm.o dsymv.o dsyr.o dsyr2.o dsyr2k.o dsyrk.o dtbmv.o dtbsv.o dtpmv.o dtpsv.o dtrmm.o dtrmv.o dtrsm.o dtrsv.o dzasum.o dznrm2.o caxpy.o ccopy.o cdotc_sub.o cdotu_sub.o cgbmv.o cgemm.o cgemv.o cgerc.o cgeru.o chbmv.o chemm.o chemv.o cher.o cher2.o cher2k.o cherk.o chpmv.o chpr.o chpr2.o cscal.o csscal.o cswap.o csymm.o csyr2k.o csyrk.o ctbmv.o ctbsv.o ctpmv.o ctpsv.o ctrmm.o ctrmv.o ctrsm.o ctrsv.o zaxpy.o zcopy.o zdotc_sub.o zdotu_sub.o zdscal.o zgbmv.o zgemm.o zgemv.o zgerc.o zgeru.o zhbmv.o zhemm.o zhemv.o zher.o zher2.o zher2k.o zherk.o zhpmv.o zhpr.o zhpr2.o zscal.o zswap.o zsymm.o zsyr2k.o zsyrk.o ztbmv.o ztbsv.o ztpmv.o ztpsv.o ztrmm.o ztrmv.o ztrsm.o ztrsv.o icamax.o idamax.o isamax.o izamax.o xerbla.o ranlib .libs/libgslcblas.a creating libgslcblas.la (cd .libs && rm -f libgslcblas.la && ln ../libgslcblas.la libgslcblas.la) make[2]: Leaving directory `/c/gsl-1.3/cblas' Making all in blas make[2]: Entering directory `/c/gsl-1.3/blas' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c blas.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c blas.c -o blas.o echo timestamp > blas.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgslblas.la blas.lo mkdir .libs rm -fr .libs/libgslblas.la .libs/libgslblas.* .libs/libgslblas.* ar cru .libs/libgslblas.a blas.o ranlib .libs/libgslblas.a creating libgslblas.la (cd .libs && rm -f libgslblas.la && ln ../libgslblas.la libgslblas.la) make[2]: Leaving directory `/c/gsl-1.3/blas' Making all in linalg make[2]: Entering directory `/c/gsl-1.3/linalg' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c multiply.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c multiply.c -o multiply.o echo timestamp > multiply.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c exponential.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c exponential.c -o exponential.o echo timestamp > exponential.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c tridiag.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c tridiag.c -o tridiag.o echo timestamp > tridiag.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c lu.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c lu.c -o lu.o echo timestamp > lu.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c luc.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c luc.c -o luc.o echo timestamp > luc.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c hh.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c hh.c -o hh.o echo timestamp > hh.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qr.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qr.c -o qr.o echo timestamp > qr.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qrpt.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qrpt.c -o qrpt.o echo timestamp > qrpt.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c svd.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c svd.c -o svd.o echo timestamp > svd.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c householder.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c householder.c -o householder.o echo timestamp > householder.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c householdercomplex.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c householdercomplex.c -o householdercomplex.o echo timestamp > householdercomplex.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cholesky.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cholesky.c -o cholesky.o echo timestamp > cholesky.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c symmtd.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c symmtd.c -o symmtd.o echo timestamp > symmtd.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c hermtd.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c hermtd.c -o hermtd.o echo timestamp > hermtd.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bidiag.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bidiag.c -o bidiag.o echo timestamp > bidiag.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c balance.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c balance.c -o balance.o echo timestamp > balance.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgsllinalg.la multiply.lo exponential.lo tridiag.lo lu.lo luc.lo hh.lo qr.lo qrpt.lo svd.lo householder.lo householdercomplex.lo cholesky.lo symmtd.lo hermtd.lo bidiag.lo balance.lo mkdir .libs rm -fr .libs/libgsllinalg.la .libs/libgsllinalg.* .libs/libgsllinalg.* ar cru .libs/libgsllinalg.a multiply.o exponential.o tridiag.o lu.o luc.o hh.o qr.o qrpt.o svd.o householder.o householdercomplex.o cholesky.o symmtd.o hermtd.o bidiag.o balance.o ranlib .libs/libgsllinalg.a creating libgsllinalg.la (cd .libs && rm -f libgsllinalg.la && ln ../libgsllinalg.la libgsllinalg.la) make[2]: Leaving directory `/c/gsl-1.3/linalg' Making all in eigen make[2]: Entering directory `/c/gsl-1.3/eigen' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c jacobi.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c jacobi.c -o jacobi.o echo timestamp > jacobi.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c symm.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c symm.c -o symm.o echo timestamp > symm.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c symmv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c symmv.c -o symmv.o echo timestamp > symmv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c herm.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c herm.c -o herm.o echo timestamp > herm.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c hermv.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c hermv.c -o hermv.o echo timestamp > hermv.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c sort.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c sort.c -o sort.o echo timestamp > sort.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgsleigen.la jacobi.lo symm.lo symmv.lo herm.lo hermv.lo sort.lo mkdir .libs rm -fr .libs/libgsleigen.la .libs/libgsleigen.* .libs/libgsleigen.* ar cru .libs/libgsleigen.a jacobi.o symm.o symmv.o herm.o hermv.o sort.o ranlib .libs/libgsleigen.a creating libgsleigen.la (cd .libs && rm -f libgsleigen.la && ln ../libgsleigen.la libgsleigen.la) make[2]: Leaving directory `/c/gsl-1.3/eigen' Making all in specfunc make[2]: Entering directory `/c/gsl-1.3/specfunc' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c airy.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c airy.c -o airy.o echo timestamp > airy.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c airy_der.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c airy_der.c -o airy_der.o echo timestamp > airy_der.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c airy_zero.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c airy_zero.c -o airy_zero.o echo timestamp > airy_zero.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c atanint.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c atanint.c -o atanint.o echo timestamp > atanint.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel.c -o bessel.o echo timestamp > bessel.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_I0.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_I0.c -o bessel_I0.o echo timestamp > bessel_I0.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_I1.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_I1.c -o bessel_I1.o echo timestamp > bessel_I1.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_In.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_In.c -o bessel_In.o echo timestamp > bessel_In.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_Inu.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_Inu.c -o bessel_Inu.o echo timestamp > bessel_Inu.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_J0.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_J0.c -o bessel_J0.o echo timestamp > bessel_J0.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_J1.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_J1.c -o bessel_J1.o echo timestamp > bessel_J1.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_Jn.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_Jn.c -o bessel_Jn.o echo timestamp > bessel_Jn.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_Jnu.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_Jnu.c -o bessel_Jnu.o echo timestamp > bessel_Jnu.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_K0.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_K0.c -o bessel_K0.o echo timestamp > bessel_K0.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_K1.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_K1.c -o bessel_K1.o echo timestamp > bessel_K1.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_Kn.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_Kn.c -o bessel_Kn.o echo timestamp > bessel_Kn.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_Knu.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_Knu.c -o bessel_Knu.o echo timestamp > bessel_Knu.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_Y0.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_Y0.c -o bessel_Y0.o echo timestamp > bessel_Y0.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_Y1.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_Y1.c -o bessel_Y1.o echo timestamp > bessel_Y1.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_Yn.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_Yn.c -o bessel_Yn.o echo timestamp > bessel_Yn.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_Ynu.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_Ynu.c -o bessel_Ynu.o echo timestamp > bessel_Ynu.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_amp_phase.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_amp_phase.c -o bessel_amp_phase.o echo timestamp > bessel_amp_phase.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_i.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_i.c -o bessel_i.o echo timestamp > bessel_i.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_j.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_j.c -o bessel_j.o echo timestamp > bessel_j.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_k.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_k.c -o bessel_k.o echo timestamp > bessel_k.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_olver.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_olver.c -o bessel_olver.o echo timestamp > bessel_olver.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_temme.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_temme.c -o bessel_temme.o echo timestamp > bessel_temme.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_y.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_y.c -o bessel_y.o echo timestamp > bessel_y.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_zero.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_zero.c -o bessel_zero.o echo timestamp > bessel_zero.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_sequence.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bessel_sequence.c -o bessel_sequence.o echo timestamp > bessel_sequence.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c beta.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c beta.c -o beta.o echo timestamp > beta.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c beta_inc.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c beta_inc.c -o beta_inc.o echo timestamp > beta_inc.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c clausen.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c clausen.c -o clausen.o echo timestamp > clausen.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c coulomb.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c coulomb.c -o coulomb.o echo timestamp > coulomb.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c coupling.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c coupling.c -o coupling.o echo timestamp > coupling.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c coulomb_bound.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c coulomb_bound.c -o coulomb_bound.o echo timestamp > coulomb_bound.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dawson.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dawson.c -o dawson.o echo timestamp > dawson.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c debye.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c debye.c -o debye.o echo timestamp > debye.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dilog.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dilog.c -o dilog.o echo timestamp > dilog.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c elementary.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c elementary.c -o elementary.o echo timestamp > elementary.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ellint.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ellint.c -o ellint.o echo timestamp > ellint.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c elljac.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c elljac.c -o elljac.o echo timestamp > elljac.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c erfc.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c erfc.c -o erfc.o echo timestamp > erfc.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c exp.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c exp.c -o exp.o echo timestamp > exp.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c expint.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c expint.c -o expint.o echo timestamp > expint.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c expint3.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c expint3.c -o expint3.o echo timestamp > expint3.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fermi_dirac.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fermi_dirac.c -o fermi_dirac.o echo timestamp > fermi_dirac.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c gegenbauer.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c gegenbauer.c -o gegenbauer.o echo timestamp > gegenbauer.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c gamma.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c gamma.c -o gamma.o echo timestamp > gamma.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c gamma_inc.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c gamma_inc.c -o gamma_inc.o echo timestamp > gamma_inc.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c hyperg_0F1.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c hyperg_0F1.c -o hyperg_0F1.o echo timestamp > hyperg_0F1.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c hyperg_2F0.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c hyperg_2F0.c -o hyperg_2F0.o echo timestamp > hyperg_2F0.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c hyperg_1F1.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c hyperg_1F1.c -o hyperg_1F1.o echo timestamp > hyperg_1F1.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c hyperg_2F1.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c hyperg_2F1.c -o hyperg_2F1.o echo timestamp > hyperg_2F1.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c hyperg_U.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c hyperg_U.c -o hyperg_U.o echo timestamp > hyperg_U.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c hyperg.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c hyperg.c -o hyperg.o echo timestamp > hyperg.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c laguerre.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c laguerre.c -o laguerre.o echo timestamp > laguerre.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c lambert.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c lambert.c -o lambert.o echo timestamp > lambert.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c legendre_H3d.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c legendre_H3d.c -o legendre_H3d.o echo timestamp > legendre_H3d.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c legendre_Qn.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c legendre_Qn.c -o legendre_Qn.o echo timestamp > legendre_Qn.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c legendre_con.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c legendre_con.c -o legendre_con.o echo timestamp > legendre_con.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c legendre_poly.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c legendre_poly.c -o legendre_poly.o echo timestamp > legendre_poly.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c log.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c log.c -o log.o echo timestamp > log.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c poch.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c poch.c -o poch.o echo timestamp > poch.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c pow_int.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c pow_int.c -o pow_int.o echo timestamp > pow_int.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c psi.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c psi.c -o psi.o echo timestamp > psi.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c result.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c result.c -o result.o echo timestamp > result.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c shint.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c shint.c -o shint.o echo timestamp > shint.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c sinint.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c sinint.c -o sinint.o echo timestamp > sinint.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c synchrotron.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c synchrotron.c -o synchrotron.o echo timestamp > synchrotron.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c transport.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c transport.c -o transport.o echo timestamp > transport.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c trig.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c trig.c -o trig.o echo timestamp > trig.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zeta.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zeta.c -o zeta.o echo timestamp > zeta.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgslspecfunc.la airy.lo airy_der.lo airy_zero.lo atanint.lo bessel.lo bessel_I0.lo bessel_I1.lo bessel_In.lo bessel_Inu.lo bessel_J0.lo bessel_J1.lo bessel_Jn.lo bessel_Jnu.lo bessel_K0.lo bessel_K1.lo bessel_Kn.lo bessel_Knu.lo bessel_Y0.lo bessel_Y1.lo bessel_Yn.lo bessel_Ynu.lo bessel_amp_phase.lo bessel_i.lo bessel_j.lo bessel_k.lo bessel_olver.lo bessel_temme.lo bessel_y.lo bessel_zero.lo bessel_sequence.lo beta.lo beta_inc.lo clausen.lo coulomb.lo coupling.lo coulomb_bound.lo dawson.lo debye.lo dilog.lo elementary.lo ellint.lo elljac.lo erfc.lo exp.lo expint.lo expint3.lo fermi_dirac.lo gegenbauer.lo gamma.lo gamma_inc.lo hyperg_0F1.lo hyperg_2F0.lo hyperg_1F1.lo hyperg_2F1.lo hyperg_U.lo hyperg.lo laguerre.lo lambert.lo legendre_H3d.lo legendre_Qn.lo legendre_con.lo legendre_poly.lo log.lo poch.lo pow_int.lo psi.lo result.lo shint.lo sinint.lo synchrotron.lo transport.lo trig.lo zeta.lo mkdir .libs rm -fr .libs/libgslspecfunc.la .libs/libgslspecfunc.* .libs/libgslspecfunc.* ar cru .libs/libgslspecfunc.a airy.o airy_der.o airy_zero.o atanint.o bessel.o bessel_I0.o bessel_I1.o bessel_In.o bessel_Inu.o bessel_J0.o bessel_J1.o bessel_Jn.o bessel_Jnu.o bessel_K0.o bessel_K1.o bessel_Kn.o bessel_Knu.o bessel_Y0.o bessel_Y1.o bessel_Yn.o bessel_Ynu.o bessel_amp_phase.o bessel_i.o bessel_j.o bessel_k.o bessel_olver.o bessel_temme.o bessel_y.o bessel_zero.o bessel_sequence.o beta.o beta_inc.o clausen.o coulomb.o coupling.o coulomb_bound.o dawson.o debye.o dilog.o elementary.o ellint.o elljac.o erfc.o exp.o expint.o expint3.o fermi_dirac.o gegenbauer.o gamma.o gamma_inc.o hyperg_0F1.o hyperg_2F0.o hyperg_1F1.o hyperg_2F1.o hyperg_U.o hyperg.o laguerre.o lambert.o legendre_H3d.o legendre_Qn.o legendre_con.o legendre_poly.o log.o poch.o pow_int.o psi.o result.o shint.o sinint.o synchrotron.o transport.o trig.o zeta.o ranlib .libs/libgslspecfunc.a creating libgslspecfunc.la (cd .libs && rm -f libgslspecfunc.la && ln ../libgslspecfunc.la libgslspecfunc.la) make[2]: Leaving directory `/c/gsl-1.3/specfunc' Making all in dht make[2]: Entering directory `/c/gsl-1.3/dht' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dht.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dht.c -o dht.o echo timestamp > dht.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgsldht.la dht.lo mkdir .libs rm -fr .libs/libgsldht.la .libs/libgsldht.* .libs/libgsldht.* ar cru .libs/libgsldht.a dht.o ranlib .libs/libgsldht.a creating libgsldht.la (cd .libs && rm -f libgsldht.la && ln ../libgsldht.la libgsldht.la) make[2]: Leaving directory `/c/gsl-1.3/dht' Making all in qrng make[2]: Entering directory `/c/gsl-1.3/qrng' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qrng.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qrng.c -o qrng.o echo timestamp > qrng.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c niederreiter-2.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c niederreiter-2.c -o niederreiter-2.o echo timestamp > niederreiter-2.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c sobol.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c sobol.c -o sobol.o echo timestamp > sobol.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgslqrng.la qrng.lo niederreiter-2.lo sobol.lo mkdir .libs rm -fr .libs/libgslqrng.la .libs/libgslqrng.* .libs/libgslqrng.* ar cru .libs/libgslqrng.a qrng.o niederreiter-2.o sobol.o ranlib .libs/libgslqrng.a creating libgslqrng.la (cd .libs && rm -f libgslqrng.la && ln ../libgslqrng.la libgslqrng.la) make[2]: Leaving directory `/c/gsl-1.3/qrng' Making all in rng make[2]: Entering directory `/c/gsl-1.3/rng' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c borosh13.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c borosh13.c -o borosh13.o echo timestamp > borosh13.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cmrg.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cmrg.c -o cmrg.o echo timestamp > cmrg.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c coveyou.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c coveyou.c -o coveyou.o echo timestamp > coveyou.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c default.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c default.c -o default.o echo timestamp > default.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fishman18.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fishman18.c -o fishman18.o echo timestamp > fishman18.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fishman20.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fishman20.c -o fishman20.o echo timestamp > fishman20.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fishman2x.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fishman2x.c -o fishman2x.o echo timestamp > fishman2x.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c gfsr4.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c gfsr4.c -o gfsr4.o echo timestamp > gfsr4.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c knuthran2.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c knuthran2.c -o knuthran2.o echo timestamp > knuthran2.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c knuthran.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c knuthran.c -o knuthran.o echo timestamp > knuthran.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c lecuyer21.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c lecuyer21.c -o lecuyer21.o echo timestamp > lecuyer21.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c minstd.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c minstd.c -o minstd.o echo timestamp > minstd.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c mrg.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c mrg.c -o mrg.o echo timestamp > mrg.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c mt.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c mt.c -o mt.o echo timestamp > mt.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c r250.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c r250.c -o r250.o echo timestamp > r250.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ran0.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ran0.c -o ran0.o echo timestamp > ran0.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ran1.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ran1.c -o ran1.o echo timestamp > ran1.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ran2.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ran2.c -o ran2.o echo timestamp > ran2.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ran3.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ran3.c -o ran3.o echo timestamp > ran3.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c rand48.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c rand48.c -o rand48.o echo timestamp > rand48.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c rand.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c rand.c -o rand.o echo timestamp > rand.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c random.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c random.c -o random.o echo timestamp > random.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c randu.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c randu.c -o randu.o echo timestamp > randu.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ranf.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ranf.c -o ranf.o echo timestamp > ranf.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ranlux.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ranlux.c -o ranlux.o echo timestamp > ranlux.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ranlxd.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ranlxd.c -o ranlxd.o echo timestamp > ranlxd.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ranlxs.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ranlxs.c -o ranlxs.o echo timestamp > ranlxs.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ranmar.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ranmar.c -o ranmar.o echo timestamp > ranmar.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c rng.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c rng.c -o rng.o echo timestamp > rng.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c slatec.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c slatec.c -o slatec.o echo timestamp > slatec.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c taus.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c taus.c -o taus.o echo timestamp > taus.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c taus113.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c taus113.c -o taus113.o echo timestamp > taus113.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c transputer.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c transputer.c -o transputer.o echo timestamp > transputer.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c tt.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c tt.c -o tt.o echo timestamp > tt.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c types.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c types.c -o types.o echo timestamp > types.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c uni32.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c uni32.c -o uni32.o echo timestamp > uni32.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c uni.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c uni.c -o uni.o echo timestamp > uni.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c vax.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c vax.c -o vax.o echo timestamp > vax.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c waterman14.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c waterman14.c -o waterman14.o echo timestamp > waterman14.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zuf.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zuf.c -o zuf.o echo timestamp > zuf.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgslrng.la borosh13.lo cmrg.lo coveyou.lo default.lo fishman18.lo fishman20.lo fishman2x.lo gfsr4.lo knuthran2.lo knuthran.lo lecuyer21.lo minstd.lo mrg.lo mt.lo r250.lo ran0.lo ran1.lo ran2.lo ran3.lo rand48.lo rand.lo random.lo randu.lo ranf.lo ranlux.lo ranlxd.lo ranlxs.lo ranmar.lo rng.lo slatec.lo taus.lo taus113.lo transputer.lo tt.lo types.lo uni32.lo uni.lo vax.lo waterman14.lo zuf.lo mkdir .libs rm -fr .libs/libgslrng.la .libs/libgslrng.* .libs/libgslrng.* ar cru .libs/libgslrng.a borosh13.o cmrg.o coveyou.o default.o fishman18.o fishman20.o fishman2x.o gfsr4.o knuthran2.o knuthran.o lecuyer21.o minstd.o mrg.o mt.o r250.o ran0.o ran1.o ran2.o ran3.o rand48.o rand.o random.o randu.o ranf.o ranlux.o ranlxd.o ranlxs.o ranmar.o rng.o slatec.o taus.o taus113.o transputer.o tt.o types.o uni32.o uni.o vax.o waterman14.o zuf.o ranlib .libs/libgslrng.a creating libgslrng.la (cd .libs && rm -f libgslrng.la && ln ../libgslrng.la libgslrng.la) make[2]: Leaving directory `/c/gsl-1.3/rng' Making all in randist make[2]: Entering directory `/c/gsl-1.3/randist' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bernoulli.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bernoulli.c -o bernoulli.o echo timestamp > bernoulli.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c beta.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c beta.c -o beta.o echo timestamp > beta.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bigauss.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bigauss.c -o bigauss.o echo timestamp > bigauss.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c binomial.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c binomial.c -o binomial.o echo timestamp > binomial.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cauchy.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cauchy.c -o cauchy.o echo timestamp > cauchy.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c chisq.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c chisq.c -o chisq.o echo timestamp > chisq.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dirichlet.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dirichlet.c -o dirichlet.o echo timestamp > dirichlet.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c discrete.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c discrete.c -o discrete.o echo timestamp > discrete.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c erlang.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c erlang.c -o erlang.o echo timestamp > erlang.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c exponential.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c exponential.c -o exponential.o echo timestamp > exponential.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c exppow.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c exppow.c -o exppow.o echo timestamp > exppow.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fdist.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fdist.c -o fdist.o echo timestamp > fdist.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c flat.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c flat.c -o flat.o echo timestamp > flat.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c gamma.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c gamma.c -o gamma.o echo timestamp > gamma.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c gauss.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c gauss.c -o gauss.o echo timestamp > gauss.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c gausstail.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c gausstail.c -o gausstail.o echo timestamp > gausstail.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c geometric.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c geometric.c -o geometric.o echo timestamp > geometric.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c gumbel.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c gumbel.c -o gumbel.o echo timestamp > gumbel.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c hyperg.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c hyperg.c -o hyperg.o echo timestamp > hyperg.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c laplace.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c laplace.c -o laplace.o echo timestamp > laplace.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c levy.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c levy.c -o levy.o echo timestamp > levy.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c logarithmic.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c logarithmic.c -o logarithmic.o echo timestamp > logarithmic.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c logistic.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c logistic.c -o logistic.o echo timestamp > logistic.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c lognormal.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c lognormal.c -o lognormal.o echo timestamp > lognormal.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c multinomial.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c multinomial.c -o multinomial.o echo timestamp > multinomial.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c nbinomial.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c nbinomial.c -o nbinomial.o echo timestamp > nbinomial.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c pareto.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c pareto.c -o pareto.o echo timestamp > pareto.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c pascal.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c pascal.c -o pascal.o echo timestamp > pascal.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c poisson.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c poisson.c -o poisson.o echo timestamp > poisson.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c rayleigh.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c rayleigh.c -o rayleigh.o echo timestamp > rayleigh.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c shuffle.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c shuffle.c -o shuffle.o echo timestamp > shuffle.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c sphere.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c sphere.c -o sphere.o echo timestamp > sphere.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c tdist.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c tdist.c -o tdist.o echo timestamp > tdist.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c weibull.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c weibull.c -o weibull.o echo timestamp > weibull.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c landau.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c landau.c -o landau.o echo timestamp > landau.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgslrandist.la bernoulli.lo beta.lo bigauss.lo binomial.lo cauchy.lo chisq.lo dirichlet.lo discrete.lo erlang.lo exponential.lo exppow.lo fdist.lo flat.lo gamma.lo gauss.lo gausstail.lo geometric.lo gumbel.lo hyperg.lo laplace.lo levy.lo logarithmic.lo logistic.lo lognormal.lo multinomial.lo nbinomial.lo pareto.lo pascal.lo poisson.lo rayleigh.lo shuffle.lo sphere.lo tdist.lo weibull.lo landau.lo mkdir .libs rm -fr .libs/libgslrandist.la .libs/libgslrandist.* .libs/libgslrandist.* ar cru .libs/libgslrandist.a bernoulli.o beta.o bigauss.o binomial.o cauchy.o chisq.o dirichlet.o discrete.o erlang.o exponential.o exppow.o fdist.o flat.o gamma.o gauss.o gausstail.o geometric.o gumbel.o hyperg.o laplace.o levy.o logarithmic.o logistic.o lognormal.o multinomial.o nbinomial.o pareto.o pascal.o poisson.o rayleigh.o shuffle.o sphere.o tdist.o weibull.o landau.o ranlib .libs/libgslrandist.a creating libgslrandist.la (cd .libs && rm -f libgslrandist.la && ln ../libgslrandist.la libgslrandist.la) make[2]: Leaving directory `/c/gsl-1.3/randist' Making all in fft make[2]: Entering directory `/c/gsl-1.3/fft' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c dft.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c dft.c -o dft.o echo timestamp > dft.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c fft.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c fft.c -o fft.o In file included from bitreverse.c:20, from fft.c:15: ../config.h:192:1: warning: "isinf" redefined In file included from fft.c:5: c:/MinGW/include/math.h:282:1: warning: this is the location of the previous definition In file included from bitreverse.c:20, from fft.c:15: ../config.h:196:1: warning: "isnan" redefined In file included from fft.c:5: c:/MinGW/include/math.h:316:1: warning: this is the location of the previous definition echo timestamp > fft.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgslfft.la dft.lo fft.lo mkdir .libs rm -fr .libs/libgslfft.la .libs/libgslfft.* .libs/libgslfft.* ar cru .libs/libgslfft.a dft.o fft.o ranlib .libs/libgslfft.a creating libgslfft.la (cd .libs && rm -f libgslfft.la && ln ../libgslfft.la libgslfft.la) make[2]: Leaving directory `/c/gsl-1.3/fft' Making all in poly make[2]: Entering directory `/c/gsl-1.3/poly' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dd.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dd.c -o dd.o echo timestamp > dd.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c eval.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c eval.c -o eval.o echo timestamp > eval.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c solve_quadratic.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c solve_quadratic.c -o solve_quadratic.o echo timestamp > solve_quadratic.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c solve_cubic.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c solve_cubic.c -o solve_cubic.o echo timestamp > solve_cubic.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zsolve_quadratic.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zsolve_quadratic.c -o zsolve_quadratic.o echo timestamp > zsolve_quadratic.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zsolve_cubic.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zsolve_cubic.c -o zsolve_cubic.o echo timestamp > zsolve_cubic.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zsolve.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zsolve.c -o zsolve.o echo timestamp > zsolve.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zsolve_init.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c zsolve_init.c -o zsolve_init.o echo timestamp > zsolve_init.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgslpoly.la dd.lo eval.lo solve_quadratic.lo solve_cubic.lo zsolve_quadratic.lo zsolve_cubic.lo zsolve.lo zsolve_init.lo mkdir .libs rm -fr .libs/libgslpoly.la .libs/libgslpoly.* .libs/libgslpoly.* ar cru .libs/libgslpoly.a dd.o eval.o solve_quadratic.o solve_cubic.o zsolve_quadratic.o zsolve_cubic.o zsolve.o zsolve_init.o ranlib .libs/libgslpoly.a creating libgslpoly.la (cd .libs && rm -f libgslpoly.la && ln ../libgslpoly.la libgslpoly.la) make[2]: Leaving directory `/c/gsl-1.3/poly' Making all in fit make[2]: Entering directory `/c/gsl-1.3/fit' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c linear.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c linear.c -o linear.o echo timestamp > linear.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgslfit.la linear.lo mkdir .libs rm -fr .libs/libgslfit.la .libs/libgslfit.* .libs/libgslfit.* ar cru .libs/libgslfit.a linear.o ranlib .libs/libgslfit.a creating libgslfit.la (cd .libs && rm -f libgslfit.la && ln ../libgslfit.la libgslfit.la) make[2]: Leaving directory `/c/gsl-1.3/fit' Making all in multifit make[2]: Entering directory `/c/gsl-1.3/multifit' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c multilinear.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c multilinear.c -o multilinear.o echo timestamp > multilinear.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c work.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c work.c -o work.o echo timestamp > work.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c lmder.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c lmder.c -o lmder.o echo timestamp > lmder.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fsolver.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fsolver.c -o fsolver.o echo timestamp > fsolver.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fdfsolver.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fdfsolver.c -o fdfsolver.o echo timestamp > fdfsolver.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c convergence.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c convergence.c -o convergence.o echo timestamp > convergence.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c gradient.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c gradient.c -o gradient.o echo timestamp > gradient.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c covar.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c covar.c -o covar.o echo timestamp > covar.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgslmultifit.la multilinear.lo work.lo lmder.lo fsolver.lo fdfsolver.lo convergence.lo gradient.lo covar.lo mkdir .libs rm -fr .libs/libgslmultifit.la .libs/libgslmultifit.* .libs/libgslmultifit.* ar cru .libs/libgslmultifit.a multilinear.o work.o lmder.o fsolver.o fdfsolver.o convergence.o gradient.o covar.o ranlib .libs/libgslmultifit.a creating libgslmultifit.la (cd .libs && rm -f libgslmultifit.la && ln ../libgslmultifit.la libgslmultifit.la) make[2]: Leaving directory `/c/gsl-1.3/multifit' Making all in statistics make[2]: Entering directory `/c/gsl-1.3/statistics' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c mean.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c mean.c -o mean.o echo timestamp > mean.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c variance.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c variance.c -o variance.o echo timestamp > variance.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c absdev.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c absdev.c -o absdev.o echo timestamp > absdev.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c skew.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c skew.c -o skew.o echo timestamp > skew.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c kurtosis.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c kurtosis.c -o kurtosis.o echo timestamp > kurtosis.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c lag1.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c lag1.c -o lag1.o echo timestamp > lag1.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c p_variance.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c p_variance.c -o p_variance.o echo timestamp > p_variance.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c minmax.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c minmax.c -o minmax.o echo timestamp > minmax.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c ttest.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c ttest.c -o ttest.o echo timestamp > ttest.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c median.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c median.c -o median.o echo timestamp > median.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c covariance.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c covariance.c -o covariance.o echo timestamp > covariance.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c quantiles.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c quantiles.c -o quantiles.o echo timestamp > quantiles.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c wmean.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c wmean.c -o wmean.o echo timestamp > wmean.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c wvariance.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c wvariance.c -o wvariance.o echo timestamp > wvariance.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c wabsdev.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c wabsdev.c -o wabsdev.o echo timestamp > wabsdev.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c wskew.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c wskew.c -o wskew.o echo timestamp > wskew.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c wkurtosis.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c wkurtosis.c -o wkurtosis.o echo timestamp > wkurtosis.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgslstatistics.la mean.lo variance.lo absdev.lo skew.lo kurtosis.lo lag1.lo p_variance.lo minmax.lo ttest.lo median.lo covariance.lo quantiles.lo wmean.lo wvariance.lo wabsdev.lo wskew.lo wkurtosis.lo mkdir .libs rm -fr .libs/libgslstatistics.la .libs/libgslstatistics.* .libs/libgslstatistics.* ar cru .libs/libgslstatistics.a mean.o variance.o absdev.o skew.o kurtosis.o lag1.o p_variance.o minmax.o ttest.o median.o covariance.o quantiles.o wmean.o wvariance.o wabsdev.o wskew.o wkurtosis.o ranlib .libs/libgslstatistics.a creating libgslstatistics.la (cd .libs && rm -f libgslstatistics.la && ln ../libgslstatistics.la libgslstatistics.la) make[2]: Leaving directory `/c/gsl-1.3/statistics' Making all in siman make[2]: Entering directory `/c/gsl-1.3/siman' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c siman.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c siman.c -o siman.o echo timestamp > siman.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgslsiman.la siman.lo mkdir .libs rm -fr .libs/libgslsiman.la .libs/libgslsiman.* .libs/libgslsiman.* ar cru .libs/libgslsiman.a siman.o ranlib .libs/libgslsiman.a creating libgslsiman.la (cd .libs && rm -f libgslsiman.la && ln ../libgslsiman.la libgslsiman.la) make[2]: Leaving directory `/c/gsl-1.3/siman' Making all in sum make[2]: Entering directory `/c/gsl-1.3/sum' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c levin_u.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c levin_u.c -o levin_u.o echo timestamp > levin_u.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c levin_utrunc.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c levin_utrunc.c -o levin_utrunc.o echo timestamp > levin_utrunc.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c work_u.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c work_u.c -o work_u.o echo timestamp > work_u.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c work_utrunc.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c work_utrunc.c -o work_utrunc.o echo timestamp > work_utrunc.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgslsum.la levin_u.lo levin_utrunc.lo work_u.lo work_utrunc.lo mkdir .libs rm -fr .libs/libgslsum.la .libs/libgslsum.* .libs/libgslsum.* ar cru .libs/libgslsum.a levin_u.o levin_utrunc.o work_u.o work_utrunc.o ranlib .libs/libgslsum.a creating libgslsum.la (cd .libs && rm -f libgslsum.la && ln ../libgslsum.la libgslsum.la) make[2]: Leaving directory `/c/gsl-1.3/sum' Making all in integration make[2]: Entering directory `/c/gsl-1.3/integration' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qk15.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qk15.c -o qk15.o echo timestamp > qk15.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qk21.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qk21.c -o qk21.o echo timestamp > qk21.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qk31.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qk31.c -o qk31.o echo timestamp > qk31.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qk41.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qk41.c -o qk41.o echo timestamp > qk41.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qk51.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qk51.c -o qk51.o echo timestamp > qk51.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qk61.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qk61.c -o qk61.o echo timestamp > qk61.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qk.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qk.c -o qk.o In file included from err.c:20, from qk.c:24: ../config.h:192:1: warning: "isinf" redefined In file included from qk.c:22: c:/MinGW/include/math.h:282:1: warning: this is the location of the previous definition In file included from err.c:20, from qk.c:24: ../config.h:196:1: warning: "isnan" redefined In file included from qk.c:22: c:/MinGW/include/math.h:316:1: warning: this is the location of the previous definition echo timestamp > qk.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qng.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qng.c -o qng.o In file included from err.c:20, from qng.c:27: ../config.h:192:1: warning: "isinf" redefined In file included from qng.c:21: c:/MinGW/include/math.h:282:1: warning: this is the location of the previous definition In file included from err.c:20, from qng.c:27: ../config.h:196:1: warning: "isnan" redefined In file included from qng.c:21: c:/MinGW/include/math.h:316:1: warning: this is the location of the previous definition echo timestamp > qng.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qag.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qag.c -o qag.o echo timestamp > qag.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qags.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qags.c -o qags.o echo timestamp > qags.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qagp.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qagp.c -o qagp.o echo timestamp > qagp.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c workspace.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c workspace.c -o workspace.o echo timestamp > workspace.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qcheb.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qcheb.c -o qcheb.o echo timestamp > qcheb.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qawc.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qawc.c -o qawc.o echo timestamp > qawc.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qmomo.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qmomo.c -o qmomo.o echo timestamp > qmomo.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qaws.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qaws.c -o qaws.o echo timestamp > qaws.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qmomof.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qmomof.c -o qmomof.o echo timestamp > qmomof.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qawo.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qawo.c -o qawo.o echo timestamp > qawo.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qawf.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c qawf.c -o qawf.o echo timestamp > qawf.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgslintegration.la qk15.lo qk21.lo qk31.lo qk41.lo qk51.lo qk61.lo qk.lo qng.lo qag.lo qags.lo qagp.lo workspace.lo qcheb.lo qawc.lo qmomo.lo qaws.lo qmomof.lo qawo.lo qawf.lo mkdir .libs rm -fr .libs/libgslintegration.la .libs/libgslintegration.* .libs/libgslintegration.* ar cru .libs/libgslintegration.a qk15.o qk21.o qk31.o qk41.o qk51.o qk61.o qk.o qng.o qag.o qags.o qagp.o workspace.o qcheb.o qawc.o qmomo.o qaws.o qmomof.o qawo.o qawf.o ranlib .libs/libgslintegration.a creating libgslintegration.la (cd .libs && rm -f libgslintegration.la && ln ../libgslintegration.la libgslintegration.la) make[2]: Leaving directory `/c/gsl-1.3/integration' Making all in interpolation make[2]: Entering directory `/c/gsl-1.3/interpolation' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c accel.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c accel.c -o accel.o echo timestamp > accel.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c akima.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c akima.c -o akima.o echo timestamp > akima.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bsearch.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bsearch.c -o bsearch.o echo timestamp > bsearch.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cspline.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cspline.c -o cspline.o echo timestamp > cspline.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c interp.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c interp.c -o interp.o echo timestamp > interp.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c linear.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c linear.c -o linear.o echo timestamp > linear.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c spline.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c spline.c -o spline.o echo timestamp > spline.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c poly.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c poly.c -o poly.o echo timestamp > poly.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgslinterpolation.la accel.lo akima.lo bsearch.lo cspline.lo interp.lo linear.lo spline.lo poly.lo mkdir .libs rm -fr .libs/libgslinterpolation.la .libs/libgslinterpolation.* .libs/libgslinterpolation.* ar cru .libs/libgslinterpolation.a accel.o akima.o bsearch.o cspline.o interp.o linear.o spline.o poly.o ranlib .libs/libgslinterpolation.a creating libgslinterpolation.la (cd .libs && rm -f libgslinterpolation.la && ln ../libgslinterpolation.la libgslinterpolation.la) make[2]: Leaving directory `/c/gsl-1.3/interpolation' Making all in histogram make[2]: Entering directory `/c/gsl-1.3/histogram' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c add.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c add.c -o add.o echo timestamp > add.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c get.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c get.c -o get.o echo timestamp > get.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c init.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c init.c -o init.o echo timestamp > init.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c params.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c params.c -o params.o echo timestamp > params.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c reset.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c reset.c -o reset.o echo timestamp > reset.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c file.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c file.c -o file.o echo timestamp > file.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c pdf.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c pdf.c -o pdf.o echo timestamp > pdf.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c add2d.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c add2d.c -o add2d.o echo timestamp > add2d.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c get2d.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c get2d.c -o get2d.o echo timestamp > get2d.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c init2d.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c init2d.c -o init2d.o echo timestamp > init2d.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c params2d.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c params2d.c -o params2d.o echo timestamp > params2d.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c reset2d.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c reset2d.c -o reset2d.o echo timestamp > reset2d.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c file2d.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c file2d.c -o file2d.o echo timestamp > file2d.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c pdf2d.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c pdf2d.c -o pdf2d.o echo timestamp > pdf2d.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c calloc_range.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c calloc_range.c -o calloc_range.o echo timestamp > calloc_range.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c calloc_range2d.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c calloc_range2d.c -o calloc_range2d.o echo timestamp > calloc_range2d.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c copy.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c copy.c -o copy.o echo timestamp > copy.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c copy2d.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c copy2d.c -o copy2d.o echo timestamp > copy2d.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c maxval.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c maxval.c -o maxval.o echo timestamp > maxval.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c maxval2d.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c maxval2d.c -o maxval2d.o echo timestamp > maxval2d.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c oper.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c oper.c -o oper.o echo timestamp > oper.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c oper2d.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c oper2d.c -o oper2d.o echo timestamp > oper2d.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c stat.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c stat.c -o stat.o echo timestamp > stat.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c stat2d.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c stat2d.c -o stat2d.o echo timestamp > stat2d.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgslhistogram.la add.lo get.lo init.lo params.lo reset.lo file.lo pdf.lo add2d.lo get2d.lo init2d.lo params2d.lo reset2d.lo file2d.lo pdf2d.lo calloc_range.lo calloc_range2d.lo copy.lo copy2d.lo maxval.lo maxval2d.lo oper.lo oper2d.lo stat.lo stat2d.lo mkdir .libs rm -fr .libs/libgslhistogram.la .libs/libgslhistogram.* .libs/libgslhistogram.* ar cru .libs/libgslhistogram.a add.o get.o init.o params.o reset.o file.o pdf.o add2d.o get2d.o init2d.o params2d.o reset2d.o file2d.o pdf2d.o calloc_range.o calloc_range2d.o copy.o copy2d.o maxval.o maxval2d.o oper.o oper2d.o stat.o stat2d.o ranlib .libs/libgslhistogram.a creating libgslhistogram.la (cd .libs && rm -f libgslhistogram.la && ln ../libgslhistogram.la libgslhistogram.la) make[2]: Leaving directory `/c/gsl-1.3/histogram' Making all in ode-initval make[2]: Entering directory `/c/gsl-1.3/ode-initval' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c control.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c control.c -o control.o echo timestamp > control.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cstd.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cstd.c -o cstd.o echo timestamp > cstd.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cscal.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c cscal.c -o cscal.o echo timestamp > cscal.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c evolve.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c evolve.c -o evolve.o echo timestamp > evolve.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c step.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c step.c -o step.o echo timestamp > step.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c rk2.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c rk2.c -o rk2.o echo timestamp > rk2.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c rk2imp.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c rk2imp.c -o rk2imp.o echo timestamp > rk2imp.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c rk4.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c rk4.c -o rk4.o echo timestamp > rk4.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c rk4imp.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c rk4imp.c -o rk4imp.o echo timestamp > rk4imp.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c rkf45.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c rkf45.c -o rkf45.o echo timestamp > rkf45.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c rk8pd.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c rk8pd.c -o rk8pd.o echo timestamp > rk8pd.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c rkck.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c rkck.c -o rkck.o echo timestamp > rkck.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bsimp.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bsimp.c -o bsimp.o echo timestamp > bsimp.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c gear1.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c gear1.c -o gear1.o echo timestamp > gear1.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c gear2.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c gear2.c -o gear2.o echo timestamp > gear2.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgslodeiv.la control.lo cstd.lo cscal.lo evolve.lo step.lo rk2.lo rk2imp.lo rk4.lo rk4imp.lo rkf45.lo rk8pd.lo rkck.lo bsimp.lo gear1.lo gear2.lo mkdir .libs rm -fr .libs/libgslodeiv.la .libs/libgslodeiv.* .libs/libgslodeiv.* ar cru .libs/libgslodeiv.a control.o cstd.o cscal.o evolve.o step.o rk2.o rk2imp.o rk4.o rk4imp.o rkf45.o rk8pd.o rkck.o bsimp.o gear1.o gear2.o ranlib .libs/libgslodeiv.a creating libgslodeiv.la (cd .libs && rm -f libgslodeiv.la && ln ../libgslodeiv.la libgslodeiv.la) make[2]: Leaving directory `/c/gsl-1.3/ode-initval' Making all in roots make[2]: Entering directory `/c/gsl-1.3/roots' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bisection.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bisection.c -o bisection.o echo timestamp > bisection.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c brent.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c brent.c -o brent.o echo timestamp > brent.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c falsepos.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c falsepos.c -o falsepos.o echo timestamp > falsepos.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c newton.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c newton.c -o newton.o echo timestamp > newton.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c secant.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c secant.c -o secant.o echo timestamp > secant.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c steffenson.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c steffenson.c -o steffenson.o echo timestamp > steffenson.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c convergence.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c convergence.c -o convergence.o echo timestamp > convergence.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fsolver.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fsolver.c -o fsolver.o echo timestamp > fsolver.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fdfsolver.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fdfsolver.c -o fdfsolver.o echo timestamp > fdfsolver.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgslroots.la bisection.lo brent.lo falsepos.lo newton.lo secant.lo steffenson.lo convergence.lo fsolver.lo fdfsolver.lo mkdir .libs rm -fr .libs/libgslroots.la .libs/libgslroots.* .libs/libgslroots.* ar cru .libs/libgslroots.a bisection.o brent.o falsepos.o newton.o secant.o steffenson.o convergence.o fsolver.o fdfsolver.o ranlib .libs/libgslroots.a creating libgslroots.la (cd .libs && rm -f libgslroots.la && ln ../libgslroots.la libgslroots.la) make[2]: Leaving directory `/c/gsl-1.3/roots' Making all in multiroots make[2]: Entering directory `/c/gsl-1.3/multiroots' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fdjac.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fdjac.c -o fdjac.o echo timestamp > fdjac.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fsolver.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fsolver.c -o fsolver.o echo timestamp > fsolver.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fdfsolver.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fdfsolver.c -o fdfsolver.o echo timestamp > fdfsolver.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c convergence.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c convergence.c -o convergence.o echo timestamp > convergence.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c newton.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c newton.c -o newton.o echo timestamp > newton.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c gnewton.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c gnewton.c -o gnewton.o echo timestamp > gnewton.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dnewton.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c dnewton.c -o dnewton.o echo timestamp > dnewton.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c broyden.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c broyden.c -o broyden.o echo timestamp > broyden.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c hybrid.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c hybrid.c -o hybrid.o echo timestamp > hybrid.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c hybridj.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c hybridj.c -o hybridj.o echo timestamp > hybridj.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgslmultiroots.la fdjac.lo fsolver.lo fdfsolver.lo convergence.lo newton.lo gnewton.lo dnewton.lo broyden.lo hybrid.lo hybridj.lo mkdir .libs rm -fr .libs/libgslmultiroots.la .libs/libgslmultiroots.* .libs/libgslmultiroots.* ar cru .libs/libgslmultiroots.a fdjac.o fsolver.o fdfsolver.o convergence.o newton.o gnewton.o dnewton.o broyden.o hybrid.o hybridj.o ranlib .libs/libgslmultiroots.a creating libgslmultiroots.la (cd .libs && rm -f libgslmultiroots.la && ln ../libgslmultiroots.la libgslmultiroots.la) make[2]: Leaving directory `/c/gsl-1.3/multiroots' Making all in min make[2]: Entering directory `/c/gsl-1.3/min' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fsolver.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fsolver.c -o fsolver.o echo timestamp > fsolver.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c golden.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c golden.c -o golden.o echo timestamp > golden.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c brent.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c brent.c -o brent.o echo timestamp > brent.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c convergence.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c convergence.c -o convergence.o echo timestamp > convergence.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bracketing.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c bracketing.c -o bracketing.o echo timestamp > bracketing.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgslmin.la fsolver.lo golden.lo brent.lo convergence.lo bracketing.lo mkdir .libs rm -fr .libs/libgslmin.la .libs/libgslmin.* .libs/libgslmin.* ar cru .libs/libgslmin.a fsolver.o golden.o brent.o convergence.o bracketing.o ranlib .libs/libgslmin.a creating libgslmin.la (cd .libs && rm -f libgslmin.la && ln ../libgslmin.la libgslmin.la) make[2]: Leaving directory `/c/gsl-1.3/min' Making all in multimin make[2]: Entering directory `/c/gsl-1.3/multimin' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fdfminimizer.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fdfminimizer.c -o fdfminimizer.o echo timestamp > fdfminimizer.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c steepest_descent.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c steepest_descent.c -o steepest_descent.o echo timestamp > steepest_descent.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c conjugate_fr.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c conjugate_fr.c -o conjugate_fr.o echo timestamp > conjugate_fr.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c conjugate_pr.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c conjugate_pr.c -o conjugate_pr.o echo timestamp > conjugate_pr.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c convergence.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c convergence.c -o convergence.o echo timestamp > convergence.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c diff.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c diff.c -o diff.o echo timestamp > diff.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c vector_bfgs.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c vector_bfgs.c -o vector_bfgs.o echo timestamp > vector_bfgs.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fminimizer.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c fminimizer.c -o fminimizer.o echo timestamp > fminimizer.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c simplex.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c simplex.c -o simplex.o echo timestamp > simplex.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgslmultimin.la fdfminimizer.lo steepest_descent.lo conjugate_fr.lo conjugate_pr.lo convergence.lo diff.lo vector_bfgs.lo fminimizer.lo simplex.lo mkdir .libs rm -fr .libs/libgslmultimin.la .libs/libgslmultimin.* .libs/libgslmultimin.* ar cru .libs/libgslmultimin.a fdfminimizer.o steepest_descent.o conjugate_fr.o conjugate_pr.o convergence.o diff.o vector_bfgs.o fminimizer.o simplex.o ranlib .libs/libgslmultimin.a creating libgslmultimin.la (cd .libs && rm -f libgslmultimin.la && ln ../libgslmultimin.la libgslmultimin.la) make[2]: Leaving directory `/c/gsl-1.3/multimin' Making all in monte make[2]: Entering directory `/c/gsl-1.3/monte' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c miser.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c miser.c -o miser.o echo timestamp > miser.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c plain.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c plain.c -o plain.o echo timestamp > plain.lo /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c vegas.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -g -O2 -c vegas.c -o vegas.o echo timestamp > vegas.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgslmonte.la miser.lo plain.lo vegas.lo mkdir .libs rm -fr .libs/libgslmonte.la .libs/libgslmonte.* .libs/libgslmonte.* ar cru .libs/libgslmonte.a miser.o plain.o vegas.o ranlib .libs/libgslmonte.a creating libgslmonte.la (cd .libs && rm -f libgslmonte.la && ln ../libgslmonte.la libgslmonte.la) make[2]: Leaving directory `/c/gsl-1.3/monte' Making all in ntuple make[2]: Entering directory `/c/gsl-1.3/ntuple' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ntuple.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c ntuple.c -o ntuple.o echo timestamp > ntuple.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgslntuple.la ntuple.lo mkdir .libs rm -fr .libs/libgslntuple.la .libs/libgslntuple.* .libs/libgslntuple.* ar cru .libs/libgslntuple.a ntuple.o ranlib .libs/libgslntuple.a creating libgslntuple.la (cd .libs && rm -f libgslntuple.la && ln ../libgslntuple.la libgslntuple.la) make[2]: Leaving directory `/c/gsl-1.3/ntuple' Making all in diff make[2]: Entering directory `/c/gsl-1.3/diff' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c diff.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -g -O2 -c diff.c -o diff.o echo timestamp > diff.lo /bin/sh ../libtool --mode=link gcc -g -O2 -o libgsldiff.la diff.lo mkdir .libs rm -fr .libs/libgsldiff.la .libs/libgsldiff.* .libs/libgsldiff.* ar cru .libs/libgsldiff.a diff.o ranlib .libs/libgsldiff.a creating libgsldiff.la (cd .libs && rm -f libgsldiff.la && ln ../libgsldiff.la libgsldiff.la) make[2]: Leaving directory `/c/gsl-1.3/diff' Making all in doc make[2]: Entering directory `/c/gsl-1.3/doc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/c/gsl-1.3/doc' make[2]: Entering directory `/c/gsl-1.3' /bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c version.c gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c version.c -o version.o echo timestamp > version.lo /bin/sh ./libtool --mode=link gcc -g -O2 -o libgsl.la -rpath /usr/local/lib -version-info 4:0:4 version.lo block/libgslblock.la blas/libgslblas.la complex/libgslcomplex.la cheb/libgslcheb.la dht/libgsldht.la diff/libgsldiff.la eigen/libgsleigen.la err/libgslerr.la fft/libgslfft.la fit/libgslfit.la histogram/libgslhistogram.la ieee-utils/libgslieeeutils.la integration/libgslintegration.la interpolation/libgslinterpolation.la linalg/libgsllinalg.la matrix/libgslmatrix.la min/libgslmin.la monte/libgslmonte.la multifit/libgslmultifit.la multimin/libgslmultimin.la multiroots/libgslmultiroots.la ntuple/libgslntuple.la ode-initval/libgslodeiv.la permutation/libgslpermutation.la combination/libgslcombination.la poly/libgslpoly.la qrng/libgslqrng.la randist/libgslrandist.la rng/libgslrng.la roots/libgslroots.la siman/libgslsiman.la sort/libgslsort.la specfunc/libgslspecfunc.la statistics/libgslstatistics.la sum/libgslsum.la sys/libgslsys.la test/libgsltest.la utils/libutils.la vector/libgslvector.la mkdir .libs libtool: link: warning: undefined symbols not allowed in i686-pc-cygwin shared libraries rm -fr .libs/libgsl.la .libs/libgsl.* .libs/libgsl.* rm -fr .libs/libgsl.lax mkdir .libs/libgsl.lax rm -fr .libs/libgsl.lax/libgslblock.a mkdir .libs/libgsl.lax/libgslblock.a (cd .libs/libgsl.lax/libgslblock.a && ar x /c/gsl-1.3/block/.libs/libgslblock.a) rm -fr .libs/libgsl.lax/libgslblas.a mkdir .libs/libgsl.lax/libgslblas.a (cd .libs/libgsl.lax/libgslblas.a && ar x /c/gsl-1.3/blas/.libs/libgslblas.a) rm -fr .libs/libgsl.lax/libgslcomplex.a mkdir .libs/libgsl.lax/libgslcomplex.a (cd .libs/libgsl.lax/libgslcomplex.a && ar x /c/gsl-1.3/complex/.libs/libgslcomplex.a) rm -fr .libs/libgsl.lax/libgslcheb.a mkdir .libs/libgsl.lax/libgslcheb.a (cd .libs/libgsl.lax/libgslcheb.a && ar x /c/gsl-1.3/cheb/.libs/libgslcheb.a) rm -fr .libs/libgsl.lax/libgsldht.a mkdir .libs/libgsl.lax/libgsldht.a (cd .libs/libgsl.lax/libgsldht.a && ar x /c/gsl-1.3/dht/.libs/libgsldht.a) rm -fr .libs/libgsl.lax/libgsldiff.a mkdir .libs/libgsl.lax/libgsldiff.a (cd .libs/libgsl.lax/libgsldiff.a && ar x /c/gsl-1.3/diff/.libs/libgsldiff.a) rm -fr .libs/libgsl.lax/libgsleigen.a mkdir .libs/libgsl.lax/libgsleigen.a (cd .libs/libgsl.lax/libgsleigen.a && ar x /c/gsl-1.3/eigen/.libs/libgsleigen.a) rm -fr .libs/libgsl.lax/libgslerr.a mkdir .libs/libgsl.lax/libgslerr.a (cd .libs/libgsl.lax/libgslerr.a && ar x /c/gsl-1.3/err/.libs/libgslerr.a) rm -fr .libs/libgsl.lax/libgslfft.a mkdir .libs/libgsl.lax/libgslfft.a (cd .libs/libgsl.lax/libgslfft.a && ar x /c/gsl-1.3/fft/.libs/libgslfft.a) rm -fr .libs/libgsl.lax/libgslfit.a mkdir .libs/libgsl.lax/libgslfit.a (cd .libs/libgsl.lax/libgslfit.a && ar x /c/gsl-1.3/fit/.libs/libgslfit.a) rm -fr .libs/libgsl.lax/libgslhistogram.a mkdir .libs/libgsl.lax/libgslhistogram.a (cd .libs/libgsl.lax/libgslhistogram.a && ar x /c/gsl-1.3/histogram/.libs/libgslhistogram.a) rm -fr .libs/libgsl.lax/libgslieeeutils.a mkdir .libs/libgsl.lax/libgslieeeutils.a (cd .libs/libgsl.lax/libgslieeeutils.a && ar x /c/gsl-1.3/ieee-utils/.libs/libgslieeeutils.a) rm -fr .libs/libgsl.lax/libgslintegration.a mkdir .libs/libgsl.lax/libgslintegration.a (cd .libs/libgsl.lax/libgslintegration.a && ar x /c/gsl-1.3/integration/.libs/libgslintegration.a) rm -fr .libs/libgsl.lax/libgslinterpolation.a mkdir .libs/libgsl.lax/libgslinterpolation.a (cd .libs/libgsl.lax/libgslinterpolation.a && ar x /c/gsl-1.3/interpolation/.libs/libgslinterpolation.a) rm -fr .libs/libgsl.lax/libgsllinalg.a mkdir .libs/libgsl.lax/libgsllinalg.a (cd .libs/libgsl.lax/libgsllinalg.a && ar x /c/gsl-1.3/linalg/.libs/libgsllinalg.a) rm -fr .libs/libgsl.lax/libgslmatrix.a mkdir .libs/libgsl.lax/libgslmatrix.a (cd .libs/libgsl.lax/libgslmatrix.a && ar x /c/gsl-1.3/matrix/.libs/libgslmatrix.a) rm -fr .libs/libgsl.lax/libgslmin.a mkdir .libs/libgsl.lax/libgslmin.a (cd .libs/libgsl.lax/libgslmin.a && ar x /c/gsl-1.3/min/.libs/libgslmin.a) rm -fr .libs/libgsl.lax/libgslmonte.a mkdir .libs/libgsl.lax/libgslmonte.a (cd .libs/libgsl.lax/libgslmonte.a && ar x /c/gsl-1.3/monte/.libs/libgslmonte.a) rm -fr .libs/libgsl.lax/libgslmultifit.a mkdir .libs/libgsl.lax/libgslmultifit.a (cd .libs/libgsl.lax/libgslmultifit.a && ar x /c/gsl-1.3/multifit/.libs/libgslmultifit.a) rm -fr .libs/libgsl.lax/libgslmultimin.a mkdir .libs/libgsl.lax/libgslmultimin.a (cd .libs/libgsl.lax/libgslmultimin.a && ar x /c/gsl-1.3/multimin/.libs/libgslmultimin.a) rm -fr .libs/libgsl.lax/libgslmultiroots.a mkdir .libs/libgsl.lax/libgslmultiroots.a (cd .libs/libgsl.lax/libgslmultiroots.a && ar x /c/gsl-1.3/multiroots/.libs/libgslmultiroots.a) rm -fr .libs/libgsl.lax/libgslntuple.a mkdir .libs/libgsl.lax/libgslntuple.a (cd .libs/libgsl.lax/libgslntuple.a && ar x /c/gsl-1.3/ntuple/.libs/libgslntuple.a) rm -fr .libs/libgsl.lax/libgslodeiv.a mkdir .libs/libgsl.lax/libgslodeiv.a (cd .libs/libgsl.lax/libgslodeiv.a && ar x /c/gsl-1.3/ode-initval/.libs/libgslodeiv.a) rm -fr .libs/libgsl.lax/libgslpermutation.a mkdir .libs/libgsl.lax/libgslpermutation.a (cd .libs/libgsl.lax/libgslpermutation.a && ar x /c/gsl-1.3/permutation/.libs/libgslpermutation.a) rm -fr .libs/libgsl.lax/libgslcombination.a mkdir .libs/libgsl.lax/libgslcombination.a (cd .libs/libgsl.lax/libgslcombination.a && ar x /c/gsl-1.3/combination/.libs/libgslcombination.a) rm -fr .libs/libgsl.lax/libgslpoly.a mkdir .libs/libgsl.lax/libgslpoly.a (cd .libs/libgsl.lax/libgslpoly.a && ar x /c/gsl-1.3/poly/.libs/libgslpoly.a) rm -fr .libs/libgsl.lax/libgslqrng.a mkdir .libs/libgsl.lax/libgslqrng.a (cd .libs/libgsl.lax/libgslqrng.a && ar x /c/gsl-1.3/qrng/.libs/libgslqrng.a) rm -fr .libs/libgsl.lax/libgslrandist.a mkdir .libs/libgsl.lax/libgslrandist.a (cd .libs/libgsl.lax/libgslrandist.a && ar x /c/gsl-1.3/randist/.libs/libgslrandist.a) rm -fr .libs/libgsl.lax/libgslrng.a mkdir .libs/libgsl.lax/libgslrng.a (cd .libs/libgsl.lax/libgslrng.a && ar x /c/gsl-1.3/rng/.libs/libgslrng.a) rm -fr .libs/libgsl.lax/libgslroots.a mkdir .libs/libgsl.lax/libgslroots.a (cd .libs/libgsl.lax/libgslroots.a && ar x /c/gsl-1.3/roots/.libs/libgslroots.a) rm -fr .libs/libgsl.lax/libgslsiman.a mkdir .libs/libgsl.lax/libgslsiman.a (cd .libs/libgsl.lax/libgslsiman.a && ar x /c/gsl-1.3/siman/.libs/libgslsiman.a) rm -fr .libs/libgsl.lax/libgslsort.a mkdir .libs/libgsl.lax/libgslsort.a (cd .libs/libgsl.lax/libgslsort.a && ar x /c/gsl-1.3/sort/.libs/libgslsort.a) rm -fr .libs/libgsl.lax/libgslspecfunc.a mkdir .libs/libgsl.lax/libgslspecfunc.a (cd .libs/libgsl.lax/libgslspecfunc.a && ar x /c/gsl-1.3/specfunc/.libs/libgslspecfunc.a) rm -fr .libs/libgsl.lax/libgslstatistics.a mkdir .libs/libgsl.lax/libgslstatistics.a (cd .libs/libgsl.lax/libgslstatistics.a && ar x /c/gsl-1.3/statistics/.libs/libgslstatistics.a) rm -fr .libs/libgsl.lax/libgslsum.a mkdir .libs/libgsl.lax/libgslsum.a (cd .libs/libgsl.lax/libgslsum.a && ar x /c/gsl-1.3/sum/.libs/libgslsum.a) rm -fr .libs/libgsl.lax/libgslsys.a mkdir .libs/libgsl.lax/libgslsys.a (cd .libs/libgsl.lax/libgslsys.a && ar x /c/gsl-1.3/sys/.libs/libgslsys.a) rm -fr .libs/libgsl.lax/libgsltest.a mkdir .libs/libgsl.lax/libgsltest.a (cd .libs/libgsl.lax/libgsltest.a && ar x /c/gsl-1.3/test/.libs/libgsltest.a) rm -fr .libs/libgsl.lax/libutils.a mkdir .libs/libgsl.lax/libutils.a (cd .libs/libgsl.lax/libutils.a && ar x /c/gsl-1.3/utils/.libs/libutils.a) rm -fr .libs/libgsl.lax/libgslvector.a mkdir .libs/libgsl.lax/libgslvector.a (cd .libs/libgsl.lax/libgslvector.a && ar x /c/gsl-1.3/vector/.libs/libgslvector.a) ar cru .libs/libgsl.a version.o ranlib .libs/libgsl.a rm -fr .libs/libgsl.lax creating libgsl.la (cd .libs && rm -f libgsl.la && ln ../libgsl.la libgsl.la) gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c gsl-randist.c /bin/sh ./libtool --mode=link gcc -g -O2 -o gsl-randist.exe gsl-randist.o libgsl.la cblas/libgslcblas.la gcc -g -O2 -o gsl-randist.exe gsl-randist.o ./.libs/libgsl.a cblas/.libs/libgslcblas.a gsl-randist.o: In function `main': c:/gsl-1.3/gsl-randist.c:98: undefined reference to `gsl_rng_env_setup' c:/gsl-1.3/gsl-randist.c:100: undefined reference to `gsl_rng_default_seed' c:/gsl-1.3/gsl-randist.c:108: undefined reference to `gsl_rng_default' c:/gsl-1.3/gsl-randist.c:106: undefined reference to `gsl_rng_default_seed' c:/gsl-1.3/gsl-randist.c:108: undefined reference to `gsl_rng_alloc' c:/gsl-1.3/gsl-randist.c:385: undefined reference to `gsl_ran_bernoulli' c:/gsl-1.3/gsl-randist.c:132: undefined reference to `gsl_ran_beta' c:/gsl-1.3/gsl-randist.c:139: undefined reference to `gsl_ran_binomial' c:/gsl-1.3/gsl-randist.c:145: undefined reference to `gsl_ran_cauchy' c:/gsl-1.3/gsl-randist.c:151: undefined reference to `gsl_ran_chisq' c:/gsl-1.3/gsl-randist.c:158: undefined reference to `gsl_ran_erlang' c:/gsl-1.3/gsl-randist.c:164: undefined reference to `gsl_ran_exponential' c:/gsl-1.3/gsl-randist.c:171: undefined reference to `gsl_ran_exppow' c:/gsl-1.3/gsl-randist.c:178: undefined reference to `gsl_ran_fdist' c:/gsl-1.3/gsl-randist.c:185: undefined reference to `gsl_ran_flat' c:/gsl-1.3/gsl-randist.c:192: undefined reference to `gsl_ran_gamma' c:/gsl-1.3/gsl-randist.c:198: undefined reference to `gsl_ran_gaussian' c:/gsl-1.3/gsl-randist.c:205: undefined reference to `gsl_ran_gaussian_tail' c:/gsl-1.3/gsl-randist.c:210: undefined reference to `gsl_ran_ugaussian' c:/gsl-1.3/gsl-randist.c:216: undefined reference to `gsl_ran_ugaussian_tail' c:/gsl-1.3/gsl-randist.c:225: undefined reference to `gsl_ran_bivariate_gaussian' c:/gsl-1.3/gsl-randist.c:229: undefined reference to `gsl_ran_dir_2d' c:/gsl-1.3/gsl-randist.c:233: undefined reference to `gsl_ran_dir_3d' c:/gsl-1.3/gsl-randist.c:243: undefined reference to `gsl_ran_dir_nd' c:/gsl-1.3/gsl-randist.c:257: undefined reference to `gsl_ran_geometric' c:/gsl-1.3/gsl-randist.c:264: undefined reference to `gsl_ran_gumbel1' c:/gsl-1.3/gsl-randist.c:271: undefined reference to `gsl_ran_gumbel2' c:/gsl-1.3/gsl-randist.c:279: undefined reference to `gsl_ran_hypergeometric' c:/gsl-1.3/gsl-randist.c:285: undefined reference to `gsl_ran_laplace' c:/gsl-1.3/gsl-randist.c:290: undefined reference to `gsl_ran_landau' c:/gsl-1.3/gsl-randist.c:297: undefined reference to `gsl_ran_levy' c:/gsl-1.3/gsl-randist.c:305: undefined reference to `gsl_ran_levy_skew' c:/gsl-1.3/gsl-randist.c:311: undefined reference to `gsl_ran_logarithmic' c:/gsl-1.3/gsl-randist.c:317: undefined reference to `gsl_ran_logistic' c:/gsl-1.3/gsl-randist.c:324: undefined reference to `gsl_ran_lognormal' c:/gsl-1.3/gsl-randist.c:331: undefined reference to `gsl_ran_negative_binomial' c:/gsl-1.3/gsl-randist.c:338: undefined reference to `gsl_ran_pareto' c:/gsl-1.3/gsl-randist.c:345: undefined reference to `gsl_ran_pascal' c:/gsl-1.3/gsl-randist.c:351: undefined reference to `gsl_ran_poisson' c:/gsl-1.3/gsl-randist.c:357: undefined reference to `gsl_ran_rayleigh' c:/gsl-1.3/gsl-randist.c:364: undefined reference to `gsl_ran_rayleigh_tail' c:/gsl-1.3/gsl-randist.c:370: undefined reference to `gsl_ran_tdist' c:/gsl-1.3/gsl-randist.c:377: undefined reference to `gsl_ran_weibull' make[2]: *** [gsl-randist.exe] Error 1 make[2]: Leaving directory `/c/gsl-1.3' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/c/gsl-1.3' make: *** [all-recursive-am] Error 2 ]0;~/gsl-1.3 I have no address@hidden ~/gsl-1.3 $