Hello!

I need to install GSL library for using an scientifc program (sector
decomposition).  I am using Ubuntu Linux 7.10. when I am using ./configure -
 i don't see any errors in the terminal, but in config.log I found some
errors. Below is the part of them

configure:2850: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before
'me'
configure:2856: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif

or

configure:2994: checking how to run the C preprocessor
configure:3029: gcc -E  conftest.c
configure:3035: $? = 0
configure:3067: gcc -E  conftest.c
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
configure:3073: $? = 1
configure: failed program was:

or

conftest.c:58:20: error: ieeefp.h: No such file or directory
configure:9716: $? = 1
configure: failed program was:

full config.log file is attached
Thank you for reply
p.s. I'm new user of Linux, and also c++
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by gsl configure 1.9, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure 

## --------- ##
## Platform. ##
## --------- ##

hostname = hayk-desktop
uname -m = i686
uname -r = 2.6.22-14-generic
uname -s = Linux
uname -v = #1 SMP Sun Oct 14 23:05:12 GMT 2007

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/X11R6/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1521: checking for a BSD-compatible install
configure:1576: result: /usr/bin/install -c
configure:1587: checking whether build environment is sane
configure:1630: result: yes
configure:1695: checking for gawk
configure:1724: result: no
configure:1695: checking for mawk
configure:1711: found /usr/bin/mawk
configure:1721: result: mawk
configure:1731: checking whether make sets $(MAKE)
configure:1751: result: yes
configure:1921: checking whether to enable maintainer-specific portions of Makefiles
configure:1930: result: no
configure:1968: checking whether make sets $(MAKE)
configure:1988: result: yes
configure:2004: checking build system type
configure:2022: result: i686-pc-linux-gnu
configure:2030: checking host system type
configure:2044: result: i686-pc-linux-gnu
configure:2105: checking for gcc
configure:2121: found /usr/bin/gcc
configure:2131: result: gcc
configure:2375: checking for C compiler version
configure:2378: gcc --version </dev/null >&5
gcc (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2381: $? = 0
configure:2383: gcc -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2)
configure:2386: $? = 0
configure:2388: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2391: $? = 1
configure:2414: checking for C compiler default output file name
configure:2417: gcc    conftest.c  >&5
configure:2420: $? = 0
configure:2466: result: a.out
configure:2471: checking whether the C compiler works
configure:2477: ./a.out
configure:2480: $? = 0
configure:2497: result: yes
configure:2504: checking whether we are cross compiling
configure:2506: result: no
configure:2509: checking for suffix of executables
configure:2511: gcc -o conftest    conftest.c  >&5
configure:2514: $? = 0
configure:2539: result: 
configure:2545: checking for suffix of object files
configure:2566: gcc -c   conftest.c >&5
configure:2569: $? = 0
configure:2591: result: o
configure:2595: checking whether we are using the GNU C compiler
configure:2619: gcc -c   conftest.c >&5
configure:2625: $? = 0
configure:2629: test -z 
			 || test ! -s conftest.err
configure:2632: $? = 0
configure:2635: test -s conftest.o
configure:2638: $? = 0
configure:2651: result: yes
configure:2657: checking whether gcc accepts -g
configure:2678: gcc -c -g  conftest.c >&5
configure:2684: $? = 0
configure:2688: test -z 
			 || test ! -s conftest.err
configure:2691: $? = 0
configure:2694: test -s conftest.o
configure:2697: $? = 0
configure:2708: result: yes
configure:2725: checking for gcc option to accept ANSI C
configure:2795: gcc  -c -g -O2  conftest.c >&5
configure:2801: $? = 0
configure:2805: test -z 
			 || test ! -s conftest.err
configure:2808: $? = 0
configure:2811: test -s conftest.o
configure:2814: $? = 0
configure:2832: result: none needed
configure:2850: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
configure:2856: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2994: checking how to run the C preprocessor
configure:3029: gcc -E  conftest.c
configure:3035: $? = 0
configure:3067: gcc -E  conftest.c
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
configure:3073: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gsl"
| #define PACKAGE_TARNAME "gsl"
| #define PACKAGE_VERSION "1.9"
| #define PACKAGE_STRING "gsl 1.9"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gsl"
| #define VERSION "1.9"
| #define RELEASED 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3112: result: gcc -E
configure:3136: gcc -E  conftest.c
configure:3142: $? = 0
configure:3174: gcc -E  conftest.c
conftest.c:12:28: error: ac_nonexistent.h: No such file or directory
configure:3180: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gsl"
| #define PACKAGE_TARNAME "gsl"
| #define PACKAGE_VERSION "1.9"
| #define PACKAGE_STRING "gsl 1.9"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gsl"
| #define VERSION "1.9"
| #define RELEASED 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3236: checking for a BSD-compatible install
configure:3291: result: /usr/bin/install -c
configure:3302: checking whether ln -s works
configure:3306: result: yes
configure:3386: checking for a sed that does not truncate output
configure:3440: result: /bin/sed
configure:3443: checking for egrep
configure:3453: result: grep -E
configure:3469: checking for ld used by gcc
configure:3536: result: /usr/bin/ld
configure:3545: checking if the linker (/usr/bin/ld) is GNU ld
configure:3560: result: yes
configure:3565: checking for /usr/bin/ld option to reload object files
configure:3572: result: -r
configure:3590: checking for BSD-compatible nm
configure:3639: result: /usr/bin/nm -B
configure:3643: checking how to recognise dependent libraries
configure:3819: result: pass_all
configure:4052: checking for ANSI C header files
configure:4077: gcc -c -g -O2  conftest.c >&5
configure:4083: $? = 0
configure:4087: test -z 
			 || test ! -s conftest.err
configure:4090: $? = 0
configure:4093: test -s conftest.o
configure:4096: $? = 0
configure:4185: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:29: warning: incompatible implicit declaration of built-in function 'exit'
configure:4188: $? = 0
configure:4190: ./conftest
configure:4193: $? = 0
configure:4208: result: yes
configure:4232: checking for sys/types.h
configure:4248: gcc -c -g -O2  conftest.c >&5
configure:4254: $? = 0
configure:4258: test -z 
			 || test ! -s conftest.err
configure:4261: $? = 0
configure:4264: test -s conftest.o
configure:4267: $? = 0
configure:4278: result: yes
configure:4232: checking for sys/stat.h
configure:4248: gcc -c -g -O2  conftest.c >&5
configure:4254: $? = 0
configure:4258: test -z 
			 || test ! -s conftest.err
configure:4261: $? = 0
configure:4264: test -s conftest.o
configure:4267: $? = 0
configure:4278: result: yes
configure:4232: checking for stdlib.h
configure:4248: gcc -c -g -O2  conftest.c >&5
configure:4254: $? = 0
configure:4258: test -z 
			 || test ! -s conftest.err
configure:4261: $? = 0
configure:4264: test -s conftest.o
configure:4267: $? = 0
configure:4278: result: yes
configure:4232: checking for string.h
configure:4248: gcc -c -g -O2  conftest.c >&5
configure:4254: $? = 0
configure:4258: test -z 
			 || test ! -s conftest.err
configure:4261: $? = 0
configure:4264: test -s conftest.o
configure:4267: $? = 0
configure:4278: result: yes
configure:4232: checking for memory.h
configure:4248: gcc -c -g -O2  conftest.c >&5
configure:4254: $? = 0
configure:4258: test -z 
			 || test ! -s conftest.err
configure:4261: $? = 0
configure:4264: test -s conftest.o
configure:4267: $? = 0
configure:4278: result: yes
configure:4232: checking for strings.h
configure:4248: gcc -c -g -O2  conftest.c >&5
configure:4254: $? = 0
configure:4258: test -z 
			 || test ! -s conftest.err
configure:4261: $? = 0
configure:4264: test -s conftest.o
configure:4267: $? = 0
configure:4278: result: yes
configure:4232: checking for inttypes.h
configure:4248: gcc -c -g -O2  conftest.c >&5
configure:4254: $? = 0
configure:4258: test -z 
			 || test ! -s conftest.err
configure:4261: $? = 0
configure:4264: test -s conftest.o
configure:4267: $? = 0
configure:4278: result: yes
configure:4232: checking for stdint.h
configure:4248: gcc -c -g -O2  conftest.c >&5
configure:4254: $? = 0
configure:4258: test -z 
			 || test ! -s conftest.err
configure:4261: $? = 0
configure:4264: test -s conftest.o
configure:4267: $? = 0
configure:4278: result: yes
configure:4232: checking for unistd.h
configure:4248: gcc -c -g -O2  conftest.c >&5
configure:4254: $? = 0
configure:4258: test -z 
			 || test ! -s conftest.err
configure:4261: $? = 0
configure:4264: test -s conftest.o
configure:4267: $? = 0
configure:4278: result: yes
configure:4304: checking dlfcn.h usability
configure:4316: gcc -c -g -O2  conftest.c >&5
configure:4322: $? = 0
configure:4326: test -z 
			 || test ! -s conftest.err
configure:4329: $? = 0
configure:4332: test -s conftest.o
configure:4335: $? = 0
configure:4345: result: yes
configure:4349: checking dlfcn.h presence
configure:4359: gcc -E  conftest.c
configure:4365: $? = 0
configure:4385: result: yes
configure:4420: checking for dlfcn.h
configure:4427: result: yes
configure:4444: checking the maximum length of command line arguments
configure:4553: result: 32768
configure:4564: checking command to parse /usr/bin/nm -B output from gcc object
configure:4669: gcc -c -g -O2  conftest.c >&5
configure:4672: $? = 0
configure:4676: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:4679: $? = 0
configure:4731: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:4734: $? = 0
configure:4772: result: ok
configure:4776: checking for objdir
configure:4791: result: .libs
configure:4881: checking for ar
configure:4897: found /usr/bin/ar
configure:4908: result: ar
configure:4961: checking for ranlib
configure:4977: found /usr/bin/ranlib
configure:4988: result: ranlib
configure:5041: checking for strip
configure:5057: found /usr/bin/strip
configure:5068: result: strip
configure:5340: checking if gcc supports -fno-rtti -fno-exceptions
configure:5358: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:5362: $? = 0
configure:5375: result: no
configure:5390: checking for gcc option to produce PIC
configure:5600: result: -fPIC
configure:5608: checking if gcc PIC flag -fPIC works
configure:5626: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:5630: $? = 0
configure:5643: result: yes
configure:5671: checking if gcc static flag -static works
configure:5699: result: yes
configure:5709: checking if gcc supports -c -o file.o
configure:5730: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:5734: $? = 0
configure:5756: result: yes
configure:5782: checking whether the gcc linker (/usr/bin/ld) supports shared libraries
configure:6740: result: yes
configure:6761: checking whether -lc should be explicitly linked in
configure:6766: gcc -c -g -O2  conftest.c >&5
configure:6769: $? = 0
configure:6784: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:6787: $? = 0
configure:6799: result: no
configure:6807: checking dynamic linker characteristics
configure:7395: result: GNU/Linux ld.so
configure:7404: checking how to hardcode library paths into programs
configure:7429: result: immediate
configure:7443: checking whether stripping libraries is possible
configure:7448: result: yes
configure:8282: checking if libtool supports shared libraries
configure:8284: result: yes
configure:8287: checking whether to build shared libraries
configure:8308: result: yes
configure:8311: checking whether to build static libraries
configure:8315: result: yes
configure:8407: creating libtool
configure:9412: checking for size_t
configure:9436: gcc -c -g -O2  conftest.c >&5
configure:9442: $? = 0
configure:9446: test -z 
			 || test ! -s conftest.err
configure:9449: $? = 0
configure:9452: test -s conftest.o
configure:9455: $? = 0
configure:9466: result: yes
configure:9478: checking for working volatile
configure:9501: gcc -c -g -O2  conftest.c >&5
configure:9507: $? = 0
configure:9511: test -z 
			 || test ! -s conftest.err
configure:9514: $? = 0
configure:9517: test -s conftest.o
configure:9520: $? = 0
configure:9531: result: yes
configure:9541: checking for inline
configure:9562: gcc -c -g -O2  conftest.c >&5
configure:9568: $? = 0
configure:9572: test -z 
			 || test ! -s conftest.err
configure:9575: $? = 0
configure:9578: test -s conftest.o
configure:9581: $? = 0
configure:9593: result: inline
configure:9619: checking for extern inline
configure:9643: gcc -c -g -O2  conftest.c >&5
configure:9649: $? = 0
configure:9653: test -z 
			 || test ! -s conftest.err
configure:9656: $? = 0
configure:9659: test -s conftest.o
configure:9662: $? = 0
configure:9673: result: yes
configure:9698: checking ieeefp.h usability
configure:9710: gcc -c -g -O2  conftest.c >&5
conftest.c:58:20: error: ieeefp.h: No such file or directory
configure:9716: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gsl"
| #define PACKAGE_TARNAME "gsl"
| #define PACKAGE_VERSION "1.9"
| #define PACKAGE_STRING "gsl 1.9"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gsl"
| #define VERSION "1.9"
| #define RELEASED 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_INLINE 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ieeefp.h>
configure:9739: result: no
configure:9743: checking ieeefp.h presence
configure:9753: gcc -E  conftest.c
conftest.c:24:20: error: ieeefp.h: No such file or directory
configure:9759: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gsl"
| #define PACKAGE_TARNAME "gsl"
| #define PACKAGE_VERSION "1.9"
| #define PACKAGE_STRING "gsl 1.9"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gsl"
| #define VERSION "1.9"
| #define RELEASED 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_INLINE 1
| /* end confdefs.h.  */
| #include <ieeefp.h>
configure:9779: result: no
configure:9814: checking for ieeefp.h
configure:9821: result: no
configure:9841: checking for vprintf
configure:9898: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:48: warning: conflicting types for built-in function 'vprintf'
configure:9904: $? = 0
configure:9908: test -z 
			 || test ! -s conftest.err
configure:9911: $? = 0
configure:9914: test -s conftest
configure:9917: $? = 0
configure:9929: result: yes
configure:9936: checking for _doprnt
configure:9993: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccquGE3h.o: In function `main':
/home/hayk/Desktop/gsl-1.9/conftest.c:64: undefined reference to `_doprnt'
/tmp/ccquGE3h.o:(.data+0x0): undefined reference to `_doprnt'
collect2: ld returned 1 exit status
configure:9999: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gsl"
| #define PACKAGE_TARNAME "gsl"
| #define PACKAGE_VERSION "1.9"
| #define PACKAGE_STRING "gsl 1.9"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gsl"
| #define VERSION "1.9"
| #define RELEASED 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_INLINE 1
| #define HAVE_VPRINTF 1
| /* end confdefs.h.  */
| /* Define _doprnt to an innocuous variant, in case <limits.h> declares _doprnt.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define _doprnt innocuous__doprnt
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char _doprnt (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef _doprnt
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char _doprnt ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub__doprnt) || defined (__stub____doprnt)
| choke me
| #else
| char (*f) () = _doprnt;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != _doprnt;
|   ;
|   return 0;
| }
configure:10024: result: no
configure:10047: checking for memcpy
configure:10104: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:49: warning: conflicting types for built-in function 'memcpy'
configure:10110: $? = 0
configure:10114: test -z 
			 || test ! -s conftest.err
configure:10117: $? = 0
configure:10120: test -s conftest
configure:10123: $? = 0
configure:10135: result: yes
configure:10047: checking for memmove
configure:10104: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:50: warning: conflicting types for built-in function 'memmove'
configure:10110: $? = 0
configure:10114: test -z 
			 || test ! -s conftest.err
configure:10117: $? = 0
configure:10120: test -s conftest
configure:10123: $? = 0
configure:10135: result: yes
configure:10047: checking for strdup
configure:10104: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:51: warning: conflicting types for built-in function 'strdup'
configure:10110: $? = 0
configure:10114: test -z 
			 || test ! -s conftest.err
configure:10117: $? = 0
configure:10120: test -s conftest
configure:10123: $? = 0
configure:10135: result: yes
configure:10047: checking for strtol
configure:10104: gcc -o conftest -g -O2   conftest.c  >&5
configure:10110: $? = 0
configure:10114: test -z 
			 || test ! -s conftest.err
configure:10117: $? = 0
configure:10120: test -s conftest
configure:10123: $? = 0
configure:10135: result: yes
configure:10047: checking for strtoul
configure:10104: gcc -o conftest -g -O2   conftest.c  >&5
configure:10110: $? = 0
configure:10114: test -z 
			 || test ! -s conftest.err
configure:10117: $? = 0
configure:10120: test -s conftest
configure:10123: $? = 0
configure:10135: result: yes
configure:10156: checking for EXIT_SUCCESS and EXIT_FAILURE
configure:10184: result: yes
configure:10197: checking for cos in -lm
configure:10227: gcc -o conftest -g -O2   conftest.c -lm   >&5
conftest.c:38: warning: conflicting types for built-in function 'cos'
configure:10233: $? = 0
configure:10237: test -z 
			 || test ! -s conftest.err
configure:10240: $? = 0
configure:10243: test -s conftest
configure:10246: $? = 0
configure:10259: result: yes
configure:10272: checking whether feenableexcept is declared
configure:10298: gcc -c -g -O2  conftest.c >&5
configure:10304: $? = 0
configure:10308: test -z 
			 || test ! -s conftest.err
configure:10311: $? = 0
configure:10314: test -s conftest.o
configure:10317: $? = 0
configure:10328: result: yes
configure:10346: checking whether fesettrapenable is declared
configure:10372: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:40: error: 'fesettrapenable' undeclared (first use in this function)
conftest.c:40: error: (Each undeclared identifier is reported only once
conftest.c:40: error: for each function it appears in.)
configure:10378: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gsl"
| #define PACKAGE_TARNAME "gsl"
| #define PACKAGE_VERSION "1.9"
| #define PACKAGE_STRING "gsl 1.9"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gsl"
| #define VERSION "1.9"
| #define RELEASED 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_INLINE 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_EXIT_SUCCESS_AND_FAILURE 1
| #define HAVE_LIBM 1
| #define HAVE_DECL_FEENABLEEXCEPT 1
| /* end confdefs.h.  */
| #define _GNU_SOURCE 1
| #include <fenv.h>
| 
| int
| main ()
| {
| #ifndef fesettrapenable
|   char *p = (char *) fesettrapenable;
| #endif
| 
|   ;
|   return 0;
| }
configure:10402: result: no
configure:10420: checking whether hypot is declared
configure:10445: gcc -c -g -O2  conftest.c >&5
configure:10451: $? = 0
configure:10455: test -z 
			 || test ! -s conftest.err
configure:10458: $? = 0
configure:10461: test -s conftest.o
configure:10464: $? = 0
configure:10475: result: yes
configure:10493: checking whether expm1 is declared
configure:10518: gcc -c -g -O2  conftest.c >&5
configure:10524: $? = 0
configure:10528: test -z 
			 || test ! -s conftest.err
configure:10531: $? = 0
configure:10534: test -s conftest.o
configure:10537: $? = 0
configure:10548: result: yes
configure:10566: checking whether acosh is declared
configure:10591: gcc -c -g -O2  conftest.c >&5
configure:10597: $? = 0
configure:10601: test -z 
			 || test ! -s conftest.err
configure:10604: $? = 0
configure:10607: test -s conftest.o
configure:10610: $? = 0
configure:10621: result: yes
configure:10639: checking whether asinh is declared
configure:10664: gcc -c -g -O2  conftest.c >&5
configure:10670: $? = 0
configure:10674: test -z 
			 || test ! -s conftest.err
configure:10677: $? = 0
configure:10680: test -s conftest.o
configure:10683: $? = 0
configure:10694: result: yes
configure:10712: checking whether atanh is declared
configure:10737: gcc -c -g -O2  conftest.c >&5
configure:10743: $? = 0
configure:10747: test -z 
			 || test ! -s conftest.err
configure:10750: $? = 0
configure:10753: test -s conftest.o
configure:10756: $? = 0
configure:10767: result: yes
configure:10785: checking whether ldexp is declared
configure:10810: gcc -c -g -O2  conftest.c >&5
configure:10816: $? = 0
configure:10820: test -z 
			 || test ! -s conftest.err
configure:10823: $? = 0
configure:10826: test -s conftest.o
configure:10829: $? = 0
configure:10840: result: yes
configure:10858: checking whether frexp is declared
configure:10883: gcc -c -g -O2  conftest.c >&5
configure:10889: $? = 0
configure:10893: test -z 
			 || test ! -s conftest.err
configure:10896: $? = 0
configure:10899: test -s conftest.o
configure:10902: $? = 0
configure:10913: result: yes
configure:10931: checking whether isinf is declared
configure:10956: gcc -c -g -O2  conftest.c >&5
configure:10962: $? = 0
configure:10966: test -z 
			 || test ! -s conftest.err
configure:10969: $? = 0
configure:10972: test -s conftest.o
configure:10975: $? = 0
configure:10986: result: yes
configure:11004: checking whether finite is declared
configure:11029: gcc -c -g -O2  conftest.c >&5
configure:11035: $? = 0
configure:11039: test -z 
			 || test ! -s conftest.err
configure:11042: $? = 0
configure:11045: test -s conftest.o
configure:11048: $? = 0
configure:11059: result: yes
configure:11077: checking whether isfinite is declared
configure:11102: gcc -c -g -O2  conftest.c >&5
conftest.c: In function 'main':
conftest.c:49: error: 'isfinite' undeclared (first use in this function)
conftest.c:49: error: (Each undeclared identifier is reported only once
conftest.c:49: error: for each function it appears in.)
configure:11108: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gsl"
| #define PACKAGE_TARNAME "gsl"
| #define PACKAGE_VERSION "1.9"
| #define PACKAGE_STRING "gsl 1.9"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gsl"
| #define VERSION "1.9"
| #define RELEASED 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_INLINE 1
| #define HAVE_VPRINTF 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMMOVE 1
| #define HAVE_STRDUP 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_EXIT_SUCCESS_AND_FAILURE 1
| #define HAVE_LIBM 1
| #define HAVE_DECL_FEENABLEEXCEPT 1
| #define HAVE_DECL_FESETTRAPENABLE 0
| #define HAVE_DECL_HYPOT 1
| #define HAVE_DECL_EXPM1 1
| #define HAVE_DECL_ACOSH 1
| #define HAVE_DECL_ASINH 1
| #define HAVE_DECL_ATANH 1
| #define HAVE_DECL_LDEXP 1
| #define HAVE_DECL_FREXP 1
| #define HAVE_DECL_ISINF 1
| #define HAVE_DECL_FINITE 1
| /* end confdefs.h.  */
| #include <math.h>
| 
| int
| main ()
| {
| #ifndef isfinite
|   char *p = (char *) isfinite;
| #endif
| 
|   ;
|   return 0;
| }
configure:11132: result: no
configure:11150: checking whether isnan is declared
configure:11175: gcc -c -g -O2  conftest.c >&5
configure:11181: $? = 0
configure:11185: test -z 
			 || test ! -s conftest.err
configure:11188: $? = 0
configure:11191: test -s conftest.o
configure:11194: $? = 0
configure:11205: result: yes
configure:11230: checking whether log1p is declared
configure:11255: gcc -c -g -O2  conftest.c >&5
configure:11261: $? = 0
configure:11265: test -z 
			 || test ! -s conftest.err
configure:11268: $? = 0
configure:11271: test -s conftest.o
configure:11274: $? = 0
configure:11285: result: yes
configure:11306: checking for long double stdio
configure:11332: gcc -o conftest -g -O2   conftest.c -lm  >&5
configure:11335: $? = 0
configure:11337: ./conftest
1.234
configure:11340: $? = 0
configure:11354: result: yes
configure:11365: checking for extended floating point registers
configure:11398: result: yes
configure:11409: checking for IEEE arithmetic interface type
configure:11472: result: gnux86
configure:11476: checking for FPU_SETCW
configure:11503: gcc -c -g -O2  conftest.c >&5
configure:11509: $? = 0
configure:11513: test -z 
			 || test ! -s conftest.err
configure:11516: $? = 0
configure:11519: test -s conftest.o
configure:11522: $? = 0
configure:11534: result: yes
configure:11565: checking for IEEE compiler flags
configure:11632: result: none
configure:11641: checking for IEEE comparisons
configure:11667: gcc -o conftest -g -O2   conftest.c -lm  >&5
conftest.c: In function 'main':
conftest.c:57: warning: incompatible implicit declaration of built-in function 'exit'
configure:11670: $? = 0
configure:11672: ./conftest
configure:11675: $? = 0
configure:11690: result: yes
configure:11701: checking for IEEE denormalized values
configure:11728: gcc -o conftest -g -O2   conftest.c -lm  >&5
conftest.c: In function 'main':
conftest.c:59: warning: incompatible implicit declaration of built-in function 'exit'
configure:11731: $? = 0
configure:11733: ./conftest
configure:11736: $? = 0
configure:11751: result: yes
configure:11866: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by gsl config.status 1.9, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on hayk-desktop

config.status:764: creating gsl-config
config.status:764: creating gsl.pc
config.status:764: creating gsl_version.h
config.status:764: creating gsl.spec
config.status:764: creating gsl/Makefile
config.status:764: creating test/Makefile
config.status:764: creating err/Makefile
config.status:764: creating sys/Makefile
config.status:764: creating utils/Makefile
config.status:764: creating const/Makefile
config.status:764: creating min/Makefile
config.status:764: creating multimin/Makefile
config.status:764: creating ieee-utils/Makefile
config.status:764: creating fft/Makefile
config.status:764: creating specfunc/Makefile
config.status:764: creating dht/Makefile
config.status:764: creating fit/Makefile
config.status:764: creating multifit/Makefile
config.status:764: creating bspline/Makefile
config.status:764: creating statistics/Makefile
config.status:764: creating sum/Makefile
config.status:764: creating roots/Makefile
config.status:764: creating multiroots/Makefile
config.status:764: creating ntuple/Makefile
config.status:764: creating poly/Makefile
config.status:764: creating qrng/Makefile
config.status:764: creating rng/Makefile
config.status:764: creating randist/Makefile
config.status:764: creating siman/Makefile
config.status:764: creating integration/Makefile
config.status:764: creating interpolation/Makefile
config.status:764: creating doc/Makefile
config.status:764: creating block/Makefile
config.status:764: creating vector/Makefile
config.status:764: creating matrix/Makefile
config.status:764: creating histogram/Makefile
config.status:764: creating monte/Makefile
config.status:764: creating ode-initval/Makefile
config.status:764: creating cblas/Makefile
config.status:764: creating blas/Makefile
config.status:764: creating linalg/Makefile
config.status:764: creating eigen/Makefile
config.status:764: creating permutation/Makefile
config.status:764: creating combination/Makefile
config.status:764: creating sort/Makefile
config.status:764: creating complex/Makefile
config.status:764: creating diff/Makefile
config.status:764: creating deriv/Makefile
config.status:764: creating cheb/Makefile
config.status:764: creating cdf/Makefile
config.status:764: creating wavelet/Makefile
config.status:764: creating Makefile
config.status:868: creating config.h

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_extended_fp=yes
ac_cv_c_extern_inline=yes
ac_cv_c_fpu_setcw=yes
ac_cv_c_ieee_comparisons=yes
ac_cv_c_ieee_denormals=yes
ac_cv_c_ieee_flags=none
ac_cv_c_ieee_interface=gnux86
ac_cv_c_inline=inline
ac_cv_c_volatile=yes
ac_cv_decl_exit_success_and_failure=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func__doprnt=no
ac_cv_func_memcpy=yes
ac_cv_func_memmove=yes
ac_cv_func_printf_longdouble=yes
ac_cv_func_strdup=yes
ac_cv_func_strtol=yes
ac_cv_func_strtoul=yes
ac_cv_func_vprintf=yes
ac_cv_have_decl_acosh=yes
ac_cv_have_decl_asinh=yes
ac_cv_have_decl_atanh=yes
ac_cv_have_decl_expm1=yes
ac_cv_have_decl_feenableexcept=yes
ac_cv_have_decl_fesettrapenable=no
ac_cv_have_decl_finite=yes
ac_cv_have_decl_frexp=yes
ac_cv_have_decl_hypot=yes
ac_cv_have_decl_isfinite=no
ac_cv_have_decl_isinf=yes
ac_cv_have_decl_isnan=yes
ac_cv_have_decl_ldexp=yes
ac_cv_have_decl_log1p=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_ieeefp_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_m_cos=yes
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_type_size_t=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ 	][ 	]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /home/hayk/Desktop/gsl-1.9/missing --run aclocal-1.9'
AMTAR='${SHELL} /home/hayk/Desktop/gsl-1.9/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /home/hayk/Desktop/gsl-1.9/missing --run autoconf'
AUTOHEADER='${SHELL} /home/hayk/Desktop/gsl-1.9/missing --run autoheader'
AUTOMAKE='${SHELL} /home/hayk/Desktop/gsl-1.9/missing --run automake-1.9'
AWK='mawk'
CC='gcc'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
GSL_CFLAGS='-I${prefix}/include'
GSL_LIBS='-L${exec_prefix}/lib -lgsl'
GSL_LT_CBLAS_VERSION='0:0:0'
GSL_LT_VERSION='10:0:10'
HAVE_AIX_IEEE_INTERFACE=''
HAVE_DARWIN86_IEEE_INTERFACE=''
HAVE_DARWIN_IEEE_INTERFACE=''
HAVE_EXTENDED_PRECISION_REGISTERS=''
HAVE_FREEBSD_IEEE_INTERFACE=''
HAVE_GNUM68K_IEEE_INTERFACE=''
HAVE_GNUPPC_IEEE_INTERFACE=''
HAVE_GNUSPARC_IEEE_INTERFACE=''
HAVE_GNUX86_IEEE_INTERFACE=''
HAVE_HPUX11_IEEE_INTERFACE=''
HAVE_HPUX_IEEE_INTERFACE=''
HAVE_IEEE_COMPARISONS=''
HAVE_IEEE_DENORMALS=''
HAVE_INLINE=''
HAVE_IRIX_IEEE_INTERFACE=''
HAVE_NETBSD_IEEE_INTERFACE=''
HAVE_OPENBSD_IEEE_INTERFACE=''
HAVE_OS2EMX_IEEE_INTERFACE=''
HAVE_PRINTF_LONGDOUBLE=''
HAVE_SOLARIS_IEEE_INTERFACE=''
HAVE_SUNOS4_IEEE_INTERFACE=''
HAVE_TRU64_IEEE_INTERFACE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS='-lm '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/hayk/Desktop/gsl-1.9/missing --run makeinfo'
OBJEXT='o'
PACKAGE='gsl'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='gsl'
PACKAGE_STRING='gsl 1.9'
PACKAGE_TARNAME='gsl'
PACKAGE_VERSION='1.9'
PATH_SEPARATOR=':'
RANLIB='ranlib'
RELEASED=''
SET_MAKE=''
SHELL='/bin/bash'
STRIP='strip'
VERSION='1.9'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
am__leading_dot='.'
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/hayk/Desktop/gsl-1.9/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define HAVE_DECL_ACOSH 1
#define HAVE_DECL_ASINH 1
#define HAVE_DECL_ATANH 1
#define HAVE_DECL_EXPM1 1
#define HAVE_DECL_FEENABLEEXCEPT 1
#define HAVE_DECL_FESETTRAPENABLE 0
#define HAVE_DECL_FINITE 1
#define HAVE_DECL_FREXP 1
#define HAVE_DECL_HYPOT 1
#define HAVE_DECL_ISFINITE 0
#define HAVE_DECL_ISINF 1
#define HAVE_DECL_ISNAN 1
#define HAVE_DECL_LDEXP 1
#define HAVE_DECL_LOG1P 1
#define HAVE_DLFCN_H 1
#define HAVE_EXIT_SUCCESS_AND_FAILURE 1
#define HAVE_EXTENDED_PRECISION_REGISTERS 1
#define HAVE_GNUX86_IEEE_INTERFACE 1
#define HAVE_IEEE_COMPARISONS 1
#define HAVE_IEEE_DENORMALS 1
#define HAVE_INLINE 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBM 1
#define HAVE_MEMCPY 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMORY_H 1
#define HAVE_PRINTF_LONGDOUBLE 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRDUP 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRTOL 1
#define HAVE_STRTOUL 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_VPRINTF 1
#define PACKAGE "gsl"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME "gsl"
#define PACKAGE_STRING "gsl 1.9"
#define PACKAGE_TARNAME "gsl"
#define PACKAGE_VERSION "1.9"
#define RELEASED 1
#define STDC_HEADERS 1
#define VERSION "1.9"

configure: exit 0
_______________________________________________
Help-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gsl

Reply via email to