This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Intel comlier7.1 and gsl-1.3.20030805: make check fails


Hi,

config.log file is also attached

Actual make check fails for this routines under
Gamma Functions

FAIL: gsl_sf_pochrel_e(-5.5,-1.0/256.0, &r)
  expected:    1.767826803772618
  obtained:    1.767826803772626   3.938294613458071e-15  2.22776e-15
  fracdiff: 2.260856595296104e-15
  value/expected not consistent within reported error
     1.76782680377262569  3.93829461345807068e-15


=========
Krishna
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.3.20030805, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  $ ./configure 

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

hostname = s3
uname -m = i686
uname -r = 2.4.9-686-smp
uname -s = Linux
uname -v = #1 SMP Sun Aug 19 11:17:05 EST 2001

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

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

PATH: /usr/intel/compiler70/ia32/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/games
PATH: /usr/local/jdk1.2.2/bin
PATH: /database/oracle/app/oracle/product/8.1.7/bin/
PATH: .


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

configure:1490: checking for a BSD-compatible install
configure:1544: result: /usr/bin/install -c
configure:1555: checking whether build environment is sane
configure:1598: result: yes
configure:1631: checking for gawk
configure:1647: found /usr/bin/gawk
configure:1657: result: gawk
configure:1667: checking whether make sets $(MAKE)
configure:1687: result: yes
configure:1853: checking whether to enable maintainer-specific portions of Makefiles
configure:1862: result: no
configure:1900: checking whether make sets $(MAKE)
configure:1920: result: yes
configure:1936: checking build system type
configure:1954: result: i686-pc-linux-gnu
configure:1962: checking host system type
configure:1976: result: i686-pc-linux-gnu
configure:2037: checking for gcc
configure:2063: result: iccbin
configure:2307: checking for C compiler version
configure:2310: iccbin --version </dev/null >&5
iccbin: Command line warning: ignoring unknown option '-fversion'
iccbin: Command line error: no files specified; for help type "iccbin -help"
configure:2313: $? = 1
configure:2315: iccbin -v </dev/null >&5
iccbin: Command line error: no files specified; for help type "iccbin -help"
configure:2318: $? = 1
configure:2320: iccbin -V </dev/null >&5
Intel(R) C++ Compiler for 32-bit applications, Version 7.1   Build 20030307Z
Copyright (C) 1985-2003 Intel Corporation.  All rights reserved.
30 DAY EVALUATION LICENSE

iccbin: NOTE: The evaluation period for this product ends on 3-sep-2003 UTC.
iccbin: Command line error: no files specified; for help type "iccbin -help"
configure:2323: $? = 1
configure:2347: checking for C compiler default output
configure:2350: iccbin    conftest.c  >&5
configure:2353: $? = 0
configure:2399: result: a.out
configure:2404: checking whether the C compiler works
configure:2410: ./a.out
configure:2413: $? = 0
configure:2430: result: yes
configure:2437: checking whether we are cross compiling
configure:2439: result: no
configure:2442: checking for suffix of executables
configure:2444: iccbin -o conftest    conftest.c  >&5
configure:2447: $? = 0
configure:2472: result: 
configure:2478: checking for suffix of object files
configure:2500: iccbin -c   conftest.c >&5
configure:2503: $? = 0
configure:2525: result: o
configure:2529: checking whether we are using the GNU C compiler
configure:2554: iccbin -c   conftest.c >&5
configure(2550): error: identifier "choke" is undefined
         choke me
         ^

compilation aborted for conftest.c (code 2)
configure:2557: $? = 2
configure: failed program was:
| #line 2534 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gsl"
| #define PACKAGE_TARNAME "gsl"
| #define PACKAGE_VERSION "1.3.20030805"
| #define PACKAGE_STRING "gsl 1.3.20030805"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gsl"
| #define VERSION "1.3.20030805"
| #define RELEASED 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:2576: result: no
configure:2582: checking whether iccbin accepts -g
configure:2604: iccbin -c -g  conftest.c >&5
configure:2607: $? = 0
configure:2610: test -s conftest.o
configure:2613: $? = 0
configure:2624: result: yes
configure:2641: checking for iccbin option to accept ANSI C
configure:2702: iccbin  -c   conftest.c >&5
configure:2705: $? = 0
configure:2708: test -s conftest.o
configure:2711: $? = 0
configure:2729: result: none needed
configure:2747: iccbin -c   conftest.c >&5
conftest.c(2): error: identifier "choke" is undefined
    choke me
    ^

conftest.c(3): error: expected a ";"

compilation aborted for conftest.c (code 2)
configure:2750: $? = 2
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2864: checking how to run the C preprocessor
configure:2900: iccbin -E  conftest.c
configure:2906: $? = 0
configure:2938: iccbin -E  conftest.c
configure(2940): catastrophic error: could not open source file "ac_nonexistent.h"
  #include <ac_nonexistent.h>
                             ^

configure:2944: $? = 4
configure: failed program was:
| #line 2929 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gsl"
| #define PACKAGE_TARNAME "gsl"
| #define PACKAGE_VERSION "1.3.20030805"
| #define PACKAGE_STRING "gsl 1.3.20030805"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gsl"
| #define VERSION "1.3.20030805"
| #define RELEASED 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:2982: result: iccbin -E
configure:3007: iccbin -E  conftest.c
configure:3013: $? = 0
configure:3045: iccbin -E  conftest.c
configure(3047): catastrophic error: could not open source file "ac_nonexistent.h"
  #include <ac_nonexistent.h>
                             ^

configure:3051: $? = 4
configure: failed program was:
| #line 3036 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gsl"
| #define PACKAGE_TARNAME "gsl"
| #define PACKAGE_VERSION "1.3.20030805"
| #define PACKAGE_STRING "gsl 1.3.20030805"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gsl"
| #define VERSION "1.3.20030805"
| #define RELEASED 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3105: checking for a BSD-compatible install
configure:3159: result: /usr/bin/install -c
configure:3170: checking whether ln -s works
configure:3174: result: yes
configure:3222: checking for ranlib
configure:3238: found /usr/bin/ranlib
configure:3249: result: ranlib
configure:3302: checking for ar
configure:3318: found /usr/bin/ar
configure:3329: result: ar
configure:3463: checking for non-GNU ld
configure:3493: result: /usr/bin/ld
configure:3502: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.11.90.0.31 (with BFD 2.11.90.0.31)
configure:3514: result: yes
configure:3519: checking for /usr/bin/ld option to reload object files
configure:3526: result: -r
configure:3531: checking for BSD-compatible nm
configure:3567: result: /usr/bin/nm -B
configure:3570: checking for a sed that does not truncate output
configure:3652: result: /bin/sed
configure:3655: checking how to recognise dependent libraries
configure:3836: result: pass_all
configure:3849: checking command to parse /usr/bin/nm -B output
configure:3933: iccbin -c   conftest.c >&5
configure:3936: $? = 0
configure:3940: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:3943: $? = 0
configure:3995: iccbin -o conftest    conftest.c conftstm.o >&5
configure:3998: $? = 0
configure:4042: result: ok
configure:4047: checking for egrep
configure:4057: result: grep -E
configure:4062: checking for ANSI C header files
configure:4088: iccbin -c   conftest.c >&5
configure:4091: $? = 0
configure:4094: test -s conftest.o
configure:4097: $? = 0
configure:4186: iccbin -o conftest    conftest.c  >&5
configure:4189: $? = 0
configure:4191: ./conftest
configure:4194: $? = 0
configure:4209: result: yes
configure:4233: checking for sys/types.h
configure:4250: iccbin -c   conftest.c >&5
configure:4253: $? = 0
configure:4256: test -s conftest.o
configure:4259: $? = 0
configure:4270: result: yes
configure:4233: checking for sys/stat.h
configure:4250: iccbin -c   conftest.c >&5
configure:4253: $? = 0
configure:4256: test -s conftest.o
configure:4259: $? = 0
configure:4270: result: yes
configure:4233: checking for stdlib.h
configure:4250: iccbin -c   conftest.c >&5
configure:4253: $? = 0
configure:4256: test -s conftest.o
configure:4259: $? = 0
configure:4270: result: yes
configure:4233: checking for string.h
configure:4250: iccbin -c   conftest.c >&5
configure:4253: $? = 0
configure:4256: test -s conftest.o
configure:4259: $? = 0
configure:4270: result: yes
configure:4233: checking for memory.h
configure:4250: iccbin -c   conftest.c >&5
configure:4253: $? = 0
configure:4256: test -s conftest.o
configure:4259: $? = 0
configure:4270: result: yes
configure:4233: checking for strings.h
configure:4250: iccbin -c   conftest.c >&5
configure:4253: $? = 0
configure:4256: test -s conftest.o
configure:4259: $? = 0
configure:4270: result: yes
configure:4233: checking for inttypes.h
configure:4250: iccbin -c   conftest.c >&5
configure:4253: $? = 0
configure:4256: test -s conftest.o
configure:4259: $? = 0
configure:4270: result: yes
configure:4233: checking for stdint.h
configure:4250: iccbin -c   conftest.c >&5
configure:4253: $? = 0
configure:4256: test -s conftest.o
configure:4259: $? = 0
configure:4270: result: yes
configure:4233: checking for unistd.h
configure:4250: iccbin -c   conftest.c >&5
configure:4253: $? = 0
configure:4256: test -s conftest.o
configure:4259: $? = 0
configure:4270: result: yes
configure:4296: checking dlfcn.h usability
configure:4309: iccbin -c   conftest.c >&5
configure:4312: $? = 0
configure:4315: test -s conftest.o
configure:4318: $? = 0
configure:4328: result: yes
configure:4332: checking dlfcn.h presence
configure:4343: iccbin -E  conftest.c
configure:4349: $? = 0
configure:4368: result: yes
configure:4404: checking for dlfcn.h
configure:4411: result: yes
configure:4609: checking for ranlib
configure:4636: result: ranlib
configure:4689: checking for strip
configure:4705: found /usr/bin/strip
configure:4716: result: strip
configure:4926: checking for objdir
configure:4937: result: .libs
configure:4954: checking for iccbin option to produce PIC
configure:5097: result: none
configure:5191: checking if iccbin static flag  works
configure:5216: iccbin -o conftest     conftest.c  >&5
configure:5219: $? = 0
configure:5222: test -s conftest
configure:5225: $? = 0
configure:5241: result: yes
configure:5253: checking if iccbin supports -c -o file.o
configure:5276: iccbin -c  -o out/conftest2.o  conftest.c >&5
configure:5297: result: no
configure:5371: checking if we can lock with hard links
configure:5379: result: yes
configure:5452: checking whether the linker (/usr/bin/ld) supports shared libraries
configure:6147: result: yes
configure:6152: checking how to hardcode library paths into programs
configure:6176: result: immediate
configure:6181: checking whether stripping libraries is possible
configure:6186: result: yes
configure:6197: checking dynamic linker characteristics
configure:6604: result: GNU/Linux ld.so
configure:6609: checking if libtool supports shared libraries
configure:6611: result: no
configure:6614: checking whether to build shared libraries
configure:6635: result: no
configure:6638: checking whether to build static libraries
configure:6642: result: yes
configure:7931: checking for size_t
configure:7956: iccbin -c   conftest.c >&5
configure(7995): warning #279: controlling expression is constant
  if ((size_t *) 0)
      ^

configure:7959: $? = 0
configure:7962: test -s conftest.o
configure:7965: $? = 0
configure:7976: result: yes
configure:7988: checking for working volatile
configure:8012: iccbin -c   conftest.c >&5
configure:8015: $? = 0
configure:8018: test -s conftest.o
configure:8021: $? = 0
configure:8032: result: yes
configure:8042: checking for inline
configure:8064: iccbin -c   conftest.c >&5
configure:8067: $? = 0
configure:8070: test -s conftest.o
configure:8073: $? = 0
configure:8085: result: inline
configure:8107: checking for extern inline
configure:8132: iccbin -c   conftest.c >&5
configure(8137): warning #290: function "foo" has already been defined
  double foo (double x) { return x + 1.0 ; };
         ^

configure:8135: $? = 0
configure:8138: test -s conftest.o
configure:8141: $? = 0
configure:8152: result: yes
configure:8170: checking for vprintf
configure:8220: iccbin -o conftest    conftest.c  >&5
configure:8223: $? = 0
configure:8226: test -s conftest
configure:8229: $? = 0
configure:8240: result: yes
configure:8247: checking for _doprnt
configure:8297: iccbin -o conftest    conftest.c  >&5
/tmp/iccbiShOT5T.o: In function `main':
/tmp/iccbiShOT5T.o(.text+0xd): undefined reference to `_doprnt'
/tmp/iccbiShOT5T.o(.data+0x0): undefined reference to `_doprnt'
configure:8300: $? = 1
configure: failed program was:
| #line 8252 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gsl"
| #define PACKAGE_TARNAME "gsl"
| #define PACKAGE_VERSION "1.3.20030805"
| #define PACKAGE_STRING "gsl 1.3.20030805"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gsl"
| #define VERSION "1.3.20030805"
| #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.  */
| /* 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
| /* 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:8317: result: no
configure:8340: checking for memcpy
configure:8390: iccbin -o conftest    conftest.c  >&5
configure:8393: $? = 0
configure:8396: test -s conftest
configure:8399: $? = 0
configure:8410: result: yes
configure:8340: checking for memmove
configure:8390: iccbin -o conftest    conftest.c  >&5
configure:8393: $? = 0
configure:8396: test -s conftest
configure:8399: $? = 0
configure:8410: result: yes
configure:8340: checking for strdup
configure:8390: iccbin -o conftest    conftest.c  >&5
configure:8393: $? = 0
configure:8396: test -s conftest
configure:8399: $? = 0
configure:8410: result: yes
configure:8340: checking for strtol
configure:8390: iccbin -o conftest    conftest.c  >&5
configure:8393: $? = 0
configure:8396: test -s conftest
configure:8399: $? = 0
configure:8410: result: yes
configure:8340: checking for strtoul
configure:8390: iccbin -o conftest    conftest.c  >&5
configure:8393: $? = 0
configure:8396: test -s conftest
configure:8399: $? = 0
configure:8410: result: yes
configure:8424: checking for EXIT_SUCCESS and EXIT_FAILURE
configure:8453: result: yes
configure:8466: checking for cos in -lm
configure:8497: iccbin -o conftest    conftest.c -lm   >&5
configure(8514):  (col. 1)warning #980: wrong number of actual arguments to intrinsic function "cos"

configure:8500: $? = 0
configure:8503: test -s conftest
configure:8506: $? = 0
configure:8518: result: yes
configure:8531: checking whether feenableexcept is declared
configure:8557: iccbin -c   conftest.c >&5
configure(8573): error: identifier "feenableexcept" is undefined
    char *p = (char *) feenableexcept;
                       ^

compilation aborted for conftest.c (code 2)
configure:8560: $? = 2
configure: failed program was:
| #line 8536 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gsl"
| #define PACKAGE_TARNAME "gsl"
| #define PACKAGE_VERSION "1.3.20030805"
| #define PACKAGE_STRING "gsl 1.3.20030805"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gsl"
| #define VERSION "1.3.20030805"
| #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
| /* end confdefs.h.  */
| #include <math.h>
| 
| int
| main ()
| {
| #ifndef feenableexcept
|   char *p = (char *) feenableexcept;
| #endif
| 
|   ;
|   return 0;
| }
configure:8577: result: no
configure:8595: checking whether fesettrapenable is declared
configure:8621: iccbin -c   conftest.c >&5
configure(8638): error: identifier "fesettrapenable" is undefined
    char *p = (char *) fesettrapenable;
                       ^

compilation aborted for conftest.c (code 2)
configure:8624: $? = 2
configure: failed program was:
| #line 8600 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gsl"
| #define PACKAGE_TARNAME "gsl"
| #define PACKAGE_VERSION "1.3.20030805"
| #define PACKAGE_STRING "gsl 1.3.20030805"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gsl"
| #define VERSION "1.3.20030805"
| #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 0
| /* end confdefs.h.  */
| #include <math.h>
| 
| int
| main ()
| {
| #ifndef fesettrapenable
|   char *p = (char *) fesettrapenable;
| #endif
| 
|   ;
|   return 0;
| }
configure:8641: result: no
configure:8659: checking whether hypot is declared
configure:8685: iccbin -c   conftest.c >&5
configure:8688: $? = 0
configure:8691: test -s conftest.o
configure:8694: $? = 0
configure:8705: result: yes
configure:8723: checking whether expm1 is declared
configure:8749: iccbin -c   conftest.c >&5
configure:8752: $? = 0
configure:8755: test -s conftest.o
configure:8758: $? = 0
configure:8769: result: yes
configure:8787: checking whether acosh is declared
configure:8813: iccbin -c   conftest.c >&5
configure:8816: $? = 0
configure:8819: test -s conftest.o
configure:8822: $? = 0
configure:8833: result: yes
configure:8851: checking whether asinh is declared
configure:8877: iccbin -c   conftest.c >&5
configure:8880: $? = 0
configure:8883: test -s conftest.o
configure:8886: $? = 0
configure:8897: result: yes
configure:8915: checking whether atanh is declared
configure:8941: iccbin -c   conftest.c >&5
configure:8944: $? = 0
configure:8947: test -s conftest.o
configure:8950: $? = 0
configure:8961: result: yes
configure:8979: checking whether ldexp is declared
configure:9005: iccbin -c   conftest.c >&5
configure:9008: $? = 0
configure:9011: test -s conftest.o
configure:9014: $? = 0
configure:9025: result: yes
configure:9043: checking whether frexp is declared
configure:9069: iccbin -c   conftest.c >&5
configure:9072: $? = 0
configure:9075: test -s conftest.o
configure:9078: $? = 0
configure:9089: result: yes
configure:9107: checking whether isinf is declared
configure:9133: iccbin -c   conftest.c >&5
configure:9136: $? = 0
configure:9139: test -s conftest.o
configure:9142: $? = 0
configure:9153: result: yes
configure:9171: checking whether finite is declared
configure:9197: iccbin -c   conftest.c >&5
configure:9200: $? = 0
configure:9203: test -s conftest.o
configure:9206: $? = 0
configure:9217: result: yes
configure:9235: checking whether isfinite is declared
configure:9261: iccbin -c   conftest.c >&5
configure:9264: $? = 0
configure:9267: test -s conftest.o
configure:9270: $? = 0
configure:9281: result: yes
configure:9299: checking whether isnan is declared
configure:9325: iccbin -c   conftest.c >&5
configure:9328: $? = 0
configure:9331: test -s conftest.o
configure:9334: $? = 0
configure:9345: result: yes
configure:9370: checking whether log1p is declared
configure:9396: iccbin -c   conftest.c >&5
configure:9399: $? = 0
configure:9402: test -s conftest.o
configure:9405: $? = 0
configure:9416: result: yes
configure:9437: checking for long double stdio
configure:9464: iccbin -o conftest    conftest.c -lm  >&5
configure:9467: $? = 0
configure:9469: ./conftest
1.234
configure:9472: $? = 0
configure:9486: result: yes
configure:9497: checking for extended floating point registers
configure:9527: result: yes
configure:9538: checking for IEEE arithmetic interface type
configure:9598: result: gnux86
configure:9602: checking for FPU_SETCW
configure:9630: iccbin -c   conftest.c >&5
configure:9633: $? = 0
configure:9636: test -s conftest.o
configure:9639: $? = 0
configure:9651: result: yes
configure:9683: checking for IEEE compiler flags
configure:9741: result: none
configure:9750: checking for IEEE comparisons
configure:9777: iccbin -o conftest    conftest.c -lm  >&5
configure:9780: $? = 0
configure:9782: ./conftest
configure:9785: $? = 1
configure: program exited with status 1
configure: failed program was:
| #line 9758 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "gsl"
| #define PACKAGE_TARNAME "gsl"
| #define PACKAGE_VERSION "1.3.20030805"
| #define PACKAGE_STRING "gsl 1.3.20030805"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "gsl"
| #define VERSION "1.3.20030805"
| #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 0
| #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
| #define HAVE_DECL_ISFINITE 1
| #define HAVE_DECL_ISNAN 1
| #define HAVE_DECL_LOG1P 1
| #define HAVE_PRINTF_LONGDOUBLE 1
| #define HAVE_EXTENDED_PRECISION_REGISTERS 1
| #define HAVE_GNUX86_IEEE_INTERFACE 1
| /* end confdefs.h.  */
| 
| #include <math.h>
| int main (void)
| {
|    int status; double inf, nan;
|    inf = exp(1.0e10);
|    nan = inf / inf ;
|    status = (nan == nan);
|    exit (status);
| }
configure:9800: result: no
configure:9811: checking for IEEE denormalized values
configure:9839: iccbin -o conftest    conftest.c -lm  >&5
configure(9872): warning #239: floating point underflow
     volatile double z = 1e-308;
                       ^

configure:9842: $? = 0
configure:9844: ./conftest
configure:9847: $? = 0
configure:9862: result: yes
configure:9976: creating ./config.status

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

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

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

on s3

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

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=no
ac_cv_c_extended_fp=yes
ac_cv_c_extern_inline=yes
ac_cv_c_fpu_setcw=yes
ac_cv_c_ieee_comparisons=no
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=set
ac_cv_env_CC_value=iccbin
ac_cv_env_CFLAGS_set=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=no
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=yes
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_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=gawk
ac_cv_prog_CPP='iccbin -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=iccbin
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_compiler_c_o=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so.5 /lib/libc.so.5.4.46 /lib/libc.so.6 /lib/libc-2.3.1.so'
lt_cv_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_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''
lt_cv_ld_reload_flag=-r
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_cc_can_build_shared=no
lt_cv_prog_cc_no_builtin=
lt_cv_prog_cc_pic=
lt_cv_prog_cc_shlib=
lt_cv_prog_cc_static=
lt_cv_prog_cc_static_works=yes
lt_cv_prog_cc_wl=
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''

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

ACLOCAL='${SHELL} /tmp/abrar/gsl-1.3.20030805/missing --run aclocal-1.7'
AMTAR='${SHELL} /tmp/abrar/gsl-1.3.20030805/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /tmp/abrar/gsl-1.3.20030805/missing --run autoconf'
AUTOHEADER='${SHELL} /tmp/abrar/gsl-1.3.20030805/missing --run autoheader'
AUTOMAKE='${SHELL} /tmp/abrar/gsl-1.3.20030805/missing --run automake-1.7'
AWK='gawk'
CC='iccbin'
CFLAGS=''
CPP='iccbin -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='5:0:5'
HAVE_AIX_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} /tmp/abrar/gsl-1.3.20030805/missing --run makeinfo'
OBJEXT='o'
PACKAGE='gsl'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='gsl'
PACKAGE_STRING='gsl 1.3.20030805'
PACKAGE_TARNAME='gsl'
PACKAGE_VERSION='1.3.20030805'
PATH_SEPARATOR=':'
RANLIB='ranlib'
RELEASED=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='1.3.20030805'
ac_ct_AR='ar'
ac_ct_CC='iccbin'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
am__leading_dot='.'
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='/tmp/abrar/gsl-1.3.20030805/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
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 0
#define HAVE_DECL_FESETTRAPENABLE 0
#define HAVE_DECL_FINITE 1
#define HAVE_DECL_FREXP 1
#define HAVE_DECL_HYPOT 1
#define HAVE_DECL_ISFINITE 1
#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_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.3.20030805"
#define PACKAGE_TARNAME "gsl"
#define PACKAGE_VERSION "1.3.20030805"
#define RELEASED 1
#define STDC_HEADERS 1
#define VERSION "1.3.20030805"

configure: exit 0

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]