From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rodney Sparapani To: gsl-discuss@sources.redhat.com Subject: Re: Missing header in GSL 0.9.3 Date: Wed, 19 Dec 2001 13:20:00 -0000 Message-id: X-SW-Source: 2001/msg00566.html Rodney Sparapani writes: I seem to be missing the header file gsl/gsl_vector_complex_long_double.h. I get the following error message from make (Mac OS 10.1, gcc 2.95.2): Making all in vector make[2]: *** No rule to make target `../gsl/gsl_vector_complex_long_double.h', needed by `init.lo'. Stop. Brian Gough writes: >It should work... can you send the full log of the build up to that >point. You might want to look in the gsl/ subdirectory and see if >'make' has run successfully there and created the appropriate symbolic >links. Brian: I'm attaching the whole log. I didn't see anything that would lead me to a solution. Any help would be appreciated. Thanks, Rodney [localhost:~/open/gsl/gsl-0.9.3] rodney% ./configure 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}... yes checking for working aclocal... missing checking for working autoconf... found checking for working automake... missing checking for working autoheader... found checking for working makeinfo... missing checking whether make sets ${MAKE}... (cached) yes checking host system type... powerpc-apple-darwin1.4 checking for gcc... no checking for cc... cc checking whether the C compiler (cc -Wno-long-double ) works... yes checking whether the C compiler (cc -Wno-long-double ) is a cross-compiler... no checking whether we are using GNU C... yes checking whether cc accepts -g... yes checking how to run the C preprocessor... cc -E -traditional-cpp checking for a BSD compatible install... /usr/bin/install -c checking whether ln -s works... yes checking build system type... powerpc-apple-darwin1.4 checking for ranlib... ranlib checking for ar... ar checking for Cygwin environment... no checking for mingw32 environment... no checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -p checking how to recognise dependant libraries... file_magic Mach-O dynamically linked shared library checking for object suffix... o checking for executable suffix... no checking command to parse /usr/bin/nm -p output... ok checking for dlfcn.h... no checking for ranlib... (cached) ranlib checking for strip... strip checking for objdir... .libs checking for cc option to produce PIC... -fno-common checking if cc PIC flag -fno-common works... yes checking if cc static flag -static works... no checking if cc supports -c -o file.o... ~/open/gsl/gsl-0.9.3/conftest yes checking if cc supports -c -o file.lo... yes checking if cc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... unsupported checking whether stripping libraries is possible... no checking dynamic linker characteristics... darwin1.4 dyld checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes 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 main in -lm... yes checking for hypot... yes checking for expm1... yes checking for acosh... yes checking for asinh... yes checking for atanh... yes checking for isinf... yes checking for finite... yes checking for isnan... 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... darwin checking for cpu with extended floating point registers... powerpc, no checking for rounding-control compiler flags... none checking for IEEE-conformance compiler flags... none checking whether printf/scanf works with long double... 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 sort/Makefile creating complex/Makefile creating diff/Makefile creating cheb/Makefile creating Makefile creating config.h [localhost:~/open/gsl/gsl-0.9.3] rodney% make make all-recursive Making all in gsl rm -f gsl*.h HEADERLIST="../gsl*.h ../*/gsl*.h"; \ for h in $HEADERLIST; do \ BASENAME=`basename $h`; \ ln -s $h $BASENAME; \ done Making all in utils /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -Wno-long-double -c placeholder.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I.. -Wno-long-double -c placeholder.c -fno-common -DPIC -o .libs/placeholder.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -Wno-long-double -c placeholder.c -o placeholder.o >/dev/null 2>&1 mv -f .libs/placeholder.lo placeholder.lo /bin/sh ../libtool --mode=link cc -Wno-long-double -o libutils.la placeholder.lo -lm rm -fr .libs/libutils.la .libs/libutils.* .libs/libutils.* ar cru .libs/libutils.al placeholder.lo ranlib .libs/libutils.al creating libutils.la (cd .libs && rm -f libutils.la && ln -s ../libutils.la libutils.la) ~/open/gsl/gsl-0.9.3/utils/.libs Making all in sys /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c minmax.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c minmax.c -fno-common -DPIC -o .libs/minmax.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c minmax.c -o minmax.o >/dev/null 2>&1 mv -f .libs/minmax.lo minmax.lo /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c prec.c rm -f .libs/prec.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c prec.c -fno-common -DPIC -o .libs/prec.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c prec.c -o prec.o >/dev/null 2>&1 mv -f .libs/prec.lo prec.lo /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c hypot.c rm -f .libs/hypot.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c hypot.c -fno-common -DPIC -o .libs/hypot.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c hypot.c -o hypot.o >/dev/null 2>&1 mv -f .libs/hypot.lo hypot.lo /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c log1p.c rm -f .libs/log1p.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c log1p.c -fno-common -DPIC -o .libs/log1p.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c log1p.c -o log1p.o >/dev/null 2>&1 mv -f .libs/log1p.lo log1p.lo /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c expm1.c rm -f .libs/expm1.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c expm1.c -fno-common -DPIC -o .libs/expm1.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c expm1.c -o expm1.o >/dev/null 2>&1 mv -f .libs/expm1.lo expm1.lo /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c coerce.c rm -f .libs/coerce.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c coerce.c -fno-common -DPIC -o .libs/coerce.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c coerce.c -o coerce.o >/dev/null 2>&1 mv -f .libs/coerce.lo coerce.lo /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c invhyp.c rm -f .libs/invhyp.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c invhyp.c -fno-common -DPIC -o .libs/invhyp.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c invhyp.c -o invhyp.o >/dev/null 2>&1 mv -f .libs/invhyp.lo invhyp.lo /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c pow_int.c rm -f .libs/pow_int.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c pow_int.c -fno-common -DPIC -o .libs/pow_int.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c pow_int.c -o pow_int.o >/dev/null 2>&1 mv -f .libs/pow_int.lo pow_int.lo /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c infnan.c rm -f .libs/infnan.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c infnan.c -fno-common -DPIC -o .libs/infnan.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c infnan.c -o infnan.o >/dev/null 2>&1 mv -f .libs/infnan.lo infnan.lo /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c fdiv.c rm -f .libs/fdiv.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c fdiv.c -fno-common -DPIC -o .libs/fdiv.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c fdiv.c -o fdiv.o >/dev/null 2>&1 mv -f .libs/fdiv.lo fdiv.lo /bin/sh ../libtool --mode=link cc -Wno-long-double -o libgslsys.la minmax.lo prec.lo hypot.lo log1p.lo expm1.lo coerce.lo invhyp.lo pow_int.lo infnan.lo fdiv.lo -lm rm -fr .libs/libgslsys.la .libs/libgslsys.* .libs/libgslsys.* ar cru .libs/libgslsys.al minmax.lo prec.lo hypot.lo log1p.lo expm1.lo coerce.lo invhyp.lo pow_int.lo infnan.lo fdiv.lo ranlib .libs/libgslsys.al creating libgslsys.la (cd .libs && rm -f libgslsys.la && ln -s ../libgslsys.la libgslsys.la) ~/open/gsl/gsl-0.9.3/sys/.libs Making all in test /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -Wno-long-double -c results.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I.. -Wno-long-double -c results.c -fno-common -DPIC -o .libs/results.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -Wno-long-double -c results.c -o results.o >/dev/null 2>&1 mv -f .libs/results.lo results.lo /bin/sh ../libtool --mode=link cc -Wno-long-double -o libgsltest.la results.lo -lm rm -fr .libs/libgsltest.la .libs/libgsltest.* .libs/libgsltest.* ar cru .libs/libgsltest.al results.lo ranlib .libs/libgsltest.al creating libgsltest.la (cd .libs && rm -f libgsltest.la && ln -s ../libgsltest.la libgsltest.la) ~/open/gsl/gsl-0.9.3/test/.libs Making all in err /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -Wno-long-double -c error.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I.. -Wno-long-double -c error.c -fno-common -DPIC -o .libs/error.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -Wno-long-double -c error.c -o error.o >/dev/null 2>&1 mv -f .libs/error.lo error.lo /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -Wno-long-double -c stream.c rm -f .libs/stream.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -Wno-long-double -c stream.c -fno-common -DPIC -o .libs/stream.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -Wno-long-double -c stream.c -o stream.o >/dev/null 2>&1 mv -f .libs/stream.lo stream.lo /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -Wno-long-double -c message.c rm -f .libs/message.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -Wno-long-double -c message.c -fno-common -DPIC -o .libs/message.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -Wno-long-double -c message.c -o message.o >/dev/null 2>&1 mv -f .libs/message.lo message.lo /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -Wno-long-double -c strerror.c rm -f .libs/strerror.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -Wno-long-double -c strerror.c -fno-common -DPIC -o .libs/strerror.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -Wno-long-double -c strerror.c -o strerror.o >/dev/null 2>&1 mv -f .libs/strerror.lo strerror.lo /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -Wno-long-double -c warn.c rm -f .libs/warn.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -Wno-long-double -c warn.c -fno-common -DPIC -o .libs/warn.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -Wno-long-double -c warn.c -o warn.o >/dev/null 2>&1 mv -f .libs/warn.lo warn.lo /bin/sh ../libtool --mode=link cc -Wno-long-double -o libgslerr.la error.lo stream.lo message.lo strerror.lo warn.lo -lm rm -fr .libs/libgslerr.la .libs/libgslerr.* .libs/libgslerr.* ar cru .libs/libgslerr.al error.lo stream.lo message.lo strerror.lo warn.lo ranlib .libs/libgslerr.al creating libgslerr.la (cd .libs && rm -f libgslerr.la && ln -s ../libgslerr.la libgslerr.la) ~/open/gsl/gsl-0.9.3/err/.libs Making all in const make[2]: Nothing to be done for `all'. Making all in complex /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c math.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c math.c -fno-common -DPIC -o .libs/math.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c math.c -o math.o >/dev/null 2>&1 mv -f .libs/math.lo math.lo /bin/sh ../libtool --mode=link cc -Wno-long-double -o libgslcomplex.la math.lo -lm rm -fr .libs/libgslcomplex.la .libs/libgslcomplex.* .libs/libgslcomplex.* ar cru .libs/libgslcomplex.al math.lo ranlib .libs/libgslcomplex.al creating libgslcomplex.la (cd .libs && rm -f libgslcomplex.la && ln -s ../libgslcomplex.la libgslcomplex.la) ~/open/gsl/gsl-0.9.3/complex/.libs Making all in cheb /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c deriv.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c deriv.c -fno-common -DPIC -o .libs/deriv.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c deriv.c -o deriv.o >/dev/null 2>&1 mv -f .libs/deriv.lo deriv.lo /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c eval.c rm -f .libs/eval.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c eval.c -fno-common -DPIC -o .libs/eval.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c eval.c -o eval.o >/dev/null 2>&1 mv -f .libs/eval.lo eval.lo /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c init.c rm -f .libs/init.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c init.c -fno-common -DPIC -o .libs/init.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c init.c -o init.o >/dev/null 2>&1 mv -f .libs/init.lo init.lo /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c integ.c rm -f .libs/integ.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c integ.c -fno-common -DPIC -o .libs/integ.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -Wno-long-double -c integ.c -o integ.o >/dev/null 2>&1 mv -f .libs/integ.lo integ.lo /bin/sh ../libtool --mode=link cc -Wno-long-double -o libgslcheb.la deriv.lo eval.lo init.lo integ.lo -lm rm -fr .libs/libgslcheb.la .libs/libgslcheb.* .libs/libgslcheb.* ar cru .libs/libgslcheb.al deriv.lo eval.lo init.lo integ.lo ranlib .libs/libgslcheb.al creating libgslcheb.la (cd .libs && rm -f libgslcheb.la && ln -s ../libgslcheb.la libgslcheb.la) ~/open/gsl/gsl-0.9.3/cheb/.libs Making all in block /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -Wno-long-double -c init.c mkdir .libs cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -Wno-long-double -c init.c -fno-common -DPIC -o .libs/init.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -Wno-long-double -c init.c -o init.o >/dev/null 2>&1 mv -f .libs/init.lo init.lo /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -Wno-long-double -c file.c rm -f .libs/file.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -Wno-long-double -c file.c -fno-common -DPIC -o .libs/file.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -Wno-long-double -c file.c -o file.o >/dev/null 2>&1 mv -f .libs/file.lo file.lo /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -Wno-long-double -c block.c rm -f .libs/block.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -Wno-long-double -c block.c -fno-common -DPIC -o .libs/block.lo cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -Wno-long-double -c block.c -o block.o >/dev/null 2>&1 mv -f .libs/block.lo block.lo /bin/sh ../libtool --mode=link cc -Wno-long-double -o libgslblock.la init.lo file.lo block.lo -lm rm -fr .libs/libgslblock.la .libs/libgslblock.* .libs/libgslblock.* ar cru .libs/libgslblock.al init.lo file.lo block.lo ranlib .libs/libgslblock.al creating libgslblock.la (cd .libs && rm -f libgslblock.la && ln -s ../libgslblock.la libgslblock.la) ~/open/gsl/gsl-0.9.3/block/.libs Making all in vector make[2]: *** No rule to make target `../gsl/gsl_vector_complex_long_double.h', needed by `init.lo'. Stop. make[1]: *** [all-recursive] Error 1 make: *** [all-recursive-am] Error 2 [localhost:~/open/gsl/gsl-0.9.3] rodney% ls gsl Makefile gsl_permute_vector_short.h Makefile.am gsl_permute_vector_uchar.h Makefile.in gsl_permute_vector_uint.h gsl_blas.h gsl_permute_vector_ulong.h gsl_blas_types.h gsl_permute_vector_ushort.h gsl_block.h gsl_poly.h gsl_block_char.h gsl_pow_int.h gsl_block_complex.h gsl_precision.h gsl_block_complex_double.h gsl_qrng.h gsl_block_complex_float.h gsl_randist.h gsl_block_complex_long_double.h gsl_rng.h gsl_block_double.h gsl_roots.h gsl_block_float.h gsl_sf.h gsl_block_int.h gsl_sf_airy.h gsl_block_long.h gsl_sf_bessel.h gsl_block_long_double.h gsl_sf_clausen.h gsl_block_short.h gsl_sf_coulomb.h gsl_block_uchar.h gsl_sf_coupling.h gsl_block_uint.h gsl_sf_dawson.h gsl_block_ulong.h gsl_sf_debye.h gsl_block_ushort.h gsl_sf_dilog.h gsl_cblas.h gsl_sf_elementary.h gsl_chebyshev.h gsl_sf_ellint.h gsl_complex.h gsl_sf_elljac.h gsl_complex_math.h gsl_sf_erf.h gsl_const.h gsl_sf_exp.h gsl_const_cgs.h gsl_sf_expint.h gsl_const_mks.h gsl_sf_fermi_dirac.h gsl_const_num.h gsl_sf_gamma.h gsl_dft_complex.h gsl_sf_gegenbauer.h gsl_dft_complex_float.h gsl_sf_hyperg.h gsl_dht.h gsl_sf_laguerre.h gsl_diff.h gsl_sf_lambert.h gsl_eigen.h gsl_sf_legendre.h gsl_errno.h gsl_sf_log.h gsl_fft.h gsl_sf_pow_int.h gsl_fft_complex.h gsl_sf_psi.h gsl_fft_complex_float.h gsl_sf_result.h gsl_fft_halfcomplex.h gsl_sf_synchrotron.h gsl_fft_halfcomplex_float.h gsl_sf_transport.h gsl_fft_real.h gsl_sf_trig.h gsl_fft_real_float.h gsl_sf_zeta.h gsl_fit.h gsl_siman.h gsl_heapsort.h gsl_sort.h gsl_histogram.h gsl_sort_char.h gsl_histogram2d.h gsl_sort_double.h gsl_ieee_utils.h gsl_sort_float.h gsl_integration.h gsl_sort_int.h gsl_interp.h gsl_sort_long.h gsl_linalg.h gsl_sort_long_double.h gsl_machine.h gsl_sort_short.h gsl_math.h gsl_sort_uchar.h gsl_matrix.h gsl_sort_uint.h gsl_matrix_char.h gsl_sort_ulong.h gsl_matrix_complex_double.h gsl_sort_ushort.h gsl_matrix_complex_float.h gsl_sort_vector.h gsl_matrix_double.h gsl_sort_vector_char.h gsl_matrix_float.h gsl_sort_vector_double.h gsl_matrix_int.h gsl_sort_vector_float.h gsl_matrix_long.h gsl_sort_vector_int.h gsl_matrix_long_double.h gsl_sort_vector_long.h gsl_matrix_short.h gsl_sort_vector_long_double.h gsl_matrix_uchar.h gsl_sort_vector_short.h gsl_matrix_uint.h gsl_sort_vector_uchar.h gsl_matrix_ulong.h gsl_sort_vector_uint.h gsl_matrix_ushort.h gsl_sort_vector_ulong.h gsl_message.h gsl_sort_vector_ushort.h gsl_min.h gsl_specfunc.h gsl_mode.h gsl_spline.h gsl_monte.h gsl_statistics.h gsl_monte_miser.h gsl_statistics_char.h gsl_monte_plain.h gsl_statistics_double.h gsl_monte_vegas.h gsl_statistics_float.h gsl_multifit.h gsl_statistics_int.h gsl_multifit_nlin.h gsl_statistics_long.h gsl_multimin.h gsl_statistics_long_double.h gsl_multiroots.h gsl_statistics_short.h gsl_nan.h gsl_statistics_uchar.h gsl_ntuple.h gsl_statistics_uint.h gsl_odeiv.h gsl_statistics_ulong.h gsl_permutation.h gsl_statistics_ushort.h gsl_permute.h gsl_sum.h gsl_permute_char.h gsl_sys.h gsl_permute_complex_double.h gsl_test.h gsl_permute_complex_float.h gsl_vector.h gsl_permute_double.h gsl_vector_char.h gsl_permute_float.h gsl_vector_complex.h gsl_permute_int.h gsl_vector_complex_double.h gsl_permute_long.h gsl_vector_complex_float.h gsl_permute_long_double.h gsl_vector_double.h gsl_permute_short.h gsl_vector_float.h gsl_permute_uchar.h gsl_vector_int.h gsl_permute_uint.h gsl_vector_long.h gsl_permute_ulong.h gsl_vector_long_double.h gsl_permute_ushort.h gsl_vector_short.h gsl_permute_vector.h gsl_vector_uchar.h gsl_permute_vector_char.h gsl_vector_uint.h gsl_permute_vector_double.h gsl_vector_ulong.h gsl_permute_vector_float.h gsl_vector_ushort.h gsl_permute_vector_int.h gsl_version.h gsl_permute_vector_long.h