dec_number 0.2.0 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/dec_number-0.2.0.gem +0 -0
- data/dec_number.gemspec +1 -1
- data/ext/dec_number/bench.rb +8 -8
- data/ext/dec_number/decNumber/Makefile +680 -0
- data/ext/dec_number/decNumber/config.h +143 -0
- data/ext/dec_number/decNumber/config.log +1019 -0
- data/ext/dec_number/decNumber/config.status +2049 -0
- data/ext/dec_number/decNumber/decContext.lo +12 -0
- data/ext/dec_number/decNumber/decContext.o +0 -0
- data/ext/dec_number/decNumber/decNumber.lo +12 -0
- data/ext/dec_number/decNumber/decNumber.o +0 -0
- data/ext/dec_number/decNumber/libdecContext.la +41 -0
- data/ext/dec_number/decNumber/libdecNumber.a +0 -0
- data/ext/dec_number/decNumber/libdecNumber.la +41 -0
- data/ext/dec_number/decNumber/libtool +9239 -0
- data/ext/dec_number/decNumber/stamp-h1 +1 -0
- data/ext/dec_number/dec_number.c +14 -14
- data/ext/dec_number/extconf.rb +8 -2
- metadata +16 -4
@@ -0,0 +1,143 @@
|
|
1
|
+
/* config.h. Generated from config.h.in by configure. */
|
2
|
+
/* config.h.in. Generated from configure.ac by autoheader. */
|
3
|
+
|
4
|
+
/* Define to 1 if you have the <dlfcn.h> header file. */
|
5
|
+
#define HAVE_DLFCN_H 1
|
6
|
+
|
7
|
+
/* Define to 1 if you have the `floor' function. */
|
8
|
+
/* #undef HAVE_FLOOR */
|
9
|
+
|
10
|
+
/* Define to 1 if you have the <inttypes.h> header file. */
|
11
|
+
#define HAVE_INTTYPES_H 1
|
12
|
+
|
13
|
+
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
|
14
|
+
to 0 otherwise. */
|
15
|
+
#define HAVE_MALLOC 1
|
16
|
+
|
17
|
+
/* Define to 1 if you have the <memory.h> header file. */
|
18
|
+
#define HAVE_MEMORY_H 1
|
19
|
+
|
20
|
+
/* Define to 1 if you have the `memset' function. */
|
21
|
+
#define HAVE_MEMSET 1
|
22
|
+
|
23
|
+
/* Define to 1 if you have the `sqrt' function. */
|
24
|
+
/* #undef HAVE_SQRT */
|
25
|
+
|
26
|
+
/* Define to 1 if stdbool.h conforms to C99. */
|
27
|
+
#define HAVE_STDBOOL_H 1
|
28
|
+
|
29
|
+
/* Define to 1 if you have the <stdint.h> header file. */
|
30
|
+
#define HAVE_STDINT_H 1
|
31
|
+
|
32
|
+
/* Define to 1 if you have the <stdlib.h> header file. */
|
33
|
+
#define HAVE_STDLIB_H 1
|
34
|
+
|
35
|
+
/* Define to 1 if you have the <strings.h> header file. */
|
36
|
+
#define HAVE_STRINGS_H 1
|
37
|
+
|
38
|
+
/* Define to 1 if you have the <string.h> header file. */
|
39
|
+
#define HAVE_STRING_H 1
|
40
|
+
|
41
|
+
/* Define to 1 if you have the <sys/stat.h> header file. */
|
42
|
+
#define HAVE_SYS_STAT_H 1
|
43
|
+
|
44
|
+
/* Define to 1 if you have the <sys/types.h> header file. */
|
45
|
+
#define HAVE_SYS_TYPES_H 1
|
46
|
+
|
47
|
+
/* Define to 1 if you have the <unistd.h> header file. */
|
48
|
+
#define HAVE_UNISTD_H 1
|
49
|
+
|
50
|
+
/* Define to 1 if the system has the type `_Bool'. */
|
51
|
+
#define HAVE__BOOL 1
|
52
|
+
|
53
|
+
/* Define to the sub-directory in which libtool stores uninstalled libraries.
|
54
|
+
*/
|
55
|
+
#define LT_OBJDIR ".libs/"
|
56
|
+
|
57
|
+
/* Name of package */
|
58
|
+
#define PACKAGE "decnumber"
|
59
|
+
|
60
|
+
/* Define to the address where bug reports for this package should be sent. */
|
61
|
+
#define PACKAGE_BUGREPORT "mfc@uk.ibm.com"
|
62
|
+
|
63
|
+
/* Define to the full name of this package. */
|
64
|
+
#define PACKAGE_NAME "decNumber"
|
65
|
+
|
66
|
+
/* Define to the full name and version of this package. */
|
67
|
+
#define PACKAGE_STRING "decNumber 3.6.8"
|
68
|
+
|
69
|
+
/* Define to the one symbol short name of this package. */
|
70
|
+
#define PACKAGE_TARNAME "decnumber"
|
71
|
+
|
72
|
+
/* Define to the home page for this package. */
|
73
|
+
#define PACKAGE_URL ""
|
74
|
+
|
75
|
+
/* Define to the version of this package. */
|
76
|
+
#define PACKAGE_VERSION "3.6.8"
|
77
|
+
|
78
|
+
/* Define to 1 if you have the ANSI C header files. */
|
79
|
+
#define STDC_HEADERS 1
|
80
|
+
|
81
|
+
/* Version number of package */
|
82
|
+
#define VERSION "3.6.8"
|
83
|
+
|
84
|
+
/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
|
85
|
+
<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
|
86
|
+
#define below would cause a syntax error. */
|
87
|
+
/* #undef _UINT32_T */
|
88
|
+
|
89
|
+
/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
|
90
|
+
<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
|
91
|
+
#define below would cause a syntax error. */
|
92
|
+
/* #undef _UINT64_T */
|
93
|
+
|
94
|
+
/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
|
95
|
+
<pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
|
96
|
+
#define below would cause a syntax error. */
|
97
|
+
/* #undef _UINT8_T */
|
98
|
+
|
99
|
+
/* Define to `__inline__' or `__inline' if that's what the C compiler
|
100
|
+
calls it, or to nothing if 'inline' is not supported under any name. */
|
101
|
+
#ifndef __cplusplus
|
102
|
+
/* #undef inline */
|
103
|
+
#endif
|
104
|
+
|
105
|
+
/* Define to the type of a signed integer type of width exactly 32 bits if
|
106
|
+
such a type exists and the standard includes do not define it. */
|
107
|
+
/* #undef int32_t */
|
108
|
+
|
109
|
+
/* Define to rpl_malloc if the replacement function should be used. */
|
110
|
+
/* #undef malloc */
|
111
|
+
|
112
|
+
/* Define to the equivalent of the C99 'restrict' keyword, or to
|
113
|
+
nothing if this is not supported. Do not define if restrict is
|
114
|
+
supported directly. */
|
115
|
+
#define restrict __restrict
|
116
|
+
/* Work around a bug in Sun C++: it does not support _Restrict or
|
117
|
+
__restrict__, even though the corresponding Sun C compiler ends up with
|
118
|
+
"#define restrict _Restrict" or "#define restrict __restrict__" in the
|
119
|
+
previous line. Perhaps some future version of Sun C++ will work with
|
120
|
+
restrict; if so, hopefully it defines __RESTRICT like Sun C does. */
|
121
|
+
#if defined __SUNPRO_CC && !defined __RESTRICT
|
122
|
+
# define _Restrict
|
123
|
+
# define __restrict__
|
124
|
+
#endif
|
125
|
+
|
126
|
+
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
127
|
+
/* #undef size_t */
|
128
|
+
|
129
|
+
/* Define to the type of an unsigned integer type of width exactly 16 bits if
|
130
|
+
such a type exists and the standard includes do not define it. */
|
131
|
+
/* #undef uint16_t */
|
132
|
+
|
133
|
+
/* Define to the type of an unsigned integer type of width exactly 32 bits if
|
134
|
+
such a type exists and the standard includes do not define it. */
|
135
|
+
/* #undef uint32_t */
|
136
|
+
|
137
|
+
/* Define to the type of an unsigned integer type of width exactly 64 bits if
|
138
|
+
such a type exists and the standard includes do not define it. */
|
139
|
+
/* #undef uint64_t */
|
140
|
+
|
141
|
+
/* Define to the type of an unsigned integer type of width exactly 8 bits if
|
142
|
+
such a type exists and the standard includes do not define it. */
|
143
|
+
/* #undef uint8_t */
|
@@ -0,0 +1,1019 @@
|
|
1
|
+
This file contains any messages produced by compilers while
|
2
|
+
running configure, to aid debugging if configure makes a mistake.
|
3
|
+
|
4
|
+
It was created by decNumber configure 3.6.8, which was
|
5
|
+
generated by GNU Autoconf 2.66. Invocation command line was
|
6
|
+
|
7
|
+
$ ./configure --with-pic=yes
|
8
|
+
|
9
|
+
## --------- ##
|
10
|
+
## Platform. ##
|
11
|
+
## --------- ##
|
12
|
+
|
13
|
+
hostname = concolor.rubypanther.com
|
14
|
+
uname -m = x86_64
|
15
|
+
uname -r = 2.6.35.14-103.fc14.x86_64
|
16
|
+
uname -s = Linux
|
17
|
+
uname -v = #1 SMP Thu Oct 27 15:41:25 UTC 2011
|
18
|
+
|
19
|
+
/usr/bin/uname -p = unknown
|
20
|
+
/bin/uname -X = unknown
|
21
|
+
|
22
|
+
/bin/arch = x86_64
|
23
|
+
/usr/bin/arch -k = unknown
|
24
|
+
/usr/convex/getsysinfo = unknown
|
25
|
+
/usr/bin/hostinfo = unknown
|
26
|
+
/bin/machine = unknown
|
27
|
+
/usr/bin/oslevel = unknown
|
28
|
+
/bin/universe = unknown
|
29
|
+
|
30
|
+
PATH: /home/paris/.rbenv/versions/1.9.3-p0/bin
|
31
|
+
PATH: /home/paris/.rbenv/libexec
|
32
|
+
PATH: /home/paris/.rbenv/shims
|
33
|
+
PATH: /home/paris/.rbenv/bin
|
34
|
+
PATH: /home/paris/.rbenv/shims
|
35
|
+
PATH: /home/paris/.rbenv/bin
|
36
|
+
PATH: /usr/lib64/qt-3.3/bin
|
37
|
+
PATH: /usr/lib64/ccache
|
38
|
+
PATH: /usr/pgsql-9.1/bin
|
39
|
+
PATH: /usr/local/bin
|
40
|
+
PATH: /usr/bin
|
41
|
+
PATH: /bin
|
42
|
+
PATH: /opt/libreoffice3.4/program/
|
43
|
+
PATH: /usr/local/sbin
|
44
|
+
PATH: /usr/sbin
|
45
|
+
PATH: /sbin
|
46
|
+
PATH: /home/paris/bin
|
47
|
+
PATH: /home/paris/bin
|
48
|
+
|
49
|
+
|
50
|
+
## ----------- ##
|
51
|
+
## Core tests. ##
|
52
|
+
## ----------- ##
|
53
|
+
|
54
|
+
configure:2388: checking for a BSD-compatible install
|
55
|
+
configure:2456: result: /usr/bin/install -c
|
56
|
+
configure:2467: checking whether build environment is sane
|
57
|
+
configure:2517: result: yes
|
58
|
+
configure:2658: checking for a thread-safe mkdir -p
|
59
|
+
configure:2697: result: /bin/mkdir -p
|
60
|
+
configure:2710: checking for gawk
|
61
|
+
configure:2726: found /usr/bin/gawk
|
62
|
+
configure:2737: result: gawk
|
63
|
+
configure:2748: checking whether make sets $(MAKE)
|
64
|
+
configure:2770: result: yes
|
65
|
+
configure:2905: checking for gcc
|
66
|
+
configure:2921: found /usr/lib64/ccache/gcc
|
67
|
+
configure:2932: result: gcc
|
68
|
+
configure:3161: checking for C compiler version
|
69
|
+
configure:3170: gcc --version >&5
|
70
|
+
gcc (GCC) 4.5.1 20100924 (Red Hat 4.5.1-4)
|
71
|
+
Copyright (C) 2010 Free Software Foundation, Inc.
|
72
|
+
This is free software; see the source for copying conditions. There is NO
|
73
|
+
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
74
|
+
|
75
|
+
configure:3181: $? = 0
|
76
|
+
configure:3170: gcc -v >&5
|
77
|
+
Using built-in specs.
|
78
|
+
COLLECT_GCC=/usr/bin/gcc
|
79
|
+
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.5.1/lto-wrapper
|
80
|
+
Target: x86_64-redhat-linux
|
81
|
+
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,lto --enable-plugin --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-ppl --with-cloog --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
|
82
|
+
Thread model: posix
|
83
|
+
gcc version 4.5.1 20100924 (Red Hat 4.5.1-4) (GCC)
|
84
|
+
configure:3181: $? = 0
|
85
|
+
configure:3170: gcc -V >&5
|
86
|
+
gcc: '-V' option must have argument
|
87
|
+
configure:3181: $? = 1
|
88
|
+
configure:3170: gcc -qversion >&5
|
89
|
+
gcc: unrecognized option '-qversion'
|
90
|
+
gcc: no input files
|
91
|
+
configure:3181: $? = 1
|
92
|
+
configure:3201: checking whether the C compiler works
|
93
|
+
configure:3223: gcc conftest.c >&5
|
94
|
+
configure:3227: $? = 0
|
95
|
+
configure:3275: result: yes
|
96
|
+
configure:3278: checking for C compiler default output file name
|
97
|
+
configure:3280: result: a.out
|
98
|
+
configure:3286: checking for suffix of executables
|
99
|
+
configure:3293: gcc -o conftest conftest.c >&5
|
100
|
+
configure:3297: $? = 0
|
101
|
+
configure:3319: result:
|
102
|
+
configure:3341: checking whether we are cross compiling
|
103
|
+
configure:3349: gcc -o conftest conftest.c >&5
|
104
|
+
configure:3353: $? = 0
|
105
|
+
configure:3360: ./conftest
|
106
|
+
configure:3364: $? = 0
|
107
|
+
configure:3379: result: no
|
108
|
+
configure:3384: checking for suffix of object files
|
109
|
+
configure:3406: gcc -c conftest.c >&5
|
110
|
+
configure:3410: $? = 0
|
111
|
+
configure:3431: result: o
|
112
|
+
configure:3435: checking whether we are using the GNU C compiler
|
113
|
+
configure:3454: gcc -c conftest.c >&5
|
114
|
+
configure:3454: $? = 0
|
115
|
+
configure:3463: result: yes
|
116
|
+
configure:3472: checking whether gcc accepts -g
|
117
|
+
configure:3492: gcc -c -g conftest.c >&5
|
118
|
+
configure:3492: $? = 0
|
119
|
+
configure:3533: result: yes
|
120
|
+
configure:3550: checking for gcc option to accept ISO C89
|
121
|
+
configure:3614: gcc -c -g -O2 conftest.c >&5
|
122
|
+
configure:3614: $? = 0
|
123
|
+
configure:3627: result: none needed
|
124
|
+
configure:3658: checking for style of include used by make
|
125
|
+
configure:3686: result: GNU
|
126
|
+
configure:3711: checking dependency style of gcc
|
127
|
+
configure:3821: result: gcc3
|
128
|
+
configure:3865: checking build system type
|
129
|
+
configure:3879: result: x86_64-unknown-linux-gnu
|
130
|
+
configure:3899: checking host system type
|
131
|
+
configure:3912: result: x86_64-unknown-linux-gnu
|
132
|
+
configure:3953: checking how to print strings
|
133
|
+
configure:3980: result: printf
|
134
|
+
configure:4001: checking for a sed that does not truncate output
|
135
|
+
configure:4065: result: /bin/sed
|
136
|
+
configure:4083: checking for grep that handles long lines and -e
|
137
|
+
configure:4141: result: /bin/grep
|
138
|
+
configure:4146: checking for egrep
|
139
|
+
configure:4208: result: /bin/grep -E
|
140
|
+
configure:4213: checking for fgrep
|
141
|
+
configure:4275: result: /bin/grep -F
|
142
|
+
configure:4310: checking for ld used by gcc
|
143
|
+
configure:4377: result: /usr/bin/ld
|
144
|
+
configure:4384: checking if the linker (/usr/bin/ld) is GNU ld
|
145
|
+
configure:4399: result: yes
|
146
|
+
configure:4411: checking for BSD- or MS-compatible name lister (nm)
|
147
|
+
configure:4460: result: /usr/bin/nm -B
|
148
|
+
configure:4590: checking the name lister (/usr/bin/nm -B) interface
|
149
|
+
configure:4597: gcc -c -g -O2 conftest.c >&5
|
150
|
+
configure:4600: /usr/bin/nm -B "conftest.o"
|
151
|
+
configure:4603: output
|
152
|
+
0000000000000000 B some_variable
|
153
|
+
configure:4610: result: BSD nm
|
154
|
+
configure:4613: checking whether ln -s works
|
155
|
+
configure:4617: result: yes
|
156
|
+
configure:4625: checking the maximum length of command line arguments
|
157
|
+
configure:4750: result: 1572864
|
158
|
+
configure:4767: checking whether the shell understands some XSI constructs
|
159
|
+
configure:4777: result: yes
|
160
|
+
configure:4781: checking whether the shell understands "+="
|
161
|
+
configure:4787: result: yes
|
162
|
+
configure:4822: checking for /usr/bin/ld option to reload object files
|
163
|
+
configure:4829: result: -r
|
164
|
+
configure:4898: checking for objdump
|
165
|
+
configure:4914: found /usr/bin/objdump
|
166
|
+
configure:4925: result: objdump
|
167
|
+
configure:4957: checking how to recognize dependent libraries
|
168
|
+
configure:5159: result: pass_all
|
169
|
+
configure:5219: checking for ar
|
170
|
+
configure:5235: found /usr/bin/ar
|
171
|
+
configure:5246: result: ar
|
172
|
+
configure:5324: checking for strip
|
173
|
+
configure:5340: found /usr/bin/strip
|
174
|
+
configure:5351: result: strip
|
175
|
+
configure:5423: checking for ranlib
|
176
|
+
configure:5439: found /usr/bin/ranlib
|
177
|
+
configure:5450: result: ranlib
|
178
|
+
configure:5552: checking command to parse /usr/bin/nm -B output from gcc object
|
179
|
+
configure:5670: gcc -c -g -O2 conftest.c >&5
|
180
|
+
configure:5673: $? = 0
|
181
|
+
configure:5677: /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
|
182
|
+
configure:5680: $? = 0
|
183
|
+
configure:5734: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
|
184
|
+
configure:5737: $? = 0
|
185
|
+
configure:5775: result: ok
|
186
|
+
configure:5871: gcc -c -g -O2 conftest.c >&5
|
187
|
+
configure:5874: $? = 0
|
188
|
+
configure:6616: checking how to run the C preprocessor
|
189
|
+
configure:6647: gcc -E conftest.c
|
190
|
+
configure:6647: $? = 0
|
191
|
+
configure:6661: gcc -E conftest.c
|
192
|
+
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
|
193
|
+
compilation terminated.
|
194
|
+
configure:6661: $? = 1
|
195
|
+
configure: failed program was:
|
196
|
+
| /* confdefs.h */
|
197
|
+
| #define PACKAGE_NAME "decNumber"
|
198
|
+
| #define PACKAGE_TARNAME "decnumber"
|
199
|
+
| #define PACKAGE_VERSION "3.6.8"
|
200
|
+
| #define PACKAGE_STRING "decNumber 3.6.8"
|
201
|
+
| #define PACKAGE_BUGREPORT "mfc@uk.ibm.com"
|
202
|
+
| #define PACKAGE_URL ""
|
203
|
+
| #define PACKAGE "decnumber"
|
204
|
+
| #define VERSION "3.6.8"
|
205
|
+
| /* end confdefs.h. */
|
206
|
+
| #include <ac_nonexistent.h>
|
207
|
+
configure:6686: result: gcc -E
|
208
|
+
configure:6706: gcc -E conftest.c
|
209
|
+
configure:6706: $? = 0
|
210
|
+
configure:6720: gcc -E conftest.c
|
211
|
+
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
|
212
|
+
compilation terminated.
|
213
|
+
configure:6720: $? = 1
|
214
|
+
configure: failed program was:
|
215
|
+
| /* confdefs.h */
|
216
|
+
| #define PACKAGE_NAME "decNumber"
|
217
|
+
| #define PACKAGE_TARNAME "decnumber"
|
218
|
+
| #define PACKAGE_VERSION "3.6.8"
|
219
|
+
| #define PACKAGE_STRING "decNumber 3.6.8"
|
220
|
+
| #define PACKAGE_BUGREPORT "mfc@uk.ibm.com"
|
221
|
+
| #define PACKAGE_URL ""
|
222
|
+
| #define PACKAGE "decnumber"
|
223
|
+
| #define VERSION "3.6.8"
|
224
|
+
| /* end confdefs.h. */
|
225
|
+
| #include <ac_nonexistent.h>
|
226
|
+
configure:6749: checking for ANSI C header files
|
227
|
+
configure:6769: gcc -c -g -O2 conftest.c >&5
|
228
|
+
configure:6769: $? = 0
|
229
|
+
configure:6842: gcc -o conftest -g -O2 conftest.c >&5
|
230
|
+
configure:6842: $? = 0
|
231
|
+
configure:6842: ./conftest
|
232
|
+
configure:6842: $? = 0
|
233
|
+
configure:6853: result: yes
|
234
|
+
configure:6866: checking for sys/types.h
|
235
|
+
configure:6866: gcc -c -g -O2 conftest.c >&5
|
236
|
+
configure:6866: $? = 0
|
237
|
+
configure:6866: result: yes
|
238
|
+
configure:6866: checking for sys/stat.h
|
239
|
+
configure:6866: gcc -c -g -O2 conftest.c >&5
|
240
|
+
configure:6866: $? = 0
|
241
|
+
configure:6866: result: yes
|
242
|
+
configure:6866: checking for stdlib.h
|
243
|
+
configure:6866: gcc -c -g -O2 conftest.c >&5
|
244
|
+
configure:6866: $? = 0
|
245
|
+
configure:6866: result: yes
|
246
|
+
configure:6866: checking for string.h
|
247
|
+
configure:6866: gcc -c -g -O2 conftest.c >&5
|
248
|
+
configure:6866: $? = 0
|
249
|
+
configure:6866: result: yes
|
250
|
+
configure:6866: checking for memory.h
|
251
|
+
configure:6866: gcc -c -g -O2 conftest.c >&5
|
252
|
+
configure:6866: $? = 0
|
253
|
+
configure:6866: result: yes
|
254
|
+
configure:6866: checking for strings.h
|
255
|
+
configure:6866: gcc -c -g -O2 conftest.c >&5
|
256
|
+
configure:6866: $? = 0
|
257
|
+
configure:6866: result: yes
|
258
|
+
configure:6866: checking for inttypes.h
|
259
|
+
configure:6866: gcc -c -g -O2 conftest.c >&5
|
260
|
+
configure:6866: $? = 0
|
261
|
+
configure:6866: result: yes
|
262
|
+
configure:6866: checking for stdint.h
|
263
|
+
configure:6866: gcc -c -g -O2 conftest.c >&5
|
264
|
+
configure:6866: $? = 0
|
265
|
+
configure:6866: result: yes
|
266
|
+
configure:6866: checking for unistd.h
|
267
|
+
configure:6866: gcc -c -g -O2 conftest.c >&5
|
268
|
+
configure:6866: $? = 0
|
269
|
+
configure:6866: result: yes
|
270
|
+
configure:6880: checking for dlfcn.h
|
271
|
+
configure:6880: gcc -c -g -O2 conftest.c >&5
|
272
|
+
configure:6880: $? = 0
|
273
|
+
configure:6880: result: yes
|
274
|
+
configure:7067: checking for objdir
|
275
|
+
configure:7082: result: .libs
|
276
|
+
configure:7349: checking if gcc supports -fno-rtti -fno-exceptions
|
277
|
+
configure:7367: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
|
278
|
+
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
|
279
|
+
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
|
280
|
+
configure:7371: $? = 0
|
281
|
+
configure:7384: result: no
|
282
|
+
configure:7404: checking for gcc option to produce PIC
|
283
|
+
configure:7689: result: -fPIC -DPIC
|
284
|
+
configure:7701: checking if gcc PIC flag -fPIC -DPIC works
|
285
|
+
configure:7719: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
|
286
|
+
configure:7723: $? = 0
|
287
|
+
configure:7736: result: yes
|
288
|
+
configure:7760: checking if gcc static flag -static works
|
289
|
+
configure:7788: result: no
|
290
|
+
configure:7803: checking if gcc supports -c -o file.o
|
291
|
+
configure:7824: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
|
292
|
+
configure:7828: $? = 0
|
293
|
+
configure:7850: result: yes
|
294
|
+
configure:7858: checking if gcc supports -c -o file.o
|
295
|
+
configure:7905: result: yes
|
296
|
+
configure:7938: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
|
297
|
+
configure:9013: result: yes
|
298
|
+
configure:9050: checking whether -lc should be explicitly linked in
|
299
|
+
configure:9058: gcc -c -g -O2 conftest.c >&5
|
300
|
+
configure:9061: $? = 0
|
301
|
+
configure:9076: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
|
302
|
+
configure:9079: $? = 0
|
303
|
+
configure:9093: result: no
|
304
|
+
configure:9258: checking dynamic linker characteristics
|
305
|
+
configure:9713: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
|
306
|
+
configure:9713: $? = 0
|
307
|
+
configure:9939: result: GNU/Linux ld.so
|
308
|
+
configure:10046: checking how to hardcode library paths into programs
|
309
|
+
configure:10071: result: immediate
|
310
|
+
configure:10611: checking whether stripping libraries is possible
|
311
|
+
configure:10616: result: yes
|
312
|
+
configure:10651: checking if libtool supports shared libraries
|
313
|
+
configure:10653: result: yes
|
314
|
+
configure:10656: checking whether to build shared libraries
|
315
|
+
configure:10677: result: yes
|
316
|
+
configure:10680: checking whether to build static libraries
|
317
|
+
configure:10684: result: yes
|
318
|
+
configure:10726: checking for stdint.h
|
319
|
+
configure:10726: result: yes
|
320
|
+
configure:10726: checking for stdlib.h
|
321
|
+
configure:10726: result: yes
|
322
|
+
configure:10726: checking for string.h
|
323
|
+
configure:10726: result: yes
|
324
|
+
configure:10738: checking for stdbool.h that conforms to C99
|
325
|
+
configure:10823: gcc -c -g -O2 conftest.c >&5
|
326
|
+
configure:10823: $? = 0
|
327
|
+
configure:10830: result: yes
|
328
|
+
configure:10832: checking for _Bool
|
329
|
+
configure:10832: gcc -c -g -O2 conftest.c >&5
|
330
|
+
configure:10832: $? = 0
|
331
|
+
configure:10832: gcc -c -g -O2 conftest.c >&5
|
332
|
+
conftest.c: In function 'main':
|
333
|
+
conftest.c:62:20: error: expected expression before ')' token
|
334
|
+
configure:10832: $? = 1
|
335
|
+
configure: failed program was:
|
336
|
+
| /* confdefs.h */
|
337
|
+
| #define PACKAGE_NAME "decNumber"
|
338
|
+
| #define PACKAGE_TARNAME "decnumber"
|
339
|
+
| #define PACKAGE_VERSION "3.6.8"
|
340
|
+
| #define PACKAGE_STRING "decNumber 3.6.8"
|
341
|
+
| #define PACKAGE_BUGREPORT "mfc@uk.ibm.com"
|
342
|
+
| #define PACKAGE_URL ""
|
343
|
+
| #define PACKAGE "decnumber"
|
344
|
+
| #define VERSION "3.6.8"
|
345
|
+
| #define STDC_HEADERS 1
|
346
|
+
| #define HAVE_SYS_TYPES_H 1
|
347
|
+
| #define HAVE_SYS_STAT_H 1
|
348
|
+
| #define HAVE_STDLIB_H 1
|
349
|
+
| #define HAVE_STRING_H 1
|
350
|
+
| #define HAVE_MEMORY_H 1
|
351
|
+
| #define HAVE_STRINGS_H 1
|
352
|
+
| #define HAVE_INTTYPES_H 1
|
353
|
+
| #define HAVE_STDINT_H 1
|
354
|
+
| #define HAVE_UNISTD_H 1
|
355
|
+
| #define HAVE_DLFCN_H 1
|
356
|
+
| #define LT_OBJDIR ".libs/"
|
357
|
+
| #define HAVE_STDINT_H 1
|
358
|
+
| #define HAVE_STDLIB_H 1
|
359
|
+
| #define HAVE_STRING_H 1
|
360
|
+
| /* end confdefs.h. */
|
361
|
+
| #include <stdio.h>
|
362
|
+
| #ifdef HAVE_SYS_TYPES_H
|
363
|
+
| # include <sys/types.h>
|
364
|
+
| #endif
|
365
|
+
| #ifdef HAVE_SYS_STAT_H
|
366
|
+
| # include <sys/stat.h>
|
367
|
+
| #endif
|
368
|
+
| #ifdef STDC_HEADERS
|
369
|
+
| # include <stdlib.h>
|
370
|
+
| # include <stddef.h>
|
371
|
+
| #else
|
372
|
+
| # ifdef HAVE_STDLIB_H
|
373
|
+
| # include <stdlib.h>
|
374
|
+
| # endif
|
375
|
+
| #endif
|
376
|
+
| #ifdef HAVE_STRING_H
|
377
|
+
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
|
378
|
+
| # include <memory.h>
|
379
|
+
| # endif
|
380
|
+
| # include <string.h>
|
381
|
+
| #endif
|
382
|
+
| #ifdef HAVE_STRINGS_H
|
383
|
+
| # include <strings.h>
|
384
|
+
| #endif
|
385
|
+
| #ifdef HAVE_INTTYPES_H
|
386
|
+
| # include <inttypes.h>
|
387
|
+
| #endif
|
388
|
+
| #ifdef HAVE_STDINT_H
|
389
|
+
| # include <stdint.h>
|
390
|
+
| #endif
|
391
|
+
| #ifdef HAVE_UNISTD_H
|
392
|
+
| # include <unistd.h>
|
393
|
+
| #endif
|
394
|
+
| int
|
395
|
+
| main ()
|
396
|
+
| {
|
397
|
+
| if (sizeof ((_Bool)))
|
398
|
+
| return 0;
|
399
|
+
| ;
|
400
|
+
| return 0;
|
401
|
+
| }
|
402
|
+
configure:10832: result: yes
|
403
|
+
configure:10848: checking for inline
|
404
|
+
configure:10864: gcc -c -g -O2 conftest.c >&5
|
405
|
+
configure:10864: $? = 0
|
406
|
+
configure:10872: result: inline
|
407
|
+
configure:10890: checking for int32_t
|
408
|
+
configure:10890: gcc -c -g -O2 conftest.c >&5
|
409
|
+
configure:10890: $? = 0
|
410
|
+
configure:10890: gcc -c -g -O2 conftest.c >&5
|
411
|
+
conftest.c: In function 'main':
|
412
|
+
conftest.c:66:53: warning: integer overflow in expression
|
413
|
+
conftest.c:65:12: error: size of array 'test_array' is negative
|
414
|
+
conftest.c:65:12: error: storage size of 'test_array' isn't constant
|
415
|
+
configure:10890: $? = 1
|
416
|
+
configure: failed program was:
|
417
|
+
| /* confdefs.h */
|
418
|
+
| #define PACKAGE_NAME "decNumber"
|
419
|
+
| #define PACKAGE_TARNAME "decnumber"
|
420
|
+
| #define PACKAGE_VERSION "3.6.8"
|
421
|
+
| #define PACKAGE_STRING "decNumber 3.6.8"
|
422
|
+
| #define PACKAGE_BUGREPORT "mfc@uk.ibm.com"
|
423
|
+
| #define PACKAGE_URL ""
|
424
|
+
| #define PACKAGE "decnumber"
|
425
|
+
| #define VERSION "3.6.8"
|
426
|
+
| #define STDC_HEADERS 1
|
427
|
+
| #define HAVE_SYS_TYPES_H 1
|
428
|
+
| #define HAVE_SYS_STAT_H 1
|
429
|
+
| #define HAVE_STDLIB_H 1
|
430
|
+
| #define HAVE_STRING_H 1
|
431
|
+
| #define HAVE_MEMORY_H 1
|
432
|
+
| #define HAVE_STRINGS_H 1
|
433
|
+
| #define HAVE_INTTYPES_H 1
|
434
|
+
| #define HAVE_STDINT_H 1
|
435
|
+
| #define HAVE_UNISTD_H 1
|
436
|
+
| #define HAVE_DLFCN_H 1
|
437
|
+
| #define LT_OBJDIR ".libs/"
|
438
|
+
| #define HAVE_STDINT_H 1
|
439
|
+
| #define HAVE_STDLIB_H 1
|
440
|
+
| #define HAVE_STRING_H 1
|
441
|
+
| #define HAVE__BOOL 1
|
442
|
+
| #define HAVE_STDBOOL_H 1
|
443
|
+
| /* end confdefs.h. */
|
444
|
+
| #include <stdio.h>
|
445
|
+
| #ifdef HAVE_SYS_TYPES_H
|
446
|
+
| # include <sys/types.h>
|
447
|
+
| #endif
|
448
|
+
| #ifdef HAVE_SYS_STAT_H
|
449
|
+
| # include <sys/stat.h>
|
450
|
+
| #endif
|
451
|
+
| #ifdef STDC_HEADERS
|
452
|
+
| # include <stdlib.h>
|
453
|
+
| # include <stddef.h>
|
454
|
+
| #else
|
455
|
+
| # ifdef HAVE_STDLIB_H
|
456
|
+
| # include <stdlib.h>
|
457
|
+
| # endif
|
458
|
+
| #endif
|
459
|
+
| #ifdef HAVE_STRING_H
|
460
|
+
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
|
461
|
+
| # include <memory.h>
|
462
|
+
| # endif
|
463
|
+
| # include <string.h>
|
464
|
+
| #endif
|
465
|
+
| #ifdef HAVE_STRINGS_H
|
466
|
+
| # include <strings.h>
|
467
|
+
| #endif
|
468
|
+
| #ifdef HAVE_INTTYPES_H
|
469
|
+
| # include <inttypes.h>
|
470
|
+
| #endif
|
471
|
+
| #ifdef HAVE_STDINT_H
|
472
|
+
| # include <stdint.h>
|
473
|
+
| #endif
|
474
|
+
| #ifdef HAVE_UNISTD_H
|
475
|
+
| # include <unistd.h>
|
476
|
+
| #endif
|
477
|
+
| enum { N = 32 / 2 - 1 };
|
478
|
+
| int
|
479
|
+
| main ()
|
480
|
+
| {
|
481
|
+
| static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1)
|
482
|
+
| < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))];
|
483
|
+
| test_array [0] = 0
|
484
|
+
|
|
485
|
+
| ;
|
486
|
+
| return 0;
|
487
|
+
| }
|
488
|
+
configure:10890: result: yes
|
489
|
+
configure:10901: checking for C/C++ restrict keyword
|
490
|
+
configure:10926: gcc -c -g -O2 conftest.c >&5
|
491
|
+
configure:10926: $? = 0
|
492
|
+
configure:10934: result: __restrict
|
493
|
+
configure:10947: checking for size_t
|
494
|
+
configure:10947: gcc -c -g -O2 conftest.c >&5
|
495
|
+
configure:10947: $? = 0
|
496
|
+
configure:10947: gcc -c -g -O2 conftest.c >&5
|
497
|
+
conftest.c: In function 'main':
|
498
|
+
conftest.c:65:21: error: expected expression before ')' token
|
499
|
+
configure:10947: $? = 1
|
500
|
+
configure: failed program was:
|
501
|
+
| /* confdefs.h */
|
502
|
+
| #define PACKAGE_NAME "decNumber"
|
503
|
+
| #define PACKAGE_TARNAME "decnumber"
|
504
|
+
| #define PACKAGE_VERSION "3.6.8"
|
505
|
+
| #define PACKAGE_STRING "decNumber 3.6.8"
|
506
|
+
| #define PACKAGE_BUGREPORT "mfc@uk.ibm.com"
|
507
|
+
| #define PACKAGE_URL ""
|
508
|
+
| #define PACKAGE "decnumber"
|
509
|
+
| #define VERSION "3.6.8"
|
510
|
+
| #define STDC_HEADERS 1
|
511
|
+
| #define HAVE_SYS_TYPES_H 1
|
512
|
+
| #define HAVE_SYS_STAT_H 1
|
513
|
+
| #define HAVE_STDLIB_H 1
|
514
|
+
| #define HAVE_STRING_H 1
|
515
|
+
| #define HAVE_MEMORY_H 1
|
516
|
+
| #define HAVE_STRINGS_H 1
|
517
|
+
| #define HAVE_INTTYPES_H 1
|
518
|
+
| #define HAVE_STDINT_H 1
|
519
|
+
| #define HAVE_UNISTD_H 1
|
520
|
+
| #define HAVE_DLFCN_H 1
|
521
|
+
| #define LT_OBJDIR ".libs/"
|
522
|
+
| #define HAVE_STDINT_H 1
|
523
|
+
| #define HAVE_STDLIB_H 1
|
524
|
+
| #define HAVE_STRING_H 1
|
525
|
+
| #define HAVE__BOOL 1
|
526
|
+
| #define HAVE_STDBOOL_H 1
|
527
|
+
| #define restrict __restrict
|
528
|
+
| /* end confdefs.h. */
|
529
|
+
| #include <stdio.h>
|
530
|
+
| #ifdef HAVE_SYS_TYPES_H
|
531
|
+
| # include <sys/types.h>
|
532
|
+
| #endif
|
533
|
+
| #ifdef HAVE_SYS_STAT_H
|
534
|
+
| # include <sys/stat.h>
|
535
|
+
| #endif
|
536
|
+
| #ifdef STDC_HEADERS
|
537
|
+
| # include <stdlib.h>
|
538
|
+
| # include <stddef.h>
|
539
|
+
| #else
|
540
|
+
| # ifdef HAVE_STDLIB_H
|
541
|
+
| # include <stdlib.h>
|
542
|
+
| # endif
|
543
|
+
| #endif
|
544
|
+
| #ifdef HAVE_STRING_H
|
545
|
+
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
|
546
|
+
| # include <memory.h>
|
547
|
+
| # endif
|
548
|
+
| # include <string.h>
|
549
|
+
| #endif
|
550
|
+
| #ifdef HAVE_STRINGS_H
|
551
|
+
| # include <strings.h>
|
552
|
+
| #endif
|
553
|
+
| #ifdef HAVE_INTTYPES_H
|
554
|
+
| # include <inttypes.h>
|
555
|
+
| #endif
|
556
|
+
| #ifdef HAVE_STDINT_H
|
557
|
+
| # include <stdint.h>
|
558
|
+
| #endif
|
559
|
+
| #ifdef HAVE_UNISTD_H
|
560
|
+
| # include <unistd.h>
|
561
|
+
| #endif
|
562
|
+
| int
|
563
|
+
| main ()
|
564
|
+
| {
|
565
|
+
| if (sizeof ((size_t)))
|
566
|
+
| return 0;
|
567
|
+
| ;
|
568
|
+
| return 0;
|
569
|
+
| }
|
570
|
+
configure:10947: result: yes
|
571
|
+
configure:10958: checking for uint16_t
|
572
|
+
configure:10958: gcc -c -g -O2 conftest.c >&5
|
573
|
+
configure:10958: $? = 0
|
574
|
+
configure:10958: result: yes
|
575
|
+
configure:10970: checking for uint32_t
|
576
|
+
configure:10970: gcc -c -g -O2 conftest.c >&5
|
577
|
+
configure:10970: $? = 0
|
578
|
+
configure:10970: result: yes
|
579
|
+
configure:10984: checking for uint64_t
|
580
|
+
configure:10984: gcc -c -g -O2 conftest.c >&5
|
581
|
+
configure:10984: $? = 0
|
582
|
+
configure:10984: result: yes
|
583
|
+
configure:10998: checking for uint8_t
|
584
|
+
configure:10998: gcc -c -g -O2 conftest.c >&5
|
585
|
+
configure:10998: $? = 0
|
586
|
+
configure:10998: result: yes
|
587
|
+
configure:11014: checking for error_at_line
|
588
|
+
configure:11030: gcc -o conftest -g -O2 conftest.c >&5
|
589
|
+
configure:11030: $? = 0
|
590
|
+
configure:11038: result: yes
|
591
|
+
configure:11051: checking for stdlib.h
|
592
|
+
configure:11051: result: yes
|
593
|
+
configure:11061: checking for GNU libc compatible malloc
|
594
|
+
configure:11085: gcc -o conftest -g -O2 conftest.c >&5
|
595
|
+
configure:11085: $? = 0
|
596
|
+
configure:11085: ./conftest
|
597
|
+
configure:11085: $? = 0
|
598
|
+
configure:11095: result: yes
|
599
|
+
configure:11119: checking for floor
|
600
|
+
configure:11119: gcc -o conftest -g -O2 conftest.c >&5
|
601
|
+
conftest.c:54:6: warning: conflicting types for built-in function 'floor'
|
602
|
+
/tmp/cclqrqko.o: In function `main':
|
603
|
+
/home/paris/code/dec_number/ext/dec_number/decNumber/conftest.c:65: undefined reference to `floor'
|
604
|
+
collect2: ld returned 1 exit status
|
605
|
+
configure:11119: $? = 1
|
606
|
+
configure: failed program was:
|
607
|
+
| /* confdefs.h */
|
608
|
+
| #define PACKAGE_NAME "decNumber"
|
609
|
+
| #define PACKAGE_TARNAME "decnumber"
|
610
|
+
| #define PACKAGE_VERSION "3.6.8"
|
611
|
+
| #define PACKAGE_STRING "decNumber 3.6.8"
|
612
|
+
| #define PACKAGE_BUGREPORT "mfc@uk.ibm.com"
|
613
|
+
| #define PACKAGE_URL ""
|
614
|
+
| #define PACKAGE "decnumber"
|
615
|
+
| #define VERSION "3.6.8"
|
616
|
+
| #define STDC_HEADERS 1
|
617
|
+
| #define HAVE_SYS_TYPES_H 1
|
618
|
+
| #define HAVE_SYS_STAT_H 1
|
619
|
+
| #define HAVE_STDLIB_H 1
|
620
|
+
| #define HAVE_STRING_H 1
|
621
|
+
| #define HAVE_MEMORY_H 1
|
622
|
+
| #define HAVE_STRINGS_H 1
|
623
|
+
| #define HAVE_INTTYPES_H 1
|
624
|
+
| #define HAVE_STDINT_H 1
|
625
|
+
| #define HAVE_UNISTD_H 1
|
626
|
+
| #define HAVE_DLFCN_H 1
|
627
|
+
| #define LT_OBJDIR ".libs/"
|
628
|
+
| #define HAVE_STDINT_H 1
|
629
|
+
| #define HAVE_STDLIB_H 1
|
630
|
+
| #define HAVE_STRING_H 1
|
631
|
+
| #define HAVE__BOOL 1
|
632
|
+
| #define HAVE_STDBOOL_H 1
|
633
|
+
| #define restrict __restrict
|
634
|
+
| #define HAVE_STDLIB_H 1
|
635
|
+
| #define HAVE_MALLOC 1
|
636
|
+
| /* end confdefs.h. */
|
637
|
+
| /* Define floor to an innocuous variant, in case <limits.h> declares floor.
|
638
|
+
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
639
|
+
| #define floor innocuous_floor
|
640
|
+
|
|
641
|
+
| /* System header to define __stub macros and hopefully few prototypes,
|
642
|
+
| which can conflict with char floor (); below.
|
643
|
+
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
644
|
+
| <limits.h> exists even on freestanding compilers. */
|
645
|
+
|
|
646
|
+
| #ifdef __STDC__
|
647
|
+
| # include <limits.h>
|
648
|
+
| #else
|
649
|
+
| # include <assert.h>
|
650
|
+
| #endif
|
651
|
+
|
|
652
|
+
| #undef floor
|
653
|
+
|
|
654
|
+
| /* Override any GCC internal prototype to avoid an error.
|
655
|
+
| Use char because int might match the return type of a GCC
|
656
|
+
| builtin and then its argument prototype would still apply. */
|
657
|
+
| #ifdef __cplusplus
|
658
|
+
| extern "C"
|
659
|
+
| #endif
|
660
|
+
| char floor ();
|
661
|
+
| /* The GNU C library defines this for functions which it implements
|
662
|
+
| to always fail with ENOSYS. Some functions are actually named
|
663
|
+
| something starting with __ and the normal name is an alias. */
|
664
|
+
| #if defined __stub_floor || defined __stub___floor
|
665
|
+
| choke me
|
666
|
+
| #endif
|
667
|
+
|
|
668
|
+
| int
|
669
|
+
| main ()
|
670
|
+
| {
|
671
|
+
| return floor ();
|
672
|
+
| ;
|
673
|
+
| return 0;
|
674
|
+
| }
|
675
|
+
configure:11119: result: no
|
676
|
+
configure:11119: checking for memset
|
677
|
+
configure:11119: gcc -o conftest -g -O2 conftest.c >&5
|
678
|
+
conftest.c:54:6: warning: conflicting types for built-in function 'memset'
|
679
|
+
configure:11119: $? = 0
|
680
|
+
configure:11119: result: yes
|
681
|
+
configure:11119: checking for sqrt
|
682
|
+
configure:11119: gcc -o conftest -g -O2 conftest.c >&5
|
683
|
+
conftest.c:55:6: warning: conflicting types for built-in function 'sqrt'
|
684
|
+
/tmp/ccZabT6X.o: In function `main':
|
685
|
+
/home/paris/code/dec_number/ext/dec_number/decNumber/conftest.c:66: undefined reference to `sqrt'
|
686
|
+
collect2: ld returned 1 exit status
|
687
|
+
configure:11119: $? = 1
|
688
|
+
configure: failed program was:
|
689
|
+
| /* confdefs.h */
|
690
|
+
| #define PACKAGE_NAME "decNumber"
|
691
|
+
| #define PACKAGE_TARNAME "decnumber"
|
692
|
+
| #define PACKAGE_VERSION "3.6.8"
|
693
|
+
| #define PACKAGE_STRING "decNumber 3.6.8"
|
694
|
+
| #define PACKAGE_BUGREPORT "mfc@uk.ibm.com"
|
695
|
+
| #define PACKAGE_URL ""
|
696
|
+
| #define PACKAGE "decnumber"
|
697
|
+
| #define VERSION "3.6.8"
|
698
|
+
| #define STDC_HEADERS 1
|
699
|
+
| #define HAVE_SYS_TYPES_H 1
|
700
|
+
| #define HAVE_SYS_STAT_H 1
|
701
|
+
| #define HAVE_STDLIB_H 1
|
702
|
+
| #define HAVE_STRING_H 1
|
703
|
+
| #define HAVE_MEMORY_H 1
|
704
|
+
| #define HAVE_STRINGS_H 1
|
705
|
+
| #define HAVE_INTTYPES_H 1
|
706
|
+
| #define HAVE_STDINT_H 1
|
707
|
+
| #define HAVE_UNISTD_H 1
|
708
|
+
| #define HAVE_DLFCN_H 1
|
709
|
+
| #define LT_OBJDIR ".libs/"
|
710
|
+
| #define HAVE_STDINT_H 1
|
711
|
+
| #define HAVE_STDLIB_H 1
|
712
|
+
| #define HAVE_STRING_H 1
|
713
|
+
| #define HAVE__BOOL 1
|
714
|
+
| #define HAVE_STDBOOL_H 1
|
715
|
+
| #define restrict __restrict
|
716
|
+
| #define HAVE_STDLIB_H 1
|
717
|
+
| #define HAVE_MALLOC 1
|
718
|
+
| #define HAVE_MEMSET 1
|
719
|
+
| /* end confdefs.h. */
|
720
|
+
| /* Define sqrt to an innocuous variant, in case <limits.h> declares sqrt.
|
721
|
+
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
722
|
+
| #define sqrt innocuous_sqrt
|
723
|
+
|
|
724
|
+
| /* System header to define __stub macros and hopefully few prototypes,
|
725
|
+
| which can conflict with char sqrt (); below.
|
726
|
+
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
727
|
+
| <limits.h> exists even on freestanding compilers. */
|
728
|
+
|
|
729
|
+
| #ifdef __STDC__
|
730
|
+
| # include <limits.h>
|
731
|
+
| #else
|
732
|
+
| # include <assert.h>
|
733
|
+
| #endif
|
734
|
+
|
|
735
|
+
| #undef sqrt
|
736
|
+
|
|
737
|
+
| /* Override any GCC internal prototype to avoid an error.
|
738
|
+
| Use char because int might match the return type of a GCC
|
739
|
+
| builtin and then its argument prototype would still apply. */
|
740
|
+
| #ifdef __cplusplus
|
741
|
+
| extern "C"
|
742
|
+
| #endif
|
743
|
+
| char sqrt ();
|
744
|
+
| /* The GNU C library defines this for functions which it implements
|
745
|
+
| to always fail with ENOSYS. Some functions are actually named
|
746
|
+
| something starting with __ and the normal name is an alias. */
|
747
|
+
| #if defined __stub_sqrt || defined __stub___sqrt
|
748
|
+
| choke me
|
749
|
+
| #endif
|
750
|
+
|
|
751
|
+
| int
|
752
|
+
| main ()
|
753
|
+
| {
|
754
|
+
| return sqrt ();
|
755
|
+
| ;
|
756
|
+
| return 0;
|
757
|
+
| }
|
758
|
+
configure:11119: result: no
|
759
|
+
configure:11248: creating ./config.status
|
760
|
+
|
761
|
+
## ---------------------- ##
|
762
|
+
## Running config.status. ##
|
763
|
+
## ---------------------- ##
|
764
|
+
|
765
|
+
This file was extended by decNumber config.status 3.6.8, which was
|
766
|
+
generated by GNU Autoconf 2.66. Invocation command line was
|
767
|
+
|
768
|
+
CONFIG_FILES =
|
769
|
+
CONFIG_HEADERS =
|
770
|
+
CONFIG_LINKS =
|
771
|
+
CONFIG_COMMANDS =
|
772
|
+
$ ./config.status
|
773
|
+
|
774
|
+
on concolor.rubypanther.com
|
775
|
+
|
776
|
+
config.status:1074: creating Makefile
|
777
|
+
config.status:1074: creating config.h
|
778
|
+
config.status:1302: executing depfiles commands
|
779
|
+
config.status:1302: executing libtool commands
|
780
|
+
|
781
|
+
## ---------------- ##
|
782
|
+
## Cache variables. ##
|
783
|
+
## ---------------- ##
|
784
|
+
|
785
|
+
ac_cv_build=x86_64-unknown-linux-gnu
|
786
|
+
ac_cv_c_compiler_gnu=yes
|
787
|
+
ac_cv_c_inline=inline
|
788
|
+
ac_cv_c_int32_t=yes
|
789
|
+
ac_cv_c_restrict=__restrict
|
790
|
+
ac_cv_c_uint16_t=yes
|
791
|
+
ac_cv_c_uint32_t=yes
|
792
|
+
ac_cv_c_uint64_t=yes
|
793
|
+
ac_cv_c_uint8_t=yes
|
794
|
+
ac_cv_env_CC_set=
|
795
|
+
ac_cv_env_CC_value=
|
796
|
+
ac_cv_env_CFLAGS_set=
|
797
|
+
ac_cv_env_CFLAGS_value=
|
798
|
+
ac_cv_env_CPPFLAGS_set=
|
799
|
+
ac_cv_env_CPPFLAGS_value=
|
800
|
+
ac_cv_env_CPP_set=
|
801
|
+
ac_cv_env_CPP_value=
|
802
|
+
ac_cv_env_LDFLAGS_set=
|
803
|
+
ac_cv_env_LDFLAGS_value=
|
804
|
+
ac_cv_env_LIBS_set=
|
805
|
+
ac_cv_env_LIBS_value=
|
806
|
+
ac_cv_env_build_alias_set=
|
807
|
+
ac_cv_env_build_alias_value=
|
808
|
+
ac_cv_env_host_alias_set=
|
809
|
+
ac_cv_env_host_alias_value=
|
810
|
+
ac_cv_env_target_alias_set=
|
811
|
+
ac_cv_env_target_alias_value=
|
812
|
+
ac_cv_func_floor=no
|
813
|
+
ac_cv_func_malloc_0_nonnull=yes
|
814
|
+
ac_cv_func_memset=yes
|
815
|
+
ac_cv_func_sqrt=no
|
816
|
+
ac_cv_header_dlfcn_h=yes
|
817
|
+
ac_cv_header_inttypes_h=yes
|
818
|
+
ac_cv_header_memory_h=yes
|
819
|
+
ac_cv_header_stdbool_h=yes
|
820
|
+
ac_cv_header_stdc=yes
|
821
|
+
ac_cv_header_stdint_h=yes
|
822
|
+
ac_cv_header_stdlib_h=yes
|
823
|
+
ac_cv_header_string_h=yes
|
824
|
+
ac_cv_header_strings_h=yes
|
825
|
+
ac_cv_header_sys_stat_h=yes
|
826
|
+
ac_cv_header_sys_types_h=yes
|
827
|
+
ac_cv_header_unistd_h=yes
|
828
|
+
ac_cv_host=x86_64-unknown-linux-gnu
|
829
|
+
ac_cv_lib_error_at_line=yes
|
830
|
+
ac_cv_objext=o
|
831
|
+
ac_cv_path_EGREP='/bin/grep -E'
|
832
|
+
ac_cv_path_FGREP='/bin/grep -F'
|
833
|
+
ac_cv_path_GREP=/bin/grep
|
834
|
+
ac_cv_path_SED=/bin/sed
|
835
|
+
ac_cv_path_install='/usr/bin/install -c'
|
836
|
+
ac_cv_path_mkdir=/bin/mkdir
|
837
|
+
ac_cv_prog_AWK=gawk
|
838
|
+
ac_cv_prog_CPP='gcc -E'
|
839
|
+
ac_cv_prog_ac_ct_AR=ar
|
840
|
+
ac_cv_prog_ac_ct_CC=gcc
|
841
|
+
ac_cv_prog_ac_ct_OBJDUMP=objdump
|
842
|
+
ac_cv_prog_ac_ct_RANLIB=ranlib
|
843
|
+
ac_cv_prog_ac_ct_STRIP=strip
|
844
|
+
ac_cv_prog_cc_c89=
|
845
|
+
ac_cv_prog_cc_g=yes
|
846
|
+
ac_cv_prog_make_make_set=yes
|
847
|
+
ac_cv_type__Bool=yes
|
848
|
+
ac_cv_type_size_t=yes
|
849
|
+
am_cv_CC_dependencies_compiler_type=gcc3
|
850
|
+
lt_cv_archive_cmds_need_lc=no
|
851
|
+
lt_cv_deplibs_check_method=pass_all
|
852
|
+
lt_cv_file_magic_cmd='$MAGIC_CMD'
|
853
|
+
lt_cv_file_magic_test_file=
|
854
|
+
lt_cv_ld_reload_flag=-r
|
855
|
+
lt_cv_nm_interface='BSD nm'
|
856
|
+
lt_cv_objdir=.libs
|
857
|
+
lt_cv_path_LD=/usr/bin/ld
|
858
|
+
lt_cv_path_NM='/usr/bin/nm -B'
|
859
|
+
lt_cv_prog_compiler_c_o=yes
|
860
|
+
lt_cv_prog_compiler_pic_works=yes
|
861
|
+
lt_cv_prog_compiler_rtti_exceptions=no
|
862
|
+
lt_cv_prog_compiler_static_works=no
|
863
|
+
lt_cv_prog_gnu_ld=yes
|
864
|
+
lt_cv_shlibpath_overrides_runpath=no
|
865
|
+
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
|
866
|
+
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
|
867
|
+
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
|
868
|
+
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
|
869
|
+
lt_cv_sys_max_cmd_len=1572864
|
870
|
+
|
871
|
+
## ----------------- ##
|
872
|
+
## Output variables. ##
|
873
|
+
## ----------------- ##
|
874
|
+
|
875
|
+
ACLOCAL='${SHELL} /home/paris/code/dec_number/ext/dec_number/decNumber/missing --run aclocal-1.11'
|
876
|
+
AMDEPBACKSLASH='\'
|
877
|
+
AMDEP_FALSE='#'
|
878
|
+
AMDEP_TRUE=''
|
879
|
+
AMTAR='${SHELL} /home/paris/code/dec_number/ext/dec_number/decNumber/missing --run tar'
|
880
|
+
AR='ar'
|
881
|
+
AUTOCONF='${SHELL} /home/paris/code/dec_number/ext/dec_number/decNumber/missing --run autoconf'
|
882
|
+
AUTOHEADER='${SHELL} /home/paris/code/dec_number/ext/dec_number/decNumber/missing --run autoheader'
|
883
|
+
AUTOMAKE='${SHELL} /home/paris/code/dec_number/ext/dec_number/decNumber/missing --run automake-1.11'
|
884
|
+
AWK='gawk'
|
885
|
+
CC='gcc'
|
886
|
+
CCDEPMODE='depmode=gcc3'
|
887
|
+
CFLAGS='-g -O2'
|
888
|
+
CPP='gcc -E'
|
889
|
+
CPPFLAGS=''
|
890
|
+
CYGPATH_W='echo'
|
891
|
+
DEFS='-DHAVE_CONFIG_H'
|
892
|
+
DEPDIR='.deps'
|
893
|
+
DSYMUTIL=''
|
894
|
+
DUMPBIN=''
|
895
|
+
ECHO_C=''
|
896
|
+
ECHO_N='-n'
|
897
|
+
ECHO_T=''
|
898
|
+
EGREP='/bin/grep -E'
|
899
|
+
EXEEXT=''
|
900
|
+
FGREP='/bin/grep -F'
|
901
|
+
GREP='/bin/grep'
|
902
|
+
INSTALL_DATA='${INSTALL} -m 644'
|
903
|
+
INSTALL_PROGRAM='${INSTALL}'
|
904
|
+
INSTALL_SCRIPT='${INSTALL}'
|
905
|
+
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
|
906
|
+
LD='/usr/bin/ld -m elf_x86_64'
|
907
|
+
LDFLAGS=''
|
908
|
+
LIBOBJS=''
|
909
|
+
LIBS=''
|
910
|
+
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
911
|
+
LIPO=''
|
912
|
+
LN_S='ln -s'
|
913
|
+
LTLIBOBJS=''
|
914
|
+
MAKEINFO='${SHELL} /home/paris/code/dec_number/ext/dec_number/decNumber/missing --run makeinfo'
|
915
|
+
MKDIR_P='/bin/mkdir -p'
|
916
|
+
NM='/usr/bin/nm -B'
|
917
|
+
NMEDIT=''
|
918
|
+
OBJDUMP='objdump'
|
919
|
+
OBJEXT='o'
|
920
|
+
OTOOL64=''
|
921
|
+
OTOOL=''
|
922
|
+
PACKAGE='decnumber'
|
923
|
+
PACKAGE_BUGREPORT='mfc@uk.ibm.com'
|
924
|
+
PACKAGE_NAME='decNumber'
|
925
|
+
PACKAGE_STRING='decNumber 3.6.8'
|
926
|
+
PACKAGE_TARNAME='decnumber'
|
927
|
+
PACKAGE_URL=''
|
928
|
+
PACKAGE_VERSION='3.6.8'
|
929
|
+
PATH_SEPARATOR=':'
|
930
|
+
RANLIB='ranlib'
|
931
|
+
SED='/bin/sed'
|
932
|
+
SET_MAKE=''
|
933
|
+
SHELL='/bin/sh'
|
934
|
+
STRIP='strip'
|
935
|
+
VERSION='3.6.8'
|
936
|
+
ac_ct_CC='gcc'
|
937
|
+
ac_ct_DUMPBIN=''
|
938
|
+
am__EXEEXT_FALSE=''
|
939
|
+
am__EXEEXT_TRUE='#'
|
940
|
+
am__fastdepCC_FALSE='#'
|
941
|
+
am__fastdepCC_TRUE=''
|
942
|
+
am__include='include'
|
943
|
+
am__isrc=''
|
944
|
+
am__leading_dot='.'
|
945
|
+
am__quote=''
|
946
|
+
am__tar='${AMTAR} chof - "$$tardir"'
|
947
|
+
am__untar='${AMTAR} xf -'
|
948
|
+
bindir='${exec_prefix}/bin'
|
949
|
+
build='x86_64-unknown-linux-gnu'
|
950
|
+
build_alias=''
|
951
|
+
build_cpu='x86_64'
|
952
|
+
build_os='linux-gnu'
|
953
|
+
build_vendor='unknown'
|
954
|
+
datadir='${datarootdir}'
|
955
|
+
datarootdir='${prefix}/share'
|
956
|
+
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
|
957
|
+
dvidir='${docdir}'
|
958
|
+
exec_prefix='${prefix}'
|
959
|
+
host='x86_64-unknown-linux-gnu'
|
960
|
+
host_alias=''
|
961
|
+
host_cpu='x86_64'
|
962
|
+
host_os='linux-gnu'
|
963
|
+
host_vendor='unknown'
|
964
|
+
htmldir='${docdir}'
|
965
|
+
includedir='${prefix}/include'
|
966
|
+
infodir='${datarootdir}/info'
|
967
|
+
install_sh='${SHELL} /home/paris/code/dec_number/ext/dec_number/decNumber/install-sh'
|
968
|
+
libdir='${exec_prefix}/lib'
|
969
|
+
libexecdir='${exec_prefix}/libexec'
|
970
|
+
localedir='${datarootdir}/locale'
|
971
|
+
localstatedir='${prefix}/var'
|
972
|
+
mandir='${datarootdir}/man'
|
973
|
+
mkdir_p='/bin/mkdir -p'
|
974
|
+
oldincludedir='/usr/include'
|
975
|
+
pdfdir='${docdir}'
|
976
|
+
prefix='/usr/local'
|
977
|
+
program_transform_name='s,x,x,'
|
978
|
+
psdir='${docdir}'
|
979
|
+
sbindir='${exec_prefix}/sbin'
|
980
|
+
sharedstatedir='${prefix}/com'
|
981
|
+
sysconfdir='${prefix}/etc'
|
982
|
+
target_alias=''
|
983
|
+
|
984
|
+
## ----------- ##
|
985
|
+
## confdefs.h. ##
|
986
|
+
## ----------- ##
|
987
|
+
|
988
|
+
/* confdefs.h */
|
989
|
+
#define PACKAGE_NAME "decNumber"
|
990
|
+
#define PACKAGE_TARNAME "decnumber"
|
991
|
+
#define PACKAGE_VERSION "3.6.8"
|
992
|
+
#define PACKAGE_STRING "decNumber 3.6.8"
|
993
|
+
#define PACKAGE_BUGREPORT "mfc@uk.ibm.com"
|
994
|
+
#define PACKAGE_URL ""
|
995
|
+
#define PACKAGE "decnumber"
|
996
|
+
#define VERSION "3.6.8"
|
997
|
+
#define STDC_HEADERS 1
|
998
|
+
#define HAVE_SYS_TYPES_H 1
|
999
|
+
#define HAVE_SYS_STAT_H 1
|
1000
|
+
#define HAVE_STDLIB_H 1
|
1001
|
+
#define HAVE_STRING_H 1
|
1002
|
+
#define HAVE_MEMORY_H 1
|
1003
|
+
#define HAVE_STRINGS_H 1
|
1004
|
+
#define HAVE_INTTYPES_H 1
|
1005
|
+
#define HAVE_STDINT_H 1
|
1006
|
+
#define HAVE_UNISTD_H 1
|
1007
|
+
#define HAVE_DLFCN_H 1
|
1008
|
+
#define LT_OBJDIR ".libs/"
|
1009
|
+
#define HAVE_STDINT_H 1
|
1010
|
+
#define HAVE_STDLIB_H 1
|
1011
|
+
#define HAVE_STRING_H 1
|
1012
|
+
#define HAVE__BOOL 1
|
1013
|
+
#define HAVE_STDBOOL_H 1
|
1014
|
+
#define restrict __restrict
|
1015
|
+
#define HAVE_STDLIB_H 1
|
1016
|
+
#define HAVE_MALLOC 1
|
1017
|
+
#define HAVE_MEMSET 1
|
1018
|
+
|
1019
|
+
configure: exit 0
|