Gentoo Archives: gentoo-dev

From: Thomas Kahle <tomka@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] dev-libs/ace-5.7.2 - checking for epoll_create... configure: error: cannot run test program while cross compiling
Date: Mon, 08 Nov 2010 11:19:18
Message-Id: 20101108110957.GE1906@denkmatte.mittag-leffler.se
In Reply to: [gentoo-dev] dev-libs/ace-5.7.2 - checking for epoll_create... configure: error: cannot run test program while cross compiling by Kfir Lavi
1 Hi,
2
3 On 12:24 Mon 08 Nov , Kfir Lavi wrote:
4 > Hi,
5 > I have created a cross compilation environment inside a chroot.
6 > When emerging ace with:
7 > i686-gentoo1-linux-gnu-emerge dev-libs/ace
8 > I get this error:
9 > checking for epoll_create... configure: error: cannot run test program while
10 > cross compiling
11
12 Please report bugs to our bugzilla at bugs.gentoo.org. This will help
13 keeping track of the issue and reduce unrelated mail traffic for people
14 who are not involved.
15
16 Thanks,
17 Thomas
18
19
20
21 >
22 > The command for crossdev is:
23 > crossdev -P -vt i686-gentoo1-linux-gnu
24 >
25 > Here is part of the emerge:
26 > checking for system... yes
27 > checking for getmsg... yes
28 > checking for gethostbyaddr... yes
29 > checking for epoll_create... configure: error: cannot run test program while
30 > cross compiling
31 > See `config.log' for more details.
32 >
33 > !!! Please attach the following file when seeking support:
34 > !!!
35 > /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/work/ACE_wrappers/build/config.log
36 > * ERROR: dev-libs/ace-5.7.2 failed:
37 > * econf failed
38 > *
39 > * Call stack:
40 > * ebuild.sh, line 54: Called src_compile
41 > * environment, line 2336: Called econf '--enable-lib-all' '--without-X'
42 > '--disable-ipv6'
43 > * ebuild.sh, line 544: Called die
44 > * The specific snippet of code:
45 > * die "econf failed"
46 > *
47 > * If you need support, post the output of 'emerge --info
48 > =dev-libs/ace-5.7.2',
49 > * the complete build log and the output of 'emerge -pqv
50 > =dev-libs/ace-5.7.2'.
51 > * The complete build log is located at
52 > '/usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/temp/build.log'.
53 > * The ebuild environment file is located at
54 > '/usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/temp/environment'.
55 > * S: '/usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/work/ACE_wrappers'
56 >
57 >
58 > Here is gcc -v:
59 > (build host chroot) goofy / # i686-gentoo1-linux-gnu-gcc -v
60 > Using built-in specs.
61 > COLLECT_GCC=/usr/i686-pc-linux-gnu/i686-gentoo1-linux-gnu/gcc-bin/4.5.1/i686-gentoo1-linux-gnu-gcc
62 > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-gentoo1-linux-gnu/4.5.1/lto-wrapper
63 > Target: i686-gentoo1-linux-gnu
64 > Configured with:
65 > /var/tmp/portage/cross-i686-gentoo1-linux-gnu/gcc-4.5.1/work/gcc-4.5.1/configure
66 > --prefix=/usr
67 > --bindir=/usr/i686-pc-linux-gnu/i686-gentoo1-linux-gnu/gcc-bin/4.5.1
68 > --includedir=/usr/lib/gcc/i686-gentoo1-linux-gnu/4.5.1/include
69 > --datadir=/usr/share/gcc-data/i686-gentoo1-linux-gnu/4.5.1
70 > --mandir=/usr/share/gcc-data/i686-gentoo1-linux-gnu/4.5.1/man
71 > --infodir=/usr/share/gcc-data/i686-gentoo1-linux-gnu/4.5.1/info
72 > --with-gxx-include-dir=/usr/lib/gcc/i686-gentoo1-linux-gnu/4.5.1/include/g++-v4
73 > --host=i686-pc-linux-gnu --target=i686-gentoo1-linux-gnu
74 > --build=i686-pc-linux-gnu --disable-altivec --disable-fixed-point
75 > --without-ppl --without-cloog --disable-lto --enable-nls
76 > --without-included-gettext --with-system-zlib --disable-werror
77 > --enable-secureplt --disable-multilib --disable-libmudflap --disable-libssp
78 > --enable-libgomp --enable-cld
79 > --with-python-dir=/share/gcc-data/i686-gentoo1-linux-gnu/4.5.1/python
80 > --enable-checking=release --disable-libgcj --with-arch=i686
81 > --enable-languages=c,c++,fortran --with-sysroot=/usr/i686-gentoo1-linux-gnu
82 > --disable-bootstrap --enable-__cxa_atexit --enable-clocale=gnu
83 > --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.5.1 p1.2,
84 > pie-0.4.5'
85 > Thread model: posix
86 > gcc version 4.5.1 (Gentoo 4.5.1 p1.2, pie-0.4.5)
87 >
88 > Regards,
89 > Kfir
90
91 > This file contains any messages produced by compilers while
92 > running configure, to aid debugging if configure makes a mistake.
93 >
94 > It was created by ACE configure 5.7.2, which was
95 > generated by GNU Autoconf 2.59. Invocation command line was
96 >
97 > $ /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/work/ACE_wrappers/configure --prefix=/usr --build=i686-pc-linux-gnu --host=i686-gentoo1-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --enable-lib-all --without-X --disable-ipv6
98 >
99 > ## --------- ##
100 > ## Platform. ##
101 > ## --------- ##
102 >
103 > hostname = goofy
104 > uname -m = i686
105 > uname -r = 2.6.34-gentoo-r12
106 > uname -s = Linux
107 > uname -v = #2 SMP Fri Nov 5 08:19:12 IST 2010
108 >
109 > /usr/bin/uname -p = Intel(R) Core(TM)2 Duo CPU P8600 @ 2.40GHz
110 > /bin/uname -X = unknown
111 >
112 > /bin/arch = unknown
113 > /usr/bin/arch -k = unknown
114 > /usr/convex/getsysinfo = unknown
115 > hostinfo = unknown
116 > /bin/machine = unknown
117 > /usr/bin/oslevel = unknown
118 > /bin/universe = unknown
119 >
120 > PATH: /usr/lib/portage/bin/ebuild-helpers
121 > PATH: /usr/local/sbin
122 > PATH: /usr/local/bin
123 > PATH: /usr/sbin
124 > PATH: /usr/bin
125 > PATH: /sbin
126 > PATH: /bin
127 >
128 >
129 > ## ----------- ##
130 > ## Core tests. ##
131 > ## ----------- ##
132 >
133 > configure:1563: loading site script /usr/share/config.site
134 > | #!/bin/bash
135 > | # Copyright 2009 Gentoo Foundation
136 > | # Distributed under the terms of the GNU General Public License v2
137 > |
138 > | TOPDIR=/usr/share/crossdev/include/site
139 > |
140 > | config_site_arch() {
141 > | local host=$(echo ${CHOST/-/ } | awk '{print $1}')
142 > |
143 > | [[ ${host/arm.*eb/} != ${host} ]] && host=armeb
144 > | [[ ${host/arm/} != ${host} ]] && [[ ${host} != armeb ]] && host=arm
145 > |
146 > | [[ ${host/mips.*el/} != ${host} ]] && host=mipsel
147 > |
148 > | #[[ ${host/i[4-5]/6} != ${host} ]] && host=i686
149 > |
150 > | echo ${host}
151 > | }
152 > |
153 > | config_site_names() {
154 > | local site_arch=$(config_site_arch)
155 > | local sites=""
156 > | local x
157 > |
158 > | [[ ${CHOST/-linux-/} != $CHOST ]] && sites+=" linux ${site_arch}-linux"
159 > | [[ ${CHOST/darwin/} != $CHOST ]] && sites+=" darwin ${site_arch}-linux"
160 > |
161 > | [[ ${CHOST/-linux-uclibc/} != $CHOST ]] && sites+=" linux-uclibc ${site_arch}-linux-uclibc"
162 > | [[ ${CHOST/-linux-gnu/} != $CHOST ]] && sites+=" linux-gnu ${site_arch}-linux-gnu"
163 > |
164 > | [[ ${CHOST/-linux-uclibceabi/} != $CHOST ]] && sites+=" linux-uclibceabi ${site_arch}-linux-uclibceabi"
165 > | [[ ${CHOST/-linux-gnueabi/} != $CHOST ]] && sites+=" linux-gnueabi ${site_arch}-linux-gnueabi"
166 > |
167 > | for x in ${sites} ${CHOST}; do
168 > | [[ -e ${TOPDIR}/${x} ]] && echo ${TOPDIR}/${x}
169 > | done
170 > | }
171 > |
172 > | if [[ ${CHOST} != "" ]]; then
173 > | sites="$(config_site_names)"
174 > | if [[ ${sites} != "" ]]; then
175 > | for site in ${sites}; do
176 > | echo "$(basename $0): loading site script ${site}"
177 > | . ${site}
178 > | done
179 > | fi
180 > | unset site
181 > | unset sites
182 > | fi
183 > configure:1725: checking build system type
184 > configure:1743: result: i686-pc-linux-gnu
185 > configure:1751: checking host system type
186 > configure:1765: result: i686-gentoo1-linux-gnu
187 > configure:1773: checking target system type
188 > configure:1787: result: i686-gentoo1-linux-gnu
189 > configure:1816: checking for a BSD-compatible install
190 > configure:1871: result: /usr/bin/install -c
191 > configure:1882: checking whether build environment is sane
192 > configure:1925: result: yes
193 > configure:1990: checking for gawk
194 > configure:2006: found /usr/bin/gawk
195 > configure:2016: result: gawk
196 > configure:2026: checking whether make sets $(MAKE)
197 > configure:2046: result: yes
198 > configure:2113: checking for i686-gentoo1-linux-gnu-strip
199 > configure:2129: found /usr/bin/i686-gentoo1-linux-gnu-strip
200 > configure:2139: result: i686-gentoo1-linux-gnu-strip
201 > configure:2211: checking for egrep
202 > configure:2221: result: grep -E
203 > configure:3093: checking whether #! works in shell scripts
204 > configure:3110: result: yes
205 > configure:3126: checking for i686-gentoo1-linux-gnu-g++
206 > configure:3142: found /usr/bin/i686-gentoo1-linux-gnu-g++
207 > configure:3152: result: i686-gentoo1-linux-gnu-g++
208 > configure:3210: checking for C++ compiler version
209 > configure:3213: i686-gentoo1-linux-gnu-g++ --version </dev/null >&5
210 > i686-gentoo1-linux-gnu-g++ (Gentoo 4.5.1 p1.2, pie-0.4.5) 4.5.1
211 > Copyright (C) 2010 Free Software Foundation, Inc.
212 > This is free software; see the source for copying conditions. There is NO
213 > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
214 >
215 > configure:3216: $? = 0
216 > configure:3218: i686-gentoo1-linux-gnu-g++ -v </dev/null >&5
217 > Using built-in specs.
218 > COLLECT_GCC=/usr/i686-pc-linux-gnu/i686-gentoo1-linux-gnu/gcc-bin/4.5.1/i686-gentoo1-linux-gnu-g++
219 > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-gentoo1-linux-gnu/4.5.1/lto-wrapper
220 > Target: i686-gentoo1-linux-gnu
221 > Configured with: /var/tmp/portage/cross-i686-gentoo1-linux-gnu/gcc-4.5.1/work/gcc-4.5.1/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/i686-gentoo1-linux-gnu/gcc-bin/4.5.1 --includedir=/usr/lib/gcc/i686-gentoo1-linux-gnu/4.5.1/include --datadir=/usr/share/gcc-data/i686-gentoo1-linux-gnu/4.5.1 --mandir=/usr/share/gcc-data/i686-gentoo1-linux-gnu/4.5.1/man --infodir=/usr/share/gcc-data/i686-gentoo1-linux-gnu/4.5.1/info --with-gxx-include-dir=/usr/lib/gcc/i686-gentoo1-linux-gnu/4.5.1/include/g++-v4 --host=i686-pc-linux-gnu --target=i686-gentoo1-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --disable-lto --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --disable-multilib --disable-libmudflap --disable-libssp --enable-libgomp --enable-cld --with-python-dir=/share/gcc-data/i686-gentoo1-linux-gnu/4.5.1/python --enable-checking=release --disable-libgcj --with-arch=i686 --enable-languages=c,c++,fortran --
222 > with-sysroot=/usr/i686-gentoo1-linux-gnu --disable-bootstrap --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.5.1 p1.2, pie-0.4.5'
223 > Thread model: posix
224 > gcc version 4.5.1 (Gentoo 4.5.1 p1.2, pie-0.4.5)
225 > configure:3221: $? = 0
226 > configure:3223: i686-gentoo1-linux-gnu-g++ -V </dev/null >&5
227 > i686-gentoo1-linux-gnu-g++: '-V' option must have argument
228 > configure:3226: $? = 1
229 > configure:3249: checking for C++ compiler default output file name
230 > configure:3252: i686-gentoo1-linux-gnu-g++ -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc >&5
231 > configure:3255: $? = 0
232 > configure:3301: result: a.out
233 > configure:3306: checking whether the C++ compiler works
234 > configure:3332: result: yes
235 > configure:3339: checking whether we are cross compiling
236 > configure:3341: result: yes
237 > configure:3344: checking for suffix of executables
238 > configure:3346: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc >&5
239 > configure:3349: $? = 0
240 > configure:3374: result:
241 > configure:3380: checking for suffix of object files
242 > configure:3401: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
243 > configure:3404: $? = 0
244 > configure:3426: result: o
245 > configure:3430: checking whether we are using the GNU C++ compiler
246 > configure:3454: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
247 > configure:3460: $? = 0
248 > configure:3464: test -z
249 > || test ! -s conftest.err
250 > configure:3467: $? = 0
251 > configure:3470: test -s conftest.o
252 > configure:3473: $? = 0
253 > configure:3486: result: yes
254 > configure:3492: checking whether i686-gentoo1-linux-gnu-g++ accepts -g
255 > configure:3513: i686-gentoo1-linux-gnu-g++ -c -g conftest.cc >&5
256 > configure:3519: $? = 0
257 > configure:3523: test -z
258 > || test ! -s conftest.err
259 > configure:3526: $? = 0
260 > configure:3529: test -s conftest.o
261 > configure:3532: $? = 0
262 > configure:3543: result: yes
263 > configure:3585: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
264 > configure:3591: $? = 0
265 > configure:3595: test -z
266 > || test ! -s conftest.err
267 > configure:3598: $? = 0
268 > configure:3601: test -s conftest.o
269 > configure:3604: $? = 0
270 > configure:3630: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
271 > conftest.cc: In function 'int main()':
272 > conftest.cc:13:9: error: 'exit' was not declared in this scope
273 > configure:3636: $? = 1
274 > configure: failed program was:
275 > | /* confdefs.h. */
276 > |
277 > | #define PACKAGE_NAME "ACE"
278 > | #define PACKAGE_TARNAME "ace"
279 > | #define PACKAGE_VERSION "5.7.2"
280 > | #define PACKAGE_STRING "ACE 5.7.2"
281 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
282 > | /* end confdefs.h. */
283 > |
284 > | int
285 > | main ()
286 > | {
287 > | exit (42);
288 > | ;
289 > | return 0;
290 > | }
291 > configure:3585: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
292 > conftest.cc:9:40: error: 'void std::exit(int)' should have been declared inside 'std'
293 > configure:3591: $? = 1
294 > configure: failed program was:
295 > | /* confdefs.h. */
296 > |
297 > | #define PACKAGE_NAME "ACE"
298 > | #define PACKAGE_TARNAME "ace"
299 > | #define PACKAGE_VERSION "5.7.2"
300 > | #define PACKAGE_STRING "ACE 5.7.2"
301 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
302 > | /* end confdefs.h. */
303 > | extern "C" void std::exit (int) throw (); using std::exit;
304 > | #include <stdlib.h>
305 > | int
306 > | main ()
307 > | {
308 > | exit (42);
309 > | ;
310 > | return 0;
311 > | }
312 > configure:3585: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
313 > conftest.cc:9:31: error: 'void std::exit(int)' should have been declared inside 'std'
314 > In file included from conftest.cc:10:0:
315 > /usr/i686-gentoo1-linux-gnu/usr/include/stdlib.h:544:70: error: declaration of 'void std::exit(int) throw ()' throws different exceptions
316 > conftest.cc:9:17: error: from previous declaration 'void std::exit(int)'
317 > configure:3591: $? = 1
318 > configure: failed program was:
319 > | /* confdefs.h. */
320 > |
321 > | #define PACKAGE_NAME "ACE"
322 > | #define PACKAGE_TARNAME "ace"
323 > | #define PACKAGE_VERSION "5.7.2"
324 > | #define PACKAGE_STRING "ACE 5.7.2"
325 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
326 > | /* end confdefs.h. */
327 > | extern "C" void std::exit (int); using std::exit;
328 > | #include <stdlib.h>
329 > | int
330 > | main ()
331 > | {
332 > | exit (42);
333 > | ;
334 > | return 0;
335 > | }
336 > configure:3585: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
337 > configure:3591: $? = 0
338 > configure:3595: test -z
339 > || test ! -s conftest.err
340 > configure:3598: $? = 0
341 > configure:3601: test -s conftest.o
342 > configure:3604: $? = 0
343 > configure:3630: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
344 > configure:3636: $? = 0
345 > configure:3640: test -z
346 > || test ! -s conftest.err
347 > configure:3643: $? = 0
348 > configure:3646: test -s conftest.o
349 > configure:3649: $? = 0
350 > configure:3683: checking for style of include used by make
351 > configure:3711: result: GNU
352 > configure:3739: checking dependency style of i686-gentoo1-linux-gnu-g++
353 > configure:3829: result: gcc3
354 > configure:3851: checking how to run the C++ preprocessor
355 > configure:3882: i686-gentoo1-linux-gnu-g++ -E conftest.cc
356 > configure:3888: $? = 0
357 > configure:3920: i686-gentoo1-linux-gnu-g++ -E conftest.cc
358 > conftest.cc:12:28: fatal error: ac_nonexistent.h: No such file or directory
359 > compilation terminated.
360 > configure:3926: $? = 1
361 > configure: failed program was:
362 > | /* confdefs.h. */
363 > |
364 > | #define PACKAGE_NAME "ACE"
365 > | #define PACKAGE_TARNAME "ace"
366 > | #define PACKAGE_VERSION "5.7.2"
367 > | #define PACKAGE_STRING "ACE 5.7.2"
368 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
369 > | #ifdef __cplusplus
370 > | extern "C" void exit (int) throw ();
371 > | #endif
372 > | /* end confdefs.h. */
373 > | #include <ac_nonexistent.h>
374 > configure:3965: result: i686-gentoo1-linux-gnu-g++ -E
375 > configure:3989: i686-gentoo1-linux-gnu-g++ -E conftest.cc
376 > configure:3995: $? = 0
377 > configure:4027: i686-gentoo1-linux-gnu-g++ -E conftest.cc
378 > conftest.cc:12:28: fatal error: ac_nonexistent.h: No such file or directory
379 > compilation terminated.
380 > configure:4033: $? = 1
381 > configure: failed program was:
382 > | /* confdefs.h. */
383 > |
384 > | #define PACKAGE_NAME "ACE"
385 > | #define PACKAGE_TARNAME "ace"
386 > | #define PACKAGE_VERSION "5.7.2"
387 > | #define PACKAGE_STRING "ACE 5.7.2"
388 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
389 > | #ifdef __cplusplus
390 > | extern "C" void exit (int) throw ();
391 > | #endif
392 > | /* end confdefs.h. */
393 > | #include <ac_nonexistent.h>
394 > configure:4099: checking for gawk
395 > configure:4125: result: gawk
396 > configure:4161: checking whether ln -s works
397 > configure:4165: result: yes
398 > configure:4178: checking for flex
399 > configure:4194: found /usr/bin/flex
400 > configure:4204: result: flex
401 > configure:4217: checking for yywrap in -lfl
402 > configure:4247: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lfl >&5
403 > /usr/libexec/gcc/i686-gentoo1-linux-gnu/ld: cannot find -lfl
404 > collect2: ld returned 1 exit status
405 > configure:4253: $? = 1
406 > configure: failed program was:
407 > | /* confdefs.h. */
408 > |
409 > | #define PACKAGE_NAME "ACE"
410 > | #define PACKAGE_TARNAME "ace"
411 > | #define PACKAGE_VERSION "5.7.2"
412 > | #define PACKAGE_STRING "ACE 5.7.2"
413 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
414 > | #ifdef __cplusplus
415 > | extern "C" void exit (int) throw ();
416 > | #endif
417 > | /* end confdefs.h. */
418 > |
419 > | /* Override any gcc2 internal prototype to avoid an error. */
420 > | #ifdef __cplusplus
421 > | extern "C"
422 > | #endif
423 > | /* We use char because int might match the return type of a gcc2
424 > | builtin and then its argument prototype would still apply. */
425 > | char yywrap ();
426 > | int
427 > | main ()
428 > | {
429 > | yywrap ();
430 > | ;
431 > | return 0;
432 > | }
433 > configure:4279: result: no
434 > configure:4284: checking for yywrap in -ll
435 > configure:4314: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -ll >&5
436 > /usr/libexec/gcc/i686-gentoo1-linux-gnu/ld: cannot find -ll
437 > collect2: ld returned 1 exit status
438 > configure:4320: $? = 1
439 > configure: failed program was:
440 > | /* confdefs.h. */
441 > |
442 > | #define PACKAGE_NAME "ACE"
443 > | #define PACKAGE_TARNAME "ace"
444 > | #define PACKAGE_VERSION "5.7.2"
445 > | #define PACKAGE_STRING "ACE 5.7.2"
446 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
447 > | #ifdef __cplusplus
448 > | extern "C" void exit (int) throw ();
449 > | #endif
450 > | /* end confdefs.h. */
451 > |
452 > | /* Override any gcc2 internal prototype to avoid an error. */
453 > | #ifdef __cplusplus
454 > | extern "C"
455 > | #endif
456 > | /* We use char because int might match the return type of a gcc2
457 > | builtin and then its argument prototype would still apply. */
458 > | char yywrap ();
459 > | int
460 > | main ()
461 > | {
462 > | yywrap ();
463 > | ;
464 > | return 0;
465 > | }
466 > configure:4346: result: no
467 > configure:4357: checking lex output file root
468 > configure:4368: flex conftest.l
469 > configure:4371: $? = 0
470 > configure:4383: result: lex.yy
471 > configure:4388: checking whether yytext is a pointer
472 > configure:4404: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc >&5
473 > conftest.l: In function 'int yylex()':
474 > conftest.l:2:5: warning: ignoring return value of 'size_t fwrite(const void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result
475 > /usr/i686-gentoo1-linux-gnu/usr/lib/crt1.o: In function `_start':
476 > (.text+0x18): undefined reference to `main'
477 > /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/temp/ccexpWSl.o: In function `yylex()':
478 > conftest.cc:(.text+0x9d6): undefined reference to `yywrap'
479 > collect2: ld returned 1 exit status
480 > configure:4410: $? = 1
481 > configure: failed program was:
482 > |
483 > | #line 3 "lex.yy.c"
484 > |
485 > | #define YY_INT_ALIGNED short int
486 > |
487 > | /* A lexical scanner generated by flex */
488 > |
489 > | #define FLEX_SCANNER
490 > | #define YY_FLEX_MAJOR_VERSION 2
491 > | #define YY_FLEX_MINOR_VERSION 5
492 > | #define YY_FLEX_SUBMINOR_VERSION 35
493 > | #if YY_FLEX_SUBMINOR_VERSION > 0
494 > | #define FLEX_BETA
495 > | #endif
496 > |
497 > | /* First, we deal with platform-specific or compiler-specific issues. */
498 > |
499 > | /* begin standard C headers. */
500 > | #include <stdio.h>
501 > | #include <string.h>
502 > | #include <errno.h>
503 > | #include <stdlib.h>
504 > |
505 > | /* end standard C headers. */
506 > |
507 > | /* flex integer type definitions */
508 > |
509 > | #ifndef FLEXINT_H
510 > | #define FLEXINT_H
511 > |
512 > | /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
513 > |
514 > | #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
515 > |
516 > | /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
517 > | * if you want the limit (max/min) macros for int types.
518 > | */
519 > | #ifndef __STDC_LIMIT_MACROS
520 > | #define __STDC_LIMIT_MACROS 1
521 > | #endif
522 > |
523 > | #include <inttypes.h>
524 > | typedef int8_t flex_int8_t;
525 > | typedef uint8_t flex_uint8_t;
526 > | typedef int16_t flex_int16_t;
527 > | typedef uint16_t flex_uint16_t;
528 > | typedef int32_t flex_int32_t;
529 > | typedef uint32_t flex_uint32_t;
530 > | #else
531 > | typedef signed char flex_int8_t;
532 > | typedef short int flex_int16_t;
533 > | typedef int flex_int32_t;
534 > | typedef unsigned char flex_uint8_t;
535 > | typedef unsigned short int flex_uint16_t;
536 > | typedef unsigned int flex_uint32_t;
537 > | #endif /* ! C99 */
538 > |
539 > | /* Limits of integral types. */
540 > | #ifndef INT8_MIN
541 > | #define INT8_MIN (-128)
542 > | #endif
543 > | #ifndef INT16_MIN
544 > | #define INT16_MIN (-32767-1)
545 > | #endif
546 > | #ifndef INT32_MIN
547 > | #define INT32_MIN (-2147483647-1)
548 > | #endif
549 > | #ifndef INT8_MAX
550 > | #define INT8_MAX (127)
551 > | #endif
552 > | #ifndef INT16_MAX
553 > | #define INT16_MAX (32767)
554 > | #endif
555 > | #ifndef INT32_MAX
556 > | #define INT32_MAX (2147483647)
557 > | #endif
558 > | #ifndef UINT8_MAX
559 > | #define UINT8_MAX (255U)
560 > | #endif
561 > | #ifndef UINT16_MAX
562 > | #define UINT16_MAX (65535U)
563 > | #endif
564 > | #ifndef UINT32_MAX
565 > | #define UINT32_MAX (4294967295U)
566 > | #endif
567 > |
568 > | #endif /* ! FLEXINT_H */
569 > |
570 > | #ifdef __cplusplus
571 > |
572 > | /* The "const" storage-class-modifier is valid. */
573 > | #define YY_USE_CONST
574 > |
575 > | #else /* ! __cplusplus */
576 > |
577 > | /* C99 requires __STDC__ to be defined as 1. */
578 > | #if defined (__STDC__)
579 > |
580 > | #define YY_USE_CONST
581 > |
582 > | #endif /* defined (__STDC__) */
583 > | #endif /* ! __cplusplus */
584 > |
585 > | #ifdef YY_USE_CONST
586 > | #define yyconst const
587 > | #else
588 > | #define yyconst
589 > | #endif
590 > |
591 > | /* Returned upon end-of-file. */
592 > | #define YY_NULL 0
593 > |
594 > | /* Promotes a possibly negative, possibly signed char to an unsigned
595 > | * integer for use as an array index. If the signed char is negative,
596 > | * we want to instead treat it as an 8-bit unsigned char, hence the
597 > | * double cast.
598 > | */
599 > | #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
600 > |
601 > | /* Enter a start condition. This macro really ought to take a parameter,
602 > | * but we do it the disgusting crufty way forced on us by the ()-less
603 > | * definition of BEGIN.
604 > | */
605 > | #define BEGIN (yy_start) = 1 + 2 *
606 > |
607 > | /* Translate the current start state into a value that can be later handed
608 > | * to BEGIN to return to the state. The YYSTATE alias is for lex
609 > | * compatibility.
610 > | */
611 > | #define YY_START (((yy_start) - 1) / 2)
612 > | #define YYSTATE YY_START
613 > |
614 > | /* Action number for EOF rule of a given start state. */
615 > | #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
616 > |
617 > | /* Special action meaning "start processing a new file". */
618 > | #define YY_NEW_FILE yyrestart(yyin )
619 > |
620 > | #define YY_END_OF_BUFFER_CHAR 0
621 > |
622 > | /* Size of default input buffer. */
623 > | #ifndef YY_BUF_SIZE
624 > | #define YY_BUF_SIZE 16384
625 > | #endif
626 > |
627 > | /* The state buf must be large enough to hold one state per character in the main buffer.
628 > | */
629 > | #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
630 > |
631 > | #ifndef YY_TYPEDEF_YY_BUFFER_STATE
632 > | #define YY_TYPEDEF_YY_BUFFER_STATE
633 > | typedef struct yy_buffer_state *YY_BUFFER_STATE;
634 > | #endif
635 > |
636 > | extern int yyleng;
637 > |
638 > | extern FILE *yyin, *yyout;
639 > |
640 > | #define EOB_ACT_CONTINUE_SCAN 0
641 > | #define EOB_ACT_END_OF_FILE 1
642 > | #define EOB_ACT_LAST_MATCH 2
643 > |
644 > | #define YY_LESS_LINENO(n)
645 > |
646 > | /* Return all but the first "n" matched characters back to the input stream. */
647 > | #define yyless(n) \
648 > | do \
649 > | { \
650 > | /* Undo effects of setting up yytext. */ \
651 > | int yyless_macro_arg = (n); \
652 > | YY_LESS_LINENO(yyless_macro_arg);\
653 > | *yy_cp = (yy_hold_char); \
654 > | YY_RESTORE_YY_MORE_OFFSET \
655 > | (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
656 > | YY_DO_BEFORE_ACTION; /* set up yytext again */ \
657 > | } \
658 > | while ( 0 )
659 > |
660 > | #define unput(c) yyunput( c, (yytext_ptr) )
661 > |
662 > | #ifndef YY_TYPEDEF_YY_SIZE_T
663 > | #define YY_TYPEDEF_YY_SIZE_T
664 > | typedef size_t yy_size_t;
665 > | #endif
666 > |
667 > | #ifndef YY_STRUCT_YY_BUFFER_STATE
668 > | #define YY_STRUCT_YY_BUFFER_STATE
669 > | struct yy_buffer_state
670 > | {
671 > | FILE *yy_input_file;
672 > |
673 > | char *yy_ch_buf; /* input buffer */
674 > | char *yy_buf_pos; /* current position in input buffer */
675 > |
676 > | /* Size of input buffer in bytes, not including room for EOB
677 > | * characters.
678 > | */
679 > | yy_size_t yy_buf_size;
680 > |
681 > | /* Number of characters read into yy_ch_buf, not including EOB
682 > | * characters.
683 > | */
684 > | int yy_n_chars;
685 > |
686 > | /* Whether we "own" the buffer - i.e., we know we created it,
687 > | * and can realloc() it to grow it, and should free() it to
688 > | * delete it.
689 > | */
690 > | int yy_is_our_buffer;
691 > |
692 > | /* Whether this is an "interactive" input source; if so, and
693 > | * if we're using stdio for input, then we want to use getc()
694 > | * instead of fread(), to make sure we stop fetching input after
695 > | * each newline.
696 > | */
697 > | int yy_is_interactive;
698 > |
699 > | /* Whether we're considered to be at the beginning of a line.
700 > | * If so, '^' rules will be active on the next match, otherwise
701 > | * not.
702 > | */
703 > | int yy_at_bol;
704 > |
705 > | int yy_bs_lineno; /**< The line count. */
706 > | int yy_bs_column; /**< The column count. */
707 > |
708 > | /* Whether to try to fill the input buffer when we reach the
709 > | * end of it.
710 > | */
711 > | int yy_fill_buffer;
712 > |
713 > | int yy_buffer_status;
714 > |
715 > | #define YY_BUFFER_NEW 0
716 > | #define YY_BUFFER_NORMAL 1
717 > | /* When an EOF's been seen but there's still some text to process
718 > | * then we mark the buffer as YY_EOF_PENDING, to indicate that we
719 > | * shouldn't try reading from the input source any more. We might
720 > | * still have a bunch of tokens to match, though, because of
721 > | * possible backing-up.
722 > | *
723 > | * When we actually see the EOF, we change the status to "new"
724 > | * (via yyrestart()), so that the user can continue scanning by
725 > | * just pointing yyin at a new input file.
726 > | */
727 > | #define YY_BUFFER_EOF_PENDING 2
728 > |
729 > | };
730 > | #endif /* !YY_STRUCT_YY_BUFFER_STATE */
731 > |
732 > | /* Stack of input buffers. */
733 > | static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
734 > | static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
735 > | static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
736 > |
737 > | /* We provide macros for accessing buffer states in case in the
738 > | * future we want to put the buffer states in a more general
739 > | * "scanner state".
740 > | *
741 > | * Returns the top of the stack, or NULL.
742 > | */
743 > | #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
744 > | ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
745 > | : NULL)
746 > |
747 > | /* Same as previous macro, but useful when we know that the buffer stack is not
748 > | * NULL or when we need an lvalue. For internal use only.
749 > | */
750 > | #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
751 > |
752 > | /* yy_hold_char holds the character lost when yytext is formed. */
753 > | static char yy_hold_char;
754 > | static int yy_n_chars; /* number of characters read into yy_ch_buf */
755 > | int yyleng;
756 > |
757 > | /* Points to current character in buffer. */
758 > | static char *yy_c_buf_p = (char *) 0;
759 > | static int yy_init = 0; /* whether we need to initialize */
760 > | static int yy_start = 0; /* start state number */
761 > |
762 > | /* Flag which is used to allow yywrap()'s to do buffer switches
763 > | * instead of setting up a fresh yyin. A bit of a hack ...
764 > | */
765 > | static int yy_did_buffer_switch_on_eof;
766 > |
767 > | void yyrestart (FILE *input_file );
768 > | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
769 > | YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
770 > | void yy_delete_buffer (YY_BUFFER_STATE b );
771 > | void yy_flush_buffer (YY_BUFFER_STATE b );
772 > | void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
773 > | void yypop_buffer_state (void );
774 > |
775 > | static void yyensure_buffer_stack (void );
776 > | static void yy_load_buffer_state (void );
777 > | static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
778 > |
779 > | #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
780 > |
781 > | YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
782 > | YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str );
783 > | YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,int len );
784 > |
785 > | void *yyalloc (yy_size_t );
786 > | void *yyrealloc (void *,yy_size_t );
787 > | void yyfree (void * );
788 > |
789 > | #define yy_new_buffer yy_create_buffer
790 > |
791 > | #define yy_set_interactive(is_interactive) \
792 > | { \
793 > | if ( ! YY_CURRENT_BUFFER ){ \
794 > | yyensure_buffer_stack (); \
795 > | YY_CURRENT_BUFFER_LVALUE = \
796 > | yy_create_buffer(yyin,YY_BUF_SIZE ); \
797 > | } \
798 > | YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
799 > | }
800 > |
801 > | #define yy_set_bol(at_bol) \
802 > | { \
803 > | if ( ! YY_CURRENT_BUFFER ){\
804 > | yyensure_buffer_stack (); \
805 > | YY_CURRENT_BUFFER_LVALUE = \
806 > | yy_create_buffer(yyin,YY_BUF_SIZE ); \
807 > | } \
808 > | YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
809 > | }
810 > |
811 > | #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
812 > |
813 > | /* Begin user sect3 */
814 > |
815 > | typedef unsigned char YY_CHAR;
816 > |
817 > | FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
818 > |
819 > | typedef int yy_state_type;
820 > |
821 > | extern int yylineno;
822 > |
823 > | int yylineno = 1;
824 > |
825 > | extern char *yytext;
826 > | #define yytext_ptr yytext
827 > |
828 > | static yy_state_type yy_get_previous_state (void );
829 > | static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
830 > | static int yy_get_next_buffer (void );
831 > | static void yy_fatal_error (yyconst char msg[] );
832 > |
833 > | /* Done after the current pattern has been matched and before the
834 > | * corresponding action - sets up yytext.
835 > | */
836 > | #define YY_DO_BEFORE_ACTION \
837 > | (yytext_ptr) = yy_bp; \
838 > | yyleng = (size_t) (yy_cp - yy_bp); \
839 > | (yy_hold_char) = *yy_cp; \
840 > | *yy_cp = '\0'; \
841 > | (yy_c_buf_p) = yy_cp;
842 > |
843 > | #define YY_NUM_RULES 1
844 > | #define YY_END_OF_BUFFER 2
845 > | /* This struct is not used in this scanner,
846 > | but its presence is necessary. */
847 > | struct yy_trans_info
848 > | {
849 > | flex_int32_t yy_verify;
850 > | flex_int32_t yy_nxt;
851 > | };
852 > | static yyconst flex_int16_t yy_accept[6] =
853 > | { 0,
854 > | 0, 0, 2, 1, 0
855 > | } ;
856 > |
857 > | static yyconst flex_int32_t yy_ec[256] =
858 > | { 0,
859 > | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
860 > | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
861 > | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
862 > | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
863 > | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
864 > | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
865 > | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
866 > | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
867 > | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
868 > | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
869 > |
870 > | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
871 > | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
872 > | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
873 > | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
874 > | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
875 > | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
876 > | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
877 > | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
878 > | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
879 > | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
880 > |
881 > | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
882 > | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
883 > | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
884 > | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
885 > | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
886 > | 1, 1, 1, 1, 1
887 > | } ;
888 > |
889 > | static yyconst flex_int32_t yy_meta[2] =
890 > | { 0,
891 > | 1
892 > | } ;
893 > |
894 > | static yyconst flex_int16_t yy_base[7] =
895 > | { 0,
896 > | 0, 0, 2, 3, 3, 0
897 > | } ;
898 > |
899 > | static yyconst flex_int16_t yy_def[7] =
900 > | { 0,
901 > | 6, 6, 5, 5, 0, 5
902 > | } ;
903 > |
904 > | static yyconst flex_int16_t yy_nxt[5] =
905 > | { 0,
906 > | 4, 5, 3, 5
907 > | } ;
908 > |
909 > | static yyconst flex_int16_t yy_chk[5] =
910 > | { 0,
911 > | 6, 3, 5, 5
912 > | } ;
913 > |
914 > | static yy_state_type yy_last_accepting_state;
915 > | static char *yy_last_accepting_cpos;
916 > |
917 > | extern int yy_flex_debug;
918 > | int yy_flex_debug = 0;
919 > |
920 > | /* The intent behind this definition is that it'll catch
921 > | * any uses of REJECT which flex missed.
922 > | */
923 > | #define REJECT reject_used_but_not_detected
924 > | #define yymore() yymore_used_but_not_detected
925 > | #define YY_MORE_ADJ 0
926 > | #define YY_RESTORE_YY_MORE_OFFSET
927 > | char *yytext;
928 > | #line 1 "conftest.l"
929 > | #line 449 "lex.yy.c"
930 > |
931 > | #define INITIAL 0
932 > |
933 > | #ifndef YY_NO_UNISTD_H
934 > | /* Special case for "unistd.h", since it is non-ANSI. We include it way
935 > | * down here because we want the user's section 1 to have been scanned first.
936 > | * The user has a chance to override it with an option.
937 > | */
938 > | #include <unistd.h>
939 > | #endif
940 > |
941 > | #ifndef YY_EXTRA_TYPE
942 > | #define YY_EXTRA_TYPE void *
943 > | #endif
944 > |
945 > | static int yy_init_globals (void );
946 > |
947 > | /* Accessor methods to globals.
948 > | These are made visible to non-reentrant scanners for convenience. */
949 > |
950 > | int yylex_destroy (void );
951 > |
952 > | int yyget_debug (void );
953 > |
954 > | void yyset_debug (int debug_flag );
955 > |
956 > | YY_EXTRA_TYPE yyget_extra (void );
957 > |
958 > | void yyset_extra (YY_EXTRA_TYPE user_defined );
959 > |
960 > | FILE *yyget_in (void );
961 > |
962 > | void yyset_in (FILE * in_str );
963 > |
964 > | FILE *yyget_out (void );
965 > |
966 > | void yyset_out (FILE * out_str );
967 > |
968 > | int yyget_leng (void );
969 > |
970 > | char *yyget_text (void );
971 > |
972 > | int yyget_lineno (void );
973 > |
974 > | void yyset_lineno (int line_number );
975 > |
976 > | /* Macros after this point can all be overridden by user definitions in
977 > | * section 1.
978 > | */
979 > |
980 > | #ifndef YY_SKIP_YYWRAP
981 > | #ifdef __cplusplus
982 > | extern "C" int yywrap (void );
983 > | #else
984 > | extern int yywrap (void );
985 > | #endif
986 > | #endif
987 > |
988 > | static void yyunput (int c,char *buf_ptr );
989 > |
990 > | #ifndef yytext_ptr
991 > | static void yy_flex_strncpy (char *,yyconst char *,int );
992 > | #endif
993 > |
994 > | #ifdef YY_NEED_STRLEN
995 > | static int yy_flex_strlen (yyconst char * );
996 > | #endif
997 > |
998 > | #ifndef YY_NO_INPUT
999 > |
1000 > | #ifdef __cplusplus
1001 > | static int yyinput (void );
1002 > | #else
1003 > | static int input (void );
1004 > | #endif
1005 > |
1006 > | #endif
1007 > |
1008 > | /* Amount of stuff to slurp up with each read. */
1009 > | #ifndef YY_READ_BUF_SIZE
1010 > | #define YY_READ_BUF_SIZE 8192
1011 > | #endif
1012 > |
1013 > | /* Copy whatever the last rule matched to the standard output. */
1014 > | #ifndef ECHO
1015 > | /* This used to be an fputs(), but since the string might contain NUL's,
1016 > | * we now use fwrite().
1017 > | */
1018 > | #define ECHO fwrite( yytext, yyleng, 1, yyout )
1019 > | #endif
1020 > |
1021 > | /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
1022 > | * is returned in "result".
1023 > | */
1024 > | #ifndef YY_INPUT
1025 > | #define YY_INPUT(buf,result,max_size) \
1026 > | if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
1027 > | { \
1028 > | int c = '*'; \
1029 > | int n; \
1030 > | for ( n = 0; n < max_size && \
1031 > | (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
1032 > | buf[n] = (char) c; \
1033 > | if ( c == '\n' ) \
1034 > | buf[n++] = (char) c; \
1035 > | if ( c == EOF && ferror( yyin ) ) \
1036 > | YY_FATAL_ERROR( "input in flex scanner failed" ); \
1037 > | result = n; \
1038 > | } \
1039 > | else \
1040 > | { \
1041 > | errno=0; \
1042 > | while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
1043 > | { \
1044 > | if( errno != EINTR) \
1045 > | { \
1046 > | YY_FATAL_ERROR( "input in flex scanner failed" ); \
1047 > | break; \
1048 > | } \
1049 > | errno=0; \
1050 > | clearerr(yyin); \
1051 > | } \
1052 > | }\
1053 > | \
1054 > |
1055 > | #endif
1056 > |
1057 > | /* No semi-colon after return; correct usage is to write "yyterminate();" -
1058 > | * we don't want an extra ';' after the "return" because that will cause
1059 > | * some compilers to complain about unreachable statements.
1060 > | */
1061 > | #ifndef yyterminate
1062 > | #define yyterminate() return YY_NULL
1063 > | #endif
1064 > |
1065 > | /* Number of entries by which start-condition stack grows. */
1066 > | #ifndef YY_START_STACK_INCR
1067 > | #define YY_START_STACK_INCR 25
1068 > | #endif
1069 > |
1070 > | /* Report a fatal error. */
1071 > | #ifndef YY_FATAL_ERROR
1072 > | #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
1073 > | #endif
1074 > |
1075 > | /* end tables serialization structures and prototypes */
1076 > |
1077 > | /* Default declaration of generated scanner - a define so the user can
1078 > | * easily add parameters.
1079 > | */
1080 > | #ifndef YY_DECL
1081 > | #define YY_DECL_IS_OURS 1
1082 > |
1083 > | extern int yylex (void);
1084 > |
1085 > | #define YY_DECL int yylex (void)
1086 > | #endif /* !YY_DECL */
1087 > |
1088 > | /* Code executed at the beginning of each rule, after yytext and yyleng
1089 > | * have been set up.
1090 > | */
1091 > | #ifndef YY_USER_ACTION
1092 > | #define YY_USER_ACTION
1093 > | #endif
1094 > |
1095 > | /* Code executed at the end of each rule. */
1096 > | #ifndef YY_BREAK
1097 > | #define YY_BREAK break;
1098 > | #endif
1099 > |
1100 > | #define YY_RULE_SETUP \
1101 > | YY_USER_ACTION
1102 > |
1103 > | /** The main scanner function which does all the work.
1104 > | */
1105 > | YY_DECL
1106 > | {
1107 > | register yy_state_type yy_current_state;
1108 > | register char *yy_cp, *yy_bp;
1109 > | register int yy_act;
1110 > |
1111 > | #line 1 "conftest.l"
1112 > |
1113 > | #line 633 "lex.yy.c"
1114 > |
1115 > | if ( !(yy_init) )
1116 > | {
1117 > | (yy_init) = 1;
1118 > |
1119 > | #ifdef YY_USER_INIT
1120 > | YY_USER_INIT;
1121 > | #endif
1122 > |
1123 > | if ( ! (yy_start) )
1124 > | (yy_start) = 1; /* first start state */
1125 > |
1126 > | if ( ! yyin )
1127 > | yyin = stdin;
1128 > |
1129 > | if ( ! yyout )
1130 > | yyout = stdout;
1131 > |
1132 > | if ( ! YY_CURRENT_BUFFER ) {
1133 > | yyensure_buffer_stack ();
1134 > | YY_CURRENT_BUFFER_LVALUE =
1135 > | yy_create_buffer(yyin,YY_BUF_SIZE );
1136 > | }
1137 > |
1138 > | yy_load_buffer_state( );
1139 > | }
1140 > |
1141 > | while ( 1 ) /* loops until end-of-file is reached */
1142 > | {
1143 > | yy_cp = (yy_c_buf_p);
1144 > |
1145 > | /* Support of yytext. */
1146 > | *yy_cp = (yy_hold_char);
1147 > |
1148 > | /* yy_bp points to the position in yy_ch_buf of the start of
1149 > | * the current run.
1150 > | */
1151 > | yy_bp = yy_cp;
1152 > |
1153 > | yy_current_state = (yy_start);
1154 > | yy_match:
1155 > | do
1156 > | {
1157 > | register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
1158 > | if ( yy_accept[yy_current_state] )
1159 > | {
1160 > | (yy_last_accepting_state) = yy_current_state;
1161 > | (yy_last_accepting_cpos) = yy_cp;
1162 > | }
1163 > | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1164 > | {
1165 > | yy_current_state = (int) yy_def[yy_current_state];
1166 > | if ( yy_current_state >= 6 )
1167 > | yy_c = yy_meta[(unsigned int) yy_c];
1168 > | }
1169 > | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1170 > | ++yy_cp;
1171 > | }
1172 > | while ( yy_base[yy_current_state] != 3 );
1173 > |
1174 > | yy_find_action:
1175 > | yy_act = yy_accept[yy_current_state];
1176 > | if ( yy_act == 0 )
1177 > | { /* have to back up */
1178 > | yy_cp = (yy_last_accepting_cpos);
1179 > | yy_current_state = (yy_last_accepting_state);
1180 > | yy_act = yy_accept[yy_current_state];
1181 > | }
1182 > |
1183 > | YY_DO_BEFORE_ACTION;
1184 > |
1185 > | do_action: /* This label is used only to access EOF actions. */
1186 > |
1187 > | switch ( yy_act )
1188 > | { /* beginning of action switch */
1189 > | case 0: /* must back up */
1190 > | /* undo the effects of YY_DO_BEFORE_ACTION */
1191 > | *yy_cp = (yy_hold_char);
1192 > | yy_cp = (yy_last_accepting_cpos);
1193 > | yy_current_state = (yy_last_accepting_state);
1194 > | goto yy_find_action;
1195 > |
1196 > | case 1:
1197 > | YY_RULE_SETUP
1198 > | #line 2 "conftest.l"
1199 > | ECHO;
1200 > | YY_BREAK
1201 > | #line 721 "lex.yy.c"
1202 > | case YY_STATE_EOF(INITIAL):
1203 > | yyterminate();
1204 > |
1205 > | case YY_END_OF_BUFFER:
1206 > | {
1207 > | /* Amount of text matched not including the EOB char. */
1208 > | int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
1209 > |
1210 > | /* Undo the effects of YY_DO_BEFORE_ACTION. */
1211 > | *yy_cp = (yy_hold_char);
1212 > | YY_RESTORE_YY_MORE_OFFSET
1213 > |
1214 > | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
1215 > | {
1216 > | /* We're scanning a new file or input source. It's
1217 > | * possible that this happened because the user
1218 > | * just pointed yyin at a new source and called
1219 > | * yylex(). If so, then we have to assure
1220 > | * consistency between YY_CURRENT_BUFFER and our
1221 > | * globals. Here is the right place to do so, because
1222 > | * this is the first action (other than possibly a
1223 > | * back-up) that will match for the new input source.
1224 > | */
1225 > | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
1226 > | YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
1227 > | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
1228 > | }
1229 > |
1230 > | /* Note that here we test for yy_c_buf_p "<=" to the position
1231 > | * of the first EOB in the buffer, since yy_c_buf_p will
1232 > | * already have been incremented past the NUL character
1233 > | * (since all states make transitions on EOB to the
1234 > | * end-of-buffer state). Contrast this with the test
1235 > | * in input().
1236 > | */
1237 > | if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
1238 > | { /* This was really a NUL. */
1239 > | yy_state_type yy_next_state;
1240 > |
1241 > | (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
1242 > |
1243 > | yy_current_state = yy_get_previous_state( );
1244 > |
1245 > | /* Okay, we're now positioned to make the NUL
1246 > | * transition. We couldn't have
1247 > | * yy_get_previous_state() go ahead and do it
1248 > | * for us because it doesn't know how to deal
1249 > | * with the possibility of jamming (and we don't
1250 > | * want to build jamming into it because then it
1251 > | * will run more slowly).
1252 > | */
1253 > |
1254 > | yy_next_state = yy_try_NUL_trans( yy_current_state );
1255 > |
1256 > | yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1257 > |
1258 > | if ( yy_next_state )
1259 > | {
1260 > | /* Consume the NUL. */
1261 > | yy_cp = ++(yy_c_buf_p);
1262 > | yy_current_state = yy_next_state;
1263 > | goto yy_match;
1264 > | }
1265 > |
1266 > | else
1267 > | {
1268 > | yy_cp = (yy_c_buf_p);
1269 > | goto yy_find_action;
1270 > | }
1271 > | }
1272 > |
1273 > | else switch ( yy_get_next_buffer( ) )
1274 > | {
1275 > | case EOB_ACT_END_OF_FILE:
1276 > | {
1277 > | (yy_did_buffer_switch_on_eof) = 0;
1278 > |
1279 > | if ( yywrap( ) )
1280 > | {
1281 > | /* Note: because we've taken care in
1282 > | * yy_get_next_buffer() to have set up
1283 > | * yytext, we can now set up
1284 > | * yy_c_buf_p so that if some total
1285 > | * hoser (like flex itself) wants to
1286 > | * call the scanner after we return the
1287 > | * YY_NULL, it'll still work - another
1288 > | * YY_NULL will get returned.
1289 > | */
1290 > | (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
1291 > |
1292 > | yy_act = YY_STATE_EOF(YY_START);
1293 > | goto do_action;
1294 > | }
1295 > |
1296 > | else
1297 > | {
1298 > | if ( ! (yy_did_buffer_switch_on_eof) )
1299 > | YY_NEW_FILE;
1300 > | }
1301 > | break;
1302 > | }
1303 > |
1304 > | case EOB_ACT_CONTINUE_SCAN:
1305 > | (yy_c_buf_p) =
1306 > | (yytext_ptr) + yy_amount_of_matched_text;
1307 > |
1308 > | yy_current_state = yy_get_previous_state( );
1309 > |
1310 > | yy_cp = (yy_c_buf_p);
1311 > | yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1312 > | goto yy_match;
1313 > |
1314 > | case EOB_ACT_LAST_MATCH:
1315 > | (yy_c_buf_p) =
1316 > | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
1317 > |
1318 > | yy_current_state = yy_get_previous_state( );
1319 > |
1320 > | yy_cp = (yy_c_buf_p);
1321 > | yy_bp = (yytext_ptr) + YY_MORE_ADJ;
1322 > | goto yy_find_action;
1323 > | }
1324 > | break;
1325 > | }
1326 > |
1327 > | default:
1328 > | YY_FATAL_ERROR(
1329 > | "fatal flex scanner internal error--no action found" );
1330 > | } /* end of action switch */
1331 > | } /* end of scanning one token */
1332 > | } /* end of yylex */
1333 > |
1334 > | /* yy_get_next_buffer - try to read in a new buffer
1335 > | *
1336 > | * Returns a code representing an action:
1337 > | * EOB_ACT_LAST_MATCH -
1338 > | * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
1339 > | * EOB_ACT_END_OF_FILE - end of file
1340 > | */
1341 > | static int yy_get_next_buffer (void)
1342 > | {
1343 > | register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
1344 > | register char *source = (yytext_ptr);
1345 > | register int number_to_move, i;
1346 > | int ret_val;
1347 > |
1348 > | if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
1349 > | YY_FATAL_ERROR(
1350 > | "fatal flex scanner internal error--end of buffer missed" );
1351 > |
1352 > | if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
1353 > | { /* Don't try to fill the buffer, so this is an EOF. */
1354 > | if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
1355 > | {
1356 > | /* We matched a single character, the EOB, so
1357 > | * treat this as a final EOF.
1358 > | */
1359 > | return EOB_ACT_END_OF_FILE;
1360 > | }
1361 > |
1362 > | else
1363 > | {
1364 > | /* We matched some text prior to the EOB, first
1365 > | * process it.
1366 > | */
1367 > | return EOB_ACT_LAST_MATCH;
1368 > | }
1369 > | }
1370 > |
1371 > | /* Try to read more data. */
1372 > |
1373 > | /* First move last chars to start of buffer. */
1374 > | number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1;
1375 > |
1376 > | for ( i = 0; i < number_to_move; ++i )
1377 > | *(dest++) = *(source++);
1378 > |
1379 > | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
1380 > | /* don't do the read, it's not guaranteed to return an EOF,
1381 > | * just force an EOF
1382 > | */
1383 > | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
1384 > |
1385 > | else
1386 > | {
1387 > | int num_to_read =
1388 > | YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
1389 > |
1390 > | while ( num_to_read <= 0 )
1391 > | { /* Not enough room in the buffer - grow it. */
1392 > |
1393 > | /* just a shorter name for the current buffer */
1394 > | YY_BUFFER_STATE b = YY_CURRENT_BUFFER;
1395 > |
1396 > | int yy_c_buf_p_offset =
1397 > | (int) ((yy_c_buf_p) - b->yy_ch_buf);
1398 > |
1399 > | if ( b->yy_is_our_buffer )
1400 > | {
1401 > | int new_size = b->yy_buf_size * 2;
1402 > |
1403 > | if ( new_size <= 0 )
1404 > | b->yy_buf_size += b->yy_buf_size / 8;
1405 > | else
1406 > | b->yy_buf_size *= 2;
1407 > |
1408 > | b->yy_ch_buf = (char *)
1409 > | /* Include room in for 2 EOB chars. */
1410 > | yyrealloc((void *) b->yy_ch_buf,b->yy_buf_size + 2 );
1411 > | }
1412 > | else
1413 > | /* Can't grow it, we don't own it. */
1414 > | b->yy_ch_buf = 0;
1415 > |
1416 > | if ( ! b->yy_ch_buf )
1417 > | YY_FATAL_ERROR(
1418 > | "fatal error - scanner input buffer overflow" );
1419 > |
1420 > | (yy_c_buf_p) = &b->yy_ch_buf[yy_c_buf_p_offset];
1421 > |
1422 > | num_to_read = YY_CURRENT_BUFFER_LVALUE->yy_buf_size -
1423 > | number_to_move - 1;
1424 > |
1425 > | }
1426 > |
1427 > | if ( num_to_read > YY_READ_BUF_SIZE )
1428 > | num_to_read = YY_READ_BUF_SIZE;
1429 > |
1430 > | /* Read in more data. */
1431 > | YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
1432 > | (yy_n_chars), (size_t) num_to_read );
1433 > |
1434 > | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
1435 > | }
1436 > |
1437 > | if ( (yy_n_chars) == 0 )
1438 > | {
1439 > | if ( number_to_move == YY_MORE_ADJ )
1440 > | {
1441 > | ret_val = EOB_ACT_END_OF_FILE;
1442 > | yyrestart(yyin );
1443 > | }
1444 > |
1445 > | else
1446 > | {
1447 > | ret_val = EOB_ACT_LAST_MATCH;
1448 > | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
1449 > | YY_BUFFER_EOF_PENDING;
1450 > | }
1451 > | }
1452 > |
1453 > | else
1454 > | ret_val = EOB_ACT_CONTINUE_SCAN;
1455 > |
1456 > | if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
1457 > | /* Extend the array by 50%, plus the number we really need. */
1458 > | yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
1459 > | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size );
1460 > | if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
1461 > | YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
1462 > | }
1463 > |
1464 > | (yy_n_chars) += number_to_move;
1465 > | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
1466 > | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
1467 > |
1468 > | (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
1469 > |
1470 > | return ret_val;
1471 > | }
1472 > |
1473 > | /* yy_get_previous_state - get the state just before the EOB char was reached */
1474 > |
1475 > | static yy_state_type yy_get_previous_state (void)
1476 > | {
1477 > | register yy_state_type yy_current_state;
1478 > | register char *yy_cp;
1479 > |
1480 > | yy_current_state = (yy_start);
1481 > |
1482 > | for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
1483 > | {
1484 > | register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
1485 > | if ( yy_accept[yy_current_state] )
1486 > | {
1487 > | (yy_last_accepting_state) = yy_current_state;
1488 > | (yy_last_accepting_cpos) = yy_cp;
1489 > | }
1490 > | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1491 > | {
1492 > | yy_current_state = (int) yy_def[yy_current_state];
1493 > | if ( yy_current_state >= 6 )
1494 > | yy_c = yy_meta[(unsigned int) yy_c];
1495 > | }
1496 > | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1497 > | }
1498 > |
1499 > | return yy_current_state;
1500 > | }
1501 > |
1502 > | /* yy_try_NUL_trans - try to make a transition on the NUL character
1503 > | *
1504 > | * synopsis
1505 > | * next_state = yy_try_NUL_trans( current_state );
1506 > | */
1507 > | static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
1508 > | {
1509 > | register int yy_is_jam;
1510 > | register char *yy_cp = (yy_c_buf_p);
1511 > |
1512 > | register YY_CHAR yy_c = 1;
1513 > | if ( yy_accept[yy_current_state] )
1514 > | {
1515 > | (yy_last_accepting_state) = yy_current_state;
1516 > | (yy_last_accepting_cpos) = yy_cp;
1517 > | }
1518 > | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
1519 > | {
1520 > | yy_current_state = (int) yy_def[yy_current_state];
1521 > | if ( yy_current_state >= 6 )
1522 > | yy_c = yy_meta[(unsigned int) yy_c];
1523 > | }
1524 > | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
1525 > | yy_is_jam = (yy_current_state == 5);
1526 > |
1527 > | return yy_is_jam ? 0 : yy_current_state;
1528 > | }
1529 > |
1530 > | static void yyunput (int c, register char * yy_bp )
1531 > | {
1532 > | register char *yy_cp;
1533 > |
1534 > | yy_cp = (yy_c_buf_p);
1535 > |
1536 > | /* undo effects of setting up yytext */
1537 > | *yy_cp = (yy_hold_char);
1538 > |
1539 > | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
1540 > | { /* need to shift things up to make room */
1541 > | /* +2 for EOB chars. */
1542 > | register int number_to_move = (yy_n_chars) + 2;
1543 > | register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
1544 > | YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
1545 > | register char *source =
1546 > | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
1547 > |
1548 > | while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
1549 > | *--dest = *--source;
1550 > |
1551 > | yy_cp += (int) (dest - source);
1552 > | yy_bp += (int) (dest - source);
1553 > | YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
1554 > | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
1555 > |
1556 > | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
1557 > | YY_FATAL_ERROR( "flex scanner push-back overflow" );
1558 > | }
1559 > |
1560 > | *--yy_cp = (char) c;
1561 > |
1562 > | (yytext_ptr) = yy_bp;
1563 > | (yy_hold_char) = *yy_cp;
1564 > | (yy_c_buf_p) = yy_cp;
1565 > | }
1566 > |
1567 > | #ifndef YY_NO_INPUT
1568 > | #ifdef __cplusplus
1569 > | static int yyinput (void)
1570 > | #else
1571 > | static int input (void)
1572 > | #endif
1573 > |
1574 > | {
1575 > | int c;
1576 > |
1577 > | *(yy_c_buf_p) = (yy_hold_char);
1578 > |
1579 > | if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
1580 > | {
1581 > | /* yy_c_buf_p now points to the character we want to return.
1582 > | * If this occurs *before* the EOB characters, then it's a
1583 > | * valid NUL; if not, then we've hit the end of the buffer.
1584 > | */
1585 > | if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
1586 > | /* This was really a NUL. */
1587 > | *(yy_c_buf_p) = '\0';
1588 > |
1589 > | else
1590 > | { /* need more input */
1591 > | int offset = (yy_c_buf_p) - (yytext_ptr);
1592 > | ++(yy_c_buf_p);
1593 > |
1594 > | switch ( yy_get_next_buffer( ) )
1595 > | {
1596 > | case EOB_ACT_LAST_MATCH:
1597 > | /* This happens because yy_g_n_b()
1598 > | * sees that we've accumulated a
1599 > | * token and flags that we need to
1600 > | * try matching the token before
1601 > | * proceeding. But for input(),
1602 > | * there's no matching to consider.
1603 > | * So convert the EOB_ACT_LAST_MATCH
1604 > | * to EOB_ACT_END_OF_FILE.
1605 > | */
1606 > |
1607 > | /* Reset buffer status. */
1608 > | yyrestart(yyin );
1609 > |
1610 > | /*FALLTHROUGH*/
1611 > |
1612 > | case EOB_ACT_END_OF_FILE:
1613 > | {
1614 > | if ( yywrap( ) )
1615 > | return EOF;
1616 > |
1617 > | if ( ! (yy_did_buffer_switch_on_eof) )
1618 > | YY_NEW_FILE;
1619 > | #ifdef __cplusplus
1620 > | return yyinput();
1621 > | #else
1622 > | return input();
1623 > | #endif
1624 > | }
1625 > |
1626 > | case EOB_ACT_CONTINUE_SCAN:
1627 > | (yy_c_buf_p) = (yytext_ptr) + offset;
1628 > | break;
1629 > | }
1630 > | }
1631 > | }
1632 > |
1633 > | c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
1634 > | *(yy_c_buf_p) = '\0'; /* preserve yytext */
1635 > | (yy_hold_char) = *++(yy_c_buf_p);
1636 > |
1637 > | return c;
1638 > | }
1639 > | #endif /* ifndef YY_NO_INPUT */
1640 > |
1641 > | /** Immediately switch to a different input stream.
1642 > | * @param input_file A readable stream.
1643 > | *
1644 > | * @note This function does not reset the start condition to @c INITIAL .
1645 > | */
1646 > | void yyrestart (FILE * input_file )
1647 > | {
1648 > |
1649 > | if ( ! YY_CURRENT_BUFFER ){
1650 > | yyensure_buffer_stack ();
1651 > | YY_CURRENT_BUFFER_LVALUE =
1652 > | yy_create_buffer(yyin,YY_BUF_SIZE );
1653 > | }
1654 > |
1655 > | yy_init_buffer(YY_CURRENT_BUFFER,input_file );
1656 > | yy_load_buffer_state( );
1657 > | }
1658 > |
1659 > | /** Switch to a different input buffer.
1660 > | * @param new_buffer The new input buffer.
1661 > | *
1662 > | */
1663 > | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
1664 > | {
1665 > |
1666 > | /* TODO. We should be able to replace this entire function body
1667 > | * with
1668 > | * yypop_buffer_state();
1669 > | * yypush_buffer_state(new_buffer);
1670 > | */
1671 > | yyensure_buffer_stack ();
1672 > | if ( YY_CURRENT_BUFFER == new_buffer )
1673 > | return;
1674 > |
1675 > | if ( YY_CURRENT_BUFFER )
1676 > | {
1677 > | /* Flush out information for old buffer. */
1678 > | *(yy_c_buf_p) = (yy_hold_char);
1679 > | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
1680 > | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
1681 > | }
1682 > |
1683 > | YY_CURRENT_BUFFER_LVALUE = new_buffer;
1684 > | yy_load_buffer_state( );
1685 > |
1686 > | /* We don't actually know whether we did this switch during
1687 > | * EOF (yywrap()) processing, but the only time this flag
1688 > | * is looked at is after yywrap() is called, so it's safe
1689 > | * to go ahead and always set it.
1690 > | */
1691 > | (yy_did_buffer_switch_on_eof) = 1;
1692 > | }
1693 > |
1694 > | static void yy_load_buffer_state (void)
1695 > | {
1696 > | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
1697 > | (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
1698 > | yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
1699 > | (yy_hold_char) = *(yy_c_buf_p);
1700 > | }
1701 > |
1702 > | /** Allocate and initialize an input buffer state.
1703 > | * @param file A readable stream.
1704 > | * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
1705 > | *
1706 > | * @return the allocated buffer state.
1707 > | */
1708 > | YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
1709 > | {
1710 > | YY_BUFFER_STATE b;
1711 > |
1712 > | b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1713 > | if ( ! b )
1714 > | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
1715 > |
1716 > | b->yy_buf_size = size;
1717 > |
1718 > | /* yy_ch_buf has to be 2 characters longer than the size given because
1719 > | * we need to put in 2 end-of-buffer characters.
1720 > | */
1721 > | b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 );
1722 > | if ( ! b->yy_ch_buf )
1723 > | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
1724 > |
1725 > | b->yy_is_our_buffer = 1;
1726 > |
1727 > | yy_init_buffer(b,file );
1728 > |
1729 > | return b;
1730 > | }
1731 > |
1732 > | /** Destroy the buffer.
1733 > | * @param b a buffer created with yy_create_buffer()
1734 > | *
1735 > | */
1736 > | void yy_delete_buffer (YY_BUFFER_STATE b )
1737 > | {
1738 > |
1739 > | if ( ! b )
1740 > | return;
1741 > |
1742 > | if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
1743 > | YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
1744 > |
1745 > | if ( b->yy_is_our_buffer )
1746 > | yyfree((void *) b->yy_ch_buf );
1747 > |
1748 > | yyfree((void *) b );
1749 > | }
1750 > |
1751 > | #ifndef _UNISTD_H /* assume unistd.h has isatty() for us */
1752 > | #ifdef __cplusplus
1753 > | extern "C" {
1754 > | #endif
1755 > | #ifdef __THROW /* this is a gnuism */
1756 > | extern int isatty (int ) __THROW;
1757 > | #else
1758 > | extern int isatty (int );
1759 > | #endif
1760 > | #ifdef __cplusplus
1761 > | }
1762 > | #endif
1763 > | #endif
1764 > |
1765 > | /* Initializes or reinitializes a buffer.
1766 > | * This function is sometimes called more than once on the same buffer,
1767 > | * such as during a yyrestart() or at EOF.
1768 > | */
1769 > | static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
1770 > |
1771 > | {
1772 > | int oerrno = errno;
1773 > |
1774 > | yy_flush_buffer(b );
1775 > |
1776 > | b->yy_input_file = file;
1777 > | b->yy_fill_buffer = 1;
1778 > |
1779 > | /* If b is the current buffer, then yy_init_buffer was _probably_
1780 > | * called from yyrestart() or through yy_get_next_buffer.
1781 > | * In that case, we don't want to reset the lineno or column.
1782 > | */
1783 > | if (b != YY_CURRENT_BUFFER){
1784 > | b->yy_bs_lineno = 1;
1785 > | b->yy_bs_column = 0;
1786 > | }
1787 > |
1788 > | b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
1789 > |
1790 > | errno = oerrno;
1791 > | }
1792 > |
1793 > | /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
1794 > | * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
1795 > | *
1796 > | */
1797 > | void yy_flush_buffer (YY_BUFFER_STATE b )
1798 > | {
1799 > | if ( ! b )
1800 > | return;
1801 > |
1802 > | b->yy_n_chars = 0;
1803 > |
1804 > | /* We always need two end-of-buffer characters. The first causes
1805 > | * a transition to the end-of-buffer state. The second causes
1806 > | * a jam in that state.
1807 > | */
1808 > | b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
1809 > | b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
1810 > |
1811 > | b->yy_buf_pos = &b->yy_ch_buf[0];
1812 > |
1813 > | b->yy_at_bol = 1;
1814 > | b->yy_buffer_status = YY_BUFFER_NEW;
1815 > |
1816 > | if ( b == YY_CURRENT_BUFFER )
1817 > | yy_load_buffer_state( );
1818 > | }
1819 > |
1820 > | /** Pushes the new state onto the stack. The new state becomes
1821 > | * the current state. This function will allocate the stack
1822 > | * if necessary.
1823 > | * @param new_buffer The new state.
1824 > | *
1825 > | */
1826 > | void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
1827 > | {
1828 > | if (new_buffer == NULL)
1829 > | return;
1830 > |
1831 > | yyensure_buffer_stack();
1832 > |
1833 > | /* This block is copied from yy_switch_to_buffer. */
1834 > | if ( YY_CURRENT_BUFFER )
1835 > | {
1836 > | /* Flush out information for old buffer. */
1837 > | *(yy_c_buf_p) = (yy_hold_char);
1838 > | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
1839 > | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
1840 > | }
1841 > |
1842 > | /* Only push if top exists. Otherwise, replace top. */
1843 > | if (YY_CURRENT_BUFFER)
1844 > | (yy_buffer_stack_top)++;
1845 > | YY_CURRENT_BUFFER_LVALUE = new_buffer;
1846 > |
1847 > | /* copied from yy_switch_to_buffer. */
1848 > | yy_load_buffer_state( );
1849 > | (yy_did_buffer_switch_on_eof) = 1;
1850 > | }
1851 > |
1852 > | /** Removes and deletes the top of the stack, if present.
1853 > | * The next element becomes the new top.
1854 > | *
1855 > | */
1856 > | void yypop_buffer_state (void)
1857 > | {
1858 > | if (!YY_CURRENT_BUFFER)
1859 > | return;
1860 > |
1861 > | yy_delete_buffer(YY_CURRENT_BUFFER );
1862 > | YY_CURRENT_BUFFER_LVALUE = NULL;
1863 > | if ((yy_buffer_stack_top) > 0)
1864 > | --(yy_buffer_stack_top);
1865 > |
1866 > | if (YY_CURRENT_BUFFER) {
1867 > | yy_load_buffer_state( );
1868 > | (yy_did_buffer_switch_on_eof) = 1;
1869 > | }
1870 > | }
1871 > |
1872 > | /* Allocates the stack if it does not exist.
1873 > | * Guarantees space for at least one push.
1874 > | */
1875 > | static void yyensure_buffer_stack (void)
1876 > | {
1877 > | int num_to_alloc;
1878 > |
1879 > | if (!(yy_buffer_stack)) {
1880 > |
1881 > | /* First allocation is just for 2 elements, since we don't know if this
1882 > | * scanner will even need a stack. We use 2 instead of 1 to avoid an
1883 > | * immediate realloc on the next call.
1884 > | */
1885 > | num_to_alloc = 1;
1886 > | (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
1887 > | (num_to_alloc * sizeof(struct yy_buffer_state*)
1888 > | );
1889 > | if ( ! (yy_buffer_stack) )
1890 > | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
1891 > |
1892 > | memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
1893 > |
1894 > | (yy_buffer_stack_max) = num_to_alloc;
1895 > | (yy_buffer_stack_top) = 0;
1896 > | return;
1897 > | }
1898 > |
1899 > | if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
1900 > |
1901 > | /* Increase the buffer to prepare for a possible push. */
1902 > | int grow_size = 8 /* arbitrary grow size */;
1903 > |
1904 > | num_to_alloc = (yy_buffer_stack_max) + grow_size;
1905 > | (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
1906 > | ((yy_buffer_stack),
1907 > | num_to_alloc * sizeof(struct yy_buffer_state*)
1908 > | );
1909 > | if ( ! (yy_buffer_stack) )
1910 > | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
1911 > |
1912 > | /* zero only the new slots.*/
1913 > | memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
1914 > | (yy_buffer_stack_max) = num_to_alloc;
1915 > | }
1916 > | }
1917 > |
1918 > | /** Setup the input buffer state to scan directly from a user-specified character buffer.
1919 > | * @param base the character buffer
1920 > | * @param size the size in bytes of the character buffer
1921 > | *
1922 > | * @return the newly allocated buffer state object.
1923 > | */
1924 > | YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
1925 > | {
1926 > | YY_BUFFER_STATE b;
1927 > |
1928 > | if ( size < 2 ||
1929 > | base[size-2] != YY_END_OF_BUFFER_CHAR ||
1930 > | base[size-1] != YY_END_OF_BUFFER_CHAR )
1931 > | /* They forgot to leave room for the EOB's. */
1932 > | return 0;
1933 > |
1934 > | b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
1935 > | if ( ! b )
1936 > | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
1937 > |
1938 > | b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
1939 > | b->yy_buf_pos = b->yy_ch_buf = base;
1940 > | b->yy_is_our_buffer = 0;
1941 > | b->yy_input_file = 0;
1942 > | b->yy_n_chars = b->yy_buf_size;
1943 > | b->yy_is_interactive = 0;
1944 > | b->yy_at_bol = 1;
1945 > | b->yy_fill_buffer = 0;
1946 > | b->yy_buffer_status = YY_BUFFER_NEW;
1947 > |
1948 > | yy_switch_to_buffer(b );
1949 > |
1950 > | return b;
1951 > | }
1952 > |
1953 > | /** Setup the input buffer state to scan a string. The next call to yylex() will
1954 > | * scan from a @e copy of @a str.
1955 > | * @param yystr a NUL-terminated string to scan
1956 > | *
1957 > | * @return the newly allocated buffer state object.
1958 > | * @note If you want to scan bytes that may contain NUL values, then use
1959 > | * yy_scan_bytes() instead.
1960 > | */
1961 > | YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
1962 > | {
1963 > |
1964 > | return yy_scan_bytes(yystr,strlen(yystr) );
1965 > | }
1966 > |
1967 > | /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
1968 > | * scan from a @e copy of @a bytes.
1969 > | * @param bytes the byte buffer to scan
1970 > | * @param len the number of bytes in the buffer pointed to by @a bytes.
1971 > | *
1972 > | * @return the newly allocated buffer state object.
1973 > | */
1974 > | YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, int _yybytes_len )
1975 > | {
1976 > | YY_BUFFER_STATE b;
1977 > | char *buf;
1978 > | yy_size_t n;
1979 > | int i;
1980 > |
1981 > | /* Get memory for full buffer, including space for trailing EOB's. */
1982 > | n = _yybytes_len + 2;
1983 > | buf = (char *) yyalloc(n );
1984 > | if ( ! buf )
1985 > | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
1986 > |
1987 > | for ( i = 0; i < _yybytes_len; ++i )
1988 > | buf[i] = yybytes[i];
1989 > |
1990 > | buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
1991 > |
1992 > | b = yy_scan_buffer(buf,n );
1993 > | if ( ! b )
1994 > | YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
1995 > |
1996 > | /* It's okay to grow etc. this buffer, and we should throw it
1997 > | * away when we're done.
1998 > | */
1999 > | b->yy_is_our_buffer = 1;
2000 > |
2001 > | return b;
2002 > | }
2003 > |
2004 > | #ifndef YY_EXIT_FAILURE
2005 > | #define YY_EXIT_FAILURE 2
2006 > | #endif
2007 > |
2008 > | static void yy_fatal_error (yyconst char* msg )
2009 > | {
2010 > | (void) fprintf( stderr, "%s\n", msg );
2011 > | exit( YY_EXIT_FAILURE );
2012 > | }
2013 > |
2014 > | /* Redefine yyless() so it works in section 3 code. */
2015 > |
2016 > | #undef yyless
2017 > | #define yyless(n) \
2018 > | do \
2019 > | { \
2020 > | /* Undo effects of setting up yytext. */ \
2021 > | int yyless_macro_arg = (n); \
2022 > | YY_LESS_LINENO(yyless_macro_arg);\
2023 > | yytext[yyleng] = (yy_hold_char); \
2024 > | (yy_c_buf_p) = yytext + yyless_macro_arg; \
2025 > | (yy_hold_char) = *(yy_c_buf_p); \
2026 > | *(yy_c_buf_p) = '\0'; \
2027 > | yyleng = yyless_macro_arg; \
2028 > | } \
2029 > | while ( 0 )
2030 > |
2031 > | /* Accessor methods (get/set functions) to struct members. */
2032 > |
2033 > | /** Get the current line number.
2034 > | *
2035 > | */
2036 > | int yyget_lineno (void)
2037 > | {
2038 > |
2039 > | return yylineno;
2040 > | }
2041 > |
2042 > | /** Get the input stream.
2043 > | *
2044 > | */
2045 > | FILE *yyget_in (void)
2046 > | {
2047 > | return yyin;
2048 > | }
2049 > |
2050 > | /** Get the output stream.
2051 > | *
2052 > | */
2053 > | FILE *yyget_out (void)
2054 > | {
2055 > | return yyout;
2056 > | }
2057 > |
2058 > | /** Get the length of the current token.
2059 > | *
2060 > | */
2061 > | int yyget_leng (void)
2062 > | {
2063 > | return yyleng;
2064 > | }
2065 > |
2066 > | /** Get the current token.
2067 > | *
2068 > | */
2069 > |
2070 > | char *yyget_text (void)
2071 > | {
2072 > | return yytext;
2073 > | }
2074 > |
2075 > | /** Set the current line number.
2076 > | * @param line_number
2077 > | *
2078 > | */
2079 > | void yyset_lineno (int line_number )
2080 > | {
2081 > |
2082 > | yylineno = line_number;
2083 > | }
2084 > |
2085 > | /** Set the input stream. This does not discard the current
2086 > | * input buffer.
2087 > | * @param in_str A readable stream.
2088 > | *
2089 > | * @see yy_switch_to_buffer
2090 > | */
2091 > | void yyset_in (FILE * in_str )
2092 > | {
2093 > | yyin = in_str ;
2094 > | }
2095 > |
2096 > | void yyset_out (FILE * out_str )
2097 > | {
2098 > | yyout = out_str ;
2099 > | }
2100 > |
2101 > | int yyget_debug (void)
2102 > | {
2103 > | return yy_flex_debug;
2104 > | }
2105 > |
2106 > | void yyset_debug (int bdebug )
2107 > | {
2108 > | yy_flex_debug = bdebug ;
2109 > | }
2110 > |
2111 > | static int yy_init_globals (void)
2112 > | {
2113 > | /* Initialization is the same as for the non-reentrant scanner.
2114 > | * This function is called from yylex_destroy(), so don't allocate here.
2115 > | */
2116 > |
2117 > | (yy_buffer_stack) = 0;
2118 > | (yy_buffer_stack_top) = 0;
2119 > | (yy_buffer_stack_max) = 0;
2120 > | (yy_c_buf_p) = (char *) 0;
2121 > | (yy_init) = 0;
2122 > | (yy_start) = 0;
2123 > |
2124 > | /* Defined in main.c */
2125 > | #ifdef YY_STDINIT
2126 > | yyin = stdin;
2127 > | yyout = stdout;
2128 > | #else
2129 > | yyin = (FILE *) 0;
2130 > | yyout = (FILE *) 0;
2131 > | #endif
2132 > |
2133 > | /* For future reference: Set errno on error, since we are called by
2134 > | * yylex_init()
2135 > | */
2136 > | return 0;
2137 > | }
2138 > |
2139 > | /* yylex_destroy is for both reentrant and non-reentrant scanners. */
2140 > | int yylex_destroy (void)
2141 > | {
2142 > |
2143 > | /* Pop the buffer stack, destroying each element. */
2144 > | while(YY_CURRENT_BUFFER){
2145 > | yy_delete_buffer(YY_CURRENT_BUFFER );
2146 > | YY_CURRENT_BUFFER_LVALUE = NULL;
2147 > | yypop_buffer_state();
2148 > | }
2149 > |
2150 > | /* Destroy the stack itself. */
2151 > | yyfree((yy_buffer_stack) );
2152 > | (yy_buffer_stack) = NULL;
2153 > |
2154 > | /* Reset the globals. This is important in a non-reentrant scanner so the next time
2155 > | * yylex() is called, initialization will occur. */
2156 > | yy_init_globals( );
2157 > |
2158 > | return 0;
2159 > | }
2160 > |
2161 > | /*
2162 > | * Internal utility routines.
2163 > | */
2164 > |
2165 > | #ifndef yytext_ptr
2166 > | static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
2167 > | {
2168 > | register int i;
2169 > | for ( i = 0; i < n; ++i )
2170 > | s1[i] = s2[i];
2171 > | }
2172 > | #endif
2173 > |
2174 > | #ifdef YY_NEED_STRLEN
2175 > | static int yy_flex_strlen (yyconst char * s )
2176 > | {
2177 > | register int n;
2178 > | for ( n = 0; s[n]; ++n )
2179 > | ;
2180 > |
2181 > | return n;
2182 > | }
2183 > | #endif
2184 > |
2185 > | void *yyalloc (yy_size_t size )
2186 > | {
2187 > | return (void *) malloc( size );
2188 > | }
2189 > |
2190 > | void *yyrealloc (void * ptr, yy_size_t size )
2191 > | {
2192 > | /* The cast to (char *) in the following accommodates both
2193 > | * implementations that use char* generic pointers, and those
2194 > | * that use void* generic pointers. It works with the latter
2195 > | * because both ANSI C and C++ allow castless assignment from
2196 > | * any pointer type to void*, and deal with argument conversions
2197 > | * as though doing an assignment.
2198 > | */
2199 > | return (void *) realloc( (char *) ptr, size );
2200 > | }
2201 > |
2202 > | void yyfree (void * ptr )
2203 > | {
2204 > | free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
2205 > | }
2206 > |
2207 > | #define YYTABLES_NAME "yytables"
2208 > |
2209 > | #line 2 "conftest.l"
2210 > |
2211 > |
2212 > |
2213 > | extern char *yytext;
2214 > configure:4437: result: no
2215 > configure:4456: checking for bison
2216 > configure:4472: found /usr/bin/bison
2217 > configure:4482: result: bison -y
2218 > configure:4496: checking for gperf
2219 > configure:4525: result: no
2220 > configure:4534: checking for gprof
2221 > configure:4550: found /usr/bin/gprof
2222 > configure:4560: result: gprof
2223 > configure:5826: checking for library containing socket
2224 > configure:5856: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc >&5
2225 > configure:5862: $? = 0
2226 > configure:5866: test -z
2227 > || test ! -s conftest.err
2228 > configure:5869: $? = 0
2229 > configure:5872: test -s conftest
2230 > configure:5875: $? = 0
2231 > configure:5945: result: none required
2232 > configure:5953: checking for library containing gethostbyname
2233 > configure:5983: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc >&5
2234 > configure:5989: $? = 0
2235 > configure:5993: test -z
2236 > || test ! -s conftest.err
2237 > configure:5996: $? = 0
2238 > configure:5999: test -s conftest
2239 > configure:6002: $? = 0
2240 > configure:6072: result: none required
2241 > configure:6093: checking for fltk-config
2242 > configure:6126: result: no
2243 > configure:6151: checking for X
2244 > configure:6256: i686-gentoo1-linux-gnu-g++ -E conftest.cc
2245 > conftest.cc:12:27: fatal error: X11/Intrinsic.h: No such file or directory
2246 > compilation terminated.
2247 > configure:6262: $? = 1
2248 > configure: failed program was:
2249 > | /* confdefs.h. */
2250 > |
2251 > | #define PACKAGE_NAME "ACE"
2252 > | #define PACKAGE_TARNAME "ace"
2253 > | #define PACKAGE_VERSION "5.7.2"
2254 > | #define PACKAGE_STRING "ACE 5.7.2"
2255 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
2256 > | #ifdef __cplusplus
2257 > | extern "C" void exit (int) throw ();
2258 > | #endif
2259 > | /* end confdefs.h. */
2260 > | #include <X11/Intrinsic.h>
2261 > configure:6312: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lXt >&5
2262 > conftest.cc:12:27: fatal error: X11/Intrinsic.h: No such file or directory
2263 > compilation terminated.
2264 > configure:6318: $? = 1
2265 > configure: failed program was:
2266 > | /* confdefs.h. */
2267 > |
2268 > | #define PACKAGE_NAME "ACE"
2269 > | #define PACKAGE_TARNAME "ace"
2270 > | #define PACKAGE_VERSION "5.7.2"
2271 > | #define PACKAGE_STRING "ACE 5.7.2"
2272 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
2273 > | #ifdef __cplusplus
2274 > | extern "C" void exit (int) throw ();
2275 > | #endif
2276 > | /* end confdefs.h. */
2277 > | #include <X11/Intrinsic.h>
2278 > | int
2279 > | main ()
2280 > | {
2281 > | XtMalloc (0)
2282 > | ;
2283 > | return 0;
2284 > | }
2285 > configure:6371: result: no
2286 > configure:7568: checking for i686-gentoo1-linux-gnu-pkg-config
2287 > configure:7586: found /usr/bin/i686-gentoo1-linux-gnu-pkg-config
2288 > configure:7598: result: /usr/bin/i686-gentoo1-linux-gnu-pkg-config
2289 > configure:7655: checking pkg-config is at least version 0.9.0
2290 > configure:7658: result: yes
2291 > configure:7671: checking for Qt
2292 > configure:7679: $PKG_CONFIG --exists --print-errors "qt-mt"
2293 > Package qt-mt was not found in the pkg-config search path.
2294 > Perhaps you should add the directory containing `qt-mt.pc'
2295 > to the PKG_CONFIG_PATH environment variable
2296 > No package 'qt-mt' found
2297 > configure:7682: $? = 1
2298 > configure:7697: $PKG_CONFIG --exists --print-errors "qt-mt"
2299 > Package qt-mt was not found in the pkg-config search path.
2300 > Perhaps you should add the directory containing `qt-mt.pc'
2301 > to the PKG_CONFIG_PATH environment variable
2302 > No package 'qt-mt' found
2303 > configure:7700: $? = 1
2304 > No package 'qt-mt' found
2305 > configure:7728: result: not found
2306 > configure:7783: result: not using lib directory suffix
2307 > configure:7814: checking whether tclConfig.sh exists in
2308 > configure:7821: result: no
2309 > configure:7862: checking whether tkConfig.sh exists in
2310 > configure:7869: result: no
2311 > configure:7924: checking for fox-config
2312 > configure:7957: result: no
2313 > configure:8037: checking for Kerberos include flags needed by OpenSSL
2314 > configure:8082: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
2315 > configure:8088: $? = 0
2316 > configure:8092: test -z
2317 > || test ! -s conftest.err
2318 > configure:8095: $? = 0
2319 > configure:8098: test -s conftest.o
2320 > configure:8101: $? = 0
2321 > configure:8196: result: no
2322 > configure:8219: checking for OpenSSL libraries
2323 > configure:8263: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lssl -lcrypto >&5
2324 > /usr/libexec/gcc/i686-gentoo1-linux-gnu/ld: warning: libz.so.1, needed by /usr/__CHOST1__/usr/lib/libssl.so, not found (try using -rpath or -rpath-link)
2325 > /usr/__CHOST1__/usr/lib/libcrypto.so: undefined reference to `zError'
2326 > /usr/__CHOST1__/usr/lib/libcrypto.so: undefined reference to `inflateEnd'
2327 > /usr/__CHOST1__/usr/lib/libcrypto.so: undefined reference to `deflate'
2328 > /usr/__CHOST1__/usr/lib/libcrypto.so: undefined reference to `deflateInit_'
2329 > /usr/__CHOST1__/usr/lib/libcrypto.so: undefined reference to `inflate'
2330 > /usr/__CHOST1__/usr/lib/libcrypto.so: undefined reference to `deflateEnd'
2331 > /usr/__CHOST1__/usr/lib/libcrypto.so: undefined reference to `inflateInit_'
2332 > collect2: ld returned 1 exit status
2333 > configure:8269: $? = 1
2334 > configure: failed program was:
2335 > |
2336 > | /* confdefs.h. */
2337 > |
2338 > | #define PACKAGE_NAME "ACE"
2339 > | #define PACKAGE_TARNAME "ace"
2340 > | #define PACKAGE_VERSION "5.7.2"
2341 > | #define PACKAGE_STRING "ACE 5.7.2"
2342 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
2343 > | #ifdef __cplusplus
2344 > | extern "C" void exit (int) throw ();
2345 > | #endif
2346 > | #define X_DISPLAY_MISSING 1
2347 > | /* end confdefs.h. */
2348 > |
2349 > | #include <openssl/ssl.h>
2350 > |
2351 > | int
2352 > | main ()
2353 > | {
2354 > |
2355 > | // ... THIS PROGRAM DOES NOTHING! IT IS JUST USED FOR LINK TESTS ...
2356 > |
2357 > | // ... Perform TCP connection ...
2358 > |
2359 > | // ... Perform TLS/SSL stuff ...
2360 > | CRYPTO_set_locking_callback (0);
2361 > | SSLeay_add_ssl_algorithms ();
2362 > | SSL_load_error_strings ();
2363 > | const SSL_METHOD * meth = TLSv1_method ();
2364 > | SSL_CTX * ctx = SSL_CTX_new (meth);
2365 > | SSL * ssl = SSL_new (ctx);
2366 > | int fd = 2000; // Dummy file descriptor value.
2367 > | SSL_set_fd (ssl, fd);
2368 > | SSL_connect (ssl);
2369 > | SSL_shutdown (ssl);
2370 > |
2371 > | // ...
2372 > |
2373 > | ;
2374 > | return 0;
2375 > | }
2376 > |
2377 > configure:8299: result: no
2378 > configure:9635: checking whether to compile/use the ACE_QoS library
2379 > configure:9642: result: no
2380 > configure:9673: checking whether to compile/use the ACE_SSL library
2381 > configure:9680: result: yes
2382 > configure:9714: checking whether to compile/use the ACEXML library
2383 > configure:9721: result: yes
2384 > configure:10481: checking whether to use wide characters internally
2385 > configure:10488: result: no
2386 > configure:11205: checking for library containing dlopen
2387 > configure:11235: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc >&5
2388 > /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/temp/ccQs6ubV.o: In function `main':
2389 > conftest.cc:(.text+0x7): undefined reference to `dlopen'
2390 > collect2: ld returned 1 exit status
2391 > configure:11241: $? = 1
2392 > configure: failed program was:
2393 > | /* confdefs.h. */
2394 > |
2395 > | #define PACKAGE_NAME "ACE"
2396 > | #define PACKAGE_TARNAME "ace"
2397 > | #define PACKAGE_VERSION "5.7.2"
2398 > | #define PACKAGE_STRING "ACE 5.7.2"
2399 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
2400 > | #ifdef __cplusplus
2401 > | extern "C" void exit (int) throw ();
2402 > | #endif
2403 > | #define X_DISPLAY_MISSING 1
2404 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
2405 > | #define ACE_HAS_GPERF 1
2406 > | #define __ACE_INLINE__ 1
2407 > | /* end confdefs.h. */
2408 > |
2409 > | /* Override any gcc2 internal prototype to avoid an error. */
2410 > | #ifdef __cplusplus
2411 > | extern "C"
2412 > | #endif
2413 > | /* We use char because int might match the return type of a gcc2
2414 > | builtin and then its argument prototype would still apply. */
2415 > | char dlopen ();
2416 > | int
2417 > | main ()
2418 > | {
2419 > | dlopen ();
2420 > | ;
2421 > | return 0;
2422 > | }
2423 > configure:11290: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -ldl >&5
2424 > configure:11296: $? = 0
2425 > configure:11300: test -z
2426 > || test ! -s conftest.err
2427 > configure:11303: $? = 0
2428 > configure:11306: test -s conftest
2429 > configure:11309: $? = 0
2430 > configure:11324: result: -ldl
2431 > configure:11410: checking for library containing getservbyname
2432 > configure:11440: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -ldl >&5
2433 > configure:11446: $? = 0
2434 > configure:11450: test -z
2435 > || test ! -s conftest.err
2436 > configure:11453: $? = 0
2437 > configure:11456: test -s conftest
2438 > configure:11459: $? = 0
2439 > configure:11529: result: none required
2440 > configure:11542: checking for library containing compile
2441 > configure:11572: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -ldl >&5
2442 > /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/temp/ccQudTqj.o: In function `main':
2443 > conftest.cc:(.text+0x7): undefined reference to `compile'
2444 > collect2: ld returned 1 exit status
2445 > configure:11578: $? = 1
2446 > configure: failed program was:
2447 > | /* confdefs.h. */
2448 > |
2449 > | #define PACKAGE_NAME "ACE"
2450 > | #define PACKAGE_TARNAME "ace"
2451 > | #define PACKAGE_VERSION "5.7.2"
2452 > | #define PACKAGE_STRING "ACE 5.7.2"
2453 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
2454 > | #ifdef __cplusplus
2455 > | extern "C" void exit (int) throw ();
2456 > | #endif
2457 > | #define X_DISPLAY_MISSING 1
2458 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
2459 > | #define ACE_HAS_GPERF 1
2460 > | #define __ACE_INLINE__ 1
2461 > | /* end confdefs.h. */
2462 > |
2463 > | /* Override any gcc2 internal prototype to avoid an error. */
2464 > | #ifdef __cplusplus
2465 > | extern "C"
2466 > | #endif
2467 > | /* We use char because int might match the return type of a gcc2
2468 > | builtin and then its argument prototype would still apply. */
2469 > | char compile ();
2470 > | int
2471 > | main ()
2472 > | {
2473 > | compile ();
2474 > | ;
2475 > | return 0;
2476 > | }
2477 > configure:11627: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lgen -ldl >&5
2478 > /usr/libexec/gcc/i686-gentoo1-linux-gnu/ld: cannot find -lgen
2479 > collect2: ld returned 1 exit status
2480 > configure:11633: $? = 1
2481 > configure: failed program was:
2482 > | /* confdefs.h. */
2483 > |
2484 > | #define PACKAGE_NAME "ACE"
2485 > | #define PACKAGE_TARNAME "ace"
2486 > | #define PACKAGE_VERSION "5.7.2"
2487 > | #define PACKAGE_STRING "ACE 5.7.2"
2488 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
2489 > | #ifdef __cplusplus
2490 > | extern "C" void exit (int) throw ();
2491 > | #endif
2492 > | #define X_DISPLAY_MISSING 1
2493 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
2494 > | #define ACE_HAS_GPERF 1
2495 > | #define __ACE_INLINE__ 1
2496 > | /* end confdefs.h. */
2497 > |
2498 > | /* Override any gcc2 internal prototype to avoid an error. */
2499 > | #ifdef __cplusplus
2500 > | extern "C"
2501 > | #endif
2502 > | /* We use char because int might match the return type of a gcc2
2503 > | builtin and then its argument prototype would still apply. */
2504 > | char compile ();
2505 > | int
2506 > | main ()
2507 > | {
2508 > | compile ();
2509 > | ;
2510 > | return 0;
2511 > | }
2512 > configure:11661: result: no
2513 > configure:11669: checking for library containing exc_continue
2514 > configure:11699: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -ldl >&5
2515 > /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/temp/ccP2Qgnw.o: In function `main':
2516 > conftest.cc:(.text+0x7): undefined reference to `exc_continue'
2517 > collect2: ld returned 1 exit status
2518 > configure:11705: $? = 1
2519 > configure: failed program was:
2520 > | /* confdefs.h. */
2521 > |
2522 > | #define PACKAGE_NAME "ACE"
2523 > | #define PACKAGE_TARNAME "ace"
2524 > | #define PACKAGE_VERSION "5.7.2"
2525 > | #define PACKAGE_STRING "ACE 5.7.2"
2526 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
2527 > | #ifdef __cplusplus
2528 > | extern "C" void exit (int) throw ();
2529 > | #endif
2530 > | #define X_DISPLAY_MISSING 1
2531 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
2532 > | #define ACE_HAS_GPERF 1
2533 > | #define __ACE_INLINE__ 1
2534 > | /* end confdefs.h. */
2535 > |
2536 > | /* Override any gcc2 internal prototype to avoid an error. */
2537 > | #ifdef __cplusplus
2538 > | extern "C"
2539 > | #endif
2540 > | /* We use char because int might match the return type of a gcc2
2541 > | builtin and then its argument prototype would still apply. */
2542 > | char exc_continue ();
2543 > | int
2544 > | main ()
2545 > | {
2546 > | exc_continue ();
2547 > | ;
2548 > | return 0;
2549 > | }
2550 > configure:11754: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lexc -ldl >&5
2551 > /usr/libexec/gcc/i686-gentoo1-linux-gnu/ld: cannot find -lexc
2552 > collect2: ld returned 1 exit status
2553 > configure:11760: $? = 1
2554 > configure: failed program was:
2555 > | /* confdefs.h. */
2556 > |
2557 > | #define PACKAGE_NAME "ACE"
2558 > | #define PACKAGE_TARNAME "ace"
2559 > | #define PACKAGE_VERSION "5.7.2"
2560 > | #define PACKAGE_STRING "ACE 5.7.2"
2561 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
2562 > | #ifdef __cplusplus
2563 > | extern "C" void exit (int) throw ();
2564 > | #endif
2565 > | #define X_DISPLAY_MISSING 1
2566 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
2567 > | #define ACE_HAS_GPERF 1
2568 > | #define __ACE_INLINE__ 1
2569 > | /* end confdefs.h. */
2570 > |
2571 > | /* Override any gcc2 internal prototype to avoid an error. */
2572 > | #ifdef __cplusplus
2573 > | extern "C"
2574 > | #endif
2575 > | /* We use char because int might match the return type of a gcc2
2576 > | builtin and then its argument prototype would still apply. */
2577 > | char exc_continue ();
2578 > | int
2579 > | main ()
2580 > | {
2581 > | exc_continue ();
2582 > | ;
2583 > | return 0;
2584 > | }
2585 > configure:11788: result: no
2586 > configure:11796: checking for library containing ctime_r
2587 > configure:11826: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -ldl >&5
2588 > configure:11832: $? = 0
2589 > configure:11836: test -z
2590 > || test ! -s conftest.err
2591 > configure:11839: $? = 0
2592 > configure:11842: test -s conftest
2593 > configure:11845: $? = 0
2594 > configure:11915: result: none required
2595 > configure:11923: checking for library containing t_getprotaddr
2596 > configure:11953: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -ldl >&5
2597 > /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/temp/ccKk2k9N.o: In function `main':
2598 > conftest.cc:(.text+0x7): undefined reference to `t_getprotaddr'
2599 > collect2: ld returned 1 exit status
2600 > configure:11959: $? = 1
2601 > configure: failed program was:
2602 > | /* confdefs.h. */
2603 > |
2604 > | #define PACKAGE_NAME "ACE"
2605 > | #define PACKAGE_TARNAME "ace"
2606 > | #define PACKAGE_VERSION "5.7.2"
2607 > | #define PACKAGE_STRING "ACE 5.7.2"
2608 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
2609 > | #ifdef __cplusplus
2610 > | extern "C" void exit (int) throw ();
2611 > | #endif
2612 > | #define X_DISPLAY_MISSING 1
2613 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
2614 > | #define ACE_HAS_GPERF 1
2615 > | #define __ACE_INLINE__ 1
2616 > | /* end confdefs.h. */
2617 > |
2618 > | /* Override any gcc2 internal prototype to avoid an error. */
2619 > | #ifdef __cplusplus
2620 > | extern "C"
2621 > | #endif
2622 > | /* We use char because int might match the return type of a gcc2
2623 > | builtin and then its argument prototype would still apply. */
2624 > | char t_getprotaddr ();
2625 > | int
2626 > | main ()
2627 > | {
2628 > | t_getprotaddr ();
2629 > | ;
2630 > | return 0;
2631 > | }
2632 > configure:12008: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lxti -ldl >&5
2633 > /usr/libexec/gcc/i686-gentoo1-linux-gnu/ld: cannot find -lxti
2634 > collect2: ld returned 1 exit status
2635 > configure:12014: $? = 1
2636 > configure: failed program was:
2637 > | /* confdefs.h. */
2638 > |
2639 > | #define PACKAGE_NAME "ACE"
2640 > | #define PACKAGE_TARNAME "ace"
2641 > | #define PACKAGE_VERSION "5.7.2"
2642 > | #define PACKAGE_STRING "ACE 5.7.2"
2643 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
2644 > | #ifdef __cplusplus
2645 > | extern "C" void exit (int) throw ();
2646 > | #endif
2647 > | #define X_DISPLAY_MISSING 1
2648 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
2649 > | #define ACE_HAS_GPERF 1
2650 > | #define __ACE_INLINE__ 1
2651 > | /* end confdefs.h. */
2652 > |
2653 > | /* Override any gcc2 internal prototype to avoid an error. */
2654 > | #ifdef __cplusplus
2655 > | extern "C"
2656 > | #endif
2657 > | /* We use char because int might match the return type of a gcc2
2658 > | builtin and then its argument prototype would still apply. */
2659 > | char t_getprotaddr ();
2660 > | int
2661 > | main ()
2662 > | {
2663 > | t_getprotaddr ();
2664 > | ;
2665 > | return 0;
2666 > | }
2667 > configure:12008: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lnsl -ldl >&5
2668 > /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/temp/cc0nqG2O.o: In function `main':
2669 > conftest.cc:(.text+0x7): undefined reference to `t_getprotaddr'
2670 > collect2: ld returned 1 exit status
2671 > configure:12014: $? = 1
2672 > configure: failed program was:
2673 > | /* confdefs.h. */
2674 > |
2675 > | #define PACKAGE_NAME "ACE"
2676 > | #define PACKAGE_TARNAME "ace"
2677 > | #define PACKAGE_VERSION "5.7.2"
2678 > | #define PACKAGE_STRING "ACE 5.7.2"
2679 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
2680 > | #ifdef __cplusplus
2681 > | extern "C" void exit (int) throw ();
2682 > | #endif
2683 > | #define X_DISPLAY_MISSING 1
2684 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
2685 > | #define ACE_HAS_GPERF 1
2686 > | #define __ACE_INLINE__ 1
2687 > | /* end confdefs.h. */
2688 > |
2689 > | /* Override any gcc2 internal prototype to avoid an error. */
2690 > | #ifdef __cplusplus
2691 > | extern "C"
2692 > | #endif
2693 > | /* We use char because int might match the return type of a gcc2
2694 > | builtin and then its argument prototype would still apply. */
2695 > | char t_getprotaddr ();
2696 > | int
2697 > | main ()
2698 > | {
2699 > | t_getprotaddr ();
2700 > | ;
2701 > | return 0;
2702 > | }
2703 > configure:12042: result: no
2704 > configure:12053: checking for library containing t_accept
2705 > configure:12083: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -ldl >&5
2706 > /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/temp/ccdSnEeW.o: In function `main':
2707 > conftest.cc:(.text+0x7): undefined reference to `t_accept'
2708 > collect2: ld returned 1 exit status
2709 > configure:12089: $? = 1
2710 > configure: failed program was:
2711 > | /* confdefs.h. */
2712 > |
2713 > | #define PACKAGE_NAME "ACE"
2714 > | #define PACKAGE_TARNAME "ace"
2715 > | #define PACKAGE_VERSION "5.7.2"
2716 > | #define PACKAGE_STRING "ACE 5.7.2"
2717 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
2718 > | #ifdef __cplusplus
2719 > | extern "C" void exit (int) throw ();
2720 > | #endif
2721 > | #define X_DISPLAY_MISSING 1
2722 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
2723 > | #define ACE_HAS_GPERF 1
2724 > | #define __ACE_INLINE__ 1
2725 > | /* end confdefs.h. */
2726 > |
2727 > | /* Override any gcc2 internal prototype to avoid an error. */
2728 > | #ifdef __cplusplus
2729 > | extern "C"
2730 > | #endif
2731 > | /* We use char because int might match the return type of a gcc2
2732 > | builtin and then its argument prototype would still apply. */
2733 > | char t_accept ();
2734 > | int
2735 > | main ()
2736 > | {
2737 > | t_accept ();
2738 > | ;
2739 > | return 0;
2740 > | }
2741 > configure:12138: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -ltli_r -ldl >&5
2742 > /usr/libexec/gcc/i686-gentoo1-linux-gnu/ld: cannot find -ltli_r
2743 > collect2: ld returned 1 exit status
2744 > configure:12144: $? = 1
2745 > configure: failed program was:
2746 > | /* confdefs.h. */
2747 > |
2748 > | #define PACKAGE_NAME "ACE"
2749 > | #define PACKAGE_TARNAME "ace"
2750 > | #define PACKAGE_VERSION "5.7.2"
2751 > | #define PACKAGE_STRING "ACE 5.7.2"
2752 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
2753 > | #ifdef __cplusplus
2754 > | extern "C" void exit (int) throw ();
2755 > | #endif
2756 > | #define X_DISPLAY_MISSING 1
2757 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
2758 > | #define ACE_HAS_GPERF 1
2759 > | #define __ACE_INLINE__ 1
2760 > | /* end confdefs.h. */
2761 > |
2762 > | /* Override any gcc2 internal prototype to avoid an error. */
2763 > | #ifdef __cplusplus
2764 > | extern "C"
2765 > | #endif
2766 > | /* We use char because int might match the return type of a gcc2
2767 > | builtin and then its argument prototype would still apply. */
2768 > | char t_accept ();
2769 > | int
2770 > | main ()
2771 > | {
2772 > | t_accept ();
2773 > | ;
2774 > | return 0;
2775 > | }
2776 > configure:12138: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -ltli -ldl >&5
2777 > /usr/libexec/gcc/i686-gentoo1-linux-gnu/ld: cannot find -ltli
2778 > collect2: ld returned 1 exit status
2779 > configure:12144: $? = 1
2780 > configure: failed program was:
2781 > | /* confdefs.h. */
2782 > |
2783 > | #define PACKAGE_NAME "ACE"
2784 > | #define PACKAGE_TARNAME "ace"
2785 > | #define PACKAGE_VERSION "5.7.2"
2786 > | #define PACKAGE_STRING "ACE 5.7.2"
2787 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
2788 > | #ifdef __cplusplus
2789 > | extern "C" void exit (int) throw ();
2790 > | #endif
2791 > | #define X_DISPLAY_MISSING 1
2792 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
2793 > | #define ACE_HAS_GPERF 1
2794 > | #define __ACE_INLINE__ 1
2795 > | /* end confdefs.h. */
2796 > |
2797 > | /* Override any gcc2 internal prototype to avoid an error. */
2798 > | #ifdef __cplusplus
2799 > | extern "C"
2800 > | #endif
2801 > | /* We use char because int might match the return type of a gcc2
2802 > | builtin and then its argument prototype would still apply. */
2803 > | char t_accept ();
2804 > | int
2805 > | main ()
2806 > | {
2807 > | t_accept ();
2808 > | ;
2809 > | return 0;
2810 > | }
2811 > configure:12138: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lnsl -ldl >&5
2812 > /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/temp/ccTLuiD7.o: In function `main':
2813 > conftest.cc:(.text+0x7): undefined reference to `t_accept'
2814 > collect2: ld returned 1 exit status
2815 > configure:12144: $? = 1
2816 > configure: failed program was:
2817 > | /* confdefs.h. */
2818 > |
2819 > | #define PACKAGE_NAME "ACE"
2820 > | #define PACKAGE_TARNAME "ace"
2821 > | #define PACKAGE_VERSION "5.7.2"
2822 > | #define PACKAGE_STRING "ACE 5.7.2"
2823 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
2824 > | #ifdef __cplusplus
2825 > | extern "C" void exit (int) throw ();
2826 > | #endif
2827 > | #define X_DISPLAY_MISSING 1
2828 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
2829 > | #define ACE_HAS_GPERF 1
2830 > | #define __ACE_INLINE__ 1
2831 > | /* end confdefs.h. */
2832 > |
2833 > | /* Override any gcc2 internal prototype to avoid an error. */
2834 > | #ifdef __cplusplus
2835 > | extern "C"
2836 > | #endif
2837 > | /* We use char because int might match the return type of a gcc2
2838 > | builtin and then its argument prototype would still apply. */
2839 > | char t_accept ();
2840 > | int
2841 > | main ()
2842 > | {
2843 > | t_accept ();
2844 > | ;
2845 > | return 0;
2846 > | }
2847 > configure:12172: result: no
2848 > configure:12190: checking if compiler may need a command line thread flag
2849 > configure:12240: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -Werror -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -ldl >&5
2850 > conftest.cc:17:20: fatal error: thread.h: No such file or directory
2851 > compilation terminated.
2852 > configure:12246: $? = 1
2853 > configure: failed program was:
2854 > | /* confdefs.h. */
2855 > |
2856 > | #define PACKAGE_NAME "ACE"
2857 > | #define PACKAGE_TARNAME "ace"
2858 > | #define PACKAGE_VERSION "5.7.2"
2859 > | #define PACKAGE_STRING "ACE 5.7.2"
2860 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
2861 > | #ifdef __cplusplus
2862 > | extern "C" void exit (int) throw ();
2863 > | #endif
2864 > | #define X_DISPLAY_MISSING 1
2865 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
2866 > | #define ACE_HAS_GPERF 1
2867 > | #define __ACE_INLINE__ 1
2868 > | /* end confdefs.h. */
2869 > |
2870 > | #include <thread.h>
2871 > |
2872 > | extern "C" void *
2873 > | ace_start_func (void *)
2874 > | {
2875 > | return 0;
2876 > | }
2877 > |
2878 > | int
2879 > | main ()
2880 > | {
2881 > |
2882 > | thread_t tid = 0;
2883 > |
2884 > | (void) thr_create (&tid, 0, ace_start_func, 0);
2885 > |
2886 > | ;
2887 > | return 0;
2888 > | }
2889 > configure:12462: result: yes
2890 > configure:12477: checking for compiler thread flag
2891 > configure:12530: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -mt -Werror -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -ldl >&5
2892 > cc1plus: error: unrecognized command line option "-mt"
2893 > configure:12536: $? = 1
2894 > configure: failed program was:
2895 > | /* confdefs.h. */
2896 > |
2897 > | #define PACKAGE_NAME "ACE"
2898 > | #define PACKAGE_TARNAME "ace"
2899 > | #define PACKAGE_VERSION "5.7.2"
2900 > | #define PACKAGE_STRING "ACE 5.7.2"
2901 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
2902 > | #ifdef __cplusplus
2903 > | extern "C" void exit (int) throw ();
2904 > | #endif
2905 > | #define X_DISPLAY_MISSING 1
2906 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
2907 > | #define ACE_HAS_GPERF 1
2908 > | #define __ACE_INLINE__ 1
2909 > | /* end confdefs.h. */
2910 > |
2911 > | #include <thread.h>
2912 > |
2913 > | extern "C" void *
2914 > | ace_start_func (void *)
2915 > | {
2916 > | return 0;
2917 > | }
2918 > |
2919 > | int
2920 > | main ()
2921 > | {
2922 > |
2923 > | thread_t tid = 0;
2924 > |
2925 > | (void) thr_create (&tid, 0, ace_start_func, 0);
2926 > |
2927 > | ;
2928 > | return 0;
2929 > | }
2930 > configure:12530: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pthread -Werror -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -ldl >&5
2931 > conftest.cc:17:20: fatal error: thread.h: No such file or directory
2932 > compilation terminated.
2933 > configure:12536: $? = 1
2934 > configure: failed program was:
2935 > | /* confdefs.h. */
2936 > |
2937 > | #define PACKAGE_NAME "ACE"
2938 > | #define PACKAGE_TARNAME "ace"
2939 > | #define PACKAGE_VERSION "5.7.2"
2940 > | #define PACKAGE_STRING "ACE 5.7.2"
2941 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
2942 > | #ifdef __cplusplus
2943 > | extern "C" void exit (int) throw ();
2944 > | #endif
2945 > | #define X_DISPLAY_MISSING 1
2946 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
2947 > | #define ACE_HAS_GPERF 1
2948 > | #define __ACE_INLINE__ 1
2949 > | /* end confdefs.h. */
2950 > |
2951 > | #include <thread.h>
2952 > |
2953 > | extern "C" void *
2954 > | ace_start_func (void *)
2955 > | {
2956 > | return 0;
2957 > | }
2958 > |
2959 > | int
2960 > | main ()
2961 > | {
2962 > |
2963 > | thread_t tid = 0;
2964 > |
2965 > | (void) thr_create (&tid, 0, ace_start_func, 0);
2966 > |
2967 > | ;
2968 > | return 0;
2969 > | }
2970 > configure:12530: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pthreads -Werror -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -ldl >&5
2971 > i686-gentoo1-linux-gnu-g++: unrecognized option '-pthreads'
2972 > conftest.cc:17:20: fatal error: thread.h: No such file or directory
2973 > compilation terminated.
2974 > configure:12536: $? = 1
2975 > configure: failed program was:
2976 > | /* confdefs.h. */
2977 > |
2978 > | #define PACKAGE_NAME "ACE"
2979 > | #define PACKAGE_TARNAME "ace"
2980 > | #define PACKAGE_VERSION "5.7.2"
2981 > | #define PACKAGE_STRING "ACE 5.7.2"
2982 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
2983 > | #ifdef __cplusplus
2984 > | extern "C" void exit (int) throw ();
2985 > | #endif
2986 > | #define X_DISPLAY_MISSING 1
2987 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
2988 > | #define ACE_HAS_GPERF 1
2989 > | #define __ACE_INLINE__ 1
2990 > | /* end confdefs.h. */
2991 > |
2992 > | #include <thread.h>
2993 > |
2994 > | extern "C" void *
2995 > | ace_start_func (void *)
2996 > | {
2997 > | return 0;
2998 > | }
2999 > |
3000 > | int
3001 > | main ()
3002 > | {
3003 > |
3004 > | thread_t tid = 0;
3005 > |
3006 > | (void) thr_create (&tid, 0, ace_start_func, 0);
3007 > |
3008 > | ;
3009 > | return 0;
3010 > | }
3011 > configure:12530: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -mthreads -Werror -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -ldl >&5
3012 > cc1plus: error: unrecognized command line option "-mthreads"
3013 > configure:12536: $? = 1
3014 > configure: failed program was:
3015 > | /* confdefs.h. */
3016 > |
3017 > | #define PACKAGE_NAME "ACE"
3018 > | #define PACKAGE_TARNAME "ace"
3019 > | #define PACKAGE_VERSION "5.7.2"
3020 > | #define PACKAGE_STRING "ACE 5.7.2"
3021 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
3022 > | #ifdef __cplusplus
3023 > | extern "C" void exit (int) throw ();
3024 > | #endif
3025 > | #define X_DISPLAY_MISSING 1
3026 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
3027 > | #define ACE_HAS_GPERF 1
3028 > | #define __ACE_INLINE__ 1
3029 > | /* end confdefs.h. */
3030 > |
3031 > | #include <thread.h>
3032 > |
3033 > | extern "C" void *
3034 > | ace_start_func (void *)
3035 > | {
3036 > | return 0;
3037 > | }
3038 > |
3039 > | int
3040 > | main ()
3041 > | {
3042 > |
3043 > | thread_t tid = 0;
3044 > |
3045 > | (void) thr_create (&tid, 0, ace_start_func, 0);
3046 > |
3047 > | ;
3048 > | return 0;
3049 > | }
3050 > configure:12530: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -threads -Werror -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -ldl >&5
3051 > i686-gentoo1-linux-gnu-g++: unrecognized option '-threads'
3052 > conftest.cc:17:20: fatal error: thread.h: No such file or directory
3053 > compilation terminated.
3054 > configure:12536: $? = 1
3055 > configure: failed program was:
3056 > | /* confdefs.h. */
3057 > |
3058 > | #define PACKAGE_NAME "ACE"
3059 > | #define PACKAGE_TARNAME "ace"
3060 > | #define PACKAGE_VERSION "5.7.2"
3061 > | #define PACKAGE_STRING "ACE 5.7.2"
3062 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
3063 > | #ifdef __cplusplus
3064 > | extern "C" void exit (int) throw ();
3065 > | #endif
3066 > | #define X_DISPLAY_MISSING 1
3067 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
3068 > | #define ACE_HAS_GPERF 1
3069 > | #define __ACE_INLINE__ 1
3070 > | /* end confdefs.h. */
3071 > |
3072 > | #include <thread.h>
3073 > |
3074 > | extern "C" void *
3075 > | ace_start_func (void *)
3076 > | {
3077 > | return 0;
3078 > | }
3079 > |
3080 > | int
3081 > | main ()
3082 > | {
3083 > |
3084 > | thread_t tid = 0;
3085 > |
3086 > | (void) thr_create (&tid, 0, ace_start_func, 0);
3087 > |
3088 > | ;
3089 > | return 0;
3090 > | }
3091 > configure:12530: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -Kthread -Werror -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -ldl >&5
3092 > i686-gentoo1-linux-gnu-g++: unrecognized option '-Kthread'
3093 > conftest.cc:17:20: fatal error: thread.h: No such file or directory
3094 > compilation terminated.
3095 > configure:12536: $? = 1
3096 > configure: failed program was:
3097 > | /* confdefs.h. */
3098 > |
3099 > | #define PACKAGE_NAME "ACE"
3100 > | #define PACKAGE_TARNAME "ace"
3101 > | #define PACKAGE_VERSION "5.7.2"
3102 > | #define PACKAGE_STRING "ACE 5.7.2"
3103 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
3104 > | #ifdef __cplusplus
3105 > | extern "C" void exit (int) throw ();
3106 > | #endif
3107 > | #define X_DISPLAY_MISSING 1
3108 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
3109 > | #define ACE_HAS_GPERF 1
3110 > | #define __ACE_INLINE__ 1
3111 > | /* end confdefs.h. */
3112 > |
3113 > | #include <thread.h>
3114 > |
3115 > | extern "C" void *
3116 > | ace_start_func (void *)
3117 > | {
3118 > | return 0;
3119 > | }
3120 > |
3121 > | int
3122 > | main ()
3123 > | {
3124 > |
3125 > | thread_t tid = 0;
3126 > |
3127 > | (void) thr_create (&tid, 0, ace_start_func, 0);
3128 > |
3129 > | ;
3130 > | return 0;
3131 > | }
3132 > configure:12530: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -kthread -Werror -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -ldl >&5
3133 > i686-gentoo1-linux-gnu-g++: unrecognized option '-kthread'
3134 > conftest.cc:17:20: fatal error: thread.h: No such file or directory
3135 > compilation terminated.
3136 > configure:12536: $? = 1
3137 > configure: failed program was:
3138 > | /* confdefs.h. */
3139 > |
3140 > | #define PACKAGE_NAME "ACE"
3141 > | #define PACKAGE_TARNAME "ace"
3142 > | #define PACKAGE_VERSION "5.7.2"
3143 > | #define PACKAGE_STRING "ACE 5.7.2"
3144 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
3145 > | #ifdef __cplusplus
3146 > | extern "C" void exit (int) throw ();
3147 > | #endif
3148 > | #define X_DISPLAY_MISSING 1
3149 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
3150 > | #define ACE_HAS_GPERF 1
3151 > | #define __ACE_INLINE__ 1
3152 > | /* end confdefs.h. */
3153 > |
3154 > | #include <thread.h>
3155 > |
3156 > | extern "C" void *
3157 > | ace_start_func (void *)
3158 > | {
3159 > | return 0;
3160 > | }
3161 > |
3162 > | int
3163 > | main ()
3164 > | {
3165 > |
3166 > | thread_t tid = 0;
3167 > |
3168 > | (void) thr_create (&tid, 0, ace_start_func, 0);
3169 > |
3170 > | ;
3171 > | return 0;
3172 > | }
3173 > configure:12530: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ --thread_safe -Werror -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -ldl >&5
3174 > cc1plus: error: unrecognized command line option "-fthread_safe"
3175 > configure:12536: $? = 1
3176 > configure: failed program was:
3177 > | /* confdefs.h. */
3178 > |
3179 > | #define PACKAGE_NAME "ACE"
3180 > | #define PACKAGE_TARNAME "ace"
3181 > | #define PACKAGE_VERSION "5.7.2"
3182 > | #define PACKAGE_STRING "ACE 5.7.2"
3183 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
3184 > | #ifdef __cplusplus
3185 > | extern "C" void exit (int) throw ();
3186 > | #endif
3187 > | #define X_DISPLAY_MISSING 1
3188 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
3189 > | #define ACE_HAS_GPERF 1
3190 > | #define __ACE_INLINE__ 1
3191 > | /* end confdefs.h. */
3192 > |
3193 > | #include <thread.h>
3194 > |
3195 > | extern "C" void *
3196 > | ace_start_func (void *)
3197 > | {
3198 > | return 0;
3199 > | }
3200 > |
3201 > | int
3202 > | main ()
3203 > | {
3204 > |
3205 > | thread_t tid = 0;
3206 > |
3207 > | (void) thr_create (&tid, 0, ace_start_func, 0);
3208 > |
3209 > | ;
3210 > | return 0;
3211 > | }
3212 > configure:12764: result: no
3213 > configure:13087: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
3214 > conftest.cc:18:2: error: #error Neither _REENTRANT nor _THREAD_SAFE were defined.
3215 > conftest.cc:19:1: error: 'THROW' does not name a type
3216 > configure:13093: $? = 1
3217 > configure: failed program was:
3218 > | /* confdefs.h. */
3219 > |
3220 > | #define PACKAGE_NAME "ACE"
3221 > | #define PACKAGE_TARNAME "ace"
3222 > | #define PACKAGE_VERSION "5.7.2"
3223 > | #define PACKAGE_STRING "ACE 5.7.2"
3224 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
3225 > | #ifdef __cplusplus
3226 > | extern "C" void exit (int) throw ();
3227 > | #endif
3228 > | #define X_DISPLAY_MISSING 1
3229 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
3230 > | #define ACE_HAS_GPERF 1
3231 > | #define __ACE_INLINE__ 1
3232 > | /* end confdefs.h. */
3233 > |
3234 > | #if !defined (_REENTRANT) && !defined (_THREAD_SAFE)
3235 > | #error Neither _REENTRANT nor _THREAD_SAFE were defined.
3236 > | THROW ME AN ERROR!
3237 > | #endif
3238 > |
3239 > | int
3240 > | main ()
3241 > | {
3242 > |
3243 > | int a = 0; a++;
3244 > |
3245 > | ;
3246 > | return 0;
3247 > | }
3248 > configure:13124: checking for POSIX threads library
3249 > configure:13158: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -ldl >&5
3250 > /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/temp/ccyynstC.o: In function `main':
3251 > conftest.cc:(.text+0x34): undefined reference to `pthread_create'
3252 > collect2: ld returned 1 exit status
3253 > configure:13164: $? = 1
3254 > configure: failed program was:
3255 > | /* confdefs.h. */
3256 > |
3257 > | #define PACKAGE_NAME "ACE"
3258 > | #define PACKAGE_TARNAME "ace"
3259 > | #define PACKAGE_VERSION "5.7.2"
3260 > | #define PACKAGE_STRING "ACE 5.7.2"
3261 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
3262 > | #ifdef __cplusplus
3263 > | extern "C" void exit (int) throw ();
3264 > | #endif
3265 > | #define X_DISPLAY_MISSING 1
3266 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
3267 > | #define ACE_HAS_GPERF 1
3268 > | #define __ACE_INLINE__ 1
3269 > | /* end confdefs.h. */
3270 > |
3271 > | #include <pthread.h>
3272 > |
3273 > | extern "C" void *
3274 > | ace_start_func (void *)
3275 > | {
3276 > | return 0;
3277 > | }
3278 > |
3279 > | int
3280 > | main ()
3281 > | {
3282 > |
3283 > | pthread_t tid = 0;
3284 > |
3285 > | (void) pthread_create (&tid, 0, ace_start_func, 0);
3286 > |
3287 > | ;
3288 > | return 0;
3289 > | }
3290 > configure:13290: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lpthread -ldl >&5
3291 > configure:13296: $? = 0
3292 > configure:13300: test -z
3293 > || test ! -s conftest.err
3294 > configure:13303: $? = 0
3295 > configure:13306: test -s conftest
3296 > configure:13309: $? = 0
3297 > configure:13317: result: -lpthread
3298 > configure:13509: checking for i686-gentoo1-linux-gnu-gcc
3299 > configure:13525: found /usr/bin/i686-gentoo1-linux-gnu-gcc
3300 > configure:13535: result: i686-gentoo1-linux-gnu-gcc
3301 > configure:13817: checking for C compiler version
3302 > configure:13820: i686-gentoo1-linux-gnu-gcc --version </dev/null >&5
3303 > i686-gentoo1-linux-gnu-gcc (Gentoo 4.5.1 p1.2, pie-0.4.5) 4.5.1
3304 > Copyright (C) 2010 Free Software Foundation, Inc.
3305 > This is free software; see the source for copying conditions. There is NO
3306 > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
3307 >
3308 > configure:13823: $? = 0
3309 > configure:13825: i686-gentoo1-linux-gnu-gcc -v </dev/null >&5
3310 > Using built-in specs.
3311 > COLLECT_GCC=/usr/i686-pc-linux-gnu/i686-gentoo1-linux-gnu/gcc-bin/4.5.1/i686-gentoo1-linux-gnu-gcc
3312 > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-gentoo1-linux-gnu/4.5.1/lto-wrapper
3313 > Target: i686-gentoo1-linux-gnu
3314 > Configured with: /var/tmp/portage/cross-i686-gentoo1-linux-gnu/gcc-4.5.1/work/gcc-4.5.1/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/i686-gentoo1-linux-gnu/gcc-bin/4.5.1 --includedir=/usr/lib/gcc/i686-gentoo1-linux-gnu/4.5.1/include --datadir=/usr/share/gcc-data/i686-gentoo1-linux-gnu/4.5.1 --mandir=/usr/share/gcc-data/i686-gentoo1-linux-gnu/4.5.1/man --infodir=/usr/share/gcc-data/i686-gentoo1-linux-gnu/4.5.1/info --with-gxx-include-dir=/usr/lib/gcc/i686-gentoo1-linux-gnu/4.5.1/include/g++-v4 --host=i686-pc-linux-gnu --target=i686-gentoo1-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --disable-lto --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --disable-multilib --disable-libmudflap --disable-libssp --enable-libgomp --enable-cld --with-python-dir=/share/gcc-data/i686-gentoo1-linux-gnu/4.5.1/python --enable-checking=release --disable-libgcj --with-arch=i686 --enable-languages=c,c++,fortran --
3315 > with-sysroot=/usr/i686-gentoo1-linux-gnu --disable-bootstrap --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.5.1 p1.2, pie-0.4.5'
3316 > Thread model: posix
3317 > gcc version 4.5.1 (Gentoo 4.5.1 p1.2, pie-0.4.5)
3318 > configure:13828: $? = 0
3319 > configure:13830: i686-gentoo1-linux-gnu-gcc -V </dev/null >&5
3320 > i686-gentoo1-linux-gnu-gcc: '-V' option must have argument
3321 > configure:13833: $? = 1
3322 > configure:13836: checking whether we are using the GNU C compiler
3323 > configure:13860: i686-gentoo1-linux-gnu-gcc -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.c >&5
3324 > configure:13866: $? = 0
3325 > configure:13870: test -z
3326 > || test ! -s conftest.err
3327 > configure:13873: $? = 0
3328 > configure:13876: test -s conftest.o
3329 > configure:13879: $? = 0
3330 > configure:13892: result: yes
3331 > configure:13898: checking whether i686-gentoo1-linux-gnu-gcc accepts -g
3332 > configure:13919: i686-gentoo1-linux-gnu-gcc -c -g conftest.c >&5
3333 > configure:13925: $? = 0
3334 > configure:13929: test -z
3335 > || test ! -s conftest.err
3336 > configure:13932: $? = 0
3337 > configure:13935: test -s conftest.o
3338 > configure:13938: $? = 0
3339 > configure:13949: result: yes
3340 > configure:13966: checking for i686-gentoo1-linux-gnu-gcc option to accept ANSI C
3341 > configure:14036: i686-gentoo1-linux-gnu-gcc -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.c >&5
3342 > configure:14042: $? = 0
3343 > configure:14046: test -z
3344 > || test ! -s conftest.err
3345 > configure:14049: $? = 0
3346 > configure:14052: test -s conftest.o
3347 > configure:14055: $? = 0
3348 > configure:14073: result: none needed
3349 > configure:14091: i686-gentoo1-linux-gnu-gcc -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.c >&5
3350 > conftest.c:2:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
3351 > configure:14097: $? = 1
3352 > configure: failed program was:
3353 > | #ifndef __cplusplus
3354 > | choke me
3355 > | #endif
3356 > configure:14232: checking dependency style of i686-gentoo1-linux-gnu-gcc
3357 > configure:14322: result: gcc3
3358 > configure:14339: checking for a sed that does not truncate output
3359 > configure:14393: result: /bin/sed
3360 > configure:14407: checking for ld used by i686-gentoo1-linux-gnu-gcc
3361 > configure:14474: result: /usr/libexec/gcc/i686-gentoo1-linux-gnu/ld
3362 > configure:14483: checking if the linker (/usr/libexec/gcc/i686-gentoo1-linux-gnu/ld) is GNU ld
3363 > configure:14498: result: yes
3364 > configure:14503: checking for /usr/libexec/gcc/i686-gentoo1-linux-gnu/ld option to reload object files
3365 > configure:14510: result: -r
3366 > configure:14519: checking for BSD-compatible nm
3367 > configure:14561: result: /usr/bin/i686-gentoo1-linux-gnu-nm -B
3368 > configure:14565: checking how to recognise dependent libraries
3369 > configure:14748: result: pass_all
3370 > configure:15204: checking how to run the C preprocessor
3371 > configure:15239: i686-gentoo1-linux-gnu-gcc -E conftest.c
3372 > configure:15245: $? = 0
3373 > configure:15277: i686-gentoo1-linux-gnu-gcc -E conftest.c
3374 > conftest.c:17:28: fatal error: ac_nonexistent.h: No such file or directory
3375 > compilation terminated.
3376 > configure:15283: $? = 1
3377 > configure: failed program was:
3378 > | /* confdefs.h. */
3379 > |
3380 > | #define PACKAGE_NAME "ACE"
3381 > | #define PACKAGE_TARNAME "ace"
3382 > | #define PACKAGE_VERSION "5.7.2"
3383 > | #define PACKAGE_STRING "ACE 5.7.2"
3384 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
3385 > | #ifdef __cplusplus
3386 > | extern "C" void exit (int) throw ();
3387 > | #endif
3388 > | #define X_DISPLAY_MISSING 1
3389 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
3390 > | #define ACE_HAS_GPERF 1
3391 > | #define __ACE_INLINE__ 1
3392 > | #define ACE_HAS_PTHREADS 1
3393 > | /* end confdefs.h. */
3394 > | #include <ac_nonexistent.h>
3395 > configure:15322: result: i686-gentoo1-linux-gnu-gcc -E
3396 > configure:15346: i686-gentoo1-linux-gnu-gcc -E conftest.c
3397 > configure:15352: $? = 0
3398 > configure:15384: i686-gentoo1-linux-gnu-gcc -E conftest.c
3399 > conftest.c:17:28: fatal error: ac_nonexistent.h: No such file or directory
3400 > compilation terminated.
3401 > configure:15390: $? = 1
3402 > configure: failed program was:
3403 > | /* confdefs.h. */
3404 > |
3405 > | #define PACKAGE_NAME "ACE"
3406 > | #define PACKAGE_TARNAME "ace"
3407 > | #define PACKAGE_VERSION "5.7.2"
3408 > | #define PACKAGE_STRING "ACE 5.7.2"
3409 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
3410 > | #ifdef __cplusplus
3411 > | extern "C" void exit (int) throw ();
3412 > | #endif
3413 > | #define X_DISPLAY_MISSING 1
3414 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
3415 > | #define ACE_HAS_GPERF 1
3416 > | #define __ACE_INLINE__ 1
3417 > | #define ACE_HAS_PTHREADS 1
3418 > | /* end confdefs.h. */
3419 > | #include <ac_nonexistent.h>
3420 > configure:15434: checking for ANSI C header files
3421 > configure:15459: i686-gentoo1-linux-gnu-gcc -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.c >&5
3422 > configure:15465: $? = 0
3423 > configure:15469: test -z
3424 > || test ! -s conftest.err
3425 > configure:15472: $? = 0
3426 > configure:15475: test -s conftest.o
3427 > configure:15478: $? = 0
3428 > configure:15590: result: yes
3429 > configure:15614: checking for sys/types.h
3430 > configure:15630: i686-gentoo1-linux-gnu-gcc -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.c >&5
3431 > configure:15636: $? = 0
3432 > configure:15640: test -z
3433 > || test ! -s conftest.err
3434 > configure:15643: $? = 0
3435 > configure:15646: test -s conftest.o
3436 > configure:15649: $? = 0
3437 > configure:15660: result: yes
3438 > configure:15614: checking for sys/stat.h
3439 > configure:15630: i686-gentoo1-linux-gnu-gcc -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.c >&5
3440 > configure:15636: $? = 0
3441 > configure:15640: test -z
3442 > || test ! -s conftest.err
3443 > configure:15643: $? = 0
3444 > configure:15646: test -s conftest.o
3445 > configure:15649: $? = 0
3446 > configure:15660: result: yes
3447 > configure:15614: checking for stdlib.h
3448 > configure:15630: i686-gentoo1-linux-gnu-gcc -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.c >&5
3449 > configure:15636: $? = 0
3450 > configure:15640: test -z
3451 > || test ! -s conftest.err
3452 > configure:15643: $? = 0
3453 > configure:15646: test -s conftest.o
3454 > configure:15649: $? = 0
3455 > configure:15660: result: yes
3456 > configure:15614: checking for string.h
3457 > configure:15630: i686-gentoo1-linux-gnu-gcc -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.c >&5
3458 > configure:15636: $? = 0
3459 > configure:15640: test -z
3460 > || test ! -s conftest.err
3461 > configure:15643: $? = 0
3462 > configure:15646: test -s conftest.o
3463 > configure:15649: $? = 0
3464 > configure:15660: result: yes
3465 > configure:15614: checking for memory.h
3466 > configure:15630: i686-gentoo1-linux-gnu-gcc -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.c >&5
3467 > configure:15636: $? = 0
3468 > configure:15640: test -z
3469 > || test ! -s conftest.err
3470 > configure:15643: $? = 0
3471 > configure:15646: test -s conftest.o
3472 > configure:15649: $? = 0
3473 > configure:15660: result: yes
3474 > configure:15614: checking for strings.h
3475 > configure:15630: i686-gentoo1-linux-gnu-gcc -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.c >&5
3476 > configure:15636: $? = 0
3477 > configure:15640: test -z
3478 > || test ! -s conftest.err
3479 > configure:15643: $? = 0
3480 > configure:15646: test -s conftest.o
3481 > configure:15649: $? = 0
3482 > configure:15660: result: yes
3483 > configure:15614: checking for inttypes.h
3484 > configure:15630: i686-gentoo1-linux-gnu-gcc -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.c >&5
3485 > configure:15636: $? = 0
3486 > configure:15640: test -z
3487 > || test ! -s conftest.err
3488 > configure:15643: $? = 0
3489 > configure:15646: test -s conftest.o
3490 > configure:15649: $? = 0
3491 > configure:15660: result: yes
3492 > configure:15614: checking for stdint.h
3493 > configure:15630: i686-gentoo1-linux-gnu-gcc -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.c >&5
3494 > configure:15636: $? = 0
3495 > configure:15640: test -z
3496 > || test ! -s conftest.err
3497 > configure:15643: $? = 0
3498 > configure:15646: test -s conftest.o
3499 > configure:15649: $? = 0
3500 > configure:15660: result: yes
3501 > configure:15614: checking for unistd.h
3502 > configure:15630: i686-gentoo1-linux-gnu-gcc -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.c >&5
3503 > configure:15636: $? = 0
3504 > configure:15640: test -z
3505 > || test ! -s conftest.err
3506 > configure:15643: $? = 0
3507 > configure:15646: test -s conftest.o
3508 > configure:15649: $? = 0
3509 > configure:15660: result: yes
3510 > configure:15686: checking dlfcn.h usability
3511 > configure:15698: i686-gentoo1-linux-gnu-gcc -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.c >&5
3512 > configure:15704: $? = 0
3513 > configure:15708: test -z
3514 > || test ! -s conftest.err
3515 > configure:15711: $? = 0
3516 > configure:15714: test -s conftest.o
3517 > configure:15717: $? = 0
3518 > configure:15727: result: yes
3519 > configure:15731: checking dlfcn.h presence
3520 > configure:15741: i686-gentoo1-linux-gnu-gcc -E conftest.c
3521 > configure:15747: $? = 0
3522 > configure:15767: result: yes
3523 > configure:15802: checking for dlfcn.h
3524 > configure:15809: result: yes
3525 > configure:15831: checking for i686-gentoo1-linux-gnu-g77
3526 > configure:15860: result: no
3527 > configure:15831: checking for i686-gentoo1-linux-gnu-f77
3528 > configure:15860: result: no
3529 > configure:15831: checking for i686-gentoo1-linux-gnu-xlf
3530 > configure:15860: result: no
3531 > configure:15831: checking for i686-gentoo1-linux-gnu-frt
3532 > configure:15860: result: no
3533 > configure:15831: checking for i686-gentoo1-linux-gnu-pgf77
3534 > configure:15860: result: no
3535 > configure:15831: checking for i686-gentoo1-linux-gnu-fort77
3536 > configure:15860: result: no
3537 > configure:15831: checking for i686-gentoo1-linux-gnu-fl32
3538 > configure:15860: result: no
3539 > configure:15831: checking for i686-gentoo1-linux-gnu-af77
3540 > configure:15860: result: no
3541 > configure:15831: checking for i686-gentoo1-linux-gnu-f90
3542 > configure:15860: result: no
3543 > configure:15831: checking for i686-gentoo1-linux-gnu-xlf90
3544 > configure:15860: result: no
3545 > configure:15831: checking for i686-gentoo1-linux-gnu-pgf90
3546 > configure:15860: result: no
3547 > configure:15831: checking for i686-gentoo1-linux-gnu-epcf90
3548 > configure:15860: result: no
3549 > configure:15831: checking for i686-gentoo1-linux-gnu-f95
3550 > configure:15860: result: no
3551 > configure:15831: checking for i686-gentoo1-linux-gnu-fort
3552 > configure:15860: result: no
3553 > configure:15831: checking for i686-gentoo1-linux-gnu-xlf95
3554 > configure:15860: result: no
3555 > configure:15831: checking for i686-gentoo1-linux-gnu-ifc
3556 > configure:15860: result: no
3557 > configure:15831: checking for i686-gentoo1-linux-gnu-efc
3558 > configure:15860: result: no
3559 > configure:15831: checking for i686-gentoo1-linux-gnu-pgf95
3560 > configure:15860: result: no
3561 > configure:15831: checking for i686-gentoo1-linux-gnu-lf95
3562 > configure:15860: result: no
3563 > configure:15831: checking for i686-gentoo1-linux-gnu-gfortran
3564 > configure:15847: found /usr/bin/i686-gentoo1-linux-gnu-gfortran
3565 > configure:15857: result: i686-gentoo1-linux-gnu-gfortran
3566 > configure:15914: checking for Fortran 77 compiler version
3567 > configure:15917: i686-gentoo1-linux-gnu-gfortran --version </dev/null >&5
3568 > GNU Fortran (Gentoo 4.5.1 p1.2, pie-0.4.5) 4.5.1
3569 > Copyright (C) 2010 Free Software Foundation, Inc.
3570 >
3571 > GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
3572 > You may redistribute copies of GNU Fortran
3573 > under the terms of the GNU General Public License.
3574 > For more information about these matters, see the file named COPYING
3575 >
3576 > configure:15920: $? = 0
3577 > configure:15922: i686-gentoo1-linux-gnu-gfortran -v </dev/null >&5
3578 > Using built-in specs.
3579 > COLLECT_GCC=/usr/i686-pc-linux-gnu/i686-gentoo1-linux-gnu/gcc-bin/4.5.1/i686-gentoo1-linux-gnu-gfortran
3580 > COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-gentoo1-linux-gnu/4.5.1/lto-wrapper
3581 > Target: i686-gentoo1-linux-gnu
3582 > Configured with: /var/tmp/portage/cross-i686-gentoo1-linux-gnu/gcc-4.5.1/work/gcc-4.5.1/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/i686-gentoo1-linux-gnu/gcc-bin/4.5.1 --includedir=/usr/lib/gcc/i686-gentoo1-linux-gnu/4.5.1/include --datadir=/usr/share/gcc-data/i686-gentoo1-linux-gnu/4.5.1 --mandir=/usr/share/gcc-data/i686-gentoo1-linux-gnu/4.5.1/man --infodir=/usr/share/gcc-data/i686-gentoo1-linux-gnu/4.5.1/info --with-gxx-include-dir=/usr/lib/gcc/i686-gentoo1-linux-gnu/4.5.1/include/g++-v4 --host=i686-pc-linux-gnu --target=i686-gentoo1-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --disable-fixed-point --without-ppl --without-cloog --disable-lto --enable-nls --without-included-gettext --with-system-zlib --disable-werror --enable-secureplt --disable-multilib --disable-libmudflap --disable-libssp --enable-libgomp --enable-cld --with-python-dir=/share/gcc-data/i686-gentoo1-linux-gnu/4.5.1/python --enable-checking=release --disable-libgcj --with-arch=i686 --enable-languages=c,c++,fortran --
3583 > with-sysroot=/usr/i686-gentoo1-linux-gnu --disable-bootstrap --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.5.1 p1.2, pie-0.4.5'
3584 > Thread model: posix
3585 > gcc version 4.5.1 (Gentoo 4.5.1 p1.2, pie-0.4.5)
3586 > configure:15925: $? = 0
3587 > configure:15927: i686-gentoo1-linux-gnu-gfortran -V </dev/null >&5
3588 > i686-gentoo1-linux-gnu-gfortran: '-V' option must have argument
3589 > configure:15930: $? = 1
3590 > configure:15938: checking whether we are using the GNU Fortran 77 compiler
3591 > configure:15952: i686-gentoo1-linux-gnu-gfortran -c conftest.F >&5
3592 > configure:15958: $? = 0
3593 > configure:15962: test -z
3594 > || test ! -s conftest.err
3595 > configure:15965: $? = 0
3596 > configure:15968: test -s conftest.o
3597 > configure:15971: $? = 0
3598 > configure:15984: result: yes
3599 > configure:15990: checking whether i686-gentoo1-linux-gnu-gfortran accepts -g
3600 > configure:16002: i686-gentoo1-linux-gnu-gfortran -c -g conftest.f >&5
3601 > configure:16008: $? = 0
3602 > configure:16012: test -z
3603 > || test ! -s conftest.err
3604 > configure:16015: $? = 0
3605 > configure:16018: test -s conftest.o
3606 > configure:16021: $? = 0
3607 > configure:16033: result: yes
3608 > configure:16063: checking the maximum length of command line arguments
3609 > configure:16128: result: 32768
3610 > configure:16139: checking command to parse /usr/bin/i686-gentoo1-linux-gnu-nm -B output from i686-gentoo1-linux-gnu-gcc object
3611 > configure:16228: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
3612 > configure:16231: $? = 0
3613 > configure:16235: /usr/bin/i686-gentoo1-linux-gnu-nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
3614 > configure:16238: $? = 0
3615 > configure:16290: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc conftstm.o >&5
3616 > configure:16293: $? = 0
3617 > configure:16331: result: ok
3618 > configure:16335: checking for objdir
3619 > configure:16350: result: .libs
3620 > configure:16402: checking for i686-gentoo1-linux-gnu-ar
3621 > configure:16418: found /usr/bin/i686-gentoo1-linux-gnu-ar
3622 > configure:16428: result: i686-gentoo1-linux-gnu-ar
3623 > configure:16482: checking for i686-gentoo1-linux-gnu-ranlib
3624 > configure:16498: found /usr/bin/i686-gentoo1-linux-gnu-ranlib
3625 > configure:16508: result: i686-gentoo1-linux-gnu-ranlib
3626 > configure:16562: checking for i686-gentoo1-linux-gnu-strip
3627 > configure:16588: result: i686-gentoo1-linux-gnu-strip
3628 > configure:16889: checking if i686-gentoo1-linux-gnu-gcc static flag works
3629 > configure:16912: result: yes
3630 > configure:16930: checking if i686-gentoo1-linux-gnu-gcc supports -fno-rtti -fno-exceptions
3631 > configure:16948: i686-gentoo1-linux-gnu-gcc -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -fno-rtti -fno-exceptions conftest.c >&5
3632 > cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
3633 > configure:16952: $? = 0
3634 > configure:16963: result: no
3635 > configure:16978: checking for i686-gentoo1-linux-gnu-gcc option to produce PIC
3636 > configure:17155: result: -fPIC
3637 > configure:17163: checking if i686-gentoo1-linux-gnu-gcc PIC flag -fPIC works
3638 > configure:17181: i686-gentoo1-linux-gnu-gcc -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -fPIC -DPIC conftest.c >&5
3639 > configure:17185: $? = 0
3640 > configure:17196: result: yes
3641 > configure:17220: checking if i686-gentoo1-linux-gnu-gcc supports -c -o file.o
3642 > configure:17241: i686-gentoo1-linux-gnu-gcc -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -o out/conftest2.o conftest.c >&5
3643 > configure:17245: $? = 0
3644 > configure:17265: result: yes
3645 > configure:17291: checking whether the i686-gentoo1-linux-gnu-gcc linker (/usr/libexec/gcc/i686-gentoo1-linux-gnu/ld) supports shared libraries
3646 > configure:18139: result: yes
3647 > configure:18165: checking whether -lc should be explicitly linked in
3648 > configure:18170: i686-gentoo1-linux-gnu-gcc -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.c >&5
3649 > configure:18173: $? = 0
3650 > configure:18187: i686-gentoo1-linux-gnu-gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
3651 > configure:18190: $? = 0
3652 > configure:18202: result: no
3653 > configure:18210: checking dynamic linker characteristics
3654 > configure:18771: result: GNU/Linux ld.so
3655 > configure:18775: checking how to hardcode library paths into programs
3656 > configure:18800: result: immediate
3657 > configure:18814: checking whether stripping libraries is possible
3658 > configure:18819: result: yes
3659 > configure:18945: checking for shl_load
3660 > configure:19002: i686-gentoo1-linux-gnu-gcc -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.c -lpthread -ldl >&5
3661 > /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/temp/ccwjjfuB.o: In function `main':
3662 > conftest.c:(.text+0x8): undefined reference to `shl_load'
3663 > /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/temp/ccwjjfuB.o:(.data+0x0): undefined reference to `shl_load'
3664 > collect2: ld returned 1 exit status
3665 > configure:19008: $? = 1
3666 > configure: failed program was:
3667 > | /* confdefs.h. */
3668 > |
3669 > | #define PACKAGE_NAME "ACE"
3670 > | #define PACKAGE_TARNAME "ace"
3671 > | #define PACKAGE_VERSION "5.7.2"
3672 > | #define PACKAGE_STRING "ACE 5.7.2"
3673 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
3674 > | #ifdef __cplusplus
3675 > | extern "C" void exit (int) throw ();
3676 > | #endif
3677 > | #define X_DISPLAY_MISSING 1
3678 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
3679 > | #define ACE_HAS_GPERF 1
3680 > | #define __ACE_INLINE__ 1
3681 > | #define ACE_HAS_PTHREADS 1
3682 > | #define STDC_HEADERS 1
3683 > | #define HAVE_SYS_TYPES_H 1
3684 > | #define HAVE_SYS_STAT_H 1
3685 > | #define HAVE_STDLIB_H 1
3686 > | #define HAVE_STRING_H 1
3687 > | #define HAVE_MEMORY_H 1
3688 > | #define HAVE_STRINGS_H 1
3689 > | #define HAVE_INTTYPES_H 1
3690 > | #define HAVE_STDINT_H 1
3691 > | #define HAVE_UNISTD_H 1
3692 > | #define HAVE_DLFCN_H 1
3693 > | /* end confdefs.h. */
3694 > | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
3695 > | For example, HP-UX 11i <limits.h> declares gettimeofday. */
3696 > | #define shl_load innocuous_shl_load
3697 > |
3698 > | /* System header to define __stub macros and hopefully few prototypes,
3699 > | which can conflict with char shl_load (); below.
3700 > | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3701 > | <limits.h> exists even on freestanding compilers. */
3702 > |
3703 > | #ifdef __STDC__
3704 > | # include <limits.h>
3705 > | #else
3706 > | # include <assert.h>
3707 > | #endif
3708 > |
3709 > | #undef shl_load
3710 > |
3711 > | /* Override any gcc2 internal prototype to avoid an error. */
3712 > | #ifdef __cplusplus
3713 > | extern "C"
3714 > | {
3715 > | #endif
3716 > | /* We use char because int might match the return type of a gcc2
3717 > | builtin and then its argument prototype would still apply. */
3718 > | char shl_load ();
3719 > | /* The GNU C library defines this for functions which it implements
3720 > | to always fail with ENOSYS. Some functions are actually named
3721 > | something starting with __ and the normal name is an alias. */
3722 > | #if defined (__stub_shl_load) || defined (__stub___shl_load)
3723 > | choke me
3724 > | #else
3725 > | char (*f) () = shl_load;
3726 > | #endif
3727 > | #ifdef __cplusplus
3728 > | }
3729 > | #endif
3730 > |
3731 > | int
3732 > | main ()
3733 > | {
3734 > | return f != shl_load;
3735 > | ;
3736 > | return 0;
3737 > | }
3738 > configure:19033: result: no
3739 > configure:19038: checking for shl_load in -ldld
3740 > configure:19068: i686-gentoo1-linux-gnu-gcc -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.c -ldld -lpthread -ldl >&5
3741 > /usr/libexec/gcc/i686-gentoo1-linux-gnu/ld: cannot find -ldld
3742 > collect2: ld returned 1 exit status
3743 > configure:19074: $? = 1
3744 > configure: failed program was:
3745 > | /* confdefs.h. */
3746 > |
3747 > | #define PACKAGE_NAME "ACE"
3748 > | #define PACKAGE_TARNAME "ace"
3749 > | #define PACKAGE_VERSION "5.7.2"
3750 > | #define PACKAGE_STRING "ACE 5.7.2"
3751 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
3752 > | #ifdef __cplusplus
3753 > | extern "C" void exit (int) throw ();
3754 > | #endif
3755 > | #define X_DISPLAY_MISSING 1
3756 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
3757 > | #define ACE_HAS_GPERF 1
3758 > | #define __ACE_INLINE__ 1
3759 > | #define ACE_HAS_PTHREADS 1
3760 > | #define STDC_HEADERS 1
3761 > | #define HAVE_SYS_TYPES_H 1
3762 > | #define HAVE_SYS_STAT_H 1
3763 > | #define HAVE_STDLIB_H 1
3764 > | #define HAVE_STRING_H 1
3765 > | #define HAVE_MEMORY_H 1
3766 > | #define HAVE_STRINGS_H 1
3767 > | #define HAVE_INTTYPES_H 1
3768 > | #define HAVE_STDINT_H 1
3769 > | #define HAVE_UNISTD_H 1
3770 > | #define HAVE_DLFCN_H 1
3771 > | /* end confdefs.h. */
3772 > |
3773 > | /* Override any gcc2 internal prototype to avoid an error. */
3774 > | #ifdef __cplusplus
3775 > | extern "C"
3776 > | #endif
3777 > | /* We use char because int might match the return type of a gcc2
3778 > | builtin and then its argument prototype would still apply. */
3779 > | char shl_load ();
3780 > | int
3781 > | main ()
3782 > | {
3783 > | shl_load ();
3784 > | ;
3785 > | return 0;
3786 > | }
3787 > configure:19100: result: no
3788 > configure:19105: checking for dlopen
3789 > configure:19162: i686-gentoo1-linux-gnu-gcc -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.c -lpthread -ldl >&5
3790 > configure:19168: $? = 0
3791 > configure:19172: test -z
3792 > || test ! -s conftest.err
3793 > configure:19175: $? = 0
3794 > configure:19178: test -s conftest
3795 > configure:19181: $? = 0
3796 > configure:19193: result: yes
3797 > configure:19435: checking whether a program can dlopen itself
3798 > configure:19528: result: cross
3799 > configure:19649: checking if libtool supports shared libraries
3800 > configure:19651: result: yes
3801 > configure:19654: checking whether to build shared libraries
3802 > configure:19712: result: yes
3803 > configure:19715: checking whether to build static libraries
3804 > configure:19719: result: no
3805 > configure:19811: creating libtool
3806 > configure:20358: checking for ld used by i686-gentoo1-linux-gnu-g++
3807 > configure:20425: result: /usr/libexec/gcc/i686-gentoo1-linux-gnu/ld
3808 > configure:20434: checking if the linker (/usr/libexec/gcc/i686-gentoo1-linux-gnu/ld) is GNU ld
3809 > configure:20449: result: yes
3810 > configure:20500: checking whether the i686-gentoo1-linux-gnu-g++ linker (/usr/libexec/gcc/i686-gentoo1-linux-gnu/ld) supports shared libraries
3811 > configure:21328: result: yes
3812 > configure:21346: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
3813 > configure:21349: $? = 0
3814 > configure:21445: checking for i686-gentoo1-linux-gnu-g++ option to produce PIC
3815 > configure:21697: result: -fPIC
3816 > configure:21705: checking if i686-gentoo1-linux-gnu-g++ PIC flag -fPIC works
3817 > configure:21723: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -fPIC -DPIC conftest.cc >&5
3818 > configure:21727: $? = 0
3819 > configure:21738: result: yes
3820 > configure:21762: checking if i686-gentoo1-linux-gnu-g++ supports -c -o file.o
3821 > configure:21783: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -o out/conftest2.o conftest.cc >&5
3822 > configure:21787: $? = 0
3823 > configure:21807: result: yes
3824 > configure:21833: checking whether the i686-gentoo1-linux-gnu-g++ linker (/usr/libexec/gcc/i686-gentoo1-linux-gnu/ld) supports shared libraries
3825 > configure:21858: result: yes
3826 > configure:21929: checking dynamic linker characteristics
3827 > configure:22490: result: GNU/Linux ld.so
3828 > configure:22494: checking how to hardcode library paths into programs
3829 > configure:22519: result: immediate
3830 > configure:22533: checking whether stripping libraries is possible
3831 > configure:22538: result: yes
3832 > configure:22664: checking for shl_load
3833 > configure:22752: result: no
3834 > configure:22757: checking for shl_load in -ldld
3835 > configure:22819: result: no
3836 > configure:22824: checking for dlopen
3837 > configure:22912: result: yes
3838 > configure:23154: checking whether a program can dlopen itself
3839 > configure:23247: result: cross
3840 > configure:23845: checking if libtool supports shared libraries
3841 > configure:23847: result: yes
3842 > configure:23850: checking whether to build shared libraries
3843 > configure:23868: result: yes
3844 > configure:23871: checking whether to build static libraries
3845 > configure:23875: result: no
3846 > configure:23887: checking for i686-gentoo1-linux-gnu-gfortran option to produce PIC
3847 > configure:24064: result: -fPIC
3848 > configure:24072: checking if i686-gentoo1-linux-gnu-gfortran PIC flag -fPIC works
3849 > configure:24090: i686-gentoo1-linux-gnu-gfortran -c -g -O2 -fPIC conftest.f >&5
3850 > configure:24094: $? = 0
3851 > configure:24105: result: yes
3852 > configure:24129: checking if i686-gentoo1-linux-gnu-gfortran supports -c -o file.o
3853 > configure:24150: i686-gentoo1-linux-gnu-gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5
3854 > configure:24154: $? = 0
3855 > configure:24174: result: yes
3856 > configure:24200: checking whether the i686-gentoo1-linux-gnu-gfortran linker (/usr/libexec/gcc/i686-gentoo1-linux-gnu/ld) supports shared libraries
3857 > configure:25028: result: yes
3858 > configure:25099: checking dynamic linker characteristics
3859 > configure:25660: result: GNU/Linux ld.so
3860 > configure:25664: checking how to hardcode library paths into programs
3861 > configure:25689: result: immediate
3862 > configure:25703: checking whether stripping libraries is possible
3863 > configure:25708: result: yes
3864 > configure:29818: checking for library containing sched_yield
3865 > configure:29848: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lpthread -ldl >&5
3866 > configure:29854: $? = 0
3867 > configure:29858: test -z
3868 > || test ! -s conftest.err
3869 > configure:29861: $? = 0
3870 > configure:29864: test -s conftest
3871 > configure:29867: $? = 0
3872 > configure:29937: result: none required
3873 > configure:29959: checking for library containing aio_read
3874 > configure:29989: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lpthread -ldl >&5
3875 > /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/temp/cc6GtWGT.o: In function `main':
3876 > conftest.cc:(.text+0x7): undefined reference to `aio_read'
3877 > collect2: ld returned 1 exit status
3878 > configure:29995: $? = 1
3879 > configure: failed program was:
3880 > | /* confdefs.h. */
3881 > |
3882 > | #define PACKAGE_NAME "ACE"
3883 > | #define PACKAGE_TARNAME "ace"
3884 > | #define PACKAGE_VERSION "5.7.2"
3885 > | #define PACKAGE_STRING "ACE 5.7.2"
3886 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
3887 > | #ifdef __cplusplus
3888 > | extern "C" void exit (int) throw ();
3889 > | #endif
3890 > | #define X_DISPLAY_MISSING 1
3891 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
3892 > | #define ACE_HAS_GPERF 1
3893 > | #define __ACE_INLINE__ 1
3894 > | #define ACE_HAS_PTHREADS 1
3895 > | #define STDC_HEADERS 1
3896 > | #define HAVE_SYS_TYPES_H 1
3897 > | #define HAVE_SYS_STAT_H 1
3898 > | #define HAVE_STDLIB_H 1
3899 > | #define HAVE_STRING_H 1
3900 > | #define HAVE_MEMORY_H 1
3901 > | #define HAVE_STRINGS_H 1
3902 > | #define HAVE_INTTYPES_H 1
3903 > | #define HAVE_STDINT_H 1
3904 > | #define HAVE_UNISTD_H 1
3905 > | #define HAVE_DLFCN_H 1
3906 > | /* end confdefs.h. */
3907 > |
3908 > | /* Override any gcc2 internal prototype to avoid an error. */
3909 > | #ifdef __cplusplus
3910 > | extern "C"
3911 > | #endif
3912 > | /* We use char because int might match the return type of a gcc2
3913 > | builtin and then its argument prototype would still apply. */
3914 > | char aio_read ();
3915 > | int
3916 > | main ()
3917 > | {
3918 > | aio_read ();
3919 > | ;
3920 > | return 0;
3921 > | }
3922 > configure:30044: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -laio -lpthread -ldl >&5
3923 > /usr/libexec/gcc/i686-gentoo1-linux-gnu/ld: cannot find -laio
3924 > collect2: ld returned 1 exit status
3925 > configure:30050: $? = 1
3926 > configure: failed program was:
3927 > | /* confdefs.h. */
3928 > |
3929 > | #define PACKAGE_NAME "ACE"
3930 > | #define PACKAGE_TARNAME "ace"
3931 > | #define PACKAGE_VERSION "5.7.2"
3932 > | #define PACKAGE_STRING "ACE 5.7.2"
3933 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
3934 > | #ifdef __cplusplus
3935 > | extern "C" void exit (int) throw ();
3936 > | #endif
3937 > | #define X_DISPLAY_MISSING 1
3938 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
3939 > | #define ACE_HAS_GPERF 1
3940 > | #define __ACE_INLINE__ 1
3941 > | #define ACE_HAS_PTHREADS 1
3942 > | #define STDC_HEADERS 1
3943 > | #define HAVE_SYS_TYPES_H 1
3944 > | #define HAVE_SYS_STAT_H 1
3945 > | #define HAVE_STDLIB_H 1
3946 > | #define HAVE_STRING_H 1
3947 > | #define HAVE_MEMORY_H 1
3948 > | #define HAVE_STRINGS_H 1
3949 > | #define HAVE_INTTYPES_H 1
3950 > | #define HAVE_STDINT_H 1
3951 > | #define HAVE_UNISTD_H 1
3952 > | #define HAVE_DLFCN_H 1
3953 > | /* end confdefs.h. */
3954 > |
3955 > | /* Override any gcc2 internal prototype to avoid an error. */
3956 > | #ifdef __cplusplus
3957 > | extern "C"
3958 > | #endif
3959 > | /* We use char because int might match the return type of a gcc2
3960 > | builtin and then its argument prototype would still apply. */
3961 > | char aio_read ();
3962 > | int
3963 > | main ()
3964 > | {
3965 > | aio_read ();
3966 > | ;
3967 > | return 0;
3968 > | }
3969 > configure:30044: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
3970 > configure:30050: $? = 0
3971 > configure:30054: test -z
3972 > || test ! -s conftest.err
3973 > configure:30057: $? = 0
3974 > configure:30060: test -s conftest
3975 > configure:30063: $? = 0
3976 > configure:30078: result: -lrt
3977 > configure:30090: checking for working asynchronous IO
3978 > configure:30118: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
3979 > configure:30124: $? = 0
3980 > configure:30128: test -z
3981 > || test ! -s conftest.err
3982 > configure:30131: $? = 0
3983 > configure:30134: test -s conftest.o
3984 > configure:30137: $? = 0
3985 > configure:30405: result: yes
3986 > configure:30423: checking for working POSIX realtime signals
3987 > configure:30777: result:
3988 > configure:30795: checking to see if _NO_BITFIELDS needed to compile netinet/ip.h
3989 > configure:30826: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
3990 > configure:30832: $? = 0
3991 > configure:30836: test -z
3992 > || test ! -s conftest.err
3993 > configure:30839: $? = 0
3994 > configure:30842: test -s conftest.o
3995 > configure:30845: $? = 0
3996 > configure:30918: result: no
3997 > configure:31448: checking types of arguments for ioctl()
3998 > configure:31460: result: int
3999 > configure:31469: checking whether getsockname() and getpeername() return random values in sockaddr_in.sin_zero
4000 > configure:31499: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
4001 > configure:31505: $? = 0
4002 > configure:31509: test -z
4003 > || test ! -s conftest.err
4004 > configure:31512: $? = 0
4005 > configure:31515: test -s conftest.o
4006 > configure:31518: $? = 0
4007 > configure:31534: result: no
4008 > configure:31567: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
4009 > configure:31573: $? = 0
4010 > configure:31577: test -z
4011 > || test ! -s conftest.err
4012 > configure:31580: $? = 0
4013 > configure:31583: test -s conftest.o
4014 > configure:31586: $? = 0
4015 > configure:31682: checking whether platform lacks perfect multicast filtering
4016 > configure:31694: result: no
4017 > configure:31705: checking whether dlsym() segfaults when passed an invalid handle
4018 > configure:31717: result: yes
4019 > configure:31739: checking for dirent.h that defines DIR
4020 > configure:31763: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
4021 > configure:31769: $? = 0
4022 > configure:31773: test -z
4023 > || test ! -s conftest.err
4024 > configure:31776: $? = 0
4025 > configure:31779: test -s conftest.o
4026 > configure:31782: $? = 0
4027 > configure:31793: result: yes
4028 > configure:31806: checking for library containing opendir
4029 > configure:31836: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
4030 > configure:31842: $? = 0
4031 > configure:31846: test -z
4032 > || test ! -s conftest.err
4033 > configure:31849: $? = 0
4034 > configure:31852: test -s conftest
4035 > configure:31855: $? = 0
4036 > configure:31925: result: none required
4037 > configure:32075: checking for sys/wait.h that is POSIX.1 compatible
4038 > configure:32106: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
4039 > configure:32112: $? = 0
4040 > configure:32116: test -z
4041 > || test ! -s conftest.err
4042 > configure:32119: $? = 0
4043 > configure:32122: test -s conftest.o
4044 > configure:32125: $? = 0
4045 > configure:32136: result: yes
4046 > configure:32148: checking for dlfcn.h
4047 > configure:32153: result: yes
4048 > configure:32323: checking for inttypes.h
4049 > configure:32328: result: yes
4050 > configure:32332: checking malloc.h usability
4051 > configure:32344: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
4052 > configure:32350: $? = 0
4053 > configure:32354: test -z
4054 > || test ! -s conftest.err
4055 > configure:32357: $? = 0
4056 > configure:32360: test -s conftest.o
4057 > configure:32363: $? = 0
4058 > configure:32373: result: yes
4059 > configure:32377: checking malloc.h presence
4060 > configure:32387: i686-gentoo1-linux-gnu-g++ -E conftest.cc
4061 > configure:32393: $? = 0
4062 > configure:32413: result: yes
4063 > configure:32448: checking for malloc.h
4064 > configure:32455: result: yes
4065 > configure:32323: checking for memory.h
4066 > configure:32328: result: yes
4067 > configure:32323: checking for stdint.h
4068 > configure:32328: result: yes
4069 > configure:32481: checking sys/msg.h usability
4070 > configure:32493: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
4071 > configure:32499: $? = 0
4072 > configure:32503: test -z
4073 > || test ! -s conftest.err
4074 > configure:32506: $? = 0
4075 > configure:32509: test -s conftest.o
4076 > configure:32512: $? = 0
4077 > configure:32522: result: yes
4078 > configure:32526: checking sys/msg.h presence
4079 > configure:32536: i686-gentoo1-linux-gnu-g++ -E conftest.cc
4080 > configure:32542: $? = 0
4081 > configure:32562: result: yes
4082 > configure:32597: checking for sys/msg.h
4083 > configure:32604: result: yes
4084 > configure:32611: checking if _KERNEL is needed for msg prototypes
4085 > configure:32641: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
4086 > conftest.cc: In function 'int main()':
4087 > conftest.cc:51:21: error: aggregate 'main()::msg ace_msg' has incomplete type and cannot be defined
4088 > configure:32647: $? = 1
4089 > configure: failed program was:
4090 > | /* confdefs.h. */
4091 > |
4092 > | #define PACKAGE_NAME "ACE"
4093 > | #define PACKAGE_TARNAME "ace"
4094 > | #define PACKAGE_VERSION "5.7.2"
4095 > | #define PACKAGE_STRING "ACE 5.7.2"
4096 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
4097 > | #ifdef __cplusplus
4098 > | extern "C" void exit (int) throw ();
4099 > | #endif
4100 > | #define X_DISPLAY_MISSING 1
4101 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
4102 > | #define ACE_HAS_GPERF 1
4103 > | #define __ACE_INLINE__ 1
4104 > | #define ACE_HAS_PTHREADS 1
4105 > | #define STDC_HEADERS 1
4106 > | #define HAVE_SYS_TYPES_H 1
4107 > | #define HAVE_SYS_STAT_H 1
4108 > | #define HAVE_STDLIB_H 1
4109 > | #define HAVE_STRING_H 1
4110 > | #define HAVE_MEMORY_H 1
4111 > | #define HAVE_STRINGS_H 1
4112 > | #define HAVE_INTTYPES_H 1
4113 > | #define HAVE_STDINT_H 1
4114 > | #define HAVE_UNISTD_H 1
4115 > | #define HAVE_DLFCN_H 1
4116 > | #define ACE_HAS_AIO_CALLS 1
4117 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
4118 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
4119 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
4120 > | #define ACE_HAS_BIG_FD_SET 1
4121 > | #define ACE_TIMER_SKEW (1000 * 10)
4122 > | #define ACE_IOCTL_TYPE_ARG2 int
4123 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
4124 > | #define HAVE_DIRENT_H 1
4125 > | #define ACE_HAS_DIRENT 1
4126 > | #define HAVE_SYS_WAIT_H 1
4127 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
4128 > | /* end confdefs.h. */
4129 > |
4130 > | #ifdef UNIXWARE_7_1
4131 > | # define _KMEMUSER
4132 > | #endif
4133 > |
4134 > | #include <sys/msg.h>
4135 > |
4136 > | int
4137 > | main ()
4138 > | {
4139 > |
4140 > | struct msg ace_msg;
4141 > |
4142 > | ;
4143 > | return 0;
4144 > | }
4145 > configure:32696: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
4146 > conftest.cc: In function 'int main()':
4147 > conftest.cc:53:24: error: aggregate 'main()::msg ace_msg' has incomplete type and cannot be defined
4148 > configure:32702: $? = 1
4149 > configure: failed program was:
4150 > | /* confdefs.h. */
4151 > |
4152 > | #define PACKAGE_NAME "ACE"
4153 > | #define PACKAGE_TARNAME "ace"
4154 > | #define PACKAGE_VERSION "5.7.2"
4155 > | #define PACKAGE_STRING "ACE 5.7.2"
4156 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
4157 > | #ifdef __cplusplus
4158 > | extern "C" void exit (int) throw ();
4159 > | #endif
4160 > | #define X_DISPLAY_MISSING 1
4161 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
4162 > | #define ACE_HAS_GPERF 1
4163 > | #define __ACE_INLINE__ 1
4164 > | #define ACE_HAS_PTHREADS 1
4165 > | #define STDC_HEADERS 1
4166 > | #define HAVE_SYS_TYPES_H 1
4167 > | #define HAVE_SYS_STAT_H 1
4168 > | #define HAVE_STDLIB_H 1
4169 > | #define HAVE_STRING_H 1
4170 > | #define HAVE_MEMORY_H 1
4171 > | #define HAVE_STRINGS_H 1
4172 > | #define HAVE_INTTYPES_H 1
4173 > | #define HAVE_STDINT_H 1
4174 > | #define HAVE_UNISTD_H 1
4175 > | #define HAVE_DLFCN_H 1
4176 > | #define ACE_HAS_AIO_CALLS 1
4177 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
4178 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
4179 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
4180 > | #define ACE_HAS_BIG_FD_SET 1
4181 > | #define ACE_TIMER_SKEW (1000 * 10)
4182 > | #define ACE_IOCTL_TYPE_ARG2 int
4183 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
4184 > | #define HAVE_DIRENT_H 1
4185 > | #define ACE_HAS_DIRENT 1
4186 > | #define HAVE_SYS_WAIT_H 1
4187 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
4188 > | /* end confdefs.h. */
4189 > |
4190 > | #ifndef _KERNEL
4191 > | # define _KERNEL
4192 > | # ifdef UNIXWARE_7_1
4193 > | # define _KMEMUSER
4194 > | # endif
4195 > | #endif
4196 > | #include <sys/msg.h>
4197 > |
4198 > | int
4199 > | main ()
4200 > | {
4201 > |
4202 > | struct msg ace_msg;
4203 > |
4204 > | ;
4205 > | return 0;
4206 > | }
4207 > configure:32735: result: no
4208 > configure:32770: checking sys/sem.h usability
4209 > configure:32782: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
4210 > configure:32788: $? = 0
4211 > configure:32792: test -z
4212 > || test ! -s conftest.err
4213 > configure:32795: $? = 0
4214 > configure:32798: test -s conftest.o
4215 > configure:32801: $? = 0
4216 > configure:32811: result: yes
4217 > configure:32815: checking sys/sem.h presence
4218 > configure:32825: i686-gentoo1-linux-gnu-g++ -E conftest.cc
4219 > configure:32831: $? = 0
4220 > configure:32851: result: yes
4221 > configure:32886: checking for sys/sem.h
4222 > configure:32893: result: yes
4223 > configure:32909: checking sys/shm.h usability
4224 > configure:32921: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
4225 > configure:32927: $? = 0
4226 > configure:32931: test -z
4227 > || test ! -s conftest.err
4228 > configure:32934: $? = 0
4229 > configure:32937: test -s conftest.o
4230 > configure:32940: $? = 0
4231 > configure:32950: result: yes
4232 > configure:32954: checking sys/shm.h presence
4233 > configure:32964: i686-gentoo1-linux-gnu-g++ -E conftest.cc
4234 > configure:32970: $? = 0
4235 > configure:32990: result: yes
4236 > configure:33025: checking for sys/shm.h
4237 > configure:33032: result: yes
4238 > configure:33053: checking sys/param.h usability
4239 > configure:33065: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
4240 > configure:33071: $? = 0
4241 > configure:33075: test -z
4242 > || test ! -s conftest.err
4243 > configure:33078: $? = 0
4244 > configure:33081: test -s conftest.o
4245 > configure:33084: $? = 0
4246 > configure:33094: result: yes
4247 > configure:33098: checking sys/param.h presence
4248 > configure:33108: i686-gentoo1-linux-gnu-g++ -E conftest.cc
4249 > configure:33114: $? = 0
4250 > configure:33134: result: yes
4251 > configure:33169: checking for sys/param.h
4252 > configure:33176: result: yes
4253 > configure:33202: checking sys/priocntl.h usability
4254 > configure:33214: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
4255 > conftest.cc:74:26: fatal error: sys/priocntl.h: No such file or directory
4256 > compilation terminated.
4257 > configure:33220: $? = 1
4258 > configure: failed program was:
4259 > | /* confdefs.h. */
4260 > |
4261 > | #define PACKAGE_NAME "ACE"
4262 > | #define PACKAGE_TARNAME "ace"
4263 > | #define PACKAGE_VERSION "5.7.2"
4264 > | #define PACKAGE_STRING "ACE 5.7.2"
4265 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
4266 > | #ifdef __cplusplus
4267 > | extern "C" void exit (int) throw ();
4268 > | #endif
4269 > | #define X_DISPLAY_MISSING 1
4270 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
4271 > | #define ACE_HAS_GPERF 1
4272 > | #define __ACE_INLINE__ 1
4273 > | #define ACE_HAS_PTHREADS 1
4274 > | #define STDC_HEADERS 1
4275 > | #define HAVE_SYS_TYPES_H 1
4276 > | #define HAVE_SYS_STAT_H 1
4277 > | #define HAVE_STDLIB_H 1
4278 > | #define HAVE_STRING_H 1
4279 > | #define HAVE_MEMORY_H 1
4280 > | #define HAVE_STRINGS_H 1
4281 > | #define HAVE_INTTYPES_H 1
4282 > | #define HAVE_STDINT_H 1
4283 > | #define HAVE_UNISTD_H 1
4284 > | #define HAVE_DLFCN_H 1
4285 > | #define ACE_HAS_AIO_CALLS 1
4286 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
4287 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
4288 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
4289 > | #define ACE_HAS_BIG_FD_SET 1
4290 > | #define ACE_TIMER_SKEW (1000 * 10)
4291 > | #define ACE_IOCTL_TYPE_ARG2 int
4292 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
4293 > | #define HAVE_DIRENT_H 1
4294 > | #define ACE_HAS_DIRENT 1
4295 > | #define HAVE_SYS_WAIT_H 1
4296 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
4297 > | /* end confdefs.h. */
4298 > | #include <stdio.h>
4299 > | #if HAVE_SYS_TYPES_H
4300 > | # include <sys/types.h>
4301 > | #endif
4302 > | #if HAVE_SYS_STAT_H
4303 > | # include <sys/stat.h>
4304 > | #endif
4305 > | #if STDC_HEADERS
4306 > | # include <stdlib.h>
4307 > | # include <stddef.h>
4308 > | #else
4309 > | # if HAVE_STDLIB_H
4310 > | # include <stdlib.h>
4311 > | # endif
4312 > | #endif
4313 > | #if HAVE_STRING_H
4314 > | # if !STDC_HEADERS && HAVE_MEMORY_H
4315 > | # include <memory.h>
4316 > | # endif
4317 > | # include <string.h>
4318 > | #endif
4319 > | #if HAVE_STRINGS_H
4320 > | # include <strings.h>
4321 > | #endif
4322 > | #if HAVE_INTTYPES_H
4323 > | # include <inttypes.h>
4324 > | #else
4325 > | # if HAVE_STDINT_H
4326 > | # include <stdint.h>
4327 > | # endif
4328 > | #endif
4329 > | #if HAVE_UNISTD_H
4330 > | # include <unistd.h>
4331 > | #endif
4332 > | #include <sys/priocntl.h>
4333 > configure:33243: result: no
4334 > configure:33247: checking sys/priocntl.h presence
4335 > configure:33257: i686-gentoo1-linux-gnu-g++ -E conftest.cc
4336 > conftest.cc:40:26: fatal error: sys/priocntl.h: No such file or directory
4337 > compilation terminated.
4338 > configure:33263: $? = 1
4339 > configure: failed program was:
4340 > | /* confdefs.h. */
4341 > |
4342 > | #define PACKAGE_NAME "ACE"
4343 > | #define PACKAGE_TARNAME "ace"
4344 > | #define PACKAGE_VERSION "5.7.2"
4345 > | #define PACKAGE_STRING "ACE 5.7.2"
4346 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
4347 > | #ifdef __cplusplus
4348 > | extern "C" void exit (int) throw ();
4349 > | #endif
4350 > | #define X_DISPLAY_MISSING 1
4351 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
4352 > | #define ACE_HAS_GPERF 1
4353 > | #define __ACE_INLINE__ 1
4354 > | #define ACE_HAS_PTHREADS 1
4355 > | #define STDC_HEADERS 1
4356 > | #define HAVE_SYS_TYPES_H 1
4357 > | #define HAVE_SYS_STAT_H 1
4358 > | #define HAVE_STDLIB_H 1
4359 > | #define HAVE_STRING_H 1
4360 > | #define HAVE_MEMORY_H 1
4361 > | #define HAVE_STRINGS_H 1
4362 > | #define HAVE_INTTYPES_H 1
4363 > | #define HAVE_STDINT_H 1
4364 > | #define HAVE_UNISTD_H 1
4365 > | #define HAVE_DLFCN_H 1
4366 > | #define ACE_HAS_AIO_CALLS 1
4367 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
4368 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
4369 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
4370 > | #define ACE_HAS_BIG_FD_SET 1
4371 > | #define ACE_TIMER_SKEW (1000 * 10)
4372 > | #define ACE_IOCTL_TYPE_ARG2 int
4373 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
4374 > | #define HAVE_DIRENT_H 1
4375 > | #define ACE_HAS_DIRENT 1
4376 > | #define HAVE_SYS_WAIT_H 1
4377 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
4378 > | /* end confdefs.h. */
4379 > | #include <sys/priocntl.h>
4380 > configure:33283: result: no
4381 > configure:33318: checking for sys/priocntl.h
4382 > configure:33325: result: no
4383 > configure:33346: checking ucontext.h usability
4384 > configure:33358: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
4385 > configure:33364: $? = 0
4386 > configure:33368: test -z
4387 > || test ! -s conftest.err
4388 > configure:33371: $? = 0
4389 > configure:33374: test -s conftest.o
4390 > configure:33377: $? = 0
4391 > configure:33387: result: yes
4392 > configure:33391: checking ucontext.h presence
4393 > configure:33401: i686-gentoo1-linux-gnu-g++ -E conftest.cc
4394 > configure:33407: $? = 0
4395 > configure:33427: result: yes
4396 > configure:33462: checking for ucontext.h
4397 > configure:33469: result: yes
4398 > configure:33495: checking sys/procfs.h usability
4399 > configure:33507: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
4400 > configure:33513: $? = 0
4401 > configure:33517: test -z
4402 > || test ! -s conftest.err
4403 > configure:33520: $? = 0
4404 > configure:33523: test -s conftest.o
4405 > configure:33526: $? = 0
4406 > configure:33536: result: yes
4407 > configure:33540: checking sys/procfs.h presence
4408 > configure:33550: i686-gentoo1-linux-gnu-g++ -E conftest.cc
4409 > configure:33556: $? = 0
4410 > configure:33576: result: yes
4411 > configure:33611: checking for sys/procfs.h
4412 > configure:33618: result: yes
4413 > configure:33625: checking if sys/procfs.h conflicts with ucontext.h
4414 > configure:33655: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
4415 > configure:33661: $? = 0
4416 > configure:33665: test -z
4417 > || test ! -s conftest.err
4418 > configure:33668: $? = 0
4419 > configure:33671: test -s conftest.o
4420 > configure:33674: $? = 0
4421 > configure:33691: result: no
4422 > configure:33727: checking arpa/inet.h usability
4423 > configure:33739: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
4424 > configure:33745: $? = 0
4425 > configure:33749: test -z
4426 > || test ! -s conftest.err
4427 > configure:33752: $? = 0
4428 > configure:33755: test -s conftest.o
4429 > configure:33758: $? = 0
4430 > configure:33768: result: yes
4431 > configure:33772: checking arpa/inet.h presence
4432 > configure:33782: i686-gentoo1-linux-gnu-g++ -E conftest.cc
4433 > configure:33788: $? = 0
4434 > configure:33808: result: yes
4435 > configure:33843: checking for arpa/inet.h
4436 > configure:33850: result: yes
4437 > configure:33880: checking bytesex.h usability
4438 > configure:33892: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
4439 > conftest.cc:75:21: fatal error: bytesex.h: No such file or directory
4440 > compilation terminated.
4441 > configure:33898: $? = 1
4442 > configure: failed program was:
4443 > | /* confdefs.h. */
4444 > |
4445 > | #define PACKAGE_NAME "ACE"
4446 > | #define PACKAGE_TARNAME "ace"
4447 > | #define PACKAGE_VERSION "5.7.2"
4448 > | #define PACKAGE_STRING "ACE 5.7.2"
4449 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
4450 > | #ifdef __cplusplus
4451 > | extern "C" void exit (int) throw ();
4452 > | #endif
4453 > | #define X_DISPLAY_MISSING 1
4454 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
4455 > | #define ACE_HAS_GPERF 1
4456 > | #define __ACE_INLINE__ 1
4457 > | #define ACE_HAS_PTHREADS 1
4458 > | #define STDC_HEADERS 1
4459 > | #define HAVE_SYS_TYPES_H 1
4460 > | #define HAVE_SYS_STAT_H 1
4461 > | #define HAVE_STDLIB_H 1
4462 > | #define HAVE_STRING_H 1
4463 > | #define HAVE_MEMORY_H 1
4464 > | #define HAVE_STRINGS_H 1
4465 > | #define HAVE_INTTYPES_H 1
4466 > | #define HAVE_STDINT_H 1
4467 > | #define HAVE_UNISTD_H 1
4468 > | #define HAVE_DLFCN_H 1
4469 > | #define ACE_HAS_AIO_CALLS 1
4470 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
4471 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
4472 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
4473 > | #define ACE_HAS_BIG_FD_SET 1
4474 > | #define ACE_TIMER_SKEW (1000 * 10)
4475 > | #define ACE_IOCTL_TYPE_ARG2 int
4476 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
4477 > | #define HAVE_DIRENT_H 1
4478 > | #define ACE_HAS_DIRENT 1
4479 > | #define HAVE_SYS_WAIT_H 1
4480 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
4481 > | #define ACE_HAS_PROC_FS 1
4482 > | /* end confdefs.h. */
4483 > | #include <stdio.h>
4484 > | #if HAVE_SYS_TYPES_H
4485 > | # include <sys/types.h>
4486 > | #endif
4487 > | #if HAVE_SYS_STAT_H
4488 > | # include <sys/stat.h>
4489 > | #endif
4490 > | #if STDC_HEADERS
4491 > | # include <stdlib.h>
4492 > | # include <stddef.h>
4493 > | #else
4494 > | # if HAVE_STDLIB_H
4495 > | # include <stdlib.h>
4496 > | # endif
4497 > | #endif
4498 > | #if HAVE_STRING_H
4499 > | # if !STDC_HEADERS && HAVE_MEMORY_H
4500 > | # include <memory.h>
4501 > | # endif
4502 > | # include <string.h>
4503 > | #endif
4504 > | #if HAVE_STRINGS_H
4505 > | # include <strings.h>
4506 > | #endif
4507 > | #if HAVE_INTTYPES_H
4508 > | # include <inttypes.h>
4509 > | #else
4510 > | # if HAVE_STDINT_H
4511 > | # include <stdint.h>
4512 > | # endif
4513 > | #endif
4514 > | #if HAVE_UNISTD_H
4515 > | # include <unistd.h>
4516 > | #endif
4517 > | #include <bytesex.h>
4518 > configure:33921: result: no
4519 > configure:33925: checking bytesex.h presence
4520 > configure:33935: i686-gentoo1-linux-gnu-g++ -E conftest.cc
4521 > conftest.cc:41:21: fatal error: bytesex.h: No such file or directory
4522 > compilation terminated.
4523 > configure:33941: $? = 1
4524 > configure: failed program was:
4525 > | /* confdefs.h. */
4526 > |
4527 > | #define PACKAGE_NAME "ACE"
4528 > | #define PACKAGE_TARNAME "ace"
4529 > | #define PACKAGE_VERSION "5.7.2"
4530 > | #define PACKAGE_STRING "ACE 5.7.2"
4531 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
4532 > | #ifdef __cplusplus
4533 > | extern "C" void exit (int) throw ();
4534 > | #endif
4535 > | #define X_DISPLAY_MISSING 1
4536 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
4537 > | #define ACE_HAS_GPERF 1
4538 > | #define __ACE_INLINE__ 1
4539 > | #define ACE_HAS_PTHREADS 1
4540 > | #define STDC_HEADERS 1
4541 > | #define HAVE_SYS_TYPES_H 1
4542 > | #define HAVE_SYS_STAT_H 1
4543 > | #define HAVE_STDLIB_H 1
4544 > | #define HAVE_STRING_H 1
4545 > | #define HAVE_MEMORY_H 1
4546 > | #define HAVE_STRINGS_H 1
4547 > | #define HAVE_INTTYPES_H 1
4548 > | #define HAVE_STDINT_H 1
4549 > | #define HAVE_UNISTD_H 1
4550 > | #define HAVE_DLFCN_H 1
4551 > | #define ACE_HAS_AIO_CALLS 1
4552 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
4553 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
4554 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
4555 > | #define ACE_HAS_BIG_FD_SET 1
4556 > | #define ACE_TIMER_SKEW (1000 * 10)
4557 > | #define ACE_IOCTL_TYPE_ARG2 int
4558 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
4559 > | #define HAVE_DIRENT_H 1
4560 > | #define ACE_HAS_DIRENT 1
4561 > | #define HAVE_SYS_WAIT_H 1
4562 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
4563 > | #define ACE_HAS_PROC_FS 1
4564 > | /* end confdefs.h. */
4565 > | #include <bytesex.h>
4566 > configure:33961: result: no
4567 > configure:33996: checking for bytesex.h
4568 > configure:34003: result: no
4569 > configure:34031: checking byteswap.h usability
4570 > configure:34043: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
4571 > configure:34049: $? = 0
4572 > configure:34053: test -z
4573 > || test ! -s conftest.err
4574 > configure:34056: $? = 0
4575 > configure:34059: test -s conftest.o
4576 > configure:34062: $? = 0
4577 > configure:34072: result: yes
4578 > configure:34076: checking byteswap.h presence
4579 > configure:34086: i686-gentoo1-linux-gnu-g++ -E conftest.cc
4580 > configure:34092: $? = 0
4581 > configure:34112: result: yes
4582 > configure:34147: checking for byteswap.h
4583 > configure:34154: result: yes
4584 > configure:34182: checking dirent.h usability
4585 > configure:34194: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
4586 > configure:34200: $? = 0
4587 > configure:34204: test -z
4588 > || test ! -s conftest.err
4589 > configure:34207: $? = 0
4590 > configure:34210: test -s conftest.o
4591 > configure:34213: $? = 0
4592 > configure:34223: result: yes
4593 > configure:34227: checking dirent.h presence
4594 > configure:34237: i686-gentoo1-linux-gnu-g++ -E conftest.cc
4595 > configure:34243: $? = 0
4596 > configure:34263: result: yes
4597 > configure:34298: checking for dirent.h
4598 > configure:34305: result: yes
4599 > configure:34326: checking for dlfcn.h
4600 > configure:34331: result: yes
4601 > configure:34488: checking errno.h usability
4602 > configure:34500: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
4603 > configure:34506: $? = 0
4604 > configure:34510: test -z
4605 > || test ! -s conftest.err
4606 > configure:34513: $? = 0
4607 > configure:34516: test -s conftest.o
4608 > configure:34519: $? = 0
4609 > configure:34529: result: yes
4610 > configure:34533: checking errno.h presence
4611 > configure:34543: i686-gentoo1-linux-gnu-g++ -E conftest.cc
4612 > configure:34549: $? = 0
4613 > configure:34569: result: yes
4614 > configure:34604: checking for errno.h
4615 > configure:34611: result: yes
4616 > configure:34641: checking execinfo.h usability
4617 > configure:34653: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
4618 > configure:34659: $? = 0
4619 > configure:34663: test -z
4620 > || test ! -s conftest.err
4621 > configure:34666: $? = 0
4622 > configure:34669: test -s conftest.o
4623 > configure:34672: $? = 0
4624 > configure:34682: result: yes
4625 > configure:34686: checking execinfo.h presence
4626 > configure:34696: i686-gentoo1-linux-gnu-g++ -E conftest.cc
4627 > configure:34702: $? = 0
4628 > configure:34722: result: yes
4629 > configure:34757: checking for execinfo.h
4630 > configure:34764: result: yes
4631 > configure:34794: checking fcntl.h usability
4632 > configure:34806: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
4633 > configure:34812: $? = 0
4634 > configure:34816: test -z
4635 > || test ! -s conftest.err
4636 > configure:34819: $? = 0
4637 > configure:34822: test -s conftest.o
4638 > configure:34825: $? = 0
4639 > configure:34835: result: yes
4640 > configure:34839: checking fcntl.h presence
4641 > configure:34849: i686-gentoo1-linux-gnu-g++ -E conftest.cc
4642 > configure:34855: $? = 0
4643 > configure:34875: result: yes
4644 > configure:34910: checking for fcntl.h
4645 > configure:34917: result: yes
4646 > configure:34947: checking pdh.h usability
4647 > configure:34959: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
4648 > conftest.cc:76:17: fatal error: pdh.h: No such file or directory
4649 > compilation terminated.
4650 > configure:34965: $? = 1
4651 > configure: failed program was:
4652 > | /* confdefs.h. */
4653 > |
4654 > | #define PACKAGE_NAME "ACE"
4655 > | #define PACKAGE_TARNAME "ace"
4656 > | #define PACKAGE_VERSION "5.7.2"
4657 > | #define PACKAGE_STRING "ACE 5.7.2"
4658 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
4659 > | #ifdef __cplusplus
4660 > | extern "C" void exit (int) throw ();
4661 > | #endif
4662 > | #define X_DISPLAY_MISSING 1
4663 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
4664 > | #define ACE_HAS_GPERF 1
4665 > | #define __ACE_INLINE__ 1
4666 > | #define ACE_HAS_PTHREADS 1
4667 > | #define STDC_HEADERS 1
4668 > | #define HAVE_SYS_TYPES_H 1
4669 > | #define HAVE_SYS_STAT_H 1
4670 > | #define HAVE_STDLIB_H 1
4671 > | #define HAVE_STRING_H 1
4672 > | #define HAVE_MEMORY_H 1
4673 > | #define HAVE_STRINGS_H 1
4674 > | #define HAVE_INTTYPES_H 1
4675 > | #define HAVE_STDINT_H 1
4676 > | #define HAVE_UNISTD_H 1
4677 > | #define HAVE_DLFCN_H 1
4678 > | #define ACE_HAS_AIO_CALLS 1
4679 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
4680 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
4681 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
4682 > | #define ACE_HAS_BIG_FD_SET 1
4683 > | #define ACE_TIMER_SKEW (1000 * 10)
4684 > | #define ACE_IOCTL_TYPE_ARG2 int
4685 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
4686 > | #define HAVE_DIRENT_H 1
4687 > | #define ACE_HAS_DIRENT 1
4688 > | #define HAVE_SYS_WAIT_H 1
4689 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
4690 > | #define ACE_HAS_PROC_FS 1
4691 > | #define ACE_HAS_BYTESWAP_H 1
4692 > | /* end confdefs.h. */
4693 > | #include <stdio.h>
4694 > | #if HAVE_SYS_TYPES_H
4695 > | # include <sys/types.h>
4696 > | #endif
4697 > | #if HAVE_SYS_STAT_H
4698 > | # include <sys/stat.h>
4699 > | #endif
4700 > | #if STDC_HEADERS
4701 > | # include <stdlib.h>
4702 > | # include <stddef.h>
4703 > | #else
4704 > | # if HAVE_STDLIB_H
4705 > | # include <stdlib.h>
4706 > | # endif
4707 > | #endif
4708 > | #if HAVE_STRING_H
4709 > | # if !STDC_HEADERS && HAVE_MEMORY_H
4710 > | # include <memory.h>
4711 > | # endif
4712 > | # include <string.h>
4713 > | #endif
4714 > | #if HAVE_STRINGS_H
4715 > | # include <strings.h>
4716 > | #endif
4717 > | #if HAVE_INTTYPES_H
4718 > | # include <inttypes.h>
4719 > | #else
4720 > | # if HAVE_STDINT_H
4721 > | # include <stdint.h>
4722 > | # endif
4723 > | #endif
4724 > | #if HAVE_UNISTD_H
4725 > | # include <unistd.h>
4726 > | #endif
4727 > | #include <pdh.h>
4728 > configure:34988: result: no
4729 > configure:34992: checking pdh.h presence
4730 > configure:35002: i686-gentoo1-linux-gnu-g++ -E conftest.cc
4731 > conftest.cc:42:17: fatal error: pdh.h: No such file or directory
4732 > compilation terminated.
4733 > configure:35008: $? = 1
4734 > configure: failed program was:
4735 > | /* confdefs.h. */
4736 > |
4737 > | #define PACKAGE_NAME "ACE"
4738 > | #define PACKAGE_TARNAME "ace"
4739 > | #define PACKAGE_VERSION "5.7.2"
4740 > | #define PACKAGE_STRING "ACE 5.7.2"
4741 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
4742 > | #ifdef __cplusplus
4743 > | extern "C" void exit (int) throw ();
4744 > | #endif
4745 > | #define X_DISPLAY_MISSING 1
4746 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
4747 > | #define ACE_HAS_GPERF 1
4748 > | #define __ACE_INLINE__ 1
4749 > | #define ACE_HAS_PTHREADS 1
4750 > | #define STDC_HEADERS 1
4751 > | #define HAVE_SYS_TYPES_H 1
4752 > | #define HAVE_SYS_STAT_H 1
4753 > | #define HAVE_STDLIB_H 1
4754 > | #define HAVE_STRING_H 1
4755 > | #define HAVE_MEMORY_H 1
4756 > | #define HAVE_STRINGS_H 1
4757 > | #define HAVE_INTTYPES_H 1
4758 > | #define HAVE_STDINT_H 1
4759 > | #define HAVE_UNISTD_H 1
4760 > | #define HAVE_DLFCN_H 1
4761 > | #define ACE_HAS_AIO_CALLS 1
4762 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
4763 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
4764 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
4765 > | #define ACE_HAS_BIG_FD_SET 1
4766 > | #define ACE_TIMER_SKEW (1000 * 10)
4767 > | #define ACE_IOCTL_TYPE_ARG2 int
4768 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
4769 > | #define HAVE_DIRENT_H 1
4770 > | #define ACE_HAS_DIRENT 1
4771 > | #define HAVE_SYS_WAIT_H 1
4772 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
4773 > | #define ACE_HAS_PROC_FS 1
4774 > | #define ACE_HAS_BYTESWAP_H 1
4775 > | /* end confdefs.h. */
4776 > | #include <pdh.h>
4777 > configure:35028: result: no
4778 > configure:35063: checking for pdh.h
4779 > configure:35070: result: no
4780 > configure:35098: checking pthread_np.h usability
4781 > configure:35110: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
4782 > conftest.cc:76:24: fatal error: pthread_np.h: No such file or directory
4783 > compilation terminated.
4784 > configure:35116: $? = 1
4785 > configure: failed program was:
4786 > | /* confdefs.h. */
4787 > |
4788 > | #define PACKAGE_NAME "ACE"
4789 > | #define PACKAGE_TARNAME "ace"
4790 > | #define PACKAGE_VERSION "5.7.2"
4791 > | #define PACKAGE_STRING "ACE 5.7.2"
4792 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
4793 > | #ifdef __cplusplus
4794 > | extern "C" void exit (int) throw ();
4795 > | #endif
4796 > | #define X_DISPLAY_MISSING 1
4797 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
4798 > | #define ACE_HAS_GPERF 1
4799 > | #define __ACE_INLINE__ 1
4800 > | #define ACE_HAS_PTHREADS 1
4801 > | #define STDC_HEADERS 1
4802 > | #define HAVE_SYS_TYPES_H 1
4803 > | #define HAVE_SYS_STAT_H 1
4804 > | #define HAVE_STDLIB_H 1
4805 > | #define HAVE_STRING_H 1
4806 > | #define HAVE_MEMORY_H 1
4807 > | #define HAVE_STRINGS_H 1
4808 > | #define HAVE_INTTYPES_H 1
4809 > | #define HAVE_STDINT_H 1
4810 > | #define HAVE_UNISTD_H 1
4811 > | #define HAVE_DLFCN_H 1
4812 > | #define ACE_HAS_AIO_CALLS 1
4813 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
4814 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
4815 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
4816 > | #define ACE_HAS_BIG_FD_SET 1
4817 > | #define ACE_TIMER_SKEW (1000 * 10)
4818 > | #define ACE_IOCTL_TYPE_ARG2 int
4819 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
4820 > | #define HAVE_DIRENT_H 1
4821 > | #define ACE_HAS_DIRENT 1
4822 > | #define HAVE_SYS_WAIT_H 1
4823 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
4824 > | #define ACE_HAS_PROC_FS 1
4825 > | #define ACE_HAS_BYTESWAP_H 1
4826 > | /* end confdefs.h. */
4827 > | #include <stdio.h>
4828 > | #if HAVE_SYS_TYPES_H
4829 > | # include <sys/types.h>
4830 > | #endif
4831 > | #if HAVE_SYS_STAT_H
4832 > | # include <sys/stat.h>
4833 > | #endif
4834 > | #if STDC_HEADERS
4835 > | # include <stdlib.h>
4836 > | # include <stddef.h>
4837 > | #else
4838 > | # if HAVE_STDLIB_H
4839 > | # include <stdlib.h>
4840 > | # endif
4841 > | #endif
4842 > | #if HAVE_STRING_H
4843 > | # if !STDC_HEADERS && HAVE_MEMORY_H
4844 > | # include <memory.h>
4845 > | # endif
4846 > | # include <string.h>
4847 > | #endif
4848 > | #if HAVE_STRINGS_H
4849 > | # include <strings.h>
4850 > | #endif
4851 > | #if HAVE_INTTYPES_H
4852 > | # include <inttypes.h>
4853 > | #else
4854 > | # if HAVE_STDINT_H
4855 > | # include <stdint.h>
4856 > | # endif
4857 > | #endif
4858 > | #if HAVE_UNISTD_H
4859 > | # include <unistd.h>
4860 > | #endif
4861 > | #include <pthread_np.h>
4862 > configure:35139: result: no
4863 > configure:35143: checking pthread_np.h presence
4864 > configure:35153: i686-gentoo1-linux-gnu-g++ -E conftest.cc
4865 > conftest.cc:42:24: fatal error: pthread_np.h: No such file or directory
4866 > compilation terminated.
4867 > configure:35159: $? = 1
4868 > configure: failed program was:
4869 > | /* confdefs.h. */
4870 > |
4871 > | #define PACKAGE_NAME "ACE"
4872 > | #define PACKAGE_TARNAME "ace"
4873 > | #define PACKAGE_VERSION "5.7.2"
4874 > | #define PACKAGE_STRING "ACE 5.7.2"
4875 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
4876 > | #ifdef __cplusplus
4877 > | extern "C" void exit (int) throw ();
4878 > | #endif
4879 > | #define X_DISPLAY_MISSING 1
4880 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
4881 > | #define ACE_HAS_GPERF 1
4882 > | #define __ACE_INLINE__ 1
4883 > | #define ACE_HAS_PTHREADS 1
4884 > | #define STDC_HEADERS 1
4885 > | #define HAVE_SYS_TYPES_H 1
4886 > | #define HAVE_SYS_STAT_H 1
4887 > | #define HAVE_STDLIB_H 1
4888 > | #define HAVE_STRING_H 1
4889 > | #define HAVE_MEMORY_H 1
4890 > | #define HAVE_STRINGS_H 1
4891 > | #define HAVE_INTTYPES_H 1
4892 > | #define HAVE_STDINT_H 1
4893 > | #define HAVE_UNISTD_H 1
4894 > | #define HAVE_DLFCN_H 1
4895 > | #define ACE_HAS_AIO_CALLS 1
4896 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
4897 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
4898 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
4899 > | #define ACE_HAS_BIG_FD_SET 1
4900 > | #define ACE_TIMER_SKEW (1000 * 10)
4901 > | #define ACE_IOCTL_TYPE_ARG2 int
4902 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
4903 > | #define HAVE_DIRENT_H 1
4904 > | #define ACE_HAS_DIRENT 1
4905 > | #define HAVE_SYS_WAIT_H 1
4906 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
4907 > | #define ACE_HAS_PROC_FS 1
4908 > | #define ACE_HAS_BYTESWAP_H 1
4909 > | /* end confdefs.h. */
4910 > | #include <pthread_np.h>
4911 > configure:35179: result: no
4912 > configure:35214: checking for pthread_np.h
4913 > configure:35221: result: no
4914 > configure:35249: checking sched.h usability
4915 > configure:35261: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
4916 > configure:35267: $? = 0
4917 > configure:35271: test -z
4918 > || test ! -s conftest.err
4919 > configure:35274: $? = 0
4920 > configure:35277: test -s conftest.o
4921 > configure:35280: $? = 0
4922 > configure:35290: result: yes
4923 > configure:35294: checking sched.h presence
4924 > configure:35304: i686-gentoo1-linux-gnu-g++ -E conftest.cc
4925 > configure:35310: $? = 0
4926 > configure:35330: result: yes
4927 > configure:35365: checking for sched.h
4928 > configure:35372: result: yes
4929 > configure:35402: checking search.h usability
4930 > configure:35414: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
4931 > configure:35420: $? = 0
4932 > configure:35424: test -z
4933 > || test ! -s conftest.err
4934 > configure:35427: $? = 0
4935 > configure:35430: test -s conftest.o
4936 > configure:35433: $? = 0
4937 > configure:35443: result: yes
4938 > configure:35447: checking search.h presence
4939 > configure:35457: i686-gentoo1-linux-gnu-g++ -E conftest.cc
4940 > configure:35463: $? = 0
4941 > configure:35483: result: yes
4942 > configure:35518: checking for search.h
4943 > configure:35525: result: yes
4944 > configure:35555: checking select.h usability
4945 > configure:35567: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
4946 > conftest.cc:76:20: fatal error: select.h: No such file or directory
4947 > compilation terminated.
4948 > configure:35573: $? = 1
4949 > configure: failed program was:
4950 > | /* confdefs.h. */
4951 > |
4952 > | #define PACKAGE_NAME "ACE"
4953 > | #define PACKAGE_TARNAME "ace"
4954 > | #define PACKAGE_VERSION "5.7.2"
4955 > | #define PACKAGE_STRING "ACE 5.7.2"
4956 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
4957 > | #ifdef __cplusplus
4958 > | extern "C" void exit (int) throw ();
4959 > | #endif
4960 > | #define X_DISPLAY_MISSING 1
4961 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
4962 > | #define ACE_HAS_GPERF 1
4963 > | #define __ACE_INLINE__ 1
4964 > | #define ACE_HAS_PTHREADS 1
4965 > | #define STDC_HEADERS 1
4966 > | #define HAVE_SYS_TYPES_H 1
4967 > | #define HAVE_SYS_STAT_H 1
4968 > | #define HAVE_STDLIB_H 1
4969 > | #define HAVE_STRING_H 1
4970 > | #define HAVE_MEMORY_H 1
4971 > | #define HAVE_STRINGS_H 1
4972 > | #define HAVE_INTTYPES_H 1
4973 > | #define HAVE_STDINT_H 1
4974 > | #define HAVE_UNISTD_H 1
4975 > | #define HAVE_DLFCN_H 1
4976 > | #define ACE_HAS_AIO_CALLS 1
4977 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
4978 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
4979 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
4980 > | #define ACE_HAS_BIG_FD_SET 1
4981 > | #define ACE_TIMER_SKEW (1000 * 10)
4982 > | #define ACE_IOCTL_TYPE_ARG2 int
4983 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
4984 > | #define HAVE_DIRENT_H 1
4985 > | #define ACE_HAS_DIRENT 1
4986 > | #define HAVE_SYS_WAIT_H 1
4987 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
4988 > | #define ACE_HAS_PROC_FS 1
4989 > | #define ACE_HAS_BYTESWAP_H 1
4990 > | /* end confdefs.h. */
4991 > | #include <stdio.h>
4992 > | #if HAVE_SYS_TYPES_H
4993 > | # include <sys/types.h>
4994 > | #endif
4995 > | #if HAVE_SYS_STAT_H
4996 > | # include <sys/stat.h>
4997 > | #endif
4998 > | #if STDC_HEADERS
4999 > | # include <stdlib.h>
5000 > | # include <stddef.h>
5001 > | #else
5002 > | # if HAVE_STDLIB_H
5003 > | # include <stdlib.h>
5004 > | # endif
5005 > | #endif
5006 > | #if HAVE_STRING_H
5007 > | # if !STDC_HEADERS && HAVE_MEMORY_H
5008 > | # include <memory.h>
5009 > | # endif
5010 > | # include <string.h>
5011 > | #endif
5012 > | #if HAVE_STRINGS_H
5013 > | # include <strings.h>
5014 > | #endif
5015 > | #if HAVE_INTTYPES_H
5016 > | # include <inttypes.h>
5017 > | #else
5018 > | # if HAVE_STDINT_H
5019 > | # include <stdint.h>
5020 > | # endif
5021 > | #endif
5022 > | #if HAVE_UNISTD_H
5023 > | # include <unistd.h>
5024 > | #endif
5025 > | #include <select.h>
5026 > configure:35596: result: no
5027 > configure:35600: checking select.h presence
5028 > configure:35610: i686-gentoo1-linux-gnu-g++ -E conftest.cc
5029 > conftest.cc:42:20: fatal error: select.h: No such file or directory
5030 > compilation terminated.
5031 > configure:35616: $? = 1
5032 > configure: failed program was:
5033 > | /* confdefs.h. */
5034 > |
5035 > | #define PACKAGE_NAME "ACE"
5036 > | #define PACKAGE_TARNAME "ace"
5037 > | #define PACKAGE_VERSION "5.7.2"
5038 > | #define PACKAGE_STRING "ACE 5.7.2"
5039 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
5040 > | #ifdef __cplusplus
5041 > | extern "C" void exit (int) throw ();
5042 > | #endif
5043 > | #define X_DISPLAY_MISSING 1
5044 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
5045 > | #define ACE_HAS_GPERF 1
5046 > | #define __ACE_INLINE__ 1
5047 > | #define ACE_HAS_PTHREADS 1
5048 > | #define STDC_HEADERS 1
5049 > | #define HAVE_SYS_TYPES_H 1
5050 > | #define HAVE_SYS_STAT_H 1
5051 > | #define HAVE_STDLIB_H 1
5052 > | #define HAVE_STRING_H 1
5053 > | #define HAVE_MEMORY_H 1
5054 > | #define HAVE_STRINGS_H 1
5055 > | #define HAVE_INTTYPES_H 1
5056 > | #define HAVE_STDINT_H 1
5057 > | #define HAVE_UNISTD_H 1
5058 > | #define HAVE_DLFCN_H 1
5059 > | #define ACE_HAS_AIO_CALLS 1
5060 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
5061 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
5062 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
5063 > | #define ACE_HAS_BIG_FD_SET 1
5064 > | #define ACE_TIMER_SKEW (1000 * 10)
5065 > | #define ACE_IOCTL_TYPE_ARG2 int
5066 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
5067 > | #define HAVE_DIRENT_H 1
5068 > | #define ACE_HAS_DIRENT 1
5069 > | #define HAVE_SYS_WAIT_H 1
5070 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
5071 > | #define ACE_HAS_PROC_FS 1
5072 > | #define ACE_HAS_BYTESWAP_H 1
5073 > | /* end confdefs.h. */
5074 > | #include <select.h>
5075 > configure:35636: result: no
5076 > configure:35671: checking for select.h
5077 > configure:35678: result: no
5078 > configure:35706: checking semaphore.h usability
5079 > configure:35718: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
5080 > configure:35724: $? = 0
5081 > configure:35728: test -z
5082 > || test ! -s conftest.err
5083 > configure:35731: $? = 0
5084 > configure:35734: test -s conftest.o
5085 > configure:35737: $? = 0
5086 > configure:35747: result: yes
5087 > configure:35751: checking semaphore.h presence
5088 > configure:35761: i686-gentoo1-linux-gnu-g++ -E conftest.cc
5089 > configure:35767: $? = 0
5090 > configure:35787: result: yes
5091 > configure:35822: checking for semaphore.h
5092 > configure:35829: result: yes
5093 > configure:35859: checking signal.h usability
5094 > configure:35871: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
5095 > configure:35877: $? = 0
5096 > configure:35881: test -z
5097 > || test ! -s conftest.err
5098 > configure:35884: $? = 0
5099 > configure:35887: test -s conftest.o
5100 > configure:35890: $? = 0
5101 > configure:35900: result: yes
5102 > configure:35904: checking signal.h presence
5103 > configure:35914: i686-gentoo1-linux-gnu-g++ -E conftest.cc
5104 > configure:35920: $? = 0
5105 > configure:35940: result: yes
5106 > configure:35975: checking for signal.h
5107 > configure:35982: result: yes
5108 > configure:36003: checking for stdlib.h
5109 > configure:36008: result: yes
5110 > configure:36156: checking for string.h
5111 > configure:36161: result: yes
5112 > configure:36309: checking for strings.h
5113 > configure:36314: result: yes
5114 > configure:36471: checking netdb.h usability
5115 > configure:36483: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
5116 > configure:36489: $? = 0
5117 > configure:36493: test -z
5118 > || test ! -s conftest.err
5119 > configure:36496: $? = 0
5120 > configure:36499: test -s conftest.o
5121 > configure:36502: $? = 0
5122 > configure:36512: result: yes
5123 > configure:36516: checking netdb.h presence
5124 > configure:36526: i686-gentoo1-linux-gnu-g++ -E conftest.cc
5125 > configure:36532: $? = 0
5126 > configure:36552: result: yes
5127 > configure:36587: checking for netdb.h
5128 > configure:36594: result: yes
5129 > configure:36624: checking netinet/in.h usability
5130 > configure:36636: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
5131 > configure:36642: $? = 0
5132 > configure:36646: test -z
5133 > || test ! -s conftest.err
5134 > configure:36649: $? = 0
5135 > configure:36652: test -s conftest.o
5136 > configure:36655: $? = 0
5137 > configure:36665: result: yes
5138 > configure:36669: checking netinet/in.h presence
5139 > configure:36679: i686-gentoo1-linux-gnu-g++ -E conftest.cc
5140 > configure:36685: $? = 0
5141 > configure:36705: result: yes
5142 > configure:36740: checking for netinet/in.h
5143 > configure:36747: result: yes
5144 > configure:36777: checking netinet/tcp.h usability
5145 > configure:36789: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
5146 > configure:36795: $? = 0
5147 > configure:36799: test -z
5148 > || test ! -s conftest.err
5149 > configure:36802: $? = 0
5150 > configure:36805: test -s conftest.o
5151 > configure:36808: $? = 0
5152 > configure:36818: result: yes
5153 > configure:36822: checking netinet/tcp.h presence
5154 > configure:36832: i686-gentoo1-linux-gnu-g++ -E conftest.cc
5155 > configure:36838: $? = 0
5156 > configure:36858: result: yes
5157 > configure:36893: checking for netinet/tcp.h
5158 > configure:36900: result: yes
5159 > configure:36930: checking sys/socket.h usability
5160 > configure:36942: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
5161 > configure:36948: $? = 0
5162 > configure:36952: test -z
5163 > || test ! -s conftest.err
5164 > configure:36955: $? = 0
5165 > configure:36958: test -s conftest.o
5166 > configure:36961: $? = 0
5167 > configure:36971: result: yes
5168 > configure:36975: checking sys/socket.h presence
5169 > configure:36985: i686-gentoo1-linux-gnu-g++ -E conftest.cc
5170 > configure:36991: $? = 0
5171 > configure:37011: result: yes
5172 > configure:37046: checking for sys/socket.h
5173 > configure:37053: result: yes
5174 > configure:37073: checking for net/if.h
5175 > configure:37096: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
5176 > configure:37102: $? = 0
5177 > configure:37106: test -z
5178 > || test ! -s conftest.err
5179 > configure:37109: $? = 0
5180 > configure:37112: test -s conftest.o
5181 > configure:37115: $? = 0
5182 > configure:37126: result: yes
5183 > configure:37154: checking sys/filio.h usability
5184 > configure:37166: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
5185 > conftest.cc:76:23: fatal error: sys/filio.h: No such file or directory
5186 > compilation terminated.
5187 > configure:37172: $? = 1
5188 > configure: failed program was:
5189 > | /* confdefs.h. */
5190 > |
5191 > | #define PACKAGE_NAME "ACE"
5192 > | #define PACKAGE_TARNAME "ace"
5193 > | #define PACKAGE_VERSION "5.7.2"
5194 > | #define PACKAGE_STRING "ACE 5.7.2"
5195 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
5196 > | #ifdef __cplusplus
5197 > | extern "C" void exit (int) throw ();
5198 > | #endif
5199 > | #define X_DISPLAY_MISSING 1
5200 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
5201 > | #define ACE_HAS_GPERF 1
5202 > | #define __ACE_INLINE__ 1
5203 > | #define ACE_HAS_PTHREADS 1
5204 > | #define STDC_HEADERS 1
5205 > | #define HAVE_SYS_TYPES_H 1
5206 > | #define HAVE_SYS_STAT_H 1
5207 > | #define HAVE_STDLIB_H 1
5208 > | #define HAVE_STRING_H 1
5209 > | #define HAVE_MEMORY_H 1
5210 > | #define HAVE_STRINGS_H 1
5211 > | #define HAVE_INTTYPES_H 1
5212 > | #define HAVE_STDINT_H 1
5213 > | #define HAVE_UNISTD_H 1
5214 > | #define HAVE_DLFCN_H 1
5215 > | #define ACE_HAS_AIO_CALLS 1
5216 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
5217 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
5218 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
5219 > | #define ACE_HAS_BIG_FD_SET 1
5220 > | #define ACE_TIMER_SKEW (1000 * 10)
5221 > | #define ACE_IOCTL_TYPE_ARG2 int
5222 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
5223 > | #define HAVE_DIRENT_H 1
5224 > | #define ACE_HAS_DIRENT 1
5225 > | #define HAVE_SYS_WAIT_H 1
5226 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
5227 > | #define ACE_HAS_PROC_FS 1
5228 > | #define ACE_HAS_BYTESWAP_H 1
5229 > | /* end confdefs.h. */
5230 > | #include <stdio.h>
5231 > | #if HAVE_SYS_TYPES_H
5232 > | # include <sys/types.h>
5233 > | #endif
5234 > | #if HAVE_SYS_STAT_H
5235 > | # include <sys/stat.h>
5236 > | #endif
5237 > | #if STDC_HEADERS
5238 > | # include <stdlib.h>
5239 > | # include <stddef.h>
5240 > | #else
5241 > | # if HAVE_STDLIB_H
5242 > | # include <stdlib.h>
5243 > | # endif
5244 > | #endif
5245 > | #if HAVE_STRING_H
5246 > | # if !STDC_HEADERS && HAVE_MEMORY_H
5247 > | # include <memory.h>
5248 > | # endif
5249 > | # include <string.h>
5250 > | #endif
5251 > | #if HAVE_STRINGS_H
5252 > | # include <strings.h>
5253 > | #endif
5254 > | #if HAVE_INTTYPES_H
5255 > | # include <inttypes.h>
5256 > | #else
5257 > | # if HAVE_STDINT_H
5258 > | # include <stdint.h>
5259 > | # endif
5260 > | #endif
5261 > | #if HAVE_UNISTD_H
5262 > | # include <unistd.h>
5263 > | #endif
5264 > | #include <sys/filio.h>
5265 > configure:37195: result: no
5266 > configure:37199: checking sys/filio.h presence
5267 > configure:37209: i686-gentoo1-linux-gnu-g++ -E conftest.cc
5268 > conftest.cc:42:23: fatal error: sys/filio.h: No such file or directory
5269 > compilation terminated.
5270 > configure:37215: $? = 1
5271 > configure: failed program was:
5272 > | /* confdefs.h. */
5273 > |
5274 > | #define PACKAGE_NAME "ACE"
5275 > | #define PACKAGE_TARNAME "ace"
5276 > | #define PACKAGE_VERSION "5.7.2"
5277 > | #define PACKAGE_STRING "ACE 5.7.2"
5278 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
5279 > | #ifdef __cplusplus
5280 > | extern "C" void exit (int) throw ();
5281 > | #endif
5282 > | #define X_DISPLAY_MISSING 1
5283 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
5284 > | #define ACE_HAS_GPERF 1
5285 > | #define __ACE_INLINE__ 1
5286 > | #define ACE_HAS_PTHREADS 1
5287 > | #define STDC_HEADERS 1
5288 > | #define HAVE_SYS_TYPES_H 1
5289 > | #define HAVE_SYS_STAT_H 1
5290 > | #define HAVE_STDLIB_H 1
5291 > | #define HAVE_STRING_H 1
5292 > | #define HAVE_MEMORY_H 1
5293 > | #define HAVE_STRINGS_H 1
5294 > | #define HAVE_INTTYPES_H 1
5295 > | #define HAVE_STDINT_H 1
5296 > | #define HAVE_UNISTD_H 1
5297 > | #define HAVE_DLFCN_H 1
5298 > | #define ACE_HAS_AIO_CALLS 1
5299 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
5300 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
5301 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
5302 > | #define ACE_HAS_BIG_FD_SET 1
5303 > | #define ACE_TIMER_SKEW (1000 * 10)
5304 > | #define ACE_IOCTL_TYPE_ARG2 int
5305 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
5306 > | #define HAVE_DIRENT_H 1
5307 > | #define ACE_HAS_DIRENT 1
5308 > | #define HAVE_SYS_WAIT_H 1
5309 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
5310 > | #define ACE_HAS_PROC_FS 1
5311 > | #define ACE_HAS_BYTESWAP_H 1
5312 > | /* end confdefs.h. */
5313 > | #include <sys/filio.h>
5314 > configure:37235: result: no
5315 > configure:37270: checking for sys/filio.h
5316 > configure:37277: result: no
5317 > configure:37305: checking intrin.h usability
5318 > configure:37317: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
5319 > conftest.cc:76:20: fatal error: intrin.h: No such file or directory
5320 > compilation terminated.
5321 > configure:37323: $? = 1
5322 > configure: failed program was:
5323 > | /* confdefs.h. */
5324 > |
5325 > | #define PACKAGE_NAME "ACE"
5326 > | #define PACKAGE_TARNAME "ace"
5327 > | #define PACKAGE_VERSION "5.7.2"
5328 > | #define PACKAGE_STRING "ACE 5.7.2"
5329 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
5330 > | #ifdef __cplusplus
5331 > | extern "C" void exit (int) throw ();
5332 > | #endif
5333 > | #define X_DISPLAY_MISSING 1
5334 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
5335 > | #define ACE_HAS_GPERF 1
5336 > | #define __ACE_INLINE__ 1
5337 > | #define ACE_HAS_PTHREADS 1
5338 > | #define STDC_HEADERS 1
5339 > | #define HAVE_SYS_TYPES_H 1
5340 > | #define HAVE_SYS_STAT_H 1
5341 > | #define HAVE_STDLIB_H 1
5342 > | #define HAVE_STRING_H 1
5343 > | #define HAVE_MEMORY_H 1
5344 > | #define HAVE_STRINGS_H 1
5345 > | #define HAVE_INTTYPES_H 1
5346 > | #define HAVE_STDINT_H 1
5347 > | #define HAVE_UNISTD_H 1
5348 > | #define HAVE_DLFCN_H 1
5349 > | #define ACE_HAS_AIO_CALLS 1
5350 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
5351 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
5352 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
5353 > | #define ACE_HAS_BIG_FD_SET 1
5354 > | #define ACE_TIMER_SKEW (1000 * 10)
5355 > | #define ACE_IOCTL_TYPE_ARG2 int
5356 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
5357 > | #define HAVE_DIRENT_H 1
5358 > | #define ACE_HAS_DIRENT 1
5359 > | #define HAVE_SYS_WAIT_H 1
5360 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
5361 > | #define ACE_HAS_PROC_FS 1
5362 > | #define ACE_HAS_BYTESWAP_H 1
5363 > | /* end confdefs.h. */
5364 > | #include <stdio.h>
5365 > | #if HAVE_SYS_TYPES_H
5366 > | # include <sys/types.h>
5367 > | #endif
5368 > | #if HAVE_SYS_STAT_H
5369 > | # include <sys/stat.h>
5370 > | #endif
5371 > | #if STDC_HEADERS
5372 > | # include <stdlib.h>
5373 > | # include <stddef.h>
5374 > | #else
5375 > | # if HAVE_STDLIB_H
5376 > | # include <stdlib.h>
5377 > | # endif
5378 > | #endif
5379 > | #if HAVE_STRING_H
5380 > | # if !STDC_HEADERS && HAVE_MEMORY_H
5381 > | # include <memory.h>
5382 > | # endif
5383 > | # include <string.h>
5384 > | #endif
5385 > | #if HAVE_STRINGS_H
5386 > | # include <strings.h>
5387 > | #endif
5388 > | #if HAVE_INTTYPES_H
5389 > | # include <inttypes.h>
5390 > | #else
5391 > | # if HAVE_STDINT_H
5392 > | # include <stdint.h>
5393 > | # endif
5394 > | #endif
5395 > | #if HAVE_UNISTD_H
5396 > | # include <unistd.h>
5397 > | #endif
5398 > | #include <intrin.h>
5399 > configure:37346: result: no
5400 > configure:37350: checking intrin.h presence
5401 > configure:37360: i686-gentoo1-linux-gnu-g++ -E conftest.cc
5402 > conftest.cc:42:20: fatal error: intrin.h: No such file or directory
5403 > compilation terminated.
5404 > configure:37366: $? = 1
5405 > configure: failed program was:
5406 > | /* confdefs.h. */
5407 > |
5408 > | #define PACKAGE_NAME "ACE"
5409 > | #define PACKAGE_TARNAME "ace"
5410 > | #define PACKAGE_VERSION "5.7.2"
5411 > | #define PACKAGE_STRING "ACE 5.7.2"
5412 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
5413 > | #ifdef __cplusplus
5414 > | extern "C" void exit (int) throw ();
5415 > | #endif
5416 > | #define X_DISPLAY_MISSING 1
5417 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
5418 > | #define ACE_HAS_GPERF 1
5419 > | #define __ACE_INLINE__ 1
5420 > | #define ACE_HAS_PTHREADS 1
5421 > | #define STDC_HEADERS 1
5422 > | #define HAVE_SYS_TYPES_H 1
5423 > | #define HAVE_SYS_STAT_H 1
5424 > | #define HAVE_STDLIB_H 1
5425 > | #define HAVE_STRING_H 1
5426 > | #define HAVE_MEMORY_H 1
5427 > | #define HAVE_STRINGS_H 1
5428 > | #define HAVE_INTTYPES_H 1
5429 > | #define HAVE_STDINT_H 1
5430 > | #define HAVE_UNISTD_H 1
5431 > | #define HAVE_DLFCN_H 1
5432 > | #define ACE_HAS_AIO_CALLS 1
5433 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
5434 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
5435 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
5436 > | #define ACE_HAS_BIG_FD_SET 1
5437 > | #define ACE_TIMER_SKEW (1000 * 10)
5438 > | #define ACE_IOCTL_TYPE_ARG2 int
5439 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
5440 > | #define HAVE_DIRENT_H 1
5441 > | #define ACE_HAS_DIRENT 1
5442 > | #define HAVE_SYS_WAIT_H 1
5443 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
5444 > | #define ACE_HAS_PROC_FS 1
5445 > | #define ACE_HAS_BYTESWAP_H 1
5446 > | /* end confdefs.h. */
5447 > | #include <intrin.h>
5448 > configure:37386: result: no
5449 > configure:37421: checking for intrin.h
5450 > configure:37428: result: no
5451 > configure:37456: checking ia64intrin.h usability
5452 > configure:37468: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
5453 > conftest.cc:76:24: fatal error: ia64intrin.h: No such file or directory
5454 > compilation terminated.
5455 > configure:37474: $? = 1
5456 > configure: failed program was:
5457 > | /* confdefs.h. */
5458 > |
5459 > | #define PACKAGE_NAME "ACE"
5460 > | #define PACKAGE_TARNAME "ace"
5461 > | #define PACKAGE_VERSION "5.7.2"
5462 > | #define PACKAGE_STRING "ACE 5.7.2"
5463 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
5464 > | #ifdef __cplusplus
5465 > | extern "C" void exit (int) throw ();
5466 > | #endif
5467 > | #define X_DISPLAY_MISSING 1
5468 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
5469 > | #define ACE_HAS_GPERF 1
5470 > | #define __ACE_INLINE__ 1
5471 > | #define ACE_HAS_PTHREADS 1
5472 > | #define STDC_HEADERS 1
5473 > | #define HAVE_SYS_TYPES_H 1
5474 > | #define HAVE_SYS_STAT_H 1
5475 > | #define HAVE_STDLIB_H 1
5476 > | #define HAVE_STRING_H 1
5477 > | #define HAVE_MEMORY_H 1
5478 > | #define HAVE_STRINGS_H 1
5479 > | #define HAVE_INTTYPES_H 1
5480 > | #define HAVE_STDINT_H 1
5481 > | #define HAVE_UNISTD_H 1
5482 > | #define HAVE_DLFCN_H 1
5483 > | #define ACE_HAS_AIO_CALLS 1
5484 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
5485 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
5486 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
5487 > | #define ACE_HAS_BIG_FD_SET 1
5488 > | #define ACE_TIMER_SKEW (1000 * 10)
5489 > | #define ACE_IOCTL_TYPE_ARG2 int
5490 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
5491 > | #define HAVE_DIRENT_H 1
5492 > | #define ACE_HAS_DIRENT 1
5493 > | #define HAVE_SYS_WAIT_H 1
5494 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
5495 > | #define ACE_HAS_PROC_FS 1
5496 > | #define ACE_HAS_BYTESWAP_H 1
5497 > | /* end confdefs.h. */
5498 > | #include <stdio.h>
5499 > | #if HAVE_SYS_TYPES_H
5500 > | # include <sys/types.h>
5501 > | #endif
5502 > | #if HAVE_SYS_STAT_H
5503 > | # include <sys/stat.h>
5504 > | #endif
5505 > | #if STDC_HEADERS
5506 > | # include <stdlib.h>
5507 > | # include <stddef.h>
5508 > | #else
5509 > | # if HAVE_STDLIB_H
5510 > | # include <stdlib.h>
5511 > | # endif
5512 > | #endif
5513 > | #if HAVE_STRING_H
5514 > | # if !STDC_HEADERS && HAVE_MEMORY_H
5515 > | # include <memory.h>
5516 > | # endif
5517 > | # include <string.h>
5518 > | #endif
5519 > | #if HAVE_STRINGS_H
5520 > | # include <strings.h>
5521 > | #endif
5522 > | #if HAVE_INTTYPES_H
5523 > | # include <inttypes.h>
5524 > | #else
5525 > | # if HAVE_STDINT_H
5526 > | # include <stdint.h>
5527 > | # endif
5528 > | #endif
5529 > | #if HAVE_UNISTD_H
5530 > | # include <unistd.h>
5531 > | #endif
5532 > | #include <ia64intrin.h>
5533 > configure:37497: result: no
5534 > configure:37501: checking ia64intrin.h presence
5535 > configure:37511: i686-gentoo1-linux-gnu-g++ -E conftest.cc
5536 > conftest.cc:42:24: fatal error: ia64intrin.h: No such file or directory
5537 > compilation terminated.
5538 > configure:37517: $? = 1
5539 > configure: failed program was:
5540 > | /* confdefs.h. */
5541 > |
5542 > | #define PACKAGE_NAME "ACE"
5543 > | #define PACKAGE_TARNAME "ace"
5544 > | #define PACKAGE_VERSION "5.7.2"
5545 > | #define PACKAGE_STRING "ACE 5.7.2"
5546 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
5547 > | #ifdef __cplusplus
5548 > | extern "C" void exit (int) throw ();
5549 > | #endif
5550 > | #define X_DISPLAY_MISSING 1
5551 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
5552 > | #define ACE_HAS_GPERF 1
5553 > | #define __ACE_INLINE__ 1
5554 > | #define ACE_HAS_PTHREADS 1
5555 > | #define STDC_HEADERS 1
5556 > | #define HAVE_SYS_TYPES_H 1
5557 > | #define HAVE_SYS_STAT_H 1
5558 > | #define HAVE_STDLIB_H 1
5559 > | #define HAVE_STRING_H 1
5560 > | #define HAVE_MEMORY_H 1
5561 > | #define HAVE_STRINGS_H 1
5562 > | #define HAVE_INTTYPES_H 1
5563 > | #define HAVE_STDINT_H 1
5564 > | #define HAVE_UNISTD_H 1
5565 > | #define HAVE_DLFCN_H 1
5566 > | #define ACE_HAS_AIO_CALLS 1
5567 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
5568 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
5569 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
5570 > | #define ACE_HAS_BIG_FD_SET 1
5571 > | #define ACE_TIMER_SKEW (1000 * 10)
5572 > | #define ACE_IOCTL_TYPE_ARG2 int
5573 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
5574 > | #define HAVE_DIRENT_H 1
5575 > | #define ACE_HAS_DIRENT 1
5576 > | #define HAVE_SYS_WAIT_H 1
5577 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
5578 > | #define ACE_HAS_PROC_FS 1
5579 > | #define ACE_HAS_BYTESWAP_H 1
5580 > | /* end confdefs.h. */
5581 > | #include <ia64intrin.h>
5582 > configure:37537: result: no
5583 > configure:37572: checking for ia64intrin.h
5584 > configure:37579: result: no
5585 > configure:37607: checking ia32intrin.h usability
5586 > configure:37619: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
5587 > In file included from conftest.cc:76:0:
5588 > /usr/lib/gcc/i686-gentoo1-linux-gnu/4.5.1/include/ia32intrin.h:25:3: error: #error "Never use <ia32intrin.h> directly; include <x86intrin.h> instead."
5589 > configure:37625: $? = 1
5590 > configure: failed program was:
5591 > | /* confdefs.h. */
5592 > |
5593 > | #define PACKAGE_NAME "ACE"
5594 > | #define PACKAGE_TARNAME "ace"
5595 > | #define PACKAGE_VERSION "5.7.2"
5596 > | #define PACKAGE_STRING "ACE 5.7.2"
5597 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
5598 > | #ifdef __cplusplus
5599 > | extern "C" void exit (int) throw ();
5600 > | #endif
5601 > | #define X_DISPLAY_MISSING 1
5602 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
5603 > | #define ACE_HAS_GPERF 1
5604 > | #define __ACE_INLINE__ 1
5605 > | #define ACE_HAS_PTHREADS 1
5606 > | #define STDC_HEADERS 1
5607 > | #define HAVE_SYS_TYPES_H 1
5608 > | #define HAVE_SYS_STAT_H 1
5609 > | #define HAVE_STDLIB_H 1
5610 > | #define HAVE_STRING_H 1
5611 > | #define HAVE_MEMORY_H 1
5612 > | #define HAVE_STRINGS_H 1
5613 > | #define HAVE_INTTYPES_H 1
5614 > | #define HAVE_STDINT_H 1
5615 > | #define HAVE_UNISTD_H 1
5616 > | #define HAVE_DLFCN_H 1
5617 > | #define ACE_HAS_AIO_CALLS 1
5618 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
5619 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
5620 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
5621 > | #define ACE_HAS_BIG_FD_SET 1
5622 > | #define ACE_TIMER_SKEW (1000 * 10)
5623 > | #define ACE_IOCTL_TYPE_ARG2 int
5624 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
5625 > | #define HAVE_DIRENT_H 1
5626 > | #define ACE_HAS_DIRENT 1
5627 > | #define HAVE_SYS_WAIT_H 1
5628 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
5629 > | #define ACE_HAS_PROC_FS 1
5630 > | #define ACE_HAS_BYTESWAP_H 1
5631 > | /* end confdefs.h. */
5632 > | #include <stdio.h>
5633 > | #if HAVE_SYS_TYPES_H
5634 > | # include <sys/types.h>
5635 > | #endif
5636 > | #if HAVE_SYS_STAT_H
5637 > | # include <sys/stat.h>
5638 > | #endif
5639 > | #if STDC_HEADERS
5640 > | # include <stdlib.h>
5641 > | # include <stddef.h>
5642 > | #else
5643 > | # if HAVE_STDLIB_H
5644 > | # include <stdlib.h>
5645 > | # endif
5646 > | #endif
5647 > | #if HAVE_STRING_H
5648 > | # if !STDC_HEADERS && HAVE_MEMORY_H
5649 > | # include <memory.h>
5650 > | # endif
5651 > | # include <string.h>
5652 > | #endif
5653 > | #if HAVE_STRINGS_H
5654 > | # include <strings.h>
5655 > | #endif
5656 > | #if HAVE_INTTYPES_H
5657 > | # include <inttypes.h>
5658 > | #else
5659 > | # if HAVE_STDINT_H
5660 > | # include <stdint.h>
5661 > | # endif
5662 > | #endif
5663 > | #if HAVE_UNISTD_H
5664 > | # include <unistd.h>
5665 > | #endif
5666 > | #include <ia32intrin.h>
5667 > configure:37648: result: no
5668 > configure:37652: checking ia32intrin.h presence
5669 > configure:37662: i686-gentoo1-linux-gnu-g++ -E conftest.cc
5670 > In file included from conftest.cc:42:0:
5671 > /usr/lib/gcc/i686-gentoo1-linux-gnu/4.5.1/include/ia32intrin.h:25:3: error: #error "Never use <ia32intrin.h> directly; include <x86intrin.h> instead."
5672 > configure:37668: $? = 1
5673 > configure: failed program was:
5674 > | /* confdefs.h. */
5675 > |
5676 > | #define PACKAGE_NAME "ACE"
5677 > | #define PACKAGE_TARNAME "ace"
5678 > | #define PACKAGE_VERSION "5.7.2"
5679 > | #define PACKAGE_STRING "ACE 5.7.2"
5680 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
5681 > | #ifdef __cplusplus
5682 > | extern "C" void exit (int) throw ();
5683 > | #endif
5684 > | #define X_DISPLAY_MISSING 1
5685 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
5686 > | #define ACE_HAS_GPERF 1
5687 > | #define __ACE_INLINE__ 1
5688 > | #define ACE_HAS_PTHREADS 1
5689 > | #define STDC_HEADERS 1
5690 > | #define HAVE_SYS_TYPES_H 1
5691 > | #define HAVE_SYS_STAT_H 1
5692 > | #define HAVE_STDLIB_H 1
5693 > | #define HAVE_STRING_H 1
5694 > | #define HAVE_MEMORY_H 1
5695 > | #define HAVE_STRINGS_H 1
5696 > | #define HAVE_INTTYPES_H 1
5697 > | #define HAVE_STDINT_H 1
5698 > | #define HAVE_UNISTD_H 1
5699 > | #define HAVE_DLFCN_H 1
5700 > | #define ACE_HAS_AIO_CALLS 1
5701 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
5702 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
5703 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
5704 > | #define ACE_HAS_BIG_FD_SET 1
5705 > | #define ACE_TIMER_SKEW (1000 * 10)
5706 > | #define ACE_IOCTL_TYPE_ARG2 int
5707 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
5708 > | #define HAVE_DIRENT_H 1
5709 > | #define ACE_HAS_DIRENT 1
5710 > | #define HAVE_SYS_WAIT_H 1
5711 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
5712 > | #define ACE_HAS_PROC_FS 1
5713 > | #define ACE_HAS_BYTESWAP_H 1
5714 > | /* end confdefs.h. */
5715 > | #include <ia32intrin.h>
5716 > configure:37688: result: no
5717 > configure:37723: checking for ia32intrin.h
5718 > configure:37730: result: no
5719 > configure:37758: checking sys/ioctl.h usability
5720 > configure:37770: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
5721 > configure:37776: $? = 0
5722 > configure:37780: test -z
5723 > || test ! -s conftest.err
5724 > configure:37783: $? = 0
5725 > configure:37786: test -s conftest.o
5726 > configure:37789: $? = 0
5727 > configure:37799: result: yes
5728 > configure:37803: checking sys/ioctl.h presence
5729 > configure:37813: i686-gentoo1-linux-gnu-g++ -E conftest.cc
5730 > configure:37819: $? = 0
5731 > configure:37839: result: yes
5732 > configure:37874: checking for sys/ioctl.h
5733 > configure:37881: result: yes
5734 > configure:37911: checking sys/ipc.h usability
5735 > configure:37923: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
5736 > configure:37929: $? = 0
5737 > configure:37933: test -z
5738 > || test ! -s conftest.err
5739 > configure:37936: $? = 0
5740 > configure:37939: test -s conftest.o
5741 > configure:37942: $? = 0
5742 > configure:37952: result: yes
5743 > configure:37956: checking sys/ipc.h presence
5744 > configure:37966: i686-gentoo1-linux-gnu-g++ -E conftest.cc
5745 > configure:37972: $? = 0
5746 > configure:37992: result: yes
5747 > configure:38027: checking for sys/ipc.h
5748 > configure:38034: result: yes
5749 > configure:38064: checking sys/loadavg.h usability
5750 > configure:38076: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
5751 > conftest.cc:76:25: fatal error: sys/loadavg.h: No such file or directory
5752 > compilation terminated.
5753 > configure:38082: $? = 1
5754 > configure: failed program was:
5755 > | /* confdefs.h. */
5756 > |
5757 > | #define PACKAGE_NAME "ACE"
5758 > | #define PACKAGE_TARNAME "ace"
5759 > | #define PACKAGE_VERSION "5.7.2"
5760 > | #define PACKAGE_STRING "ACE 5.7.2"
5761 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
5762 > | #ifdef __cplusplus
5763 > | extern "C" void exit (int) throw ();
5764 > | #endif
5765 > | #define X_DISPLAY_MISSING 1
5766 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
5767 > | #define ACE_HAS_GPERF 1
5768 > | #define __ACE_INLINE__ 1
5769 > | #define ACE_HAS_PTHREADS 1
5770 > | #define STDC_HEADERS 1
5771 > | #define HAVE_SYS_TYPES_H 1
5772 > | #define HAVE_SYS_STAT_H 1
5773 > | #define HAVE_STDLIB_H 1
5774 > | #define HAVE_STRING_H 1
5775 > | #define HAVE_MEMORY_H 1
5776 > | #define HAVE_STRINGS_H 1
5777 > | #define HAVE_INTTYPES_H 1
5778 > | #define HAVE_STDINT_H 1
5779 > | #define HAVE_UNISTD_H 1
5780 > | #define HAVE_DLFCN_H 1
5781 > | #define ACE_HAS_AIO_CALLS 1
5782 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
5783 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
5784 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
5785 > | #define ACE_HAS_BIG_FD_SET 1
5786 > | #define ACE_TIMER_SKEW (1000 * 10)
5787 > | #define ACE_IOCTL_TYPE_ARG2 int
5788 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
5789 > | #define HAVE_DIRENT_H 1
5790 > | #define ACE_HAS_DIRENT 1
5791 > | #define HAVE_SYS_WAIT_H 1
5792 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
5793 > | #define ACE_HAS_PROC_FS 1
5794 > | #define ACE_HAS_BYTESWAP_H 1
5795 > | /* end confdefs.h. */
5796 > | #include <stdio.h>
5797 > | #if HAVE_SYS_TYPES_H
5798 > | # include <sys/types.h>
5799 > | #endif
5800 > | #if HAVE_SYS_STAT_H
5801 > | # include <sys/stat.h>
5802 > | #endif
5803 > | #if STDC_HEADERS
5804 > | # include <stdlib.h>
5805 > | # include <stddef.h>
5806 > | #else
5807 > | # if HAVE_STDLIB_H
5808 > | # include <stdlib.h>
5809 > | # endif
5810 > | #endif
5811 > | #if HAVE_STRING_H
5812 > | # if !STDC_HEADERS && HAVE_MEMORY_H
5813 > | # include <memory.h>
5814 > | # endif
5815 > | # include <string.h>
5816 > | #endif
5817 > | #if HAVE_STRINGS_H
5818 > | # include <strings.h>
5819 > | #endif
5820 > | #if HAVE_INTTYPES_H
5821 > | # include <inttypes.h>
5822 > | #else
5823 > | # if HAVE_STDINT_H
5824 > | # include <stdint.h>
5825 > | # endif
5826 > | #endif
5827 > | #if HAVE_UNISTD_H
5828 > | # include <unistd.h>
5829 > | #endif
5830 > | #include <sys/loadavg.h>
5831 > configure:38105: result: no
5832 > configure:38109: checking sys/loadavg.h presence
5833 > configure:38119: i686-gentoo1-linux-gnu-g++ -E conftest.cc
5834 > conftest.cc:42:25: fatal error: sys/loadavg.h: No such file or directory
5835 > compilation terminated.
5836 > configure:38125: $? = 1
5837 > configure: failed program was:
5838 > | /* confdefs.h. */
5839 > |
5840 > | #define PACKAGE_NAME "ACE"
5841 > | #define PACKAGE_TARNAME "ace"
5842 > | #define PACKAGE_VERSION "5.7.2"
5843 > | #define PACKAGE_STRING "ACE 5.7.2"
5844 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
5845 > | #ifdef __cplusplus
5846 > | extern "C" void exit (int) throw ();
5847 > | #endif
5848 > | #define X_DISPLAY_MISSING 1
5849 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
5850 > | #define ACE_HAS_GPERF 1
5851 > | #define __ACE_INLINE__ 1
5852 > | #define ACE_HAS_PTHREADS 1
5853 > | #define STDC_HEADERS 1
5854 > | #define HAVE_SYS_TYPES_H 1
5855 > | #define HAVE_SYS_STAT_H 1
5856 > | #define HAVE_STDLIB_H 1
5857 > | #define HAVE_STRING_H 1
5858 > | #define HAVE_MEMORY_H 1
5859 > | #define HAVE_STRINGS_H 1
5860 > | #define HAVE_INTTYPES_H 1
5861 > | #define HAVE_STDINT_H 1
5862 > | #define HAVE_UNISTD_H 1
5863 > | #define HAVE_DLFCN_H 1
5864 > | #define ACE_HAS_AIO_CALLS 1
5865 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
5866 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
5867 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
5868 > | #define ACE_HAS_BIG_FD_SET 1
5869 > | #define ACE_TIMER_SKEW (1000 * 10)
5870 > | #define ACE_IOCTL_TYPE_ARG2 int
5871 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
5872 > | #define HAVE_DIRENT_H 1
5873 > | #define ACE_HAS_DIRENT 1
5874 > | #define HAVE_SYS_WAIT_H 1
5875 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
5876 > | #define ACE_HAS_PROC_FS 1
5877 > | #define ACE_HAS_BYTESWAP_H 1
5878 > | /* end confdefs.h. */
5879 > | #include <sys/loadavg.h>
5880 > configure:38145: result: no
5881 > configure:38180: checking for sys/loadavg.h
5882 > configure:38187: result: no
5883 > configure:38215: checking sys/mman.h usability
5884 > configure:38227: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
5885 > configure:38233: $? = 0
5886 > configure:38237: test -z
5887 > || test ! -s conftest.err
5888 > configure:38240: $? = 0
5889 > configure:38243: test -s conftest.o
5890 > configure:38246: $? = 0
5891 > configure:38256: result: yes
5892 > configure:38260: checking sys/mman.h presence
5893 > configure:38270: i686-gentoo1-linux-gnu-g++ -E conftest.cc
5894 > configure:38276: $? = 0
5895 > configure:38296: result: yes
5896 > configure:38331: checking for sys/mman.h
5897 > configure:38338: result: yes
5898 > configure:38368: checking sys/pstat.h usability
5899 > configure:38380: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
5900 > conftest.cc:76:23: fatal error: sys/pstat.h: No such file or directory
5901 > compilation terminated.
5902 > configure:38386: $? = 1
5903 > configure: failed program was:
5904 > | /* confdefs.h. */
5905 > |
5906 > | #define PACKAGE_NAME "ACE"
5907 > | #define PACKAGE_TARNAME "ace"
5908 > | #define PACKAGE_VERSION "5.7.2"
5909 > | #define PACKAGE_STRING "ACE 5.7.2"
5910 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
5911 > | #ifdef __cplusplus
5912 > | extern "C" void exit (int) throw ();
5913 > | #endif
5914 > | #define X_DISPLAY_MISSING 1
5915 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
5916 > | #define ACE_HAS_GPERF 1
5917 > | #define __ACE_INLINE__ 1
5918 > | #define ACE_HAS_PTHREADS 1
5919 > | #define STDC_HEADERS 1
5920 > | #define HAVE_SYS_TYPES_H 1
5921 > | #define HAVE_SYS_STAT_H 1
5922 > | #define HAVE_STDLIB_H 1
5923 > | #define HAVE_STRING_H 1
5924 > | #define HAVE_MEMORY_H 1
5925 > | #define HAVE_STRINGS_H 1
5926 > | #define HAVE_INTTYPES_H 1
5927 > | #define HAVE_STDINT_H 1
5928 > | #define HAVE_UNISTD_H 1
5929 > | #define HAVE_DLFCN_H 1
5930 > | #define ACE_HAS_AIO_CALLS 1
5931 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
5932 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
5933 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
5934 > | #define ACE_HAS_BIG_FD_SET 1
5935 > | #define ACE_TIMER_SKEW (1000 * 10)
5936 > | #define ACE_IOCTL_TYPE_ARG2 int
5937 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
5938 > | #define HAVE_DIRENT_H 1
5939 > | #define ACE_HAS_DIRENT 1
5940 > | #define HAVE_SYS_WAIT_H 1
5941 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
5942 > | #define ACE_HAS_PROC_FS 1
5943 > | #define ACE_HAS_BYTESWAP_H 1
5944 > | /* end confdefs.h. */
5945 > | #include <stdio.h>
5946 > | #if HAVE_SYS_TYPES_H
5947 > | # include <sys/types.h>
5948 > | #endif
5949 > | #if HAVE_SYS_STAT_H
5950 > | # include <sys/stat.h>
5951 > | #endif
5952 > | #if STDC_HEADERS
5953 > | # include <stdlib.h>
5954 > | # include <stddef.h>
5955 > | #else
5956 > | # if HAVE_STDLIB_H
5957 > | # include <stdlib.h>
5958 > | # endif
5959 > | #endif
5960 > | #if HAVE_STRING_H
5961 > | # if !STDC_HEADERS && HAVE_MEMORY_H
5962 > | # include <memory.h>
5963 > | # endif
5964 > | # include <string.h>
5965 > | #endif
5966 > | #if HAVE_STRINGS_H
5967 > | # include <strings.h>
5968 > | #endif
5969 > | #if HAVE_INTTYPES_H
5970 > | # include <inttypes.h>
5971 > | #else
5972 > | # if HAVE_STDINT_H
5973 > | # include <stdint.h>
5974 > | # endif
5975 > | #endif
5976 > | #if HAVE_UNISTD_H
5977 > | # include <unistd.h>
5978 > | #endif
5979 > | #include <sys/pstat.h>
5980 > configure:38409: result: no
5981 > configure:38413: checking sys/pstat.h presence
5982 > configure:38423: i686-gentoo1-linux-gnu-g++ -E conftest.cc
5983 > conftest.cc:42:23: fatal error: sys/pstat.h: No such file or directory
5984 > compilation terminated.
5985 > configure:38429: $? = 1
5986 > configure: failed program was:
5987 > | /* confdefs.h. */
5988 > |
5989 > | #define PACKAGE_NAME "ACE"
5990 > | #define PACKAGE_TARNAME "ace"
5991 > | #define PACKAGE_VERSION "5.7.2"
5992 > | #define PACKAGE_STRING "ACE 5.7.2"
5993 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
5994 > | #ifdef __cplusplus
5995 > | extern "C" void exit (int) throw ();
5996 > | #endif
5997 > | #define X_DISPLAY_MISSING 1
5998 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
5999 > | #define ACE_HAS_GPERF 1
6000 > | #define __ACE_INLINE__ 1
6001 > | #define ACE_HAS_PTHREADS 1
6002 > | #define STDC_HEADERS 1
6003 > | #define HAVE_SYS_TYPES_H 1
6004 > | #define HAVE_SYS_STAT_H 1
6005 > | #define HAVE_STDLIB_H 1
6006 > | #define HAVE_STRING_H 1
6007 > | #define HAVE_MEMORY_H 1
6008 > | #define HAVE_STRINGS_H 1
6009 > | #define HAVE_INTTYPES_H 1
6010 > | #define HAVE_STDINT_H 1
6011 > | #define HAVE_UNISTD_H 1
6012 > | #define HAVE_DLFCN_H 1
6013 > | #define ACE_HAS_AIO_CALLS 1
6014 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
6015 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
6016 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
6017 > | #define ACE_HAS_BIG_FD_SET 1
6018 > | #define ACE_TIMER_SKEW (1000 * 10)
6019 > | #define ACE_IOCTL_TYPE_ARG2 int
6020 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
6021 > | #define HAVE_DIRENT_H 1
6022 > | #define ACE_HAS_DIRENT 1
6023 > | #define HAVE_SYS_WAIT_H 1
6024 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
6025 > | #define ACE_HAS_PROC_FS 1
6026 > | #define ACE_HAS_BYTESWAP_H 1
6027 > | /* end confdefs.h. */
6028 > | #include <sys/pstat.h>
6029 > configure:38449: result: no
6030 > configure:38484: checking for sys/pstat.h
6031 > configure:38491: result: no
6032 > configure:38519: checking sys/resource.h usability
6033 > configure:38531: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
6034 > configure:38537: $? = 0
6035 > configure:38541: test -z
6036 > || test ! -s conftest.err
6037 > configure:38544: $? = 0
6038 > configure:38547: test -s conftest.o
6039 > configure:38550: $? = 0
6040 > configure:38560: result: yes
6041 > configure:38564: checking sys/resource.h presence
6042 > configure:38574: i686-gentoo1-linux-gnu-g++ -E conftest.cc
6043 > configure:38580: $? = 0
6044 > configure:38600: result: yes
6045 > configure:38635: checking for sys/resource.h
6046 > configure:38642: result: yes
6047 > configure:38663: checking for sys/sem.h
6048 > configure:38668: result: yes
6049 > configure:38816: checking for sys/shm.h
6050 > configure:38821: result: yes
6051 > configure:38978: checking sys/select.h usability
6052 > configure:38990: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
6053 > configure:38996: $? = 0
6054 > configure:39000: test -z
6055 > || test ! -s conftest.err
6056 > configure:39003: $? = 0
6057 > configure:39006: test -s conftest.o
6058 > configure:39009: $? = 0
6059 > configure:39019: result: yes
6060 > configure:39023: checking sys/select.h presence
6061 > configure:39033: i686-gentoo1-linux-gnu-g++ -E conftest.cc
6062 > configure:39039: $? = 0
6063 > configure:39059: result: yes
6064 > configure:39094: checking for sys/select.h
6065 > configure:39101: result: yes
6066 > configure:39131: checking sys/sockio.h usability
6067 > configure:39143: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
6068 > conftest.cc:76:24: fatal error: sys/sockio.h: No such file or directory
6069 > compilation terminated.
6070 > configure:39149: $? = 1
6071 > configure: failed program was:
6072 > | /* confdefs.h. */
6073 > |
6074 > | #define PACKAGE_NAME "ACE"
6075 > | #define PACKAGE_TARNAME "ace"
6076 > | #define PACKAGE_VERSION "5.7.2"
6077 > | #define PACKAGE_STRING "ACE 5.7.2"
6078 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
6079 > | #ifdef __cplusplus
6080 > | extern "C" void exit (int) throw ();
6081 > | #endif
6082 > | #define X_DISPLAY_MISSING 1
6083 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
6084 > | #define ACE_HAS_GPERF 1
6085 > | #define __ACE_INLINE__ 1
6086 > | #define ACE_HAS_PTHREADS 1
6087 > | #define STDC_HEADERS 1
6088 > | #define HAVE_SYS_TYPES_H 1
6089 > | #define HAVE_SYS_STAT_H 1
6090 > | #define HAVE_STDLIB_H 1
6091 > | #define HAVE_STRING_H 1
6092 > | #define HAVE_MEMORY_H 1
6093 > | #define HAVE_STRINGS_H 1
6094 > | #define HAVE_INTTYPES_H 1
6095 > | #define HAVE_STDINT_H 1
6096 > | #define HAVE_UNISTD_H 1
6097 > | #define HAVE_DLFCN_H 1
6098 > | #define ACE_HAS_AIO_CALLS 1
6099 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
6100 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
6101 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
6102 > | #define ACE_HAS_BIG_FD_SET 1
6103 > | #define ACE_TIMER_SKEW (1000 * 10)
6104 > | #define ACE_IOCTL_TYPE_ARG2 int
6105 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
6106 > | #define HAVE_DIRENT_H 1
6107 > | #define ACE_HAS_DIRENT 1
6108 > | #define HAVE_SYS_WAIT_H 1
6109 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
6110 > | #define ACE_HAS_PROC_FS 1
6111 > | #define ACE_HAS_BYTESWAP_H 1
6112 > | /* end confdefs.h. */
6113 > | #include <stdio.h>
6114 > | #if HAVE_SYS_TYPES_H
6115 > | # include <sys/types.h>
6116 > | #endif
6117 > | #if HAVE_SYS_STAT_H
6118 > | # include <sys/stat.h>
6119 > | #endif
6120 > | #if STDC_HEADERS
6121 > | # include <stdlib.h>
6122 > | # include <stddef.h>
6123 > | #else
6124 > | # if HAVE_STDLIB_H
6125 > | # include <stdlib.h>
6126 > | # endif
6127 > | #endif
6128 > | #if HAVE_STRING_H
6129 > | # if !STDC_HEADERS && HAVE_MEMORY_H
6130 > | # include <memory.h>
6131 > | # endif
6132 > | # include <string.h>
6133 > | #endif
6134 > | #if HAVE_STRINGS_H
6135 > | # include <strings.h>
6136 > | #endif
6137 > | #if HAVE_INTTYPES_H
6138 > | # include <inttypes.h>
6139 > | #else
6140 > | # if HAVE_STDINT_H
6141 > | # include <stdint.h>
6142 > | # endif
6143 > | #endif
6144 > | #if HAVE_UNISTD_H
6145 > | # include <unistd.h>
6146 > | #endif
6147 > | #include <sys/sockio.h>
6148 > configure:39172: result: no
6149 > configure:39176: checking sys/sockio.h presence
6150 > configure:39186: i686-gentoo1-linux-gnu-g++ -E conftest.cc
6151 > conftest.cc:42:24: fatal error: sys/sockio.h: No such file or directory
6152 > compilation terminated.
6153 > configure:39192: $? = 1
6154 > configure: failed program was:
6155 > | /* confdefs.h. */
6156 > |
6157 > | #define PACKAGE_NAME "ACE"
6158 > | #define PACKAGE_TARNAME "ace"
6159 > | #define PACKAGE_VERSION "5.7.2"
6160 > | #define PACKAGE_STRING "ACE 5.7.2"
6161 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
6162 > | #ifdef __cplusplus
6163 > | extern "C" void exit (int) throw ();
6164 > | #endif
6165 > | #define X_DISPLAY_MISSING 1
6166 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
6167 > | #define ACE_HAS_GPERF 1
6168 > | #define __ACE_INLINE__ 1
6169 > | #define ACE_HAS_PTHREADS 1
6170 > | #define STDC_HEADERS 1
6171 > | #define HAVE_SYS_TYPES_H 1
6172 > | #define HAVE_SYS_STAT_H 1
6173 > | #define HAVE_STDLIB_H 1
6174 > | #define HAVE_STRING_H 1
6175 > | #define HAVE_MEMORY_H 1
6176 > | #define HAVE_STRINGS_H 1
6177 > | #define HAVE_INTTYPES_H 1
6178 > | #define HAVE_STDINT_H 1
6179 > | #define HAVE_UNISTD_H 1
6180 > | #define HAVE_DLFCN_H 1
6181 > | #define ACE_HAS_AIO_CALLS 1
6182 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
6183 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
6184 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
6185 > | #define ACE_HAS_BIG_FD_SET 1
6186 > | #define ACE_TIMER_SKEW (1000 * 10)
6187 > | #define ACE_IOCTL_TYPE_ARG2 int
6188 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
6189 > | #define HAVE_DIRENT_H 1
6190 > | #define ACE_HAS_DIRENT 1
6191 > | #define HAVE_SYS_WAIT_H 1
6192 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
6193 > | #define ACE_HAS_PROC_FS 1
6194 > | #define ACE_HAS_BYTESWAP_H 1
6195 > | /* end confdefs.h. */
6196 > | #include <sys/sockio.h>
6197 > configure:39212: result: no
6198 > configure:39247: checking for sys/sockio.h
6199 > configure:39254: result: no
6200 > configure:39273: checking for sys/stat.h
6201 > configure:39278: result: yes
6202 > configure:39426: checking for sys/types.h
6203 > configure:39431: result: yes
6204 > configure:39578: checking for sys/sysctl.h
6205 > configure:39601: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
6206 > configure:39607: $? = 0
6207 > configure:39611: test -z
6208 > || test ! -s conftest.err
6209 > configure:39614: $? = 0
6210 > configure:39617: test -s conftest.o
6211 > configure:39620: $? = 0
6212 > configure:39631: result: yes
6213 > configure:39659: checking sys/time.h usability
6214 > configure:39671: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
6215 > configure:39677: $? = 0
6216 > configure:39681: test -z
6217 > || test ! -s conftest.err
6218 > configure:39684: $? = 0
6219 > configure:39687: test -s conftest.o
6220 > configure:39690: $? = 0
6221 > configure:39700: result: yes
6222 > configure:39704: checking sys/time.h presence
6223 > configure:39714: i686-gentoo1-linux-gnu-g++ -E conftest.cc
6224 > configure:39720: $? = 0
6225 > configure:39740: result: yes
6226 > configure:39775: checking for sys/time.h
6227 > configure:39782: result: yes
6228 > configure:39812: checking sys/uio.h usability
6229 > configure:39824: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
6230 > configure:39830: $? = 0
6231 > configure:39834: test -z
6232 > || test ! -s conftest.err
6233 > configure:39837: $? = 0
6234 > configure:39840: test -s conftest.o
6235 > configure:39843: $? = 0
6236 > configure:39853: result: yes
6237 > configure:39857: checking sys/uio.h presence
6238 > configure:39867: i686-gentoo1-linux-gnu-g++ -E conftest.cc
6239 > configure:39873: $? = 0
6240 > configure:39893: result: yes
6241 > configure:39928: checking for sys/uio.h
6242 > configure:39935: result: yes
6243 > configure:39965: checking sys/un.h usability
6244 > configure:39977: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
6245 > configure:39983: $? = 0
6246 > configure:39987: test -z
6247 > || test ! -s conftest.err
6248 > configure:39990: $? = 0
6249 > configure:39993: test -s conftest.o
6250 > configure:39996: $? = 0
6251 > configure:40006: result: yes
6252 > configure:40010: checking sys/un.h presence
6253 > configure:40020: i686-gentoo1-linux-gnu-g++ -E conftest.cc
6254 > configure:40026: $? = 0
6255 > configure:40046: result: yes
6256 > configure:40081: checking for sys/un.h
6257 > configure:40088: result: yes
6258 > configure:40109: checking for sys/wait.h
6259 > configure:40114: result: yes
6260 > configure:40271: checking sysent.h usability
6261 > configure:40283: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
6262 > conftest.cc:76:20: fatal error: sysent.h: No such file or directory
6263 > compilation terminated.
6264 > configure:40289: $? = 1
6265 > configure: failed program was:
6266 > | /* confdefs.h. */
6267 > |
6268 > | #define PACKAGE_NAME "ACE"
6269 > | #define PACKAGE_TARNAME "ace"
6270 > | #define PACKAGE_VERSION "5.7.2"
6271 > | #define PACKAGE_STRING "ACE 5.7.2"
6272 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
6273 > | #ifdef __cplusplus
6274 > | extern "C" void exit (int) throw ();
6275 > | #endif
6276 > | #define X_DISPLAY_MISSING 1
6277 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
6278 > | #define ACE_HAS_GPERF 1
6279 > | #define __ACE_INLINE__ 1
6280 > | #define ACE_HAS_PTHREADS 1
6281 > | #define STDC_HEADERS 1
6282 > | #define HAVE_SYS_TYPES_H 1
6283 > | #define HAVE_SYS_STAT_H 1
6284 > | #define HAVE_STDLIB_H 1
6285 > | #define HAVE_STRING_H 1
6286 > | #define HAVE_MEMORY_H 1
6287 > | #define HAVE_STRINGS_H 1
6288 > | #define HAVE_INTTYPES_H 1
6289 > | #define HAVE_STDINT_H 1
6290 > | #define HAVE_UNISTD_H 1
6291 > | #define HAVE_DLFCN_H 1
6292 > | #define ACE_HAS_AIO_CALLS 1
6293 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
6294 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
6295 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
6296 > | #define ACE_HAS_BIG_FD_SET 1
6297 > | #define ACE_TIMER_SKEW (1000 * 10)
6298 > | #define ACE_IOCTL_TYPE_ARG2 int
6299 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
6300 > | #define HAVE_DIRENT_H 1
6301 > | #define ACE_HAS_DIRENT 1
6302 > | #define HAVE_SYS_WAIT_H 1
6303 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
6304 > | #define ACE_HAS_PROC_FS 1
6305 > | #define ACE_HAS_BYTESWAP_H 1
6306 > | /* end confdefs.h. */
6307 > | #include <stdio.h>
6308 > | #if HAVE_SYS_TYPES_H
6309 > | # include <sys/types.h>
6310 > | #endif
6311 > | #if HAVE_SYS_STAT_H
6312 > | # include <sys/stat.h>
6313 > | #endif
6314 > | #if STDC_HEADERS
6315 > | # include <stdlib.h>
6316 > | # include <stddef.h>
6317 > | #else
6318 > | # if HAVE_STDLIB_H
6319 > | # include <stdlib.h>
6320 > | # endif
6321 > | #endif
6322 > | #if HAVE_STRING_H
6323 > | # if !STDC_HEADERS && HAVE_MEMORY_H
6324 > | # include <memory.h>
6325 > | # endif
6326 > | # include <string.h>
6327 > | #endif
6328 > | #if HAVE_STRINGS_H
6329 > | # include <strings.h>
6330 > | #endif
6331 > | #if HAVE_INTTYPES_H
6332 > | # include <inttypes.h>
6333 > | #else
6334 > | # if HAVE_STDINT_H
6335 > | # include <stdint.h>
6336 > | # endif
6337 > | #endif
6338 > | #if HAVE_UNISTD_H
6339 > | # include <unistd.h>
6340 > | #endif
6341 > | #include <sysent.h>
6342 > configure:40312: result: no
6343 > configure:40316: checking sysent.h presence
6344 > configure:40326: i686-gentoo1-linux-gnu-g++ -E conftest.cc
6345 > conftest.cc:42:20: fatal error: sysent.h: No such file or directory
6346 > compilation terminated.
6347 > configure:40332: $? = 1
6348 > configure: failed program was:
6349 > | /* confdefs.h. */
6350 > |
6351 > | #define PACKAGE_NAME "ACE"
6352 > | #define PACKAGE_TARNAME "ace"
6353 > | #define PACKAGE_VERSION "5.7.2"
6354 > | #define PACKAGE_STRING "ACE 5.7.2"
6355 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
6356 > | #ifdef __cplusplus
6357 > | extern "C" void exit (int) throw ();
6358 > | #endif
6359 > | #define X_DISPLAY_MISSING 1
6360 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
6361 > | #define ACE_HAS_GPERF 1
6362 > | #define __ACE_INLINE__ 1
6363 > | #define ACE_HAS_PTHREADS 1
6364 > | #define STDC_HEADERS 1
6365 > | #define HAVE_SYS_TYPES_H 1
6366 > | #define HAVE_SYS_STAT_H 1
6367 > | #define HAVE_STDLIB_H 1
6368 > | #define HAVE_STRING_H 1
6369 > | #define HAVE_MEMORY_H 1
6370 > | #define HAVE_STRINGS_H 1
6371 > | #define HAVE_INTTYPES_H 1
6372 > | #define HAVE_STDINT_H 1
6373 > | #define HAVE_UNISTD_H 1
6374 > | #define HAVE_DLFCN_H 1
6375 > | #define ACE_HAS_AIO_CALLS 1
6376 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
6377 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
6378 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
6379 > | #define ACE_HAS_BIG_FD_SET 1
6380 > | #define ACE_TIMER_SKEW (1000 * 10)
6381 > | #define ACE_IOCTL_TYPE_ARG2 int
6382 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
6383 > | #define HAVE_DIRENT_H 1
6384 > | #define ACE_HAS_DIRENT 1
6385 > | #define HAVE_SYS_WAIT_H 1
6386 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
6387 > | #define ACE_HAS_PROC_FS 1
6388 > | #define ACE_HAS_BYTESWAP_H 1
6389 > | /* end confdefs.h. */
6390 > | #include <sysent.h>
6391 > configure:40352: result: no
6392 > configure:40387: checking for sysent.h
6393 > configure:40394: result: no
6394 > configure:40422: checking time.h usability
6395 > configure:40434: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
6396 > configure:40440: $? = 0
6397 > configure:40444: test -z
6398 > || test ! -s conftest.err
6399 > configure:40447: $? = 0
6400 > configure:40450: test -s conftest.o
6401 > configure:40453: $? = 0
6402 > configure:40463: result: yes
6403 > configure:40467: checking time.h presence
6404 > configure:40477: i686-gentoo1-linux-gnu-g++ -E conftest.cc
6405 > configure:40483: $? = 0
6406 > configure:40503: result: yes
6407 > configure:40538: checking for time.h
6408 > configure:40545: result: yes
6409 > configure:40576: checking termio.h usability
6410 > configure:40588: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
6411 > configure:40594: $? = 0
6412 > configure:40598: test -z
6413 > || test ! -s conftest.err
6414 > configure:40601: $? = 0
6415 > configure:40604: test -s conftest.o
6416 > configure:40607: $? = 0
6417 > configure:40617: result: yes
6418 > configure:40621: checking termio.h presence
6419 > configure:40631: i686-gentoo1-linux-gnu-g++ -E conftest.cc
6420 > configure:40637: $? = 0
6421 > configure:40657: result: yes
6422 > configure:40692: checking for termio.h
6423 > configure:40699: result: yes
6424 > configure:40576: checking termios.h usability
6425 > configure:40588: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
6426 > configure:40594: $? = 0
6427 > configure:40598: test -z
6428 > || test ! -s conftest.err
6429 > configure:40601: $? = 0
6430 > configure:40604: test -s conftest.o
6431 > configure:40607: $? = 0
6432 > configure:40617: result: yes
6433 > configure:40621: checking termios.h presence
6434 > configure:40631: i686-gentoo1-linux-gnu-g++ -E conftest.cc
6435 > configure:40637: $? = 0
6436 > configure:40657: result: yes
6437 > configure:40692: checking for termios.h
6438 > configure:40699: result: yes
6439 > configure:40729: checking wctype.h usability
6440 > configure:40741: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
6441 > configure:40747: $? = 0
6442 > configure:40751: test -z
6443 > || test ! -s conftest.err
6444 > configure:40754: $? = 0
6445 > configure:40757: test -s conftest.o
6446 > configure:40760: $? = 0
6447 > configure:40770: result: yes
6448 > configure:40774: checking wctype.h presence
6449 > configure:40784: i686-gentoo1-linux-gnu-g++ -E conftest.cc
6450 > configure:40790: $? = 0
6451 > configure:40810: result: yes
6452 > configure:40845: checking for wctype.h
6453 > configure:40852: result: yes
6454 > configure:40868: checking for struct termio
6455 > configure:40897: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
6456 > configure:40903: $? = 0
6457 > configure:40907: test -z
6458 > || test ! -s conftest.err
6459 > configure:40910: $? = 0
6460 > configure:40913: test -s conftest.o
6461 > configure:40916: $? = 0
6462 > configure:40927: result: yes
6463 > configure:40938: checking for struct termios
6464 > configure:40967: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
6465 > configure:40973: $? = 0
6466 > configure:40977: test -z
6467 > || test ! -s conftest.err
6468 > configure:40980: $? = 0
6469 > configure:40983: test -s conftest.o
6470 > configure:40986: $? = 0
6471 > configure:40997: result: yes
6472 > configure:42570: checking for sys/mman.h
6473 > configure:42575: result: yes
6474 > configure:42752: checking bstring.h usability
6475 > configure:42764: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
6476 > conftest.cc:78:21: fatal error: bstring.h: No such file or directory
6477 > compilation terminated.
6478 > configure:42770: $? = 1
6479 > configure: failed program was:
6480 > | /* confdefs.h. */
6481 > |
6482 > | #define PACKAGE_NAME "ACE"
6483 > | #define PACKAGE_TARNAME "ace"
6484 > | #define PACKAGE_VERSION "5.7.2"
6485 > | #define PACKAGE_STRING "ACE 5.7.2"
6486 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
6487 > | #ifdef __cplusplus
6488 > | extern "C" void exit (int) throw ();
6489 > | #endif
6490 > | #define X_DISPLAY_MISSING 1
6491 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
6492 > | #define ACE_HAS_GPERF 1
6493 > | #define __ACE_INLINE__ 1
6494 > | #define ACE_HAS_PTHREADS 1
6495 > | #define STDC_HEADERS 1
6496 > | #define HAVE_SYS_TYPES_H 1
6497 > | #define HAVE_SYS_STAT_H 1
6498 > | #define HAVE_STDLIB_H 1
6499 > | #define HAVE_STRING_H 1
6500 > | #define HAVE_MEMORY_H 1
6501 > | #define HAVE_STRINGS_H 1
6502 > | #define HAVE_INTTYPES_H 1
6503 > | #define HAVE_STDINT_H 1
6504 > | #define HAVE_UNISTD_H 1
6505 > | #define HAVE_DLFCN_H 1
6506 > | #define ACE_HAS_AIO_CALLS 1
6507 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
6508 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
6509 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
6510 > | #define ACE_HAS_BIG_FD_SET 1
6511 > | #define ACE_TIMER_SKEW (1000 * 10)
6512 > | #define ACE_IOCTL_TYPE_ARG2 int
6513 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
6514 > | #define HAVE_DIRENT_H 1
6515 > | #define ACE_HAS_DIRENT 1
6516 > | #define HAVE_SYS_WAIT_H 1
6517 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
6518 > | #define ACE_HAS_PROC_FS 1
6519 > | #define ACE_HAS_BYTESWAP_H 1
6520 > | #define ACE_HAS_TERMIO 1
6521 > | #define ACE_HAS_TERMIOS 1
6522 > | /* end confdefs.h. */
6523 > | #include <stdio.h>
6524 > | #if HAVE_SYS_TYPES_H
6525 > | # include <sys/types.h>
6526 > | #endif
6527 > | #if HAVE_SYS_STAT_H
6528 > | # include <sys/stat.h>
6529 > | #endif
6530 > | #if STDC_HEADERS
6531 > | # include <stdlib.h>
6532 > | # include <stddef.h>
6533 > | #else
6534 > | # if HAVE_STDLIB_H
6535 > | # include <stdlib.h>
6536 > | # endif
6537 > | #endif
6538 > | #if HAVE_STRING_H
6539 > | # if !STDC_HEADERS && HAVE_MEMORY_H
6540 > | # include <memory.h>
6541 > | # endif
6542 > | # include <string.h>
6543 > | #endif
6544 > | #if HAVE_STRINGS_H
6545 > | # include <strings.h>
6546 > | #endif
6547 > | #if HAVE_INTTYPES_H
6548 > | # include <inttypes.h>
6549 > | #else
6550 > | # if HAVE_STDINT_H
6551 > | # include <stdint.h>
6552 > | # endif
6553 > | #endif
6554 > | #if HAVE_UNISTD_H
6555 > | # include <unistd.h>
6556 > | #endif
6557 > | #include <bstring.h>
6558 > configure:42793: result: no
6559 > configure:42797: checking bstring.h presence
6560 > configure:42807: i686-gentoo1-linux-gnu-g++ -E conftest.cc
6561 > conftest.cc:44:21: fatal error: bstring.h: No such file or directory
6562 > compilation terminated.
6563 > configure:42813: $? = 1
6564 > configure: failed program was:
6565 > | /* confdefs.h. */
6566 > |
6567 > | #define PACKAGE_NAME "ACE"
6568 > | #define PACKAGE_TARNAME "ace"
6569 > | #define PACKAGE_VERSION "5.7.2"
6570 > | #define PACKAGE_STRING "ACE 5.7.2"
6571 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
6572 > | #ifdef __cplusplus
6573 > | extern "C" void exit (int) throw ();
6574 > | #endif
6575 > | #define X_DISPLAY_MISSING 1
6576 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
6577 > | #define ACE_HAS_GPERF 1
6578 > | #define __ACE_INLINE__ 1
6579 > | #define ACE_HAS_PTHREADS 1
6580 > | #define STDC_HEADERS 1
6581 > | #define HAVE_SYS_TYPES_H 1
6582 > | #define HAVE_SYS_STAT_H 1
6583 > | #define HAVE_STDLIB_H 1
6584 > | #define HAVE_STRING_H 1
6585 > | #define HAVE_MEMORY_H 1
6586 > | #define HAVE_STRINGS_H 1
6587 > | #define HAVE_INTTYPES_H 1
6588 > | #define HAVE_STDINT_H 1
6589 > | #define HAVE_UNISTD_H 1
6590 > | #define HAVE_DLFCN_H 1
6591 > | #define ACE_HAS_AIO_CALLS 1
6592 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
6593 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
6594 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
6595 > | #define ACE_HAS_BIG_FD_SET 1
6596 > | #define ACE_TIMER_SKEW (1000 * 10)
6597 > | #define ACE_IOCTL_TYPE_ARG2 int
6598 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
6599 > | #define HAVE_DIRENT_H 1
6600 > | #define ACE_HAS_DIRENT 1
6601 > | #define HAVE_SYS_WAIT_H 1
6602 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
6603 > | #define ACE_HAS_PROC_FS 1
6604 > | #define ACE_HAS_BYTESWAP_H 1
6605 > | #define ACE_HAS_TERMIO 1
6606 > | #define ACE_HAS_TERMIOS 1
6607 > | /* end confdefs.h. */
6608 > | #include <bstring.h>
6609 > configure:42833: result: no
6610 > configure:42868: checking for bstring.h
6611 > configure:42875: result: no
6612 > configure:42907: checking for strings.h
6613 > configure:42912: result: yes
6614 > configure:43084: checking sys/syscall.h usability
6615 > configure:43096: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
6616 > configure:43102: $? = 0
6617 > configure:43106: test -z
6618 > || test ! -s conftest.err
6619 > configure:43109: $? = 0
6620 > configure:43112: test -s conftest.o
6621 > configure:43115: $? = 0
6622 > configure:43125: result: yes
6623 > configure:43129: checking sys/syscall.h presence
6624 > configure:43139: i686-gentoo1-linux-gnu-g++ -E conftest.cc
6625 > configure:43145: $? = 0
6626 > configure:43165: result: yes
6627 > configure:43200: checking for sys/syscall.h
6628 > configure:43207: result: yes
6629 > configure:43231: checking poll.h usability
6630 > configure:43243: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
6631 > configure:43249: $? = 0
6632 > configure:43253: test -z
6633 > || test ! -s conftest.err
6634 > configure:43256: $? = 0
6635 > configure:43259: test -s conftest.o
6636 > configure:43262: $? = 0
6637 > configure:43272: result: yes
6638 > configure:43276: checking poll.h presence
6639 > configure:43286: i686-gentoo1-linux-gnu-g++ -E conftest.cc
6640 > configure:43292: $? = 0
6641 > configure:43312: result: yes
6642 > configure:43347: checking for poll.h
6643 > configure:43354: result: yes
6644 > configure:43372: checking for pwd.h
6645 > configure:43377: result: yes
6646 > configure:43530: checking regexpr.h usability
6647 > configure:43542: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
6648 > conftest.cc:81:21: fatal error: regexpr.h: No such file or directory
6649 > compilation terminated.
6650 > configure:43548: $? = 1
6651 > configure: failed program was:
6652 > | /* confdefs.h. */
6653 > |
6654 > | #define PACKAGE_NAME "ACE"
6655 > | #define PACKAGE_TARNAME "ace"
6656 > | #define PACKAGE_VERSION "5.7.2"
6657 > | #define PACKAGE_STRING "ACE 5.7.2"
6658 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
6659 > | #ifdef __cplusplus
6660 > | extern "C" void exit (int) throw ();
6661 > | #endif
6662 > | #define X_DISPLAY_MISSING 1
6663 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
6664 > | #define ACE_HAS_GPERF 1
6665 > | #define __ACE_INLINE__ 1
6666 > | #define ACE_HAS_PTHREADS 1
6667 > | #define STDC_HEADERS 1
6668 > | #define HAVE_SYS_TYPES_H 1
6669 > | #define HAVE_SYS_STAT_H 1
6670 > | #define HAVE_STDLIB_H 1
6671 > | #define HAVE_STRING_H 1
6672 > | #define HAVE_MEMORY_H 1
6673 > | #define HAVE_STRINGS_H 1
6674 > | #define HAVE_INTTYPES_H 1
6675 > | #define HAVE_STDINT_H 1
6676 > | #define HAVE_UNISTD_H 1
6677 > | #define HAVE_DLFCN_H 1
6678 > | #define ACE_HAS_AIO_CALLS 1
6679 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
6680 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
6681 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
6682 > | #define ACE_HAS_BIG_FD_SET 1
6683 > | #define ACE_TIMER_SKEW (1000 * 10)
6684 > | #define ACE_IOCTL_TYPE_ARG2 int
6685 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
6686 > | #define HAVE_DIRENT_H 1
6687 > | #define ACE_HAS_DIRENT 1
6688 > | #define HAVE_SYS_WAIT_H 1
6689 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
6690 > | #define ACE_HAS_PROC_FS 1
6691 > | #define ACE_HAS_BYTESWAP_H 1
6692 > | #define ACE_HAS_TERMIO 1
6693 > | #define ACE_HAS_TERMIOS 1
6694 > | #define ACE_HAS_STRINGS 1
6695 > | #define ACE_HAS_SYS_SYSCALL_H 1
6696 > | #define ACE_HAS_POLL 1
6697 > | /* end confdefs.h. */
6698 > | #include <stdio.h>
6699 > | #if HAVE_SYS_TYPES_H
6700 > | # include <sys/types.h>
6701 > | #endif
6702 > | #if HAVE_SYS_STAT_H
6703 > | # include <sys/stat.h>
6704 > | #endif
6705 > | #if STDC_HEADERS
6706 > | # include <stdlib.h>
6707 > | # include <stddef.h>
6708 > | #else
6709 > | # if HAVE_STDLIB_H
6710 > | # include <stdlib.h>
6711 > | # endif
6712 > | #endif
6713 > | #if HAVE_STRING_H
6714 > | # if !STDC_HEADERS && HAVE_MEMORY_H
6715 > | # include <memory.h>
6716 > | # endif
6717 > | # include <string.h>
6718 > | #endif
6719 > | #if HAVE_STRINGS_H
6720 > | # include <strings.h>
6721 > | #endif
6722 > | #if HAVE_INTTYPES_H
6723 > | # include <inttypes.h>
6724 > | #else
6725 > | # if HAVE_STDINT_H
6726 > | # include <stdint.h>
6727 > | # endif
6728 > | #endif
6729 > | #if HAVE_UNISTD_H
6730 > | # include <unistd.h>
6731 > | #endif
6732 > | #include <regexpr.h>
6733 > configure:43571: result: no
6734 > configure:43575: checking regexpr.h presence
6735 > configure:43585: i686-gentoo1-linux-gnu-g++ -E conftest.cc
6736 > conftest.cc:47:21: fatal error: regexpr.h: No such file or directory
6737 > compilation terminated.
6738 > configure:43591: $? = 1
6739 > configure: failed program was:
6740 > | /* confdefs.h. */
6741 > |
6742 > | #define PACKAGE_NAME "ACE"
6743 > | #define PACKAGE_TARNAME "ace"
6744 > | #define PACKAGE_VERSION "5.7.2"
6745 > | #define PACKAGE_STRING "ACE 5.7.2"
6746 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
6747 > | #ifdef __cplusplus
6748 > | extern "C" void exit (int) throw ();
6749 > | #endif
6750 > | #define X_DISPLAY_MISSING 1
6751 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
6752 > | #define ACE_HAS_GPERF 1
6753 > | #define __ACE_INLINE__ 1
6754 > | #define ACE_HAS_PTHREADS 1
6755 > | #define STDC_HEADERS 1
6756 > | #define HAVE_SYS_TYPES_H 1
6757 > | #define HAVE_SYS_STAT_H 1
6758 > | #define HAVE_STDLIB_H 1
6759 > | #define HAVE_STRING_H 1
6760 > | #define HAVE_MEMORY_H 1
6761 > | #define HAVE_STRINGS_H 1
6762 > | #define HAVE_INTTYPES_H 1
6763 > | #define HAVE_STDINT_H 1
6764 > | #define HAVE_UNISTD_H 1
6765 > | #define HAVE_DLFCN_H 1
6766 > | #define ACE_HAS_AIO_CALLS 1
6767 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
6768 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
6769 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
6770 > | #define ACE_HAS_BIG_FD_SET 1
6771 > | #define ACE_TIMER_SKEW (1000 * 10)
6772 > | #define ACE_IOCTL_TYPE_ARG2 int
6773 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
6774 > | #define HAVE_DIRENT_H 1
6775 > | #define ACE_HAS_DIRENT 1
6776 > | #define HAVE_SYS_WAIT_H 1
6777 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
6778 > | #define ACE_HAS_PROC_FS 1
6779 > | #define ACE_HAS_BYTESWAP_H 1
6780 > | #define ACE_HAS_TERMIO 1
6781 > | #define ACE_HAS_TERMIOS 1
6782 > | #define ACE_HAS_STRINGS 1
6783 > | #define ACE_HAS_SYS_SYSCALL_H 1
6784 > | #define ACE_HAS_POLL 1
6785 > | /* end confdefs.h. */
6786 > | #include <regexpr.h>
6787 > configure:43611: result: no
6788 > configure:43646: checking for regexpr.h
6789 > configure:43653: result: no
6790 > configure:43676: checking stropts.h usability
6791 > configure:43688: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
6792 > configure:43694: $? = 0
6793 > configure:43698: test -z
6794 > || test ! -s conftest.err
6795 > configure:43701: $? = 0
6796 > configure:43704: test -s conftest.o
6797 > configure:43707: $? = 0
6798 > configure:43717: result: yes
6799 > configure:43721: checking stropts.h presence
6800 > configure:43731: i686-gentoo1-linux-gnu-g++ -E conftest.cc
6801 > configure:43737: $? = 0
6802 > configure:43757: result: yes
6803 > configure:43792: checking for stropts.h
6804 > configure:43799: result: yes
6805 > configure:43831: checking siginfo.h usability
6806 > configure:43843: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
6807 > conftest.cc:82:21: fatal error: siginfo.h: No such file or directory
6808 > compilation terminated.
6809 > configure:43849: $? = 1
6810 > configure: failed program was:
6811 > | /* confdefs.h. */
6812 > |
6813 > | #define PACKAGE_NAME "ACE"
6814 > | #define PACKAGE_TARNAME "ace"
6815 > | #define PACKAGE_VERSION "5.7.2"
6816 > | #define PACKAGE_STRING "ACE 5.7.2"
6817 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
6818 > | #ifdef __cplusplus
6819 > | extern "C" void exit (int) throw ();
6820 > | #endif
6821 > | #define X_DISPLAY_MISSING 1
6822 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
6823 > | #define ACE_HAS_GPERF 1
6824 > | #define __ACE_INLINE__ 1
6825 > | #define ACE_HAS_PTHREADS 1
6826 > | #define STDC_HEADERS 1
6827 > | #define HAVE_SYS_TYPES_H 1
6828 > | #define HAVE_SYS_STAT_H 1
6829 > | #define HAVE_STDLIB_H 1
6830 > | #define HAVE_STRING_H 1
6831 > | #define HAVE_MEMORY_H 1
6832 > | #define HAVE_STRINGS_H 1
6833 > | #define HAVE_INTTYPES_H 1
6834 > | #define HAVE_STDINT_H 1
6835 > | #define HAVE_UNISTD_H 1
6836 > | #define HAVE_DLFCN_H 1
6837 > | #define ACE_HAS_AIO_CALLS 1
6838 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
6839 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
6840 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
6841 > | #define ACE_HAS_BIG_FD_SET 1
6842 > | #define ACE_TIMER_SKEW (1000 * 10)
6843 > | #define ACE_IOCTL_TYPE_ARG2 int
6844 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
6845 > | #define HAVE_DIRENT_H 1
6846 > | #define ACE_HAS_DIRENT 1
6847 > | #define HAVE_SYS_WAIT_H 1
6848 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
6849 > | #define ACE_HAS_PROC_FS 1
6850 > | #define ACE_HAS_BYTESWAP_H 1
6851 > | #define ACE_HAS_TERMIO 1
6852 > | #define ACE_HAS_TERMIOS 1
6853 > | #define ACE_HAS_STRINGS 1
6854 > | #define ACE_HAS_SYS_SYSCALL_H 1
6855 > | #define ACE_HAS_POLL 1
6856 > | #define ACE_HAS_STREAMS 1
6857 > | /* end confdefs.h. */
6858 > | #include <stdio.h>
6859 > | #if HAVE_SYS_TYPES_H
6860 > | # include <sys/types.h>
6861 > | #endif
6862 > | #if HAVE_SYS_STAT_H
6863 > | # include <sys/stat.h>
6864 > | #endif
6865 > | #if STDC_HEADERS
6866 > | # include <stdlib.h>
6867 > | # include <stddef.h>
6868 > | #else
6869 > | # if HAVE_STDLIB_H
6870 > | # include <stdlib.h>
6871 > | # endif
6872 > | #endif
6873 > | #if HAVE_STRING_H
6874 > | # if !STDC_HEADERS && HAVE_MEMORY_H
6875 > | # include <memory.h>
6876 > | # endif
6877 > | # include <string.h>
6878 > | #endif
6879 > | #if HAVE_STRINGS_H
6880 > | # include <strings.h>
6881 > | #endif
6882 > | #if HAVE_INTTYPES_H
6883 > | # include <inttypes.h>
6884 > | #else
6885 > | # if HAVE_STDINT_H
6886 > | # include <stdint.h>
6887 > | # endif
6888 > | #endif
6889 > | #if HAVE_UNISTD_H
6890 > | # include <unistd.h>
6891 > | #endif
6892 > | #include <siginfo.h>
6893 > configure:43872: result: no
6894 > configure:43876: checking siginfo.h presence
6895 > configure:43886: i686-gentoo1-linux-gnu-g++ -E conftest.cc
6896 > conftest.cc:48:21: fatal error: siginfo.h: No such file or directory
6897 > compilation terminated.
6898 > configure:43892: $? = 1
6899 > configure: failed program was:
6900 > | /* confdefs.h. */
6901 > |
6902 > | #define PACKAGE_NAME "ACE"
6903 > | #define PACKAGE_TARNAME "ace"
6904 > | #define PACKAGE_VERSION "5.7.2"
6905 > | #define PACKAGE_STRING "ACE 5.7.2"
6906 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
6907 > | #ifdef __cplusplus
6908 > | extern "C" void exit (int) throw ();
6909 > | #endif
6910 > | #define X_DISPLAY_MISSING 1
6911 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
6912 > | #define ACE_HAS_GPERF 1
6913 > | #define __ACE_INLINE__ 1
6914 > | #define ACE_HAS_PTHREADS 1
6915 > | #define STDC_HEADERS 1
6916 > | #define HAVE_SYS_TYPES_H 1
6917 > | #define HAVE_SYS_STAT_H 1
6918 > | #define HAVE_STDLIB_H 1
6919 > | #define HAVE_STRING_H 1
6920 > | #define HAVE_MEMORY_H 1
6921 > | #define HAVE_STRINGS_H 1
6922 > | #define HAVE_INTTYPES_H 1
6923 > | #define HAVE_STDINT_H 1
6924 > | #define HAVE_UNISTD_H 1
6925 > | #define HAVE_DLFCN_H 1
6926 > | #define ACE_HAS_AIO_CALLS 1
6927 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
6928 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
6929 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
6930 > | #define ACE_HAS_BIG_FD_SET 1
6931 > | #define ACE_TIMER_SKEW (1000 * 10)
6932 > | #define ACE_IOCTL_TYPE_ARG2 int
6933 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
6934 > | #define HAVE_DIRENT_H 1
6935 > | #define ACE_HAS_DIRENT 1
6936 > | #define HAVE_SYS_WAIT_H 1
6937 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
6938 > | #define ACE_HAS_PROC_FS 1
6939 > | #define ACE_HAS_BYTESWAP_H 1
6940 > | #define ACE_HAS_TERMIO 1
6941 > | #define ACE_HAS_TERMIOS 1
6942 > | #define ACE_HAS_STRINGS 1
6943 > | #define ACE_HAS_SYS_SYSCALL_H 1
6944 > | #define ACE_HAS_POLL 1
6945 > | #define ACE_HAS_STREAMS 1
6946 > | /* end confdefs.h. */
6947 > | #include <siginfo.h>
6948 > configure:43912: result: no
6949 > configure:43947: checking for siginfo.h
6950 > configure:43954: result: no
6951 > configure:43975: checking for unistd.h
6952 > configure:43980: result: yes
6953 > configure:44137: checking utime.h usability
6954 > configure:44149: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
6955 > configure:44155: $? = 0
6956 > configure:44159: test -z
6957 > || test ! -s conftest.err
6958 > configure:44162: $? = 0
6959 > configure:44165: test -s conftest.o
6960 > configure:44168: $? = 0
6961 > configure:44178: result: yes
6962 > configure:44182: checking utime.h presence
6963 > configure:44192: i686-gentoo1-linux-gnu-g++ -E conftest.cc
6964 > configure:44198: $? = 0
6965 > configure:44218: result: yes
6966 > configure:44253: checking for utime.h
6967 > configure:44260: result: yes
6968 > configure:44290: checking wchar.h usability
6969 > configure:44302: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
6970 > configure:44308: $? = 0
6971 > configure:44312: test -z
6972 > || test ! -s conftest.err
6973 > configure:44315: $? = 0
6974 > configure:44318: test -s conftest.o
6975 > configure:44321: $? = 0
6976 > configure:44331: result: yes
6977 > configure:44335: checking wchar.h presence
6978 > configure:44345: i686-gentoo1-linux-gnu-g++ -E conftest.cc
6979 > configure:44351: $? = 0
6980 > configure:44371: result: yes
6981 > configure:44406: checking for wchar.h
6982 > configure:44413: result: yes
6983 > configure:44430: checking for wchar.h
6984 > configure:44435: result: yes
6985 > configure:44585: checking new usability
6986 > configure:44597: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
6987 > configure:44603: $? = 0
6988 > configure:44607: test -z
6989 > || test ! -s conftest.err
6990 > configure:44610: $? = 0
6991 > configure:44613: test -s conftest.o
6992 > configure:44616: $? = 0
6993 > configure:44626: result: yes
6994 > configure:44630: checking new presence
6995 > configure:44640: i686-gentoo1-linux-gnu-g++ -E conftest.cc
6996 > configure:44646: $? = 0
6997 > configure:44666: result: yes
6998 > configure:44701: checking for new
6999 > configure:44708: result: yes
7000 > configure:44884: checking cstring usability
7001 > configure:44896: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
7002 > configure:44902: $? = 0
7003 > configure:44906: test -z
7004 > || test ! -s conftest.err
7005 > configure:44909: $? = 0
7006 > configure:44912: test -s conftest.o
7007 > configure:44915: $? = 0
7008 > configure:44925: result: yes
7009 > configure:44929: checking cstring presence
7010 > configure:44939: i686-gentoo1-linux-gnu-g++ -E conftest.cc
7011 > configure:44945: $? = 0
7012 > configure:44965: result: yes
7013 > configure:45000: checking for cstring
7014 > configure:45007: result: yes
7015 > configure:45030: checking memory usability
7016 > configure:45042: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
7017 > configure:45048: $? = 0
7018 > configure:45052: test -z
7019 > || test ! -s conftest.err
7020 > configure:45055: $? = 0
7021 > configure:45058: test -s conftest.o
7022 > configure:45061: $? = 0
7023 > configure:45071: result: yes
7024 > configure:45075: checking memory presence
7025 > configure:45085: i686-gentoo1-linux-gnu-g++ -E conftest.cc
7026 > configure:45091: $? = 0
7027 > configure:45111: result: yes
7028 > configure:45146: checking for memory
7029 > configure:45153: result: yes
7030 > configure:45180: checking iomanip usability
7031 > configure:45192: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
7032 > configure:45198: $? = 0
7033 > configure:45202: test -z
7034 > || test ! -s conftest.err
7035 > configure:45205: $? = 0
7036 > configure:45208: test -s conftest.o
7037 > configure:45211: $? = 0
7038 > configure:45221: result: yes
7039 > configure:45225: checking iomanip presence
7040 > configure:45235: i686-gentoo1-linux-gnu-g++ -E conftest.cc
7041 > configure:45241: $? = 0
7042 > configure:45261: result: yes
7043 > configure:45296: checking for iomanip
7044 > configure:45303: result: yes
7045 > configure:45180: checking ios usability
7046 > configure:45192: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
7047 > configure:45198: $? = 0
7048 > configure:45202: test -z
7049 > || test ! -s conftest.err
7050 > configure:45205: $? = 0
7051 > configure:45208: test -s conftest.o
7052 > configure:45211: $? = 0
7053 > configure:45221: result: yes
7054 > configure:45225: checking ios presence
7055 > configure:45235: i686-gentoo1-linux-gnu-g++ -E conftest.cc
7056 > configure:45241: $? = 0
7057 > configure:45261: result: yes
7058 > configure:45296: checking for ios
7059 > configure:45303: result: yes
7060 > configure:45180: checking iostream usability
7061 > configure:45192: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
7062 > configure:45198: $? = 0
7063 > configure:45202: test -z
7064 > || test ! -s conftest.err
7065 > configure:45205: $? = 0
7066 > configure:45208: test -s conftest.o
7067 > configure:45211: $? = 0
7068 > configure:45221: result: yes
7069 > configure:45225: checking iostream presence
7070 > configure:45235: i686-gentoo1-linux-gnu-g++ -E conftest.cc
7071 > configure:45241: $? = 0
7072 > configure:45261: result: yes
7073 > configure:45296: checking for iostream
7074 > configure:45303: result: yes
7075 > configure:45180: checking istream usability
7076 > configure:45192: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
7077 > configure:45198: $? = 0
7078 > configure:45202: test -z
7079 > || test ! -s conftest.err
7080 > configure:45205: $? = 0
7081 > configure:45208: test -s conftest.o
7082 > configure:45211: $? = 0
7083 > configure:45221: result: yes
7084 > configure:45225: checking istream presence
7085 > configure:45235: i686-gentoo1-linux-gnu-g++ -E conftest.cc
7086 > configure:45241: $? = 0
7087 > configure:45261: result: yes
7088 > configure:45296: checking for istream
7089 > configure:45303: result: yes
7090 > configure:45180: checking ostream usability
7091 > configure:45192: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
7092 > configure:45198: $? = 0
7093 > configure:45202: test -z
7094 > || test ! -s conftest.err
7095 > configure:45205: $? = 0
7096 > configure:45208: test -s conftest.o
7097 > configure:45211: $? = 0
7098 > configure:45221: result: yes
7099 > configure:45225: checking ostream presence
7100 > configure:45235: i686-gentoo1-linux-gnu-g++ -E conftest.cc
7101 > configure:45241: $? = 0
7102 > configure:45261: result: yes
7103 > configure:45296: checking for ostream
7104 > configure:45303: result: yes
7105 > configure:45180: checking fstream usability
7106 > configure:45192: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
7107 > configure:45198: $? = 0
7108 > configure:45202: test -z
7109 > || test ! -s conftest.err
7110 > configure:45205: $? = 0
7111 > configure:45208: test -s conftest.o
7112 > configure:45211: $? = 0
7113 > configure:45221: result: yes
7114 > configure:45225: checking fstream presence
7115 > configure:45235: i686-gentoo1-linux-gnu-g++ -E conftest.cc
7116 > configure:45241: $? = 0
7117 > configure:45261: result: yes
7118 > configure:45296: checking for fstream
7119 > configure:45303: result: yes
7120 > configure:45180: checking streambuf usability
7121 > configure:45192: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
7122 > configure:45198: $? = 0
7123 > configure:45202: test -z
7124 > || test ! -s conftest.err
7125 > configure:45205: $? = 0
7126 > configure:45208: test -s conftest.o
7127 > configure:45211: $? = 0
7128 > configure:45221: result: yes
7129 > configure:45225: checking streambuf presence
7130 > configure:45235: i686-gentoo1-linux-gnu-g++ -E conftest.cc
7131 > configure:45241: $? = 0
7132 > configure:45261: result: yes
7133 > configure:45296: checking for streambuf
7134 > configure:45303: result: yes
7135 > configure:45486: checking for old malloc() prototype
7136 > configure:45516: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -Werror conftest.cc >&5
7137 > conftest.cc: In function 'int main()':
7138 > conftest.cc:70:28: error: invalid conversion from 'void*' to 'char*'
7139 > configure:45522: $? = 1
7140 > configure: failed program was:
7141 > | /* confdefs.h. */
7142 > |
7143 > | #define PACKAGE_NAME "ACE"
7144 > | #define PACKAGE_TARNAME "ace"
7145 > | #define PACKAGE_VERSION "5.7.2"
7146 > | #define PACKAGE_STRING "ACE 5.7.2"
7147 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
7148 > | #ifdef __cplusplus
7149 > | extern "C" void exit (int) throw ();
7150 > | #endif
7151 > | #define X_DISPLAY_MISSING 1
7152 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
7153 > | #define ACE_HAS_GPERF 1
7154 > | #define __ACE_INLINE__ 1
7155 > | #define ACE_HAS_PTHREADS 1
7156 > | #define STDC_HEADERS 1
7157 > | #define HAVE_SYS_TYPES_H 1
7158 > | #define HAVE_SYS_STAT_H 1
7159 > | #define HAVE_STDLIB_H 1
7160 > | #define HAVE_STRING_H 1
7161 > | #define HAVE_MEMORY_H 1
7162 > | #define HAVE_STRINGS_H 1
7163 > | #define HAVE_INTTYPES_H 1
7164 > | #define HAVE_STDINT_H 1
7165 > | #define HAVE_UNISTD_H 1
7166 > | #define HAVE_DLFCN_H 1
7167 > | #define ACE_HAS_AIO_CALLS 1
7168 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
7169 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
7170 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
7171 > | #define ACE_HAS_BIG_FD_SET 1
7172 > | #define ACE_TIMER_SKEW (1000 * 10)
7173 > | #define ACE_IOCTL_TYPE_ARG2 int
7174 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
7175 > | #define HAVE_DIRENT_H 1
7176 > | #define ACE_HAS_DIRENT 1
7177 > | #define HAVE_SYS_WAIT_H 1
7178 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
7179 > | #define ACE_HAS_PROC_FS 1
7180 > | #define ACE_HAS_BYTESWAP_H 1
7181 > | #define ACE_HAS_TERMIO 1
7182 > | #define ACE_HAS_TERMIOS 1
7183 > | #define ACE_HAS_STRINGS 1
7184 > | #define ACE_HAS_SYS_SYSCALL_H 1
7185 > | #define ACE_HAS_POLL 1
7186 > | #define ACE_HAS_STREAMS 1
7187 > | #define ACE_LACKS_SIGINFO_H 1
7188 > | #define ACE_HAS_WCHAR 1
7189 > | #define ACE_HAS_NEW_NO_H 1
7190 > | #define ACE_HAS_GNU_CSTRING_H 1
7191 > | #define HAVE_IOMANIP 1
7192 > | #define HAVE_IOS 1
7193 > | #define HAVE_IOSTREAM 1
7194 > | #define HAVE_ISTREAM 1
7195 > | #define HAVE_OSTREAM 1
7196 > | #define HAVE_FSTREAM 1
7197 > | #define HAVE_STREAMBUF 1
7198 > | /* end confdefs.h. */
7199 > |
7200 > | #include <stdlib.h>
7201 > | #ifndef ACE_LACKS_MALLOC_H
7202 > | # include <malloc.h>
7203 > | #endif
7204 > |
7205 > | int
7206 > | main ()
7207 > | {
7208 > |
7209 > | char *s = 0;
7210 > | s = malloc(sizeof(int));
7211 > |
7212 > | ;
7213 > | return 0;
7214 > | }
7215 > configure:45552: result: no
7216 > configure:45570: checking whether recv_timedwait is declared
7217 > configure:45596: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
7218 > conftest.cc: In function 'int main()':
7219 > conftest.cc:66:22: error: 'recv_timedwait' was not declared in this scope
7220 > configure:45602: $? = 1
7221 > configure: failed program was:
7222 > | /* confdefs.h. */
7223 > |
7224 > | #define PACKAGE_NAME "ACE"
7225 > | #define PACKAGE_TARNAME "ace"
7226 > | #define PACKAGE_VERSION "5.7.2"
7227 > | #define PACKAGE_STRING "ACE 5.7.2"
7228 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
7229 > | #ifdef __cplusplus
7230 > | extern "C" void exit (int) throw ();
7231 > | #endif
7232 > | #define X_DISPLAY_MISSING 1
7233 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
7234 > | #define ACE_HAS_GPERF 1
7235 > | #define __ACE_INLINE__ 1
7236 > | #define ACE_HAS_PTHREADS 1
7237 > | #define STDC_HEADERS 1
7238 > | #define HAVE_SYS_TYPES_H 1
7239 > | #define HAVE_SYS_STAT_H 1
7240 > | #define HAVE_STDLIB_H 1
7241 > | #define HAVE_STRING_H 1
7242 > | #define HAVE_MEMORY_H 1
7243 > | #define HAVE_STRINGS_H 1
7244 > | #define HAVE_INTTYPES_H 1
7245 > | #define HAVE_STDINT_H 1
7246 > | #define HAVE_UNISTD_H 1
7247 > | #define HAVE_DLFCN_H 1
7248 > | #define ACE_HAS_AIO_CALLS 1
7249 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
7250 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
7251 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
7252 > | #define ACE_HAS_BIG_FD_SET 1
7253 > | #define ACE_TIMER_SKEW (1000 * 10)
7254 > | #define ACE_IOCTL_TYPE_ARG2 int
7255 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
7256 > | #define HAVE_DIRENT_H 1
7257 > | #define ACE_HAS_DIRENT 1
7258 > | #define HAVE_SYS_WAIT_H 1
7259 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
7260 > | #define ACE_HAS_PROC_FS 1
7261 > | #define ACE_HAS_BYTESWAP_H 1
7262 > | #define ACE_HAS_TERMIO 1
7263 > | #define ACE_HAS_TERMIOS 1
7264 > | #define ACE_HAS_STRINGS 1
7265 > | #define ACE_HAS_SYS_SYSCALL_H 1
7266 > | #define ACE_HAS_POLL 1
7267 > | #define ACE_HAS_STREAMS 1
7268 > | #define ACE_LACKS_SIGINFO_H 1
7269 > | #define ACE_HAS_WCHAR 1
7270 > | #define ACE_HAS_NEW_NO_H 1
7271 > | #define ACE_HAS_GNU_CSTRING_H 1
7272 > | #define HAVE_IOMANIP 1
7273 > | #define HAVE_IOS 1
7274 > | #define HAVE_IOSTREAM 1
7275 > | #define HAVE_ISTREAM 1
7276 > | #define HAVE_OSTREAM 1
7277 > | #define HAVE_FSTREAM 1
7278 > | #define HAVE_STREAMBUF 1
7279 > | /* end confdefs.h. */
7280 > | #include <pthread.h>
7281 > | #include <fcntl.h>
7282 > |
7283 > | int
7284 > | main ()
7285 > | {
7286 > | #ifndef recv_timedwait
7287 > | char *p = (char *) recv_timedwait;
7288 > | #endif
7289 > |
7290 > | ;
7291 > | return 0;
7292 > | }
7293 > configure:45626: result: no
7294 > configure:45639: checking whether getrlimit is declared
7295 > configure:45664: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
7296 > configure:45670: $? = 0
7297 > configure:45674: test -z
7298 > || test ! -s conftest.err
7299 > configure:45677: $? = 0
7300 > configure:45680: test -s conftest.o
7301 > configure:45683: $? = 0
7302 > configure:45694: result: yes
7303 > configure:45697: checking whether setrlimit is declared
7304 > configure:45722: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
7305 > configure:45728: $? = 0
7306 > configure:45732: test -z
7307 > || test ! -s conftest.err
7308 > configure:45735: $? = 0
7309 > configure:45738: test -s conftest.o
7310 > configure:45741: $? = 0
7311 > configure:45752: result: yes
7312 > configure:45768: checking for cpu_set_t
7313 > configure:45797: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
7314 > configure:45803: $? = 0
7315 > configure:45807: test -z
7316 > || test ! -s conftest.err
7317 > configure:45810: $? = 0
7318 > configure:45813: test -s conftest.o
7319 > configure:45816: $? = 0
7320 > configure:45827: result: yes
7321 > configure:45838: checking for idtype_t
7322 > configure:45863: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
7323 > conftest.cc: In function 'int main()':
7324 > conftest.cc:66:6: error: 'idtype_t' was not declared in this scope
7325 > conftest.cc:66:16: error: expected primary-expression before ')' token
7326 > conftest.cc:66:18: error: expected ')' before numeric constant
7327 > conftest.cc:68:13: error: 'idtype_t' was not declared in this scope
7328 > configure:45869: $? = 1
7329 > configure: failed program was:
7330 > | /* confdefs.h. */
7331 > |
7332 > | #define PACKAGE_NAME "ACE"
7333 > | #define PACKAGE_TARNAME "ace"
7334 > | #define PACKAGE_VERSION "5.7.2"
7335 > | #define PACKAGE_STRING "ACE 5.7.2"
7336 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
7337 > | #ifdef __cplusplus
7338 > | extern "C" void exit (int) throw ();
7339 > | #endif
7340 > | #define X_DISPLAY_MISSING 1
7341 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
7342 > | #define ACE_HAS_GPERF 1
7343 > | #define __ACE_INLINE__ 1
7344 > | #define ACE_HAS_PTHREADS 1
7345 > | #define STDC_HEADERS 1
7346 > | #define HAVE_SYS_TYPES_H 1
7347 > | #define HAVE_SYS_STAT_H 1
7348 > | #define HAVE_STDLIB_H 1
7349 > | #define HAVE_STRING_H 1
7350 > | #define HAVE_MEMORY_H 1
7351 > | #define HAVE_STRINGS_H 1
7352 > | #define HAVE_INTTYPES_H 1
7353 > | #define HAVE_STDINT_H 1
7354 > | #define HAVE_UNISTD_H 1
7355 > | #define HAVE_DLFCN_H 1
7356 > | #define ACE_HAS_AIO_CALLS 1
7357 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
7358 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
7359 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
7360 > | #define ACE_HAS_BIG_FD_SET 1
7361 > | #define ACE_TIMER_SKEW (1000 * 10)
7362 > | #define ACE_IOCTL_TYPE_ARG2 int
7363 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
7364 > | #define HAVE_DIRENT_H 1
7365 > | #define ACE_HAS_DIRENT 1
7366 > | #define HAVE_SYS_WAIT_H 1
7367 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
7368 > | #define ACE_HAS_PROC_FS 1
7369 > | #define ACE_HAS_BYTESWAP_H 1
7370 > | #define ACE_HAS_TERMIO 1
7371 > | #define ACE_HAS_TERMIOS 1
7372 > | #define ACE_HAS_STRINGS 1
7373 > | #define ACE_HAS_SYS_SYSCALL_H 1
7374 > | #define ACE_HAS_POLL 1
7375 > | #define ACE_HAS_STREAMS 1
7376 > | #define ACE_LACKS_SIGINFO_H 1
7377 > | #define ACE_HAS_WCHAR 1
7378 > | #define ACE_HAS_NEW_NO_H 1
7379 > | #define ACE_HAS_GNU_CSTRING_H 1
7380 > | #define HAVE_IOMANIP 1
7381 > | #define HAVE_IOS 1
7382 > | #define HAVE_IOSTREAM 1
7383 > | #define HAVE_ISTREAM 1
7384 > | #define HAVE_OSTREAM 1
7385 > | #define HAVE_FSTREAM 1
7386 > | #define HAVE_STREAMBUF 1
7387 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
7388 > | #define ACE_HAS_CPU_SET_T 1
7389 > | /* end confdefs.h. */
7390 > | #include <signal.h>
7391 > |
7392 > | int
7393 > | main ()
7394 > | {
7395 > | if ((idtype_t *) 0)
7396 > | return 0;
7397 > | if (sizeof (idtype_t))
7398 > | return 0;
7399 > | ;
7400 > | return 0;
7401 > | }
7402 > configure:45893: result: no
7403 > configure:45904: checking for key_t
7404 > configure:45929: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
7405 > configure:45935: $? = 0
7406 > configure:45939: test -z
7407 > || test ! -s conftest.err
7408 > configure:45942: $? = 0
7409 > configure:45945: test -s conftest.o
7410 > configure:45948: $? = 0
7411 > configure:45959: result: yes
7412 > configure:45972: checking for sem_t
7413 > configure:45997: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
7414 > configure:46003: $? = 0
7415 > configure:46007: test -z
7416 > || test ! -s conftest.err
7417 > configure:46010: $? = 0
7418 > configure:46013: test -s conftest.o
7419 > configure:46016: $? = 0
7420 > configure:46027: result: yes
7421 > configure:46031: checking for pri_t
7422 > configure:46056: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
7423 > conftest.cc: In function 'int main()':
7424 > conftest.cc:66:6: error: 'pri_t' was not declared in this scope
7425 > conftest.cc:66:13: error: expected primary-expression before ')' token
7426 > conftest.cc:66:15: error: expected ')' before numeric constant
7427 > conftest.cc:68:13: error: 'pri_t' was not declared in this scope
7428 > configure:46062: $? = 1
7429 > configure: failed program was:
7430 > | /* confdefs.h. */
7431 > |
7432 > | #define PACKAGE_NAME "ACE"
7433 > | #define PACKAGE_TARNAME "ace"
7434 > | #define PACKAGE_VERSION "5.7.2"
7435 > | #define PACKAGE_STRING "ACE 5.7.2"
7436 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
7437 > | #ifdef __cplusplus
7438 > | extern "C" void exit (int) throw ();
7439 > | #endif
7440 > | #define X_DISPLAY_MISSING 1
7441 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
7442 > | #define ACE_HAS_GPERF 1
7443 > | #define __ACE_INLINE__ 1
7444 > | #define ACE_HAS_PTHREADS 1
7445 > | #define STDC_HEADERS 1
7446 > | #define HAVE_SYS_TYPES_H 1
7447 > | #define HAVE_SYS_STAT_H 1
7448 > | #define HAVE_STDLIB_H 1
7449 > | #define HAVE_STRING_H 1
7450 > | #define HAVE_MEMORY_H 1
7451 > | #define HAVE_STRINGS_H 1
7452 > | #define HAVE_INTTYPES_H 1
7453 > | #define HAVE_STDINT_H 1
7454 > | #define HAVE_UNISTD_H 1
7455 > | #define HAVE_DLFCN_H 1
7456 > | #define ACE_HAS_AIO_CALLS 1
7457 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
7458 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
7459 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
7460 > | #define ACE_HAS_BIG_FD_SET 1
7461 > | #define ACE_TIMER_SKEW (1000 * 10)
7462 > | #define ACE_IOCTL_TYPE_ARG2 int
7463 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
7464 > | #define HAVE_DIRENT_H 1
7465 > | #define ACE_HAS_DIRENT 1
7466 > | #define HAVE_SYS_WAIT_H 1
7467 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
7468 > | #define ACE_HAS_PROC_FS 1
7469 > | #define ACE_HAS_BYTESWAP_H 1
7470 > | #define ACE_HAS_TERMIO 1
7471 > | #define ACE_HAS_TERMIOS 1
7472 > | #define ACE_HAS_STRINGS 1
7473 > | #define ACE_HAS_SYS_SYSCALL_H 1
7474 > | #define ACE_HAS_POLL 1
7475 > | #define ACE_HAS_STREAMS 1
7476 > | #define ACE_LACKS_SIGINFO_H 1
7477 > | #define ACE_HAS_WCHAR 1
7478 > | #define ACE_HAS_NEW_NO_H 1
7479 > | #define ACE_HAS_GNU_CSTRING_H 1
7480 > | #define HAVE_IOMANIP 1
7481 > | #define HAVE_IOS 1
7482 > | #define HAVE_IOSTREAM 1
7483 > | #define HAVE_ISTREAM 1
7484 > | #define HAVE_OSTREAM 1
7485 > | #define HAVE_FSTREAM 1
7486 > | #define HAVE_STREAMBUF 1
7487 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
7488 > | #define ACE_HAS_CPU_SET_T 1
7489 > | /* end confdefs.h. */
7490 > | #include <sys/types.h>
7491 > |
7492 > | int
7493 > | main ()
7494 > | {
7495 > | if ((pri_t *) 0)
7496 > | return 0;
7497 > | if (sizeof (pri_t))
7498 > | return 0;
7499 > | ;
7500 > | return 0;
7501 > | }
7502 > configure:46086: result: no
7503 > configure:46099: checking for sig_atomic_t
7504 > configure:46124: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
7505 > configure:46130: $? = 0
7506 > configure:46134: test -z
7507 > || test ! -s conftest.err
7508 > configure:46137: $? = 0
7509 > configure:46140: test -s conftest.o
7510 > configure:46143: $? = 0
7511 > configure:46154: result: yes
7512 > configure:46165: checking for union sigval
7513 > configure:46190: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
7514 > configure:46196: $? = 0
7515 > configure:46200: test -z
7516 > || test ! -s conftest.err
7517 > configure:46203: $? = 0
7518 > configure:46206: test -s conftest.o
7519 > configure:46209: $? = 0
7520 > configure:46220: result: yes
7521 > configure:46225: checking for union sigval.sigval_int
7522 > configure:46249: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
7523 > conftest.cc: In function 'int main()':
7524 > conftest.cc:69:13: error: 'union sigval' has no member named 'sigval_int'
7525 > configure:46255: $? = 1
7526 > configure: failed program was:
7527 > | /* confdefs.h. */
7528 > |
7529 > | #define PACKAGE_NAME "ACE"
7530 > | #define PACKAGE_TARNAME "ace"
7531 > | #define PACKAGE_VERSION "5.7.2"
7532 > | #define PACKAGE_STRING "ACE 5.7.2"
7533 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
7534 > | #ifdef __cplusplus
7535 > | extern "C" void exit (int) throw ();
7536 > | #endif
7537 > | #define X_DISPLAY_MISSING 1
7538 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
7539 > | #define ACE_HAS_GPERF 1
7540 > | #define __ACE_INLINE__ 1
7541 > | #define ACE_HAS_PTHREADS 1
7542 > | #define STDC_HEADERS 1
7543 > | #define HAVE_SYS_TYPES_H 1
7544 > | #define HAVE_SYS_STAT_H 1
7545 > | #define HAVE_STDLIB_H 1
7546 > | #define HAVE_STRING_H 1
7547 > | #define HAVE_MEMORY_H 1
7548 > | #define HAVE_STRINGS_H 1
7549 > | #define HAVE_INTTYPES_H 1
7550 > | #define HAVE_STDINT_H 1
7551 > | #define HAVE_UNISTD_H 1
7552 > | #define HAVE_DLFCN_H 1
7553 > | #define ACE_HAS_AIO_CALLS 1
7554 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
7555 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
7556 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
7557 > | #define ACE_HAS_BIG_FD_SET 1
7558 > | #define ACE_TIMER_SKEW (1000 * 10)
7559 > | #define ACE_IOCTL_TYPE_ARG2 int
7560 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
7561 > | #define HAVE_DIRENT_H 1
7562 > | #define ACE_HAS_DIRENT 1
7563 > | #define HAVE_SYS_WAIT_H 1
7564 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
7565 > | #define ACE_HAS_PROC_FS 1
7566 > | #define ACE_HAS_BYTESWAP_H 1
7567 > | #define ACE_HAS_TERMIO 1
7568 > | #define ACE_HAS_TERMIOS 1
7569 > | #define ACE_HAS_STRINGS 1
7570 > | #define ACE_HAS_SYS_SYSCALL_H 1
7571 > | #define ACE_HAS_POLL 1
7572 > | #define ACE_HAS_STREAMS 1
7573 > | #define ACE_LACKS_SIGINFO_H 1
7574 > | #define ACE_HAS_WCHAR 1
7575 > | #define ACE_HAS_NEW_NO_H 1
7576 > | #define ACE_HAS_GNU_CSTRING_H 1
7577 > | #define HAVE_IOMANIP 1
7578 > | #define HAVE_IOS 1
7579 > | #define HAVE_IOSTREAM 1
7580 > | #define HAVE_ISTREAM 1
7581 > | #define HAVE_OSTREAM 1
7582 > | #define HAVE_FSTREAM 1
7583 > | #define HAVE_STREAMBUF 1
7584 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
7585 > | #define ACE_HAS_CPU_SET_T 1
7586 > | #define ACE_LACKS_PRI_T 1
7587 > | #define ACE_HAS_SIG_ATOMIC_T 1
7588 > | /* end confdefs.h. */
7589 > | #include <signal.h>
7590 > |
7591 > | int
7592 > | main ()
7593 > | {
7594 > | static union sigval ac_aggr;
7595 > | if (ac_aggr.sigval_int)
7596 > | return 0;
7597 > | ;
7598 > | return 0;
7599 > | }
7600 > configure:46294: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
7601 > conftest.cc: In function 'int main()':
7602 > conftest.cc:69:20: error: 'union sigval' has no member named 'sigval_int'
7603 > configure:46300: $? = 1
7604 > configure: failed program was:
7605 > | /* confdefs.h. */
7606 > |
7607 > | #define PACKAGE_NAME "ACE"
7608 > | #define PACKAGE_TARNAME "ace"
7609 > | #define PACKAGE_VERSION "5.7.2"
7610 > | #define PACKAGE_STRING "ACE 5.7.2"
7611 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
7612 > | #ifdef __cplusplus
7613 > | extern "C" void exit (int) throw ();
7614 > | #endif
7615 > | #define X_DISPLAY_MISSING 1
7616 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
7617 > | #define ACE_HAS_GPERF 1
7618 > | #define __ACE_INLINE__ 1
7619 > | #define ACE_HAS_PTHREADS 1
7620 > | #define STDC_HEADERS 1
7621 > | #define HAVE_SYS_TYPES_H 1
7622 > | #define HAVE_SYS_STAT_H 1
7623 > | #define HAVE_STDLIB_H 1
7624 > | #define HAVE_STRING_H 1
7625 > | #define HAVE_MEMORY_H 1
7626 > | #define HAVE_STRINGS_H 1
7627 > | #define HAVE_INTTYPES_H 1
7628 > | #define HAVE_STDINT_H 1
7629 > | #define HAVE_UNISTD_H 1
7630 > | #define HAVE_DLFCN_H 1
7631 > | #define ACE_HAS_AIO_CALLS 1
7632 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
7633 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
7634 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
7635 > | #define ACE_HAS_BIG_FD_SET 1
7636 > | #define ACE_TIMER_SKEW (1000 * 10)
7637 > | #define ACE_IOCTL_TYPE_ARG2 int
7638 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
7639 > | #define HAVE_DIRENT_H 1
7640 > | #define ACE_HAS_DIRENT 1
7641 > | #define HAVE_SYS_WAIT_H 1
7642 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
7643 > | #define ACE_HAS_PROC_FS 1
7644 > | #define ACE_HAS_BYTESWAP_H 1
7645 > | #define ACE_HAS_TERMIO 1
7646 > | #define ACE_HAS_TERMIOS 1
7647 > | #define ACE_HAS_STRINGS 1
7648 > | #define ACE_HAS_SYS_SYSCALL_H 1
7649 > | #define ACE_HAS_POLL 1
7650 > | #define ACE_HAS_STREAMS 1
7651 > | #define ACE_LACKS_SIGINFO_H 1
7652 > | #define ACE_HAS_WCHAR 1
7653 > | #define ACE_HAS_NEW_NO_H 1
7654 > | #define ACE_HAS_GNU_CSTRING_H 1
7655 > | #define HAVE_IOMANIP 1
7656 > | #define HAVE_IOS 1
7657 > | #define HAVE_IOSTREAM 1
7658 > | #define HAVE_ISTREAM 1
7659 > | #define HAVE_OSTREAM 1
7660 > | #define HAVE_FSTREAM 1
7661 > | #define HAVE_STREAMBUF 1
7662 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
7663 > | #define ACE_HAS_CPU_SET_T 1
7664 > | #define ACE_LACKS_PRI_T 1
7665 > | #define ACE_HAS_SIG_ATOMIC_T 1
7666 > | /* end confdefs.h. */
7667 > | #include <signal.h>
7668 > |
7669 > | int
7670 > | main ()
7671 > | {
7672 > | static union sigval ac_aggr;
7673 > | if (sizeof ac_aggr.sigval_int)
7674 > | return 0;
7675 > | ;
7676 > | return 0;
7677 > | }
7678 > configure:46326: result: no
7679 > configure:46337: checking for union sigval.sigval_ptr
7680 > configure:46361: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
7681 > conftest.cc: In function 'int main()':
7682 > conftest.cc:69:13: error: 'union sigval' has no member named 'sigval_ptr'
7683 > configure:46367: $? = 1
7684 > configure: failed program was:
7685 > | /* confdefs.h. */
7686 > |
7687 > | #define PACKAGE_NAME "ACE"
7688 > | #define PACKAGE_TARNAME "ace"
7689 > | #define PACKAGE_VERSION "5.7.2"
7690 > | #define PACKAGE_STRING "ACE 5.7.2"
7691 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
7692 > | #ifdef __cplusplus
7693 > | extern "C" void exit (int) throw ();
7694 > | #endif
7695 > | #define X_DISPLAY_MISSING 1
7696 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
7697 > | #define ACE_HAS_GPERF 1
7698 > | #define __ACE_INLINE__ 1
7699 > | #define ACE_HAS_PTHREADS 1
7700 > | #define STDC_HEADERS 1
7701 > | #define HAVE_SYS_TYPES_H 1
7702 > | #define HAVE_SYS_STAT_H 1
7703 > | #define HAVE_STDLIB_H 1
7704 > | #define HAVE_STRING_H 1
7705 > | #define HAVE_MEMORY_H 1
7706 > | #define HAVE_STRINGS_H 1
7707 > | #define HAVE_INTTYPES_H 1
7708 > | #define HAVE_STDINT_H 1
7709 > | #define HAVE_UNISTD_H 1
7710 > | #define HAVE_DLFCN_H 1
7711 > | #define ACE_HAS_AIO_CALLS 1
7712 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
7713 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
7714 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
7715 > | #define ACE_HAS_BIG_FD_SET 1
7716 > | #define ACE_TIMER_SKEW (1000 * 10)
7717 > | #define ACE_IOCTL_TYPE_ARG2 int
7718 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
7719 > | #define HAVE_DIRENT_H 1
7720 > | #define ACE_HAS_DIRENT 1
7721 > | #define HAVE_SYS_WAIT_H 1
7722 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
7723 > | #define ACE_HAS_PROC_FS 1
7724 > | #define ACE_HAS_BYTESWAP_H 1
7725 > | #define ACE_HAS_TERMIO 1
7726 > | #define ACE_HAS_TERMIOS 1
7727 > | #define ACE_HAS_STRINGS 1
7728 > | #define ACE_HAS_SYS_SYSCALL_H 1
7729 > | #define ACE_HAS_POLL 1
7730 > | #define ACE_HAS_STREAMS 1
7731 > | #define ACE_LACKS_SIGINFO_H 1
7732 > | #define ACE_HAS_WCHAR 1
7733 > | #define ACE_HAS_NEW_NO_H 1
7734 > | #define ACE_HAS_GNU_CSTRING_H 1
7735 > | #define HAVE_IOMANIP 1
7736 > | #define HAVE_IOS 1
7737 > | #define HAVE_IOSTREAM 1
7738 > | #define HAVE_ISTREAM 1
7739 > | #define HAVE_OSTREAM 1
7740 > | #define HAVE_FSTREAM 1
7741 > | #define HAVE_STREAMBUF 1
7742 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
7743 > | #define ACE_HAS_CPU_SET_T 1
7744 > | #define ACE_LACKS_PRI_T 1
7745 > | #define ACE_HAS_SIG_ATOMIC_T 1
7746 > | /* end confdefs.h. */
7747 > | #include <signal.h>
7748 > |
7749 > | int
7750 > | main ()
7751 > | {
7752 > | static union sigval ac_aggr;
7753 > | if (ac_aggr.sigval_ptr)
7754 > | return 0;
7755 > | ;
7756 > | return 0;
7757 > | }
7758 > configure:46406: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
7759 > conftest.cc: In function 'int main()':
7760 > conftest.cc:69:20: error: 'union sigval' has no member named 'sigval_ptr'
7761 > configure:46412: $? = 1
7762 > configure: failed program was:
7763 > | /* confdefs.h. */
7764 > |
7765 > | #define PACKAGE_NAME "ACE"
7766 > | #define PACKAGE_TARNAME "ace"
7767 > | #define PACKAGE_VERSION "5.7.2"
7768 > | #define PACKAGE_STRING "ACE 5.7.2"
7769 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
7770 > | #ifdef __cplusplus
7771 > | extern "C" void exit (int) throw ();
7772 > | #endif
7773 > | #define X_DISPLAY_MISSING 1
7774 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
7775 > | #define ACE_HAS_GPERF 1
7776 > | #define __ACE_INLINE__ 1
7777 > | #define ACE_HAS_PTHREADS 1
7778 > | #define STDC_HEADERS 1
7779 > | #define HAVE_SYS_TYPES_H 1
7780 > | #define HAVE_SYS_STAT_H 1
7781 > | #define HAVE_STDLIB_H 1
7782 > | #define HAVE_STRING_H 1
7783 > | #define HAVE_MEMORY_H 1
7784 > | #define HAVE_STRINGS_H 1
7785 > | #define HAVE_INTTYPES_H 1
7786 > | #define HAVE_STDINT_H 1
7787 > | #define HAVE_UNISTD_H 1
7788 > | #define HAVE_DLFCN_H 1
7789 > | #define ACE_HAS_AIO_CALLS 1
7790 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
7791 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
7792 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
7793 > | #define ACE_HAS_BIG_FD_SET 1
7794 > | #define ACE_TIMER_SKEW (1000 * 10)
7795 > | #define ACE_IOCTL_TYPE_ARG2 int
7796 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
7797 > | #define HAVE_DIRENT_H 1
7798 > | #define ACE_HAS_DIRENT 1
7799 > | #define HAVE_SYS_WAIT_H 1
7800 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
7801 > | #define ACE_HAS_PROC_FS 1
7802 > | #define ACE_HAS_BYTESWAP_H 1
7803 > | #define ACE_HAS_TERMIO 1
7804 > | #define ACE_HAS_TERMIOS 1
7805 > | #define ACE_HAS_STRINGS 1
7806 > | #define ACE_HAS_SYS_SYSCALL_H 1
7807 > | #define ACE_HAS_POLL 1
7808 > | #define ACE_HAS_STREAMS 1
7809 > | #define ACE_LACKS_SIGINFO_H 1
7810 > | #define ACE_HAS_WCHAR 1
7811 > | #define ACE_HAS_NEW_NO_H 1
7812 > | #define ACE_HAS_GNU_CSTRING_H 1
7813 > | #define HAVE_IOMANIP 1
7814 > | #define HAVE_IOS 1
7815 > | #define HAVE_IOSTREAM 1
7816 > | #define HAVE_ISTREAM 1
7817 > | #define HAVE_OSTREAM 1
7818 > | #define HAVE_FSTREAM 1
7819 > | #define HAVE_STREAMBUF 1
7820 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
7821 > | #define ACE_HAS_CPU_SET_T 1
7822 > | #define ACE_LACKS_PRI_T 1
7823 > | #define ACE_HAS_SIG_ATOMIC_T 1
7824 > | /* end confdefs.h. */
7825 > | #include <signal.h>
7826 > |
7827 > | int
7828 > | main ()
7829 > | {
7830 > | static union sigval ac_aggr;
7831 > | if (sizeof ac_aggr.sigval_ptr)
7832 > | return 0;
7833 > | ;
7834 > | return 0;
7835 > | }
7836 > configure:46438: result: no
7837 > configure:46450: checking for ssize_t
7838 > configure:46475: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
7839 > configure:46481: $? = 0
7840 > configure:46485: test -z
7841 > || test ! -s conftest.err
7842 > configure:46488: $? = 0
7843 > configure:46491: test -s conftest.o
7844 > configure:46494: $? = 0
7845 > configure:46505: result: yes
7846 > configure:46516: checking for suseconds_t
7847 > configure:46541: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
7848 > configure:46547: $? = 0
7849 > configure:46551: test -z
7850 > || test ! -s conftest.err
7851 > configure:46554: $? = 0
7852 > configure:46557: test -s conftest.o
7853 > configure:46560: $? = 0
7854 > configure:46571: result: yes
7855 > configure:46584: checking for useconds_t
7856 > configure:46609: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
7857 > configure:46615: $? = 0
7858 > configure:46619: test -z
7859 > || test ! -s conftest.err
7860 > configure:46622: $? = 0
7861 > configure:46625: test -s conftest.o
7862 > configure:46628: $? = 0
7863 > configure:46639: result: yes
7864 > configure:46653: checking for ucontext_t
7865 > configure:46682: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
7866 > configure:46688: $? = 0
7867 > configure:46692: test -z
7868 > || test ! -s conftest.err
7869 > configure:46695: $? = 0
7870 > configure:46698: test -s conftest.o
7871 > configure:46701: $? = 0
7872 > configure:46712: result: yes
7873 > configure:46723: checking for u_longlong_t
7874 > configure:46748: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
7875 > conftest.cc: In function 'int main()':
7876 > conftest.cc:70:6: error: 'u_longlong_t' was not declared in this scope
7877 > conftest.cc:70:20: error: expected primary-expression before ')' token
7878 > conftest.cc:70:22: error: expected ')' before numeric constant
7879 > conftest.cc:72:13: error: 'u_longlong_t' was not declared in this scope
7880 > configure:46754: $? = 1
7881 > configure: failed program was:
7882 > | /* confdefs.h. */
7883 > |
7884 > | #define PACKAGE_NAME "ACE"
7885 > | #define PACKAGE_TARNAME "ace"
7886 > | #define PACKAGE_VERSION "5.7.2"
7887 > | #define PACKAGE_STRING "ACE 5.7.2"
7888 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
7889 > | #ifdef __cplusplus
7890 > | extern "C" void exit (int) throw ();
7891 > | #endif
7892 > | #define X_DISPLAY_MISSING 1
7893 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
7894 > | #define ACE_HAS_GPERF 1
7895 > | #define __ACE_INLINE__ 1
7896 > | #define ACE_HAS_PTHREADS 1
7897 > | #define STDC_HEADERS 1
7898 > | #define HAVE_SYS_TYPES_H 1
7899 > | #define HAVE_SYS_STAT_H 1
7900 > | #define HAVE_STDLIB_H 1
7901 > | #define HAVE_STRING_H 1
7902 > | #define HAVE_MEMORY_H 1
7903 > | #define HAVE_STRINGS_H 1
7904 > | #define HAVE_INTTYPES_H 1
7905 > | #define HAVE_STDINT_H 1
7906 > | #define HAVE_UNISTD_H 1
7907 > | #define HAVE_DLFCN_H 1
7908 > | #define ACE_HAS_AIO_CALLS 1
7909 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
7910 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
7911 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
7912 > | #define ACE_HAS_BIG_FD_SET 1
7913 > | #define ACE_TIMER_SKEW (1000 * 10)
7914 > | #define ACE_IOCTL_TYPE_ARG2 int
7915 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
7916 > | #define HAVE_DIRENT_H 1
7917 > | #define ACE_HAS_DIRENT 1
7918 > | #define HAVE_SYS_WAIT_H 1
7919 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
7920 > | #define ACE_HAS_PROC_FS 1
7921 > | #define ACE_HAS_BYTESWAP_H 1
7922 > | #define ACE_HAS_TERMIO 1
7923 > | #define ACE_HAS_TERMIOS 1
7924 > | #define ACE_HAS_STRINGS 1
7925 > | #define ACE_HAS_SYS_SYSCALL_H 1
7926 > | #define ACE_HAS_POLL 1
7927 > | #define ACE_HAS_STREAMS 1
7928 > | #define ACE_LACKS_SIGINFO_H 1
7929 > | #define ACE_HAS_WCHAR 1
7930 > | #define ACE_HAS_NEW_NO_H 1
7931 > | #define ACE_HAS_GNU_CSTRING_H 1
7932 > | #define HAVE_IOMANIP 1
7933 > | #define HAVE_IOS 1
7934 > | #define HAVE_IOSTREAM 1
7935 > | #define HAVE_ISTREAM 1
7936 > | #define HAVE_OSTREAM 1
7937 > | #define HAVE_FSTREAM 1
7938 > | #define HAVE_STREAMBUF 1
7939 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
7940 > | #define ACE_HAS_CPU_SET_T 1
7941 > | #define ACE_LACKS_PRI_T 1
7942 > | #define ACE_HAS_SIG_ATOMIC_T 1
7943 > | #define ACE_HAS_SSIZE_T 1
7944 > | #define ACE_HAS_UCONTEXT_T 1
7945 > | /* end confdefs.h. */
7946 > | #include <sys/types.h>
7947 > |
7948 > | int
7949 > | main ()
7950 > | {
7951 > | if ((u_longlong_t *) 0)
7952 > | return 0;
7953 > | if (sizeof (u_longlong_t))
7954 > | return 0;
7955 > | ;
7956 > | return 0;
7957 > | }
7958 > configure:46778: result: no
7959 > configure:46791: checking for wchar_t
7960 > configure:46818: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
7961 > configure:46824: $? = 0
7962 > configure:46828: test -z
7963 > || test ! -s conftest.err
7964 > configure:46831: $? = 0
7965 > configure:46834: test -s conftest.o
7966 > configure:46837: $? = 0
7967 > configure:46848: result: yes
7968 > configure:46861: checking for socklen_t
7969 > configure:46893: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
7970 > configure:46899: $? = 0
7971 > configure:46903: test -z
7972 > || test ! -s conftest.err
7973 > configure:46906: $? = 0
7974 > configure:46909: test -s conftest.o
7975 > configure:46912: $? = 0
7976 > configure:46923: result: yes
7977 > configure:47097: checking for struct dirent
7978 > configure:47122: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
7979 > configure:47128: $? = 0
7980 > configure:47132: test -z
7981 > || test ! -s conftest.err
7982 > configure:47135: $? = 0
7983 > configure:47138: test -s conftest.o
7984 > configure:47141: $? = 0
7985 > configure:47152: result: yes
7986 > configure:47164: checking for struct flock
7987 > configure:47189: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
7988 > configure:47195: $? = 0
7989 > configure:47199: test -z
7990 > || test ! -s conftest.err
7991 > configure:47202: $? = 0
7992 > configure:47205: test -s conftest.o
7993 > configure:47208: $? = 0
7994 > configure:47219: result: yes
7995 > configure:47231: checking for rwlock_t
7996 > configure:47256: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
7997 > conftest.cc:67:19: fatal error: synch.h: No such file or directory
7998 > compilation terminated.
7999 > configure:47262: $? = 1
8000 > configure: failed program was:
8001 > | /* confdefs.h. */
8002 > |
8003 > | #define PACKAGE_NAME "ACE"
8004 > | #define PACKAGE_TARNAME "ace"
8005 > | #define PACKAGE_VERSION "5.7.2"
8006 > | #define PACKAGE_STRING "ACE 5.7.2"
8007 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
8008 > | #ifdef __cplusplus
8009 > | extern "C" void exit (int) throw ();
8010 > | #endif
8011 > | #define X_DISPLAY_MISSING 1
8012 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
8013 > | #define ACE_HAS_GPERF 1
8014 > | #define __ACE_INLINE__ 1
8015 > | #define ACE_HAS_PTHREADS 1
8016 > | #define STDC_HEADERS 1
8017 > | #define HAVE_SYS_TYPES_H 1
8018 > | #define HAVE_SYS_STAT_H 1
8019 > | #define HAVE_STDLIB_H 1
8020 > | #define HAVE_STRING_H 1
8021 > | #define HAVE_MEMORY_H 1
8022 > | #define HAVE_STRINGS_H 1
8023 > | #define HAVE_INTTYPES_H 1
8024 > | #define HAVE_STDINT_H 1
8025 > | #define HAVE_UNISTD_H 1
8026 > | #define HAVE_DLFCN_H 1
8027 > | #define ACE_HAS_AIO_CALLS 1
8028 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
8029 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
8030 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
8031 > | #define ACE_HAS_BIG_FD_SET 1
8032 > | #define ACE_TIMER_SKEW (1000 * 10)
8033 > | #define ACE_IOCTL_TYPE_ARG2 int
8034 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
8035 > | #define HAVE_DIRENT_H 1
8036 > | #define ACE_HAS_DIRENT 1
8037 > | #define HAVE_SYS_WAIT_H 1
8038 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
8039 > | #define ACE_HAS_PROC_FS 1
8040 > | #define ACE_HAS_BYTESWAP_H 1
8041 > | #define ACE_HAS_TERMIO 1
8042 > | #define ACE_HAS_TERMIOS 1
8043 > | #define ACE_HAS_STRINGS 1
8044 > | #define ACE_HAS_SYS_SYSCALL_H 1
8045 > | #define ACE_HAS_POLL 1
8046 > | #define ACE_HAS_STREAMS 1
8047 > | #define ACE_LACKS_SIGINFO_H 1
8048 > | #define ACE_HAS_WCHAR 1
8049 > | #define ACE_HAS_NEW_NO_H 1
8050 > | #define ACE_HAS_GNU_CSTRING_H 1
8051 > | #define HAVE_IOMANIP 1
8052 > | #define HAVE_IOS 1
8053 > | #define HAVE_IOSTREAM 1
8054 > | #define HAVE_ISTREAM 1
8055 > | #define HAVE_OSTREAM 1
8056 > | #define HAVE_FSTREAM 1
8057 > | #define HAVE_STREAMBUF 1
8058 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
8059 > | #define ACE_HAS_CPU_SET_T 1
8060 > | #define ACE_LACKS_PRI_T 1
8061 > | #define ACE_HAS_SIG_ATOMIC_T 1
8062 > | #define ACE_HAS_SSIZE_T 1
8063 > | #define ACE_HAS_UCONTEXT_T 1
8064 > | #define ACE_LACKS_U_LONGLONG_T 1
8065 > | #define ACE_HAS_SOCKLEN_T 1
8066 > | /* end confdefs.h. */
8067 > | #include <synch.h>
8068 > |
8069 > | int
8070 > | main ()
8071 > | {
8072 > | if ((rwlock_t *) 0)
8073 > | return 0;
8074 > | if (sizeof (rwlock_t))
8075 > | return 0;
8076 > | ;
8077 > | return 0;
8078 > | }
8079 > configure:47286: result: no
8080 > configure:47298: checking for struct strbuf
8081 > configure:47323: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
8082 > configure:47329: $? = 0
8083 > configure:47333: test -z
8084 > || test ! -s conftest.err
8085 > configure:47336: $? = 0
8086 > configure:47339: test -s conftest.o
8087 > configure:47342: $? = 0
8088 > configure:47353: result: yes
8089 > configure:47367: checking for prusage_t
8090 > configure:47392: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
8091 > conftest.cc: In function 'int main()':
8092 > conftest.cc:74:6: error: 'prusage_t' was not declared in this scope
8093 > conftest.cc:74:17: error: expected primary-expression before ')' token
8094 > conftest.cc:74:19: error: expected ')' before numeric constant
8095 > conftest.cc:76:13: error: 'prusage_t' was not declared in this scope
8096 > configure:47398: $? = 1
8097 > configure: failed program was:
8098 > | /* confdefs.h. */
8099 > |
8100 > | #define PACKAGE_NAME "ACE"
8101 > | #define PACKAGE_TARNAME "ace"
8102 > | #define PACKAGE_VERSION "5.7.2"
8103 > | #define PACKAGE_STRING "ACE 5.7.2"
8104 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
8105 > | #ifdef __cplusplus
8106 > | extern "C" void exit (int) throw ();
8107 > | #endif
8108 > | #define X_DISPLAY_MISSING 1
8109 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
8110 > | #define ACE_HAS_GPERF 1
8111 > | #define __ACE_INLINE__ 1
8112 > | #define ACE_HAS_PTHREADS 1
8113 > | #define STDC_HEADERS 1
8114 > | #define HAVE_SYS_TYPES_H 1
8115 > | #define HAVE_SYS_STAT_H 1
8116 > | #define HAVE_STDLIB_H 1
8117 > | #define HAVE_STRING_H 1
8118 > | #define HAVE_MEMORY_H 1
8119 > | #define HAVE_STRINGS_H 1
8120 > | #define HAVE_INTTYPES_H 1
8121 > | #define HAVE_STDINT_H 1
8122 > | #define HAVE_UNISTD_H 1
8123 > | #define HAVE_DLFCN_H 1
8124 > | #define ACE_HAS_AIO_CALLS 1
8125 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
8126 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
8127 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
8128 > | #define ACE_HAS_BIG_FD_SET 1
8129 > | #define ACE_TIMER_SKEW (1000 * 10)
8130 > | #define ACE_IOCTL_TYPE_ARG2 int
8131 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
8132 > | #define HAVE_DIRENT_H 1
8133 > | #define ACE_HAS_DIRENT 1
8134 > | #define HAVE_SYS_WAIT_H 1
8135 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
8136 > | #define ACE_HAS_PROC_FS 1
8137 > | #define ACE_HAS_BYTESWAP_H 1
8138 > | #define ACE_HAS_TERMIO 1
8139 > | #define ACE_HAS_TERMIOS 1
8140 > | #define ACE_HAS_STRINGS 1
8141 > | #define ACE_HAS_SYS_SYSCALL_H 1
8142 > | #define ACE_HAS_POLL 1
8143 > | #define ACE_HAS_STREAMS 1
8144 > | #define ACE_LACKS_SIGINFO_H 1
8145 > | #define ACE_HAS_WCHAR 1
8146 > | #define ACE_HAS_NEW_NO_H 1
8147 > | #define ACE_HAS_GNU_CSTRING_H 1
8148 > | #define HAVE_IOMANIP 1
8149 > | #define HAVE_IOS 1
8150 > | #define HAVE_IOSTREAM 1
8151 > | #define HAVE_ISTREAM 1
8152 > | #define HAVE_OSTREAM 1
8153 > | #define HAVE_FSTREAM 1
8154 > | #define HAVE_STREAMBUF 1
8155 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
8156 > | #define ACE_HAS_CPU_SET_T 1
8157 > | #define ACE_LACKS_PRI_T 1
8158 > | #define ACE_HAS_SIG_ATOMIC_T 1
8159 > | #define ACE_HAS_SSIZE_T 1
8160 > | #define ACE_HAS_UCONTEXT_T 1
8161 > | #define ACE_LACKS_U_LONGLONG_T 1
8162 > | #define ACE_HAS_SOCKLEN_T 1
8163 > | #define ACE_LACKS_RWLOCK_T 1
8164 > | #define ACE_HAS_STRBUF_T 1
8165 > | /* end confdefs.h. */
8166 > | #include <sys/procfs.h>
8167 > |
8168 > | int
8169 > | main ()
8170 > | {
8171 > | if ((prusage_t *) 0)
8172 > | return 0;
8173 > | if (sizeof (prusage_t))
8174 > | return 0;
8175 > | ;
8176 > | return 0;
8177 > | }
8178 > configure:47422: result: no
8179 > configure:47434: checking for struct strrecvfd
8180 > configure:47459: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
8181 > configure:47465: $? = 0
8182 > configure:47469: test -z
8183 > || test ! -s conftest.err
8184 > configure:47472: $? = 0
8185 > configure:47475: test -s conftest.o
8186 > configure:47478: $? = 0
8187 > configure:47489: result: yes
8188 > configure:47501: checking for struct sigaction
8189 > configure:47526: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
8190 > configure:47532: $? = 0
8191 > configure:47536: test -z
8192 > || test ! -s conftest.err
8193 > configure:47539: $? = 0
8194 > configure:47542: test -s conftest.o
8195 > configure:47545: $? = 0
8196 > configure:47556: result: yes
8197 > configure:47568: checking for sigset_t
8198 > configure:47593: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
8199 > configure:47599: $? = 0
8200 > configure:47603: test -z
8201 > || test ! -s conftest.err
8202 > configure:47606: $? = 0
8203 > configure:47609: test -s conftest.o
8204 > configure:47612: $? = 0
8205 > configure:47623: result: yes
8206 > configure:47635: checking for struct utsname
8207 > configure:47660: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
8208 > configure:47666: $? = 0
8209 > configure:47670: test -z
8210 > || test ! -s conftest.err
8211 > configure:47673: $? = 0
8212 > configure:47676: test -s conftest.o
8213 > configure:47679: $? = 0
8214 > configure:47690: result: yes
8215 > configure:47702: checking for struct sembuf
8216 > configure:47732: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
8217 > configure:47738: $? = 0
8218 > configure:47742: test -z
8219 > || test ! -s conftest.err
8220 > configure:47745: $? = 0
8221 > configure:47748: test -s conftest.o
8222 > configure:47751: $? = 0
8223 > configure:47762: result: yes
8224 > configure:47775: checking for siginfo_t
8225 > configure:47803: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
8226 > configure:47809: $? = 0
8227 > configure:47813: test -z
8228 > || test ! -s conftest.err
8229 > configure:47816: $? = 0
8230 > configure:47819: test -s conftest.o
8231 > configure:47822: $? = 0
8232 > configure:47833: result: yes
8233 > configure:47845: checking for siginfo_t.si_addr
8234 > configure:47872: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
8235 > configure:47878: $? = 0
8236 > configure:47882: test -z
8237 > || test ! -s conftest.err
8238 > configure:47885: $? = 0
8239 > configure:47888: test -s conftest.o
8240 > configure:47891: $? = 0
8241 > configure:47952: result: yes
8242 > configure:47968: checking for struct msghdr
8243 > configure:47997: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
8244 > configure:48003: $? = 0
8245 > configure:48007: test -z
8246 > || test ! -s conftest.err
8247 > configure:48010: $? = 0
8248 > configure:48013: test -s conftest.o
8249 > configure:48016: $? = 0
8250 > configure:48033: result: yes
8251 > configure:48048: checking for condition variable support
8252 > configure:48074: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
8253 > configure:48080: $? = 0
8254 > configure:48084: test -z
8255 > || test ! -s conftest.err
8256 > configure:48087: $? = 0
8257 > configure:48090: test -s conftest.o
8258 > configure:48093: $? = 0
8259 > configure:48162: result: yes
8260 > configure:48178: checking for POSIX timer structure
8261 > configure:48207: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
8262 > configure:48213: $? = 0
8263 > configure:48217: test -z
8264 > || test ! -s conftest.err
8265 > configure:48220: $? = 0
8266 > configure:48223: test -s conftest.o
8267 > configure:48226: $? = 0
8268 > configure:48368: result: yes
8269 > configure:48469: checking for timespec_t
8270 > configure:48495: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
8271 > conftest.cc: In function 'int main()':
8272 > conftest.cc:79:10: error: 'timespec_t' was not declared in this scope
8273 > conftest.cc:79:21: error: expected ';' before 'tt'
8274 > configure:48501: $? = 1
8275 > configure: failed program was:
8276 > | /* confdefs.h. */
8277 > |
8278 > | #define PACKAGE_NAME "ACE"
8279 > | #define PACKAGE_TARNAME "ace"
8280 > | #define PACKAGE_VERSION "5.7.2"
8281 > | #define PACKAGE_STRING "ACE 5.7.2"
8282 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
8283 > | #ifdef __cplusplus
8284 > | extern "C" void exit (int) throw ();
8285 > | #endif
8286 > | #define X_DISPLAY_MISSING 1
8287 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
8288 > | #define ACE_HAS_GPERF 1
8289 > | #define __ACE_INLINE__ 1
8290 > | #define ACE_HAS_PTHREADS 1
8291 > | #define STDC_HEADERS 1
8292 > | #define HAVE_SYS_TYPES_H 1
8293 > | #define HAVE_SYS_STAT_H 1
8294 > | #define HAVE_STDLIB_H 1
8295 > | #define HAVE_STRING_H 1
8296 > | #define HAVE_MEMORY_H 1
8297 > | #define HAVE_STRINGS_H 1
8298 > | #define HAVE_INTTYPES_H 1
8299 > | #define HAVE_STDINT_H 1
8300 > | #define HAVE_UNISTD_H 1
8301 > | #define HAVE_DLFCN_H 1
8302 > | #define ACE_HAS_AIO_CALLS 1
8303 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
8304 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
8305 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
8306 > | #define ACE_HAS_BIG_FD_SET 1
8307 > | #define ACE_TIMER_SKEW (1000 * 10)
8308 > | #define ACE_IOCTL_TYPE_ARG2 int
8309 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
8310 > | #define HAVE_DIRENT_H 1
8311 > | #define ACE_HAS_DIRENT 1
8312 > | #define HAVE_SYS_WAIT_H 1
8313 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
8314 > | #define ACE_HAS_PROC_FS 1
8315 > | #define ACE_HAS_BYTESWAP_H 1
8316 > | #define ACE_HAS_TERMIO 1
8317 > | #define ACE_HAS_TERMIOS 1
8318 > | #define ACE_HAS_STRINGS 1
8319 > | #define ACE_HAS_SYS_SYSCALL_H 1
8320 > | #define ACE_HAS_POLL 1
8321 > | #define ACE_HAS_STREAMS 1
8322 > | #define ACE_LACKS_SIGINFO_H 1
8323 > | #define ACE_HAS_WCHAR 1
8324 > | #define ACE_HAS_NEW_NO_H 1
8325 > | #define ACE_HAS_GNU_CSTRING_H 1
8326 > | #define HAVE_IOMANIP 1
8327 > | #define HAVE_IOS 1
8328 > | #define HAVE_IOSTREAM 1
8329 > | #define HAVE_ISTREAM 1
8330 > | #define HAVE_OSTREAM 1
8331 > | #define HAVE_FSTREAM 1
8332 > | #define HAVE_STREAMBUF 1
8333 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
8334 > | #define ACE_HAS_CPU_SET_T 1
8335 > | #define ACE_LACKS_PRI_T 1
8336 > | #define ACE_HAS_SIG_ATOMIC_T 1
8337 > | #define ACE_HAS_SSIZE_T 1
8338 > | #define ACE_HAS_UCONTEXT_T 1
8339 > | #define ACE_LACKS_U_LONGLONG_T 1
8340 > | #define ACE_HAS_SOCKLEN_T 1
8341 > | #define ACE_LACKS_RWLOCK_T 1
8342 > | #define ACE_HAS_STRBUF_T 1
8343 > | #define ACE_HAS_SIGINFO_T 1
8344 > | #define ACE_HAS_MSG 1
8345 > | #define ACE_HAS_POSIX_TIME 1
8346 > | /* end confdefs.h. */
8347 > |
8348 > | #include <time.h>
8349 > |
8350 > | int
8351 > | main ()
8352 > | {
8353 > |
8354 > | timespec_t tt;
8355 > |
8356 > | ;
8357 > | return 0;
8358 > | }
8359 > configure:48531: result: no
8360 > configure:48547: checking for union semun
8361 > configure:48579: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
8362 > conftest.cc: In function 'int main()':
8363 > conftest.cc:86:1: error: 'semun' was not declared in this scope
8364 > conftest.cc:86:7: error: expected ';' before 'us'
8365 > configure:48585: $? = 1
8366 > configure: failed program was:
8367 > | /* confdefs.h. */
8368 > |
8369 > | #define PACKAGE_NAME "ACE"
8370 > | #define PACKAGE_TARNAME "ace"
8371 > | #define PACKAGE_VERSION "5.7.2"
8372 > | #define PACKAGE_STRING "ACE 5.7.2"
8373 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
8374 > | #ifdef __cplusplus
8375 > | extern "C" void exit (int) throw ();
8376 > | #endif
8377 > | #define X_DISPLAY_MISSING 1
8378 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
8379 > | #define ACE_HAS_GPERF 1
8380 > | #define __ACE_INLINE__ 1
8381 > | #define ACE_HAS_PTHREADS 1
8382 > | #define STDC_HEADERS 1
8383 > | #define HAVE_SYS_TYPES_H 1
8384 > | #define HAVE_SYS_STAT_H 1
8385 > | #define HAVE_STDLIB_H 1
8386 > | #define HAVE_STRING_H 1
8387 > | #define HAVE_MEMORY_H 1
8388 > | #define HAVE_STRINGS_H 1
8389 > | #define HAVE_INTTYPES_H 1
8390 > | #define HAVE_STDINT_H 1
8391 > | #define HAVE_UNISTD_H 1
8392 > | #define HAVE_DLFCN_H 1
8393 > | #define ACE_HAS_AIO_CALLS 1
8394 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
8395 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
8396 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
8397 > | #define ACE_HAS_BIG_FD_SET 1
8398 > | #define ACE_TIMER_SKEW (1000 * 10)
8399 > | #define ACE_IOCTL_TYPE_ARG2 int
8400 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
8401 > | #define HAVE_DIRENT_H 1
8402 > | #define ACE_HAS_DIRENT 1
8403 > | #define HAVE_SYS_WAIT_H 1
8404 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
8405 > | #define ACE_HAS_PROC_FS 1
8406 > | #define ACE_HAS_BYTESWAP_H 1
8407 > | #define ACE_HAS_TERMIO 1
8408 > | #define ACE_HAS_TERMIOS 1
8409 > | #define ACE_HAS_STRINGS 1
8410 > | #define ACE_HAS_SYS_SYSCALL_H 1
8411 > | #define ACE_HAS_POLL 1
8412 > | #define ACE_HAS_STREAMS 1
8413 > | #define ACE_LACKS_SIGINFO_H 1
8414 > | #define ACE_HAS_WCHAR 1
8415 > | #define ACE_HAS_NEW_NO_H 1
8416 > | #define ACE_HAS_GNU_CSTRING_H 1
8417 > | #define HAVE_IOMANIP 1
8418 > | #define HAVE_IOS 1
8419 > | #define HAVE_IOSTREAM 1
8420 > | #define HAVE_ISTREAM 1
8421 > | #define HAVE_OSTREAM 1
8422 > | #define HAVE_FSTREAM 1
8423 > | #define HAVE_STREAMBUF 1
8424 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
8425 > | #define ACE_HAS_CPU_SET_T 1
8426 > | #define ACE_LACKS_PRI_T 1
8427 > | #define ACE_HAS_SIG_ATOMIC_T 1
8428 > | #define ACE_HAS_SSIZE_T 1
8429 > | #define ACE_HAS_UCONTEXT_T 1
8430 > | #define ACE_LACKS_U_LONGLONG_T 1
8431 > | #define ACE_HAS_SOCKLEN_T 1
8432 > | #define ACE_LACKS_RWLOCK_T 1
8433 > | #define ACE_HAS_STRBUF_T 1
8434 > | #define ACE_HAS_SIGINFO_T 1
8435 > | #define ACE_HAS_MSG 1
8436 > | #define ACE_HAS_POSIX_TIME 1
8437 > | #define ACE_LACKS_TIMESPEC_T 1
8438 > | /* end confdefs.h. */
8439 > |
8440 > | #ifndef ACE_LACKS_SYS_TYPES_H
8441 > | # include <sys/types.h>
8442 > | #endif
8443 > | #include <sys/sem.h>
8444 > |
8445 > | int
8446 > | main ()
8447 > | {
8448 > |
8449 > | /* We could also check if the macro _SEM_SEMUN_UNDEFINED is defined.
8450 > | No big deal. */
8451 > |
8452 > | semun us;
8453 > |
8454 > | ;
8455 > | return 0;
8456 > | }
8457 > configure:48615: result: no
8458 > configure:48633: checking for limited struct rusage
8459 > configure:48668: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
8460 > configure:48674: $? = 0
8461 > configure:48678: test -z
8462 > || test ! -s conftest.err
8463 > configure:48681: $? = 0
8464 > configure:48684: test -s conftest.o
8465 > configure:48687: $? = 0
8466 > configure:48704: result: no
8467 > configure:48718: checking for struct sockaddr_in.sin_len
8468 > configure:48748: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
8469 > conftest.cc: In function 'int main()':
8470 > conftest.cc:85:13: error: 'struct sockaddr_in' has no member named 'sin_len'
8471 > configure:48754: $? = 1
8472 > configure: failed program was:
8473 > | /* confdefs.h. */
8474 > |
8475 > | #define PACKAGE_NAME "ACE"
8476 > | #define PACKAGE_TARNAME "ace"
8477 > | #define PACKAGE_VERSION "5.7.2"
8478 > | #define PACKAGE_STRING "ACE 5.7.2"
8479 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
8480 > | #ifdef __cplusplus
8481 > | extern "C" void exit (int) throw ();
8482 > | #endif
8483 > | #define X_DISPLAY_MISSING 1
8484 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
8485 > | #define ACE_HAS_GPERF 1
8486 > | #define __ACE_INLINE__ 1
8487 > | #define ACE_HAS_PTHREADS 1
8488 > | #define STDC_HEADERS 1
8489 > | #define HAVE_SYS_TYPES_H 1
8490 > | #define HAVE_SYS_STAT_H 1
8491 > | #define HAVE_STDLIB_H 1
8492 > | #define HAVE_STRING_H 1
8493 > | #define HAVE_MEMORY_H 1
8494 > | #define HAVE_STRINGS_H 1
8495 > | #define HAVE_INTTYPES_H 1
8496 > | #define HAVE_STDINT_H 1
8497 > | #define HAVE_UNISTD_H 1
8498 > | #define HAVE_DLFCN_H 1
8499 > | #define ACE_HAS_AIO_CALLS 1
8500 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
8501 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
8502 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
8503 > | #define ACE_HAS_BIG_FD_SET 1
8504 > | #define ACE_TIMER_SKEW (1000 * 10)
8505 > | #define ACE_IOCTL_TYPE_ARG2 int
8506 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
8507 > | #define HAVE_DIRENT_H 1
8508 > | #define ACE_HAS_DIRENT 1
8509 > | #define HAVE_SYS_WAIT_H 1
8510 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
8511 > | #define ACE_HAS_PROC_FS 1
8512 > | #define ACE_HAS_BYTESWAP_H 1
8513 > | #define ACE_HAS_TERMIO 1
8514 > | #define ACE_HAS_TERMIOS 1
8515 > | #define ACE_HAS_STRINGS 1
8516 > | #define ACE_HAS_SYS_SYSCALL_H 1
8517 > | #define ACE_HAS_POLL 1
8518 > | #define ACE_HAS_STREAMS 1
8519 > | #define ACE_LACKS_SIGINFO_H 1
8520 > | #define ACE_HAS_WCHAR 1
8521 > | #define ACE_HAS_NEW_NO_H 1
8522 > | #define ACE_HAS_GNU_CSTRING_H 1
8523 > | #define HAVE_IOMANIP 1
8524 > | #define HAVE_IOS 1
8525 > | #define HAVE_IOSTREAM 1
8526 > | #define HAVE_ISTREAM 1
8527 > | #define HAVE_OSTREAM 1
8528 > | #define HAVE_FSTREAM 1
8529 > | #define HAVE_STREAMBUF 1
8530 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
8531 > | #define ACE_HAS_CPU_SET_T 1
8532 > | #define ACE_LACKS_PRI_T 1
8533 > | #define ACE_HAS_SIG_ATOMIC_T 1
8534 > | #define ACE_HAS_SSIZE_T 1
8535 > | #define ACE_HAS_UCONTEXT_T 1
8536 > | #define ACE_LACKS_U_LONGLONG_T 1
8537 > | #define ACE_HAS_SOCKLEN_T 1
8538 > | #define ACE_LACKS_RWLOCK_T 1
8539 > | #define ACE_HAS_STRBUF_T 1
8540 > | #define ACE_HAS_SIGINFO_T 1
8541 > | #define ACE_HAS_MSG 1
8542 > | #define ACE_HAS_POSIX_TIME 1
8543 > | #define ACE_LACKS_TIMESPEC_T 1
8544 > | /* end confdefs.h. */
8545 > |
8546 > | #ifndef ACE_LACKS_SYS_TYPES_H
8547 > | # include <sys/types.h>
8548 > | #endif
8549 > | #include <sys/socket.h>
8550 > | #include <netinet/in.h>
8551 > |
8552 > |
8553 > | int
8554 > | main ()
8555 > | {
8556 > | static struct sockaddr_in ac_aggr;
8557 > | if (ac_aggr.sin_len)
8558 > | return 0;
8559 > | ;
8560 > | return 0;
8561 > | }
8562 > configure:48799: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
8563 > conftest.cc: In function 'int main()':
8564 > conftest.cc:85:20: error: 'struct sockaddr_in' has no member named 'sin_len'
8565 > configure:48805: $? = 1
8566 > configure: failed program was:
8567 > | /* confdefs.h. */
8568 > |
8569 > | #define PACKAGE_NAME "ACE"
8570 > | #define PACKAGE_TARNAME "ace"
8571 > | #define PACKAGE_VERSION "5.7.2"
8572 > | #define PACKAGE_STRING "ACE 5.7.2"
8573 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
8574 > | #ifdef __cplusplus
8575 > | extern "C" void exit (int) throw ();
8576 > | #endif
8577 > | #define X_DISPLAY_MISSING 1
8578 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
8579 > | #define ACE_HAS_GPERF 1
8580 > | #define __ACE_INLINE__ 1
8581 > | #define ACE_HAS_PTHREADS 1
8582 > | #define STDC_HEADERS 1
8583 > | #define HAVE_SYS_TYPES_H 1
8584 > | #define HAVE_SYS_STAT_H 1
8585 > | #define HAVE_STDLIB_H 1
8586 > | #define HAVE_STRING_H 1
8587 > | #define HAVE_MEMORY_H 1
8588 > | #define HAVE_STRINGS_H 1
8589 > | #define HAVE_INTTYPES_H 1
8590 > | #define HAVE_STDINT_H 1
8591 > | #define HAVE_UNISTD_H 1
8592 > | #define HAVE_DLFCN_H 1
8593 > | #define ACE_HAS_AIO_CALLS 1
8594 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
8595 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
8596 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
8597 > | #define ACE_HAS_BIG_FD_SET 1
8598 > | #define ACE_TIMER_SKEW (1000 * 10)
8599 > | #define ACE_IOCTL_TYPE_ARG2 int
8600 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
8601 > | #define HAVE_DIRENT_H 1
8602 > | #define ACE_HAS_DIRENT 1
8603 > | #define HAVE_SYS_WAIT_H 1
8604 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
8605 > | #define ACE_HAS_PROC_FS 1
8606 > | #define ACE_HAS_BYTESWAP_H 1
8607 > | #define ACE_HAS_TERMIO 1
8608 > | #define ACE_HAS_TERMIOS 1
8609 > | #define ACE_HAS_STRINGS 1
8610 > | #define ACE_HAS_SYS_SYSCALL_H 1
8611 > | #define ACE_HAS_POLL 1
8612 > | #define ACE_HAS_STREAMS 1
8613 > | #define ACE_LACKS_SIGINFO_H 1
8614 > | #define ACE_HAS_WCHAR 1
8615 > | #define ACE_HAS_NEW_NO_H 1
8616 > | #define ACE_HAS_GNU_CSTRING_H 1
8617 > | #define HAVE_IOMANIP 1
8618 > | #define HAVE_IOS 1
8619 > | #define HAVE_IOSTREAM 1
8620 > | #define HAVE_ISTREAM 1
8621 > | #define HAVE_OSTREAM 1
8622 > | #define HAVE_FSTREAM 1
8623 > | #define HAVE_STREAMBUF 1
8624 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
8625 > | #define ACE_HAS_CPU_SET_T 1
8626 > | #define ACE_LACKS_PRI_T 1
8627 > | #define ACE_HAS_SIG_ATOMIC_T 1
8628 > | #define ACE_HAS_SSIZE_T 1
8629 > | #define ACE_HAS_UCONTEXT_T 1
8630 > | #define ACE_LACKS_U_LONGLONG_T 1
8631 > | #define ACE_HAS_SOCKLEN_T 1
8632 > | #define ACE_LACKS_RWLOCK_T 1
8633 > | #define ACE_HAS_STRBUF_T 1
8634 > | #define ACE_HAS_SIGINFO_T 1
8635 > | #define ACE_HAS_MSG 1
8636 > | #define ACE_HAS_POSIX_TIME 1
8637 > | #define ACE_LACKS_TIMESPEC_T 1
8638 > | /* end confdefs.h. */
8639 > |
8640 > | #ifndef ACE_LACKS_SYS_TYPES_H
8641 > | # include <sys/types.h>
8642 > | #endif
8643 > | #include <sys/socket.h>
8644 > | #include <netinet/in.h>
8645 > |
8646 > |
8647 > | int
8648 > | main ()
8649 > | {
8650 > | static struct sockaddr_in ac_aggr;
8651 > | if (sizeof ac_aggr.sin_len)
8652 > | return 0;
8653 > | ;
8654 > | return 0;
8655 > | }
8656 > configure:48831: result: no
8657 > configure:48842: checking for struct sockaddr_in6.sin6_len
8658 > configure:48872: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
8659 > conftest.cc: In function 'int main()':
8660 > conftest.cc:85:13: error: 'struct sockaddr_in6' has no member named 'sin6_len'
8661 > configure:48878: $? = 1
8662 > configure: failed program was:
8663 > | /* confdefs.h. */
8664 > |
8665 > | #define PACKAGE_NAME "ACE"
8666 > | #define PACKAGE_TARNAME "ace"
8667 > | #define PACKAGE_VERSION "5.7.2"
8668 > | #define PACKAGE_STRING "ACE 5.7.2"
8669 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
8670 > | #ifdef __cplusplus
8671 > | extern "C" void exit (int) throw ();
8672 > | #endif
8673 > | #define X_DISPLAY_MISSING 1
8674 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
8675 > | #define ACE_HAS_GPERF 1
8676 > | #define __ACE_INLINE__ 1
8677 > | #define ACE_HAS_PTHREADS 1
8678 > | #define STDC_HEADERS 1
8679 > | #define HAVE_SYS_TYPES_H 1
8680 > | #define HAVE_SYS_STAT_H 1
8681 > | #define HAVE_STDLIB_H 1
8682 > | #define HAVE_STRING_H 1
8683 > | #define HAVE_MEMORY_H 1
8684 > | #define HAVE_STRINGS_H 1
8685 > | #define HAVE_INTTYPES_H 1
8686 > | #define HAVE_STDINT_H 1
8687 > | #define HAVE_UNISTD_H 1
8688 > | #define HAVE_DLFCN_H 1
8689 > | #define ACE_HAS_AIO_CALLS 1
8690 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
8691 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
8692 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
8693 > | #define ACE_HAS_BIG_FD_SET 1
8694 > | #define ACE_TIMER_SKEW (1000 * 10)
8695 > | #define ACE_IOCTL_TYPE_ARG2 int
8696 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
8697 > | #define HAVE_DIRENT_H 1
8698 > | #define ACE_HAS_DIRENT 1
8699 > | #define HAVE_SYS_WAIT_H 1
8700 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
8701 > | #define ACE_HAS_PROC_FS 1
8702 > | #define ACE_HAS_BYTESWAP_H 1
8703 > | #define ACE_HAS_TERMIO 1
8704 > | #define ACE_HAS_TERMIOS 1
8705 > | #define ACE_HAS_STRINGS 1
8706 > | #define ACE_HAS_SYS_SYSCALL_H 1
8707 > | #define ACE_HAS_POLL 1
8708 > | #define ACE_HAS_STREAMS 1
8709 > | #define ACE_LACKS_SIGINFO_H 1
8710 > | #define ACE_HAS_WCHAR 1
8711 > | #define ACE_HAS_NEW_NO_H 1
8712 > | #define ACE_HAS_GNU_CSTRING_H 1
8713 > | #define HAVE_IOMANIP 1
8714 > | #define HAVE_IOS 1
8715 > | #define HAVE_IOSTREAM 1
8716 > | #define HAVE_ISTREAM 1
8717 > | #define HAVE_OSTREAM 1
8718 > | #define HAVE_FSTREAM 1
8719 > | #define HAVE_STREAMBUF 1
8720 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
8721 > | #define ACE_HAS_CPU_SET_T 1
8722 > | #define ACE_LACKS_PRI_T 1
8723 > | #define ACE_HAS_SIG_ATOMIC_T 1
8724 > | #define ACE_HAS_SSIZE_T 1
8725 > | #define ACE_HAS_UCONTEXT_T 1
8726 > | #define ACE_LACKS_U_LONGLONG_T 1
8727 > | #define ACE_HAS_SOCKLEN_T 1
8728 > | #define ACE_LACKS_RWLOCK_T 1
8729 > | #define ACE_HAS_STRBUF_T 1
8730 > | #define ACE_HAS_SIGINFO_T 1
8731 > | #define ACE_HAS_MSG 1
8732 > | #define ACE_HAS_POSIX_TIME 1
8733 > | #define ACE_LACKS_TIMESPEC_T 1
8734 > | /* end confdefs.h. */
8735 > |
8736 > | #ifndef ACE_LACKS_SYS_TYPES_H
8737 > | # include <sys/types.h>
8738 > | #endif
8739 > | #include <sys/socket.h>
8740 > | #include <netinet/in.h>
8741 > |
8742 > |
8743 > | int
8744 > | main ()
8745 > | {
8746 > | static struct sockaddr_in6 ac_aggr;
8747 > | if (ac_aggr.sin6_len)
8748 > | return 0;
8749 > | ;
8750 > | return 0;
8751 > | }
8752 > configure:48923: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
8753 > conftest.cc: In function 'int main()':
8754 > conftest.cc:85:20: error: 'struct sockaddr_in6' has no member named 'sin6_len'
8755 > configure:48929: $? = 1
8756 > configure: failed program was:
8757 > | /* confdefs.h. */
8758 > |
8759 > | #define PACKAGE_NAME "ACE"
8760 > | #define PACKAGE_TARNAME "ace"
8761 > | #define PACKAGE_VERSION "5.7.2"
8762 > | #define PACKAGE_STRING "ACE 5.7.2"
8763 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
8764 > | #ifdef __cplusplus
8765 > | extern "C" void exit (int) throw ();
8766 > | #endif
8767 > | #define X_DISPLAY_MISSING 1
8768 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
8769 > | #define ACE_HAS_GPERF 1
8770 > | #define __ACE_INLINE__ 1
8771 > | #define ACE_HAS_PTHREADS 1
8772 > | #define STDC_HEADERS 1
8773 > | #define HAVE_SYS_TYPES_H 1
8774 > | #define HAVE_SYS_STAT_H 1
8775 > | #define HAVE_STDLIB_H 1
8776 > | #define HAVE_STRING_H 1
8777 > | #define HAVE_MEMORY_H 1
8778 > | #define HAVE_STRINGS_H 1
8779 > | #define HAVE_INTTYPES_H 1
8780 > | #define HAVE_STDINT_H 1
8781 > | #define HAVE_UNISTD_H 1
8782 > | #define HAVE_DLFCN_H 1
8783 > | #define ACE_HAS_AIO_CALLS 1
8784 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
8785 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
8786 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
8787 > | #define ACE_HAS_BIG_FD_SET 1
8788 > | #define ACE_TIMER_SKEW (1000 * 10)
8789 > | #define ACE_IOCTL_TYPE_ARG2 int
8790 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
8791 > | #define HAVE_DIRENT_H 1
8792 > | #define ACE_HAS_DIRENT 1
8793 > | #define HAVE_SYS_WAIT_H 1
8794 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
8795 > | #define ACE_HAS_PROC_FS 1
8796 > | #define ACE_HAS_BYTESWAP_H 1
8797 > | #define ACE_HAS_TERMIO 1
8798 > | #define ACE_HAS_TERMIOS 1
8799 > | #define ACE_HAS_STRINGS 1
8800 > | #define ACE_HAS_SYS_SYSCALL_H 1
8801 > | #define ACE_HAS_POLL 1
8802 > | #define ACE_HAS_STREAMS 1
8803 > | #define ACE_LACKS_SIGINFO_H 1
8804 > | #define ACE_HAS_WCHAR 1
8805 > | #define ACE_HAS_NEW_NO_H 1
8806 > | #define ACE_HAS_GNU_CSTRING_H 1
8807 > | #define HAVE_IOMANIP 1
8808 > | #define HAVE_IOS 1
8809 > | #define HAVE_IOSTREAM 1
8810 > | #define HAVE_ISTREAM 1
8811 > | #define HAVE_OSTREAM 1
8812 > | #define HAVE_FSTREAM 1
8813 > | #define HAVE_STREAMBUF 1
8814 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
8815 > | #define ACE_HAS_CPU_SET_T 1
8816 > | #define ACE_LACKS_PRI_T 1
8817 > | #define ACE_HAS_SIG_ATOMIC_T 1
8818 > | #define ACE_HAS_SSIZE_T 1
8819 > | #define ACE_HAS_UCONTEXT_T 1
8820 > | #define ACE_LACKS_U_LONGLONG_T 1
8821 > | #define ACE_HAS_SOCKLEN_T 1
8822 > | #define ACE_LACKS_RWLOCK_T 1
8823 > | #define ACE_HAS_STRBUF_T 1
8824 > | #define ACE_HAS_SIGINFO_T 1
8825 > | #define ACE_HAS_MSG 1
8826 > | #define ACE_HAS_POSIX_TIME 1
8827 > | #define ACE_LACKS_TIMESPEC_T 1
8828 > | /* end confdefs.h. */
8829 > |
8830 > | #ifndef ACE_LACKS_SYS_TYPES_H
8831 > | # include <sys/types.h>
8832 > | #endif
8833 > | #include <sys/socket.h>
8834 > | #include <netinet/in.h>
8835 > |
8836 > |
8837 > | int
8838 > | main ()
8839 > | {
8840 > | static struct sockaddr_in6 ac_aggr;
8841 > | if (sizeof ac_aggr.sin6_len)
8842 > | return 0;
8843 > | ;
8844 > | return 0;
8845 > | }
8846 > configure:48955: result: no
8847 > configure:48967: checking for sys_siglist
8848 > configure:48999: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
8849 > configure:49005: $? = 0
8850 > configure:49009: test -z
8851 > || test ! -s conftest.err
8852 > configure:49012: $? = 0
8853 > configure:49015: test -s conftest.o
8854 > configure:49018: $? = 0
8855 > configure:49035: result: yes
8856 > configure:49050: checking for sys_errlist
8857 > configure:49080: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ conftest.cc >&5
8858 > configure:49086: $? = 0
8859 > configure:49090: test -z
8860 > || test ! -s conftest.err
8861 > configure:49093: $? = 0
8862 > configure:49096: test -s conftest.o
8863 > configure:49099: $? = 0
8864 > configure:49176: result: yes
8865 > configure:49257: checking if compiler accepts "pragma once" directive
8866 > configure:49283: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -Werror conftest.cc >&5
8867 > cc1plus: warnings being treated as errors
8868 > conftest.cc:76:9: error: #pragma once in main file
8869 > configure:49289: $? = 1
8870 > configure: failed program was:
8871 > | /* confdefs.h. */
8872 > |
8873 > | #define PACKAGE_NAME "ACE"
8874 > | #define PACKAGE_TARNAME "ace"
8875 > | #define PACKAGE_VERSION "5.7.2"
8876 > | #define PACKAGE_STRING "ACE 5.7.2"
8877 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
8878 > | #ifdef __cplusplus
8879 > | extern "C" void exit (int) throw ();
8880 > | #endif
8881 > | #define X_DISPLAY_MISSING 1
8882 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
8883 > | #define ACE_HAS_GPERF 1
8884 > | #define __ACE_INLINE__ 1
8885 > | #define ACE_HAS_PTHREADS 1
8886 > | #define STDC_HEADERS 1
8887 > | #define HAVE_SYS_TYPES_H 1
8888 > | #define HAVE_SYS_STAT_H 1
8889 > | #define HAVE_STDLIB_H 1
8890 > | #define HAVE_STRING_H 1
8891 > | #define HAVE_MEMORY_H 1
8892 > | #define HAVE_STRINGS_H 1
8893 > | #define HAVE_INTTYPES_H 1
8894 > | #define HAVE_STDINT_H 1
8895 > | #define HAVE_UNISTD_H 1
8896 > | #define HAVE_DLFCN_H 1
8897 > | #define ACE_HAS_AIO_CALLS 1
8898 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
8899 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
8900 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
8901 > | #define ACE_HAS_BIG_FD_SET 1
8902 > | #define ACE_TIMER_SKEW (1000 * 10)
8903 > | #define ACE_IOCTL_TYPE_ARG2 int
8904 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
8905 > | #define HAVE_DIRENT_H 1
8906 > | #define ACE_HAS_DIRENT 1
8907 > | #define HAVE_SYS_WAIT_H 1
8908 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
8909 > | #define ACE_HAS_PROC_FS 1
8910 > | #define ACE_HAS_BYTESWAP_H 1
8911 > | #define ACE_HAS_TERMIO 1
8912 > | #define ACE_HAS_TERMIOS 1
8913 > | #define ACE_HAS_STRINGS 1
8914 > | #define ACE_HAS_SYS_SYSCALL_H 1
8915 > | #define ACE_HAS_POLL 1
8916 > | #define ACE_HAS_STREAMS 1
8917 > | #define ACE_LACKS_SIGINFO_H 1
8918 > | #define ACE_HAS_WCHAR 1
8919 > | #define ACE_HAS_NEW_NO_H 1
8920 > | #define ACE_HAS_GNU_CSTRING_H 1
8921 > | #define HAVE_IOMANIP 1
8922 > | #define HAVE_IOS 1
8923 > | #define HAVE_IOSTREAM 1
8924 > | #define HAVE_ISTREAM 1
8925 > | #define HAVE_OSTREAM 1
8926 > | #define HAVE_FSTREAM 1
8927 > | #define HAVE_STREAMBUF 1
8928 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
8929 > | #define ACE_HAS_CPU_SET_T 1
8930 > | #define ACE_LACKS_PRI_T 1
8931 > | #define ACE_HAS_SIG_ATOMIC_T 1
8932 > | #define ACE_HAS_SSIZE_T 1
8933 > | #define ACE_HAS_UCONTEXT_T 1
8934 > | #define ACE_LACKS_U_LONGLONG_T 1
8935 > | #define ACE_HAS_SOCKLEN_T 1
8936 > | #define ACE_LACKS_RWLOCK_T 1
8937 > | #define ACE_HAS_STRBUF_T 1
8938 > | #define ACE_HAS_SIGINFO_T 1
8939 > | #define ACE_HAS_MSG 1
8940 > | #define ACE_HAS_POSIX_TIME 1
8941 > | #define ACE_LACKS_TIMESPEC_T 1
8942 > | #define ACE_HAS_SYS_SIGLIST 1
8943 > | #define ACE_HAS_SYS_ERRLIST 1
8944 > | /* end confdefs.h. */
8945 > |
8946 > | #pragma once
8947 > |
8948 > | int
8949 > | main ()
8950 > | {
8951 > |
8952 > | int a = 0; /* Put this here so we don't have an empty main(). */
8953 > |
8954 > | ;
8955 > | return 0;
8956 > | }
8957 > configure:49319: result: no
8958 > configure:49343: checking if "-pipe" compiler flag is supported
8959 > configure:49365: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
8960 > configure:49371: $? = 0
8961 > configure:49375: test -z
8962 > || test ! -s conftest.err
8963 > configure:49378: $? = 0
8964 > configure:49381: test -s conftest.o
8965 > configure:49384: $? = 0
8966 > configure:49401: result: yes
8967 > configure:53888: checking for intmax_t
8968 > configure:53919: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
8969 > configure:53925: $? = 0
8970 > configure:53929: test -z
8971 > || test ! -s conftest.err
8972 > configure:53932: $? = 0
8973 > configure:53935: test -s conftest.o
8974 > configure:53938: $? = 0
8975 > configure:53949: result: yes
8976 > configure:53962: checking for uintmax_t
8977 > configure:53993: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
8978 > configure:53999: $? = 0
8979 > configure:54003: test -z
8980 > || test ! -s conftest.err
8981 > configure:54006: $? = 0
8982 > configure:54009: test -s conftest.o
8983 > configure:54012: $? = 0
8984 > configure:54023: result: yes
8985 > configure:54036: checking for intptr_t
8986 > configure:54067: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
8987 > configure:54073: $? = 0
8988 > configure:54077: test -z
8989 > || test ! -s conftest.err
8990 > configure:54080: $? = 0
8991 > configure:54083: test -s conftest.o
8992 > configure:54086: $? = 0
8993 > configure:54097: result: yes
8994 > configure:54110: checking for uintptr_t
8995 > configure:54141: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
8996 > configure:54147: $? = 0
8997 > configure:54151: test -z
8998 > || test ! -s conftest.err
8999 > configure:54154: $? = 0
9000 > configure:54157: test -s conftest.o
9001 > configure:54160: $? = 0
9002 > configure:54171: result: yes
9003 > configure:54184: checking for int8_t
9004 > configure:54215: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
9005 > configure:54221: $? = 0
9006 > configure:54225: test -z
9007 > || test ! -s conftest.err
9008 > configure:54228: $? = 0
9009 > configure:54231: test -s conftest.o
9010 > configure:54234: $? = 0
9011 > configure:54245: result: yes
9012 > configure:54256: checking for uint8_t
9013 > configure:54287: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
9014 > configure:54293: $? = 0
9015 > configure:54297: test -z
9016 > || test ! -s conftest.err
9017 > configure:54300: $? = 0
9018 > configure:54303: test -s conftest.o
9019 > configure:54306: $? = 0
9020 > configure:54317: result: yes
9021 > configure:54328: checking for int16_t
9022 > configure:54359: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
9023 > configure:54365: $? = 0
9024 > configure:54369: test -z
9025 > || test ! -s conftest.err
9026 > configure:54372: $? = 0
9027 > configure:54375: test -s conftest.o
9028 > configure:54378: $? = 0
9029 > configure:54389: result: yes
9030 > configure:54400: checking for uint16_t
9031 > configure:54431: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
9032 > configure:54437: $? = 0
9033 > configure:54441: test -z
9034 > || test ! -s conftest.err
9035 > configure:54444: $? = 0
9036 > configure:54447: test -s conftest.o
9037 > configure:54450: $? = 0
9038 > configure:54461: result: yes
9039 > configure:54472: checking for int32_t
9040 > configure:54503: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
9041 > configure:54509: $? = 0
9042 > configure:54513: test -z
9043 > || test ! -s conftest.err
9044 > configure:54516: $? = 0
9045 > configure:54519: test -s conftest.o
9046 > configure:54522: $? = 0
9047 > configure:54533: result: yes
9048 > configure:54544: checking for uint32_t
9049 > configure:54575: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
9050 > configure:54581: $? = 0
9051 > configure:54585: test -z
9052 > || test ! -s conftest.err
9053 > configure:54588: $? = 0
9054 > configure:54591: test -s conftest.o
9055 > configure:54594: $? = 0
9056 > configure:54605: result: yes
9057 > configure:54616: checking for int64_t
9058 > configure:54647: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
9059 > configure:54653: $? = 0
9060 > configure:54657: test -z
9061 > || test ! -s conftest.err
9062 > configure:54660: $? = 0
9063 > configure:54663: test -s conftest.o
9064 > configure:54666: $? = 0
9065 > configure:54677: result: yes
9066 > configure:54688: checking for uint64_t
9067 > configure:54719: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
9068 > configure:54725: $? = 0
9069 > configure:54729: test -z
9070 > || test ! -s conftest.err
9071 > configure:54732: $? = 0
9072 > configure:54735: test -s conftest.o
9073 > configure:54738: $? = 0
9074 > configure:54749: result: yes
9075 > configure:54761: checking for std::numeric_limits<>
9076 > configure:54782: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
9077 > configure:54788: $? = 0
9078 > configure:54792: test -z
9079 > || test ! -s conftest.err
9080 > configure:54795: $? = 0
9081 > configure:54798: test -s conftest.o
9082 > configure:54801: $? = 0
9083 > configure:54814: result: yes
9084 > configure:54830: checking for timezone variable
9085 > configure:54851: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
9086 > conftest.cc: In function 'int main()':
9087 > conftest.cc:88:27: error: 'timezone' cannot be used as a function
9088 > configure:54857: $? = 1
9089 > configure: failed program was:
9090 > | /* confdefs.h. */
9091 > |
9092 > | #define PACKAGE_NAME "ACE"
9093 > | #define PACKAGE_TARNAME "ace"
9094 > | #define PACKAGE_VERSION "5.7.2"
9095 > | #define PACKAGE_STRING "ACE 5.7.2"
9096 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
9097 > | #ifdef __cplusplus
9098 > | extern "C" void exit (int) throw ();
9099 > | #endif
9100 > | #define X_DISPLAY_MISSING 1
9101 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
9102 > | #define ACE_HAS_GPERF 1
9103 > | #define __ACE_INLINE__ 1
9104 > | #define ACE_HAS_PTHREADS 1
9105 > | #define STDC_HEADERS 1
9106 > | #define HAVE_SYS_TYPES_H 1
9107 > | #define HAVE_SYS_STAT_H 1
9108 > | #define HAVE_STDLIB_H 1
9109 > | #define HAVE_STRING_H 1
9110 > | #define HAVE_MEMORY_H 1
9111 > | #define HAVE_STRINGS_H 1
9112 > | #define HAVE_INTTYPES_H 1
9113 > | #define HAVE_STDINT_H 1
9114 > | #define HAVE_UNISTD_H 1
9115 > | #define HAVE_DLFCN_H 1
9116 > | #define ACE_HAS_AIO_CALLS 1
9117 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
9118 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
9119 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
9120 > | #define ACE_HAS_BIG_FD_SET 1
9121 > | #define ACE_TIMER_SKEW (1000 * 10)
9122 > | #define ACE_IOCTL_TYPE_ARG2 int
9123 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
9124 > | #define HAVE_DIRENT_H 1
9125 > | #define ACE_HAS_DIRENT 1
9126 > | #define HAVE_SYS_WAIT_H 1
9127 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
9128 > | #define ACE_HAS_PROC_FS 1
9129 > | #define ACE_HAS_BYTESWAP_H 1
9130 > | #define ACE_HAS_TERMIO 1
9131 > | #define ACE_HAS_TERMIOS 1
9132 > | #define ACE_HAS_STRINGS 1
9133 > | #define ACE_HAS_SYS_SYSCALL_H 1
9134 > | #define ACE_HAS_POLL 1
9135 > | #define ACE_HAS_STREAMS 1
9136 > | #define ACE_LACKS_SIGINFO_H 1
9137 > | #define ACE_HAS_WCHAR 1
9138 > | #define ACE_HAS_NEW_NO_H 1
9139 > | #define ACE_HAS_GNU_CSTRING_H 1
9140 > | #define HAVE_IOMANIP 1
9141 > | #define HAVE_IOS 1
9142 > | #define HAVE_IOSTREAM 1
9143 > | #define HAVE_ISTREAM 1
9144 > | #define HAVE_OSTREAM 1
9145 > | #define HAVE_FSTREAM 1
9146 > | #define HAVE_STREAMBUF 1
9147 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
9148 > | #define ACE_HAS_CPU_SET_T 1
9149 > | #define ACE_LACKS_PRI_T 1
9150 > | #define ACE_HAS_SIG_ATOMIC_T 1
9151 > | #define ACE_HAS_SSIZE_T 1
9152 > | #define ACE_HAS_UCONTEXT_T 1
9153 > | #define ACE_LACKS_U_LONGLONG_T 1
9154 > | #define ACE_HAS_SOCKLEN_T 1
9155 > | #define ACE_LACKS_RWLOCK_T 1
9156 > | #define ACE_HAS_STRBUF_T 1
9157 > | #define ACE_HAS_SIGINFO_T 1
9158 > | #define ACE_HAS_MSG 1
9159 > | #define ACE_HAS_POSIX_TIME 1
9160 > | #define ACE_LACKS_TIMESPEC_T 1
9161 > | #define ACE_HAS_SYS_SIGLIST 1
9162 > | #define ACE_HAS_SYS_ERRLIST 1
9163 > | #define ACE_LACKS_PRAGMA_ONCE 1
9164 > | #define ACE_HAS_INT8_T 1
9165 > | #define ACE_HAS_UINT8_T 1
9166 > | #define ACE_HAS_INT16_T 1
9167 > | #define ACE_HAS_UINT16_T 1
9168 > | #define ACE_HAS_INT32_T 1
9169 > | #define ACE_HAS_UINT32_T 1
9170 > | #define ACE_HAS_INT64_T 1
9171 > | #define ACE_HAS_UINT64_T 1
9172 > | /* end confdefs.h. */
9173 > | #include <time.h>
9174 > | int
9175 > | main ()
9176 > | {
9177 > | return (int) timezone(0, 0);
9178 > | ;
9179 > | return 0;
9180 > | }
9181 > configure:54893: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
9182 > configure:54899: $? = 0
9183 > configure:54903: test -z
9184 > || test ! -s conftest.err
9185 > configure:54906: $? = 0
9186 > configure:54909: test -s conftest
9187 > configure:54912: $? = 0
9188 > configure:54928: result: yes
9189 > configure:54941: checking for istream operator>> for char types
9190 > configure:54973: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
9191 > conftest.cc:86:22: fatal error: iostream.h: No such file or directory
9192 > compilation terminated.
9193 > configure:54979: $? = 1
9194 > configure: failed program was:
9195 > | /* confdefs.h. */
9196 > |
9197 > | #define PACKAGE_NAME "ACE"
9198 > | #define PACKAGE_TARNAME "ace"
9199 > | #define PACKAGE_VERSION "5.7.2"
9200 > | #define PACKAGE_STRING "ACE 5.7.2"
9201 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
9202 > | #ifdef __cplusplus
9203 > | extern "C" void exit (int) throw ();
9204 > | #endif
9205 > | #define X_DISPLAY_MISSING 1
9206 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
9207 > | #define ACE_HAS_GPERF 1
9208 > | #define __ACE_INLINE__ 1
9209 > | #define ACE_HAS_PTHREADS 1
9210 > | #define STDC_HEADERS 1
9211 > | #define HAVE_SYS_TYPES_H 1
9212 > | #define HAVE_SYS_STAT_H 1
9213 > | #define HAVE_STDLIB_H 1
9214 > | #define HAVE_STRING_H 1
9215 > | #define HAVE_MEMORY_H 1
9216 > | #define HAVE_STRINGS_H 1
9217 > | #define HAVE_INTTYPES_H 1
9218 > | #define HAVE_STDINT_H 1
9219 > | #define HAVE_UNISTD_H 1
9220 > | #define HAVE_DLFCN_H 1
9221 > | #define ACE_HAS_AIO_CALLS 1
9222 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
9223 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
9224 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
9225 > | #define ACE_HAS_BIG_FD_SET 1
9226 > | #define ACE_TIMER_SKEW (1000 * 10)
9227 > | #define ACE_IOCTL_TYPE_ARG2 int
9228 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
9229 > | #define HAVE_DIRENT_H 1
9230 > | #define ACE_HAS_DIRENT 1
9231 > | #define HAVE_SYS_WAIT_H 1
9232 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
9233 > | #define ACE_HAS_PROC_FS 1
9234 > | #define ACE_HAS_BYTESWAP_H 1
9235 > | #define ACE_HAS_TERMIO 1
9236 > | #define ACE_HAS_TERMIOS 1
9237 > | #define ACE_HAS_STRINGS 1
9238 > | #define ACE_HAS_SYS_SYSCALL_H 1
9239 > | #define ACE_HAS_POLL 1
9240 > | #define ACE_HAS_STREAMS 1
9241 > | #define ACE_LACKS_SIGINFO_H 1
9242 > | #define ACE_HAS_WCHAR 1
9243 > | #define ACE_HAS_NEW_NO_H 1
9244 > | #define ACE_HAS_GNU_CSTRING_H 1
9245 > | #define HAVE_IOMANIP 1
9246 > | #define HAVE_IOS 1
9247 > | #define HAVE_IOSTREAM 1
9248 > | #define HAVE_ISTREAM 1
9249 > | #define HAVE_OSTREAM 1
9250 > | #define HAVE_FSTREAM 1
9251 > | #define HAVE_STREAMBUF 1
9252 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
9253 > | #define ACE_HAS_CPU_SET_T 1
9254 > | #define ACE_LACKS_PRI_T 1
9255 > | #define ACE_HAS_SIG_ATOMIC_T 1
9256 > | #define ACE_HAS_SSIZE_T 1
9257 > | #define ACE_HAS_UCONTEXT_T 1
9258 > | #define ACE_LACKS_U_LONGLONG_T 1
9259 > | #define ACE_HAS_SOCKLEN_T 1
9260 > | #define ACE_LACKS_RWLOCK_T 1
9261 > | #define ACE_HAS_STRBUF_T 1
9262 > | #define ACE_HAS_SIGINFO_T 1
9263 > | #define ACE_HAS_MSG 1
9264 > | #define ACE_HAS_POSIX_TIME 1
9265 > | #define ACE_LACKS_TIMESPEC_T 1
9266 > | #define ACE_HAS_SYS_SIGLIST 1
9267 > | #define ACE_HAS_SYS_ERRLIST 1
9268 > | #define ACE_LACKS_PRAGMA_ONCE 1
9269 > | #define ACE_HAS_INT8_T 1
9270 > | #define ACE_HAS_UINT8_T 1
9271 > | #define ACE_HAS_INT16_T 1
9272 > | #define ACE_HAS_UINT16_T 1
9273 > | #define ACE_HAS_INT32_T 1
9274 > | #define ACE_HAS_UINT32_T 1
9275 > | #define ACE_HAS_INT64_T 1
9276 > | #define ACE_HAS_UINT64_T 1
9277 > | #define ACE_HAS_TIMEZONE 1
9278 > | /* end confdefs.h. */
9279 > |
9280 > | #include <iostream.h>
9281 > |
9282 > | int
9283 > | main ()
9284 > | {
9285 > |
9286 > | unsigned char a = 0;
9287 > | cin >> a;
9288 > |
9289 > | #ifndef ACE_LACKS_SIGNED_CHAR
9290 > | signed char b = 0;
9291 > | cin >> b;
9292 > | #endif
9293 > |
9294 > | ;
9295 > | return 0;
9296 > | }
9297 > configure:55009: result: no
9298 > configure:55026: checking for istream operator>> for char * types
9299 > configure:55058: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
9300 > conftest.cc:87:22: fatal error: iostream.h: No such file or directory
9301 > compilation terminated.
9302 > configure:55064: $? = 1
9303 > configure: failed program was:
9304 > | /* confdefs.h. */
9305 > |
9306 > | #define PACKAGE_NAME "ACE"
9307 > | #define PACKAGE_TARNAME "ace"
9308 > | #define PACKAGE_VERSION "5.7.2"
9309 > | #define PACKAGE_STRING "ACE 5.7.2"
9310 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
9311 > | #ifdef __cplusplus
9312 > | extern "C" void exit (int) throw ();
9313 > | #endif
9314 > | #define X_DISPLAY_MISSING 1
9315 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
9316 > | #define ACE_HAS_GPERF 1
9317 > | #define __ACE_INLINE__ 1
9318 > | #define ACE_HAS_PTHREADS 1
9319 > | #define STDC_HEADERS 1
9320 > | #define HAVE_SYS_TYPES_H 1
9321 > | #define HAVE_SYS_STAT_H 1
9322 > | #define HAVE_STDLIB_H 1
9323 > | #define HAVE_STRING_H 1
9324 > | #define HAVE_MEMORY_H 1
9325 > | #define HAVE_STRINGS_H 1
9326 > | #define HAVE_INTTYPES_H 1
9327 > | #define HAVE_STDINT_H 1
9328 > | #define HAVE_UNISTD_H 1
9329 > | #define HAVE_DLFCN_H 1
9330 > | #define ACE_HAS_AIO_CALLS 1
9331 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
9332 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
9333 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
9334 > | #define ACE_HAS_BIG_FD_SET 1
9335 > | #define ACE_TIMER_SKEW (1000 * 10)
9336 > | #define ACE_IOCTL_TYPE_ARG2 int
9337 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
9338 > | #define HAVE_DIRENT_H 1
9339 > | #define ACE_HAS_DIRENT 1
9340 > | #define HAVE_SYS_WAIT_H 1
9341 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
9342 > | #define ACE_HAS_PROC_FS 1
9343 > | #define ACE_HAS_BYTESWAP_H 1
9344 > | #define ACE_HAS_TERMIO 1
9345 > | #define ACE_HAS_TERMIOS 1
9346 > | #define ACE_HAS_STRINGS 1
9347 > | #define ACE_HAS_SYS_SYSCALL_H 1
9348 > | #define ACE_HAS_POLL 1
9349 > | #define ACE_HAS_STREAMS 1
9350 > | #define ACE_LACKS_SIGINFO_H 1
9351 > | #define ACE_HAS_WCHAR 1
9352 > | #define ACE_HAS_NEW_NO_H 1
9353 > | #define ACE_HAS_GNU_CSTRING_H 1
9354 > | #define HAVE_IOMANIP 1
9355 > | #define HAVE_IOS 1
9356 > | #define HAVE_IOSTREAM 1
9357 > | #define HAVE_ISTREAM 1
9358 > | #define HAVE_OSTREAM 1
9359 > | #define HAVE_FSTREAM 1
9360 > | #define HAVE_STREAMBUF 1
9361 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
9362 > | #define ACE_HAS_CPU_SET_T 1
9363 > | #define ACE_LACKS_PRI_T 1
9364 > | #define ACE_HAS_SIG_ATOMIC_T 1
9365 > | #define ACE_HAS_SSIZE_T 1
9366 > | #define ACE_HAS_UCONTEXT_T 1
9367 > | #define ACE_LACKS_U_LONGLONG_T 1
9368 > | #define ACE_HAS_SOCKLEN_T 1
9369 > | #define ACE_LACKS_RWLOCK_T 1
9370 > | #define ACE_HAS_STRBUF_T 1
9371 > | #define ACE_HAS_SIGINFO_T 1
9372 > | #define ACE_HAS_MSG 1
9373 > | #define ACE_HAS_POSIX_TIME 1
9374 > | #define ACE_LACKS_TIMESPEC_T 1
9375 > | #define ACE_HAS_SYS_SIGLIST 1
9376 > | #define ACE_HAS_SYS_ERRLIST 1
9377 > | #define ACE_LACKS_PRAGMA_ONCE 1
9378 > | #define ACE_HAS_INT8_T 1
9379 > | #define ACE_HAS_UINT8_T 1
9380 > | #define ACE_HAS_INT16_T 1
9381 > | #define ACE_HAS_UINT16_T 1
9382 > | #define ACE_HAS_INT32_T 1
9383 > | #define ACE_HAS_UINT32_T 1
9384 > | #define ACE_HAS_INT64_T 1
9385 > | #define ACE_HAS_UINT64_T 1
9386 > | #define ACE_HAS_TIMEZONE 1
9387 > | #define ACE_LACKS_CHAR_RIGHT_SHIFTS 1
9388 > | /* end confdefs.h. */
9389 > |
9390 > | #include <iostream.h>
9391 > |
9392 > | int
9393 > | main ()
9394 > | {
9395 > |
9396 > | unsigned char * a = 0;
9397 > | cin >> a;
9398 > |
9399 > | #ifndef ACE_LACKS_SIGNED_CHAR
9400 > | signed char * b = 0;
9401 > | cin >> b;
9402 > | #endif
9403 > |
9404 > | ;
9405 > | return 0;
9406 > | }
9407 > configure:55094: result: no
9408 > configure:55111: checking to see if template destructor call takes template args
9409 > configure:55172: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
9410 > configure:55178: $? = 0
9411 > configure:55182: test -z
9412 > || test ! -s conftest.err
9413 > configure:55185: $? = 0
9414 > configure:55188: test -s conftest.o
9415 > configure:55191: $? = 0
9416 > configure:55208: result: yes
9417 > configure:55343: checking for C++ "std" namespace
9418 > configure:55373: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
9419 > configure:55379: $? = 0
9420 > configure:55383: test -z
9421 > || test ! -s conftest.err
9422 > configure:55386: $? = 0
9423 > configure:55389: test -s conftest.o
9424 > configure:55392: $? = 0
9425 > configure:55409: result: yes
9426 > configure:55424: checking for new style C++ include file support
9427 > configure:55456: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
9428 > configure:55462: $? = 0
9429 > configure:55466: test -z
9430 > || test ! -s conftest.err
9431 > configure:55469: $? = 0
9432 > configure:55472: test -s conftest.o
9433 > configure:55475: $? = 0
9434 > configure:55488: result: yes
9435 > configure:55513: checking for C++ auto_ptr class
9436 > configure:55548: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
9437 > configure:55554: $? = 0
9438 > configure:55558: test -z
9439 > || test ! -s conftest.err
9440 > configure:55561: $? = 0
9441 > configure:55564: test -s conftest.o
9442 > configure:55567: $? = 0
9443 > configure:55584: result: yes
9444 > configure:55609: checking for C++ auto_ptr reset method
9445 > configure:55646: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
9446 > configure:55652: $? = 0
9447 > configure:55656: test -z
9448 > || test ! -s conftest.err
9449 > configure:55659: $? = 0
9450 > configure:55662: test -s conftest.o
9451 > configure:55665: $? = 0
9452 > configure:55682: result: yes
9453 > configure:55698: checking for C++ placement delete operator
9454 > configure:55738: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
9455 > configure:55744: $? = 0
9456 > configure:55748: test -z
9457 > || test ! -s conftest.err
9458 > configure:55751: $? = 0
9459 > configure:55754: test -s conftest.o
9460 > configure:55757: $? = 0
9461 > configure:55774: result: yes
9462 > configure:55791: checking if templates require source
9463 > configure:55870: i686-gentoo1-linux-gnu-g++ -o conftest -W -Wall -Wpointer-arith -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
9464 > /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/temp/ccJra5BF.o: In function `main':
9465 > conftest.cc:(.text+0x19): undefined reference to `Foo<int>::Foo(int)'
9466 > conftest.cc:(.text+0x2d): undefined reference to `Bar<char>::Bar(Foo<char>*)'
9467 > collect2: ld returned 1 exit status
9468 > configure:55876: $? = 1
9469 > configure: failed program was:
9470 > | /* confdefs.h. */
9471 > |
9472 > | #define PACKAGE_NAME "ACE"
9473 > | #define PACKAGE_TARNAME "ace"
9474 > | #define PACKAGE_VERSION "5.7.2"
9475 > | #define PACKAGE_STRING "ACE 5.7.2"
9476 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
9477 > | #ifdef __cplusplus
9478 > | extern "C" void exit (int) throw ();
9479 > | #endif
9480 > | #define X_DISPLAY_MISSING 1
9481 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
9482 > | #define ACE_HAS_GPERF 1
9483 > | #define __ACE_INLINE__ 1
9484 > | #define ACE_HAS_PTHREADS 1
9485 > | #define STDC_HEADERS 1
9486 > | #define HAVE_SYS_TYPES_H 1
9487 > | #define HAVE_SYS_STAT_H 1
9488 > | #define HAVE_STDLIB_H 1
9489 > | #define HAVE_STRING_H 1
9490 > | #define HAVE_MEMORY_H 1
9491 > | #define HAVE_STRINGS_H 1
9492 > | #define HAVE_INTTYPES_H 1
9493 > | #define HAVE_STDINT_H 1
9494 > | #define HAVE_UNISTD_H 1
9495 > | #define HAVE_DLFCN_H 1
9496 > | #define ACE_HAS_AIO_CALLS 1
9497 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
9498 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
9499 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
9500 > | #define ACE_HAS_BIG_FD_SET 1
9501 > | #define ACE_TIMER_SKEW (1000 * 10)
9502 > | #define ACE_IOCTL_TYPE_ARG2 int
9503 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
9504 > | #define HAVE_DIRENT_H 1
9505 > | #define ACE_HAS_DIRENT 1
9506 > | #define HAVE_SYS_WAIT_H 1
9507 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
9508 > | #define ACE_HAS_PROC_FS 1
9509 > | #define ACE_HAS_BYTESWAP_H 1
9510 > | #define ACE_HAS_TERMIO 1
9511 > | #define ACE_HAS_TERMIOS 1
9512 > | #define ACE_HAS_STRINGS 1
9513 > | #define ACE_HAS_SYS_SYSCALL_H 1
9514 > | #define ACE_HAS_POLL 1
9515 > | #define ACE_HAS_STREAMS 1
9516 > | #define ACE_LACKS_SIGINFO_H 1
9517 > | #define ACE_HAS_WCHAR 1
9518 > | #define ACE_HAS_NEW_NO_H 1
9519 > | #define ACE_HAS_GNU_CSTRING_H 1
9520 > | #define HAVE_IOMANIP 1
9521 > | #define HAVE_IOS 1
9522 > | #define HAVE_IOSTREAM 1
9523 > | #define HAVE_ISTREAM 1
9524 > | #define HAVE_OSTREAM 1
9525 > | #define HAVE_FSTREAM 1
9526 > | #define HAVE_STREAMBUF 1
9527 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
9528 > | #define ACE_HAS_CPU_SET_T 1
9529 > | #define ACE_LACKS_PRI_T 1
9530 > | #define ACE_HAS_SIG_ATOMIC_T 1
9531 > | #define ACE_HAS_SSIZE_T 1
9532 > | #define ACE_HAS_UCONTEXT_T 1
9533 > | #define ACE_LACKS_U_LONGLONG_T 1
9534 > | #define ACE_HAS_SOCKLEN_T 1
9535 > | #define ACE_LACKS_RWLOCK_T 1
9536 > | #define ACE_HAS_STRBUF_T 1
9537 > | #define ACE_HAS_SIGINFO_T 1
9538 > | #define ACE_HAS_MSG 1
9539 > | #define ACE_HAS_POSIX_TIME 1
9540 > | #define ACE_LACKS_TIMESPEC_T 1
9541 > | #define ACE_HAS_SYS_SIGLIST 1
9542 > | #define ACE_HAS_SYS_ERRLIST 1
9543 > | #define ACE_LACKS_PRAGMA_ONCE 1
9544 > | #define ACE_HAS_INT8_T 1
9545 > | #define ACE_HAS_UINT8_T 1
9546 > | #define ACE_HAS_INT16_T 1
9547 > | #define ACE_HAS_UINT16_T 1
9548 > | #define ACE_HAS_INT32_T 1
9549 > | #define ACE_HAS_UINT32_T 1
9550 > | #define ACE_HAS_INT64_T 1
9551 > | #define ACE_HAS_UINT64_T 1
9552 > | #define ACE_HAS_TIMEZONE 1
9553 > | #define ACE_LACKS_CHAR_RIGHT_SHIFTS 1
9554 > | #define ACE_LACKS_CHAR_STAR_RIGHT_SHIFTS 1
9555 > | #define ACE_EXPLICIT_TEMPLATE_DESTRUCTOR_TAKES_ARGS 1
9556 > | #define ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR 1
9557 > | #define ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB 1
9558 > | #define ACE_HAS_STDCPP_STL_INCLUDES 1
9559 > | #define ACE_HAS_STRING_CLASS 1
9560 > | #define ACE_HAS_STANDARD_CPP_LIBRARY 1
9561 > | /* end confdefs.h. */
9562 > |
9563 > | #include "ace_test.h"
9564 > |
9565 > | int
9566 > | main ()
9567 > | {
9568 > |
9569 > | Foo<int> foo (15);
9570 > | Bar<char> bar (0);
9571 > |
9572 > | ;
9573 > | return 0;
9574 > | }
9575 > configure:55945: i686-gentoo1-linux-gnu-g++ -o conftest -W -Wall -Wpointer-arith -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
9576 > configure:55951: $? = 0
9577 > configure:55955: test -z
9578 > || test ! -s conftest.err
9579 > configure:55958: $? = 0
9580 > configure:55961: test -s conftest
9581 > configure:55964: $? = 0
9582 > configure:56340: result: yes
9583 > configure:56655: checking for template typedefs
9584 > configure:56708: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
9585 > configure:56714: $? = 0
9586 > configure:56718: test -z
9587 > || test ! -s conftest.err
9588 > configure:56721: $? = 0
9589 > configure:56724: test -s conftest.o
9590 > configure:56727: $? = 0
9591 > configure:56744: result: yes
9592 > configure:56759: checking for static data member templates
9593 > configure:56792: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
9594 > configure:56798: $? = 0
9595 > configure:56802: test -z
9596 > || test ! -s conftest.err
9597 > configure:56805: $? = 0
9598 > configure:56808: test -s conftest.o
9599 > configure:56811: $? = 0
9600 > configure:56828: result: yes
9601 > configure:56844: checking if definition is needed for hidden functions
9602 > configure:56879: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
9603 > configure:56885: $? = 0
9604 > configure:56889: test -z
9605 > || test ! -s conftest.err
9606 > configure:56892: $? = 0
9607 > configure:56895: test -s conftest
9608 > configure:56898: $? = 0
9609 > configure:56991: result: no
9610 > configure:57009: checking for C++ exceptions
9611 > configure:57042: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
9612 > configure:57048: $? = 0
9613 > configure:57052: test -z
9614 > || test ! -s conftest.err
9615 > configure:57055: $? = 0
9616 > configure:57058: test -s conftest.o
9617 > configure:57061: $? = 0
9618 > configure:57078: result: yes
9619 > configure:57157: checking for strcasecmp
9620 > configure:57214: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
9621 > configure:57220: $? = 0
9622 > configure:57224: test -z
9623 > || test ! -s conftest.err
9624 > configure:57227: $? = 0
9625 > configure:57230: test -s conftest
9626 > configure:57233: $? = 0
9627 > configure:57245: result: yes
9628 > configure:57258: checking whether strcasecmp is declared
9629 > configure:57290: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
9630 > configure:57296: $? = 0
9631 > configure:57300: test -z
9632 > || test ! -s conftest.err
9633 > configure:57303: $? = 0
9634 > configure:57306: test -s conftest.o
9635 > configure:57309: $? = 0
9636 > configure:57320: result: yes
9637 > configure:57535: checking for strncasecmp
9638 > configure:57592: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
9639 > configure:57598: $? = 0
9640 > configure:57602: test -z
9641 > || test ! -s conftest.err
9642 > configure:57605: $? = 0
9643 > configure:57608: test -s conftest
9644 > configure:57611: $? = 0
9645 > configure:57623: result: yes
9646 > configure:57636: checking whether strncasecmp is declared
9647 > configure:57668: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
9648 > configure:57674: $? = 0
9649 > configure:57678: test -z
9650 > || test ! -s conftest.err
9651 > configure:57681: $? = 0
9652 > configure:57684: test -s conftest.o
9653 > configure:57687: $? = 0
9654 > configure:57698: result: yes
9655 > configure:57913: checking for strdup
9656 > configure:57970: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
9657 > configure:57976: $? = 0
9658 > configure:57980: test -z
9659 > || test ! -s conftest.err
9660 > configure:57983: $? = 0
9661 > configure:57986: test -s conftest
9662 > configure:57989: $? = 0
9663 > configure:58001: result: yes
9664 > configure:58118: checking for wcscasecmp
9665 > configure:58175: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
9666 > configure:58181: $? = 0
9667 > configure:58185: test -z
9668 > || test ! -s conftest.err
9669 > configure:58188: $? = 0
9670 > configure:58191: test -s conftest
9671 > configure:58194: $? = 0
9672 > configure:58206: result: yes
9673 > configure:58421: checking for wcsncasecmp
9674 > configure:58478: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
9675 > configure:58484: $? = 0
9676 > configure:58488: test -z
9677 > || test ! -s conftest.err
9678 > configure:58491: $? = 0
9679 > configure:58494: test -s conftest
9680 > configure:58497: $? = 0
9681 > configure:58509: result: yes
9682 > configure:58724: checking for wcsdup
9683 > configure:58781: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
9684 > configure:58787: $? = 0
9685 > configure:58791: test -z
9686 > || test ! -s conftest.err
9687 > configure:58794: $? = 0
9688 > configure:58797: test -s conftest
9689 > configure:58800: $? = 0
9690 > configure:58812: result: yes
9691 > configure:59302: checking whether closedir returns void
9692 > configure:59353: result: yes
9693 > configure:59364: checking for getpwnam
9694 > configure:59421: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
9695 > configure:59427: $? = 0
9696 > configure:59431: test -z
9697 > || test ! -s conftest.err
9698 > configure:59434: $? = 0
9699 > configure:59437: test -s conftest
9700 > configure:59440: $? = 0
9701 > configure:59452: result: yes
9702 > configure:59455: checking for setpwent
9703 > configure:59512: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
9704 > configure:59518: $? = 0
9705 > configure:59522: test -z
9706 > || test ! -s conftest.err
9707 > configure:59525: $? = 0
9708 > configure:59528: test -s conftest
9709 > configure:59531: $? = 0
9710 > configure:59543: result: yes
9711 > configure:59546: checking for endpwent
9712 > configure:59603: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
9713 > configure:59609: $? = 0
9714 > configure:59613: test -z
9715 > || test ! -s conftest.err
9716 > configure:59616: $? = 0
9717 > configure:59619: test -s conftest
9718 > configure:59622: $? = 0
9719 > configure:59634: result: yes
9720 > configure:59637: checking for getpwent
9721 > configure:59694: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
9722 > configure:59700: $? = 0
9723 > configure:59704: test -z
9724 > || test ! -s conftest.err
9725 > configure:59707: $? = 0
9726 > configure:59710: test -s conftest
9727 > configure:59713: $? = 0
9728 > configure:59725: result: yes
9729 > configure:59728: checking for getpwuid
9730 > configure:59785: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
9731 > configure:59791: $? = 0
9732 > configure:59795: test -z
9733 > || test ! -s conftest.err
9734 > configure:59798: $? = 0
9735 > configure:59801: test -s conftest
9736 > configure:59804: $? = 0
9737 > configure:59816: result: yes
9738 > configure:59840: checking checking if ACE cuserid() implementation should be used
9739 > configure:59873: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -Werror -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
9740 > conftest.cc: In function 'int main()':
9741 > conftest.cc:111:40: error: 'cuserid' was not declared in this scope
9742 > configure:59879: $? = 1
9743 > configure: failed program was:
9744 > | /* confdefs.h. */
9745 > |
9746 > | #define PACKAGE_NAME "ACE"
9747 > | #define PACKAGE_TARNAME "ace"
9748 > | #define PACKAGE_VERSION "5.7.2"
9749 > | #define PACKAGE_STRING "ACE 5.7.2"
9750 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
9751 > | #ifdef __cplusplus
9752 > | extern "C" void exit (int) throw ();
9753 > | #endif
9754 > | #define X_DISPLAY_MISSING 1
9755 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
9756 > | #define ACE_HAS_GPERF 1
9757 > | #define __ACE_INLINE__ 1
9758 > | #define ACE_HAS_PTHREADS 1
9759 > | #define STDC_HEADERS 1
9760 > | #define HAVE_SYS_TYPES_H 1
9761 > | #define HAVE_SYS_STAT_H 1
9762 > | #define HAVE_STDLIB_H 1
9763 > | #define HAVE_STRING_H 1
9764 > | #define HAVE_MEMORY_H 1
9765 > | #define HAVE_STRINGS_H 1
9766 > | #define HAVE_INTTYPES_H 1
9767 > | #define HAVE_STDINT_H 1
9768 > | #define HAVE_UNISTD_H 1
9769 > | #define HAVE_DLFCN_H 1
9770 > | #define ACE_HAS_AIO_CALLS 1
9771 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
9772 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
9773 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
9774 > | #define ACE_HAS_BIG_FD_SET 1
9775 > | #define ACE_TIMER_SKEW (1000 * 10)
9776 > | #define ACE_IOCTL_TYPE_ARG2 int
9777 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
9778 > | #define HAVE_DIRENT_H 1
9779 > | #define ACE_HAS_DIRENT 1
9780 > | #define HAVE_SYS_WAIT_H 1
9781 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
9782 > | #define ACE_HAS_PROC_FS 1
9783 > | #define ACE_HAS_BYTESWAP_H 1
9784 > | #define ACE_HAS_TERMIO 1
9785 > | #define ACE_HAS_TERMIOS 1
9786 > | #define ACE_HAS_STRINGS 1
9787 > | #define ACE_HAS_SYS_SYSCALL_H 1
9788 > | #define ACE_HAS_POLL 1
9789 > | #define ACE_HAS_STREAMS 1
9790 > | #define ACE_LACKS_SIGINFO_H 1
9791 > | #define ACE_HAS_WCHAR 1
9792 > | #define ACE_HAS_NEW_NO_H 1
9793 > | #define ACE_HAS_GNU_CSTRING_H 1
9794 > | #define HAVE_IOMANIP 1
9795 > | #define HAVE_IOS 1
9796 > | #define HAVE_IOSTREAM 1
9797 > | #define HAVE_ISTREAM 1
9798 > | #define HAVE_OSTREAM 1
9799 > | #define HAVE_FSTREAM 1
9800 > | #define HAVE_STREAMBUF 1
9801 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
9802 > | #define ACE_HAS_CPU_SET_T 1
9803 > | #define ACE_LACKS_PRI_T 1
9804 > | #define ACE_HAS_SIG_ATOMIC_T 1
9805 > | #define ACE_HAS_SSIZE_T 1
9806 > | #define ACE_HAS_UCONTEXT_T 1
9807 > | #define ACE_LACKS_U_LONGLONG_T 1
9808 > | #define ACE_HAS_SOCKLEN_T 1
9809 > | #define ACE_LACKS_RWLOCK_T 1
9810 > | #define ACE_HAS_STRBUF_T 1
9811 > | #define ACE_HAS_SIGINFO_T 1
9812 > | #define ACE_HAS_MSG 1
9813 > | #define ACE_HAS_POSIX_TIME 1
9814 > | #define ACE_LACKS_TIMESPEC_T 1
9815 > | #define ACE_HAS_SYS_SIGLIST 1
9816 > | #define ACE_HAS_SYS_ERRLIST 1
9817 > | #define ACE_LACKS_PRAGMA_ONCE 1
9818 > | #define ACE_HAS_INT8_T 1
9819 > | #define ACE_HAS_UINT8_T 1
9820 > | #define ACE_HAS_INT16_T 1
9821 > | #define ACE_HAS_UINT16_T 1
9822 > | #define ACE_HAS_INT32_T 1
9823 > | #define ACE_HAS_UINT32_T 1
9824 > | #define ACE_HAS_INT64_T 1
9825 > | #define ACE_HAS_UINT64_T 1
9826 > | #define ACE_HAS_TIMEZONE 1
9827 > | #define ACE_LACKS_CHAR_RIGHT_SHIFTS 1
9828 > | #define ACE_LACKS_CHAR_STAR_RIGHT_SHIFTS 1
9829 > | #define ACE_EXPLICIT_TEMPLATE_DESTRUCTOR_TAKES_ARGS 1
9830 > | #define ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR 1
9831 > | #define ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB 1
9832 > | #define ACE_HAS_STDCPP_STL_INCLUDES 1
9833 > | #define ACE_HAS_STRING_CLASS 1
9834 > | #define ACE_HAS_STANDARD_CPP_LIBRARY 1
9835 > | #define ACE_TEMPLATES_REQUIRE_SOURCE 1
9836 > | #define ACE_HAS_TEMPLATE_TYPEDEFS 1
9837 > | #define ACE_HAS_EXCEPTIONS 1
9838 > | #define CLOSEDIR_VOID 1
9839 > | /* end confdefs.h. */
9840 > |
9841 > | /* Undefine _XOPEN_SOURCE since it may make the cuserid() prototype
9842 > | visible. ACE should not rely on such feature test macros. */
9843 > | #undef _XOPEN_SOURCE
9844 > | #ifndef ACE_LACKS_UNISTD_H
9845 > | # include <unistd.h>
9846 > | #else
9847 > | # error No unistd.h header. Need header where cuserid() is located.
9848 > | #endif /* ACE_LACKS_UNISTD_H */
9849 > |
9850 > | int
9851 > | main ()
9852 > | {
9853 > |
9854 > | char * foo = cuserid ((char *)0);
9855 > |
9856 > | ;
9857 > | return 0;
9858 > | }
9859 > configure:59930: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -Werror -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
9860 > configure:59936: $? = 0
9861 > configure:59940: test -z
9862 > || test ! -s conftest.err
9863 > configure:59943: $? = 0
9864 > configure:59946: test -s conftest
9865 > configure:59949: $? = 0
9866 > configure:59971: result: yes
9867 > configure:59998: checking for strftime
9868 > configure:60055: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
9869 > configure:60061: $? = 0
9870 > configure:60065: test -z
9871 > || test ! -s conftest.err
9872 > configure:60068: $? = 0
9873 > configure:60071: test -s conftest
9874 > configure:60074: $? = 0
9875 > configure:60086: result: yes
9876 > configure:60477: checking for _InterlockedIncrement
9877 > configure:60534: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
9878 > /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/temp/ccsmYWnZ.o: In function `main':
9879 > conftest.cc:(.text+0x8): undefined reference to `_InterlockedIncrement'
9880 > /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/temp/ccsmYWnZ.o:(.data+0x0): undefined reference to `_InterlockedIncrement'
9881 > collect2: ld returned 1 exit status
9882 > configure:60540: $? = 1
9883 > configure: failed program was:
9884 > | /* confdefs.h. */
9885 > |
9886 > | #define PACKAGE_NAME "ACE"
9887 > | #define PACKAGE_TARNAME "ace"
9888 > | #define PACKAGE_VERSION "5.7.2"
9889 > | #define PACKAGE_STRING "ACE 5.7.2"
9890 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
9891 > | #ifdef __cplusplus
9892 > | extern "C" void exit (int) throw ();
9893 > | #endif
9894 > | #define X_DISPLAY_MISSING 1
9895 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
9896 > | #define ACE_HAS_GPERF 1
9897 > | #define __ACE_INLINE__ 1
9898 > | #define ACE_HAS_PTHREADS 1
9899 > | #define STDC_HEADERS 1
9900 > | #define HAVE_SYS_TYPES_H 1
9901 > | #define HAVE_SYS_STAT_H 1
9902 > | #define HAVE_STDLIB_H 1
9903 > | #define HAVE_STRING_H 1
9904 > | #define HAVE_MEMORY_H 1
9905 > | #define HAVE_STRINGS_H 1
9906 > | #define HAVE_INTTYPES_H 1
9907 > | #define HAVE_STDINT_H 1
9908 > | #define HAVE_UNISTD_H 1
9909 > | #define HAVE_DLFCN_H 1
9910 > | #define ACE_HAS_AIO_CALLS 1
9911 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
9912 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
9913 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
9914 > | #define ACE_HAS_BIG_FD_SET 1
9915 > | #define ACE_TIMER_SKEW (1000 * 10)
9916 > | #define ACE_IOCTL_TYPE_ARG2 int
9917 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
9918 > | #define HAVE_DIRENT_H 1
9919 > | #define ACE_HAS_DIRENT 1
9920 > | #define HAVE_SYS_WAIT_H 1
9921 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
9922 > | #define ACE_HAS_PROC_FS 1
9923 > | #define ACE_HAS_BYTESWAP_H 1
9924 > | #define ACE_HAS_TERMIO 1
9925 > | #define ACE_HAS_TERMIOS 1
9926 > | #define ACE_HAS_STRINGS 1
9927 > | #define ACE_HAS_SYS_SYSCALL_H 1
9928 > | #define ACE_HAS_POLL 1
9929 > | #define ACE_HAS_STREAMS 1
9930 > | #define ACE_LACKS_SIGINFO_H 1
9931 > | #define ACE_HAS_WCHAR 1
9932 > | #define ACE_HAS_NEW_NO_H 1
9933 > | #define ACE_HAS_GNU_CSTRING_H 1
9934 > | #define HAVE_IOMANIP 1
9935 > | #define HAVE_IOS 1
9936 > | #define HAVE_IOSTREAM 1
9937 > | #define HAVE_ISTREAM 1
9938 > | #define HAVE_OSTREAM 1
9939 > | #define HAVE_FSTREAM 1
9940 > | #define HAVE_STREAMBUF 1
9941 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
9942 > | #define ACE_HAS_CPU_SET_T 1
9943 > | #define ACE_LACKS_PRI_T 1
9944 > | #define ACE_HAS_SIG_ATOMIC_T 1
9945 > | #define ACE_HAS_SSIZE_T 1
9946 > | #define ACE_HAS_UCONTEXT_T 1
9947 > | #define ACE_LACKS_U_LONGLONG_T 1
9948 > | #define ACE_HAS_SOCKLEN_T 1
9949 > | #define ACE_LACKS_RWLOCK_T 1
9950 > | #define ACE_HAS_STRBUF_T 1
9951 > | #define ACE_HAS_SIGINFO_T 1
9952 > | #define ACE_HAS_MSG 1
9953 > | #define ACE_HAS_POSIX_TIME 1
9954 > | #define ACE_LACKS_TIMESPEC_T 1
9955 > | #define ACE_HAS_SYS_SIGLIST 1
9956 > | #define ACE_HAS_SYS_ERRLIST 1
9957 > | #define ACE_LACKS_PRAGMA_ONCE 1
9958 > | #define ACE_HAS_INT8_T 1
9959 > | #define ACE_HAS_UINT8_T 1
9960 > | #define ACE_HAS_INT16_T 1
9961 > | #define ACE_HAS_UINT16_T 1
9962 > | #define ACE_HAS_INT32_T 1
9963 > | #define ACE_HAS_UINT32_T 1
9964 > | #define ACE_HAS_INT64_T 1
9965 > | #define ACE_HAS_UINT64_T 1
9966 > | #define ACE_HAS_TIMEZONE 1
9967 > | #define ACE_LACKS_CHAR_RIGHT_SHIFTS 1
9968 > | #define ACE_LACKS_CHAR_STAR_RIGHT_SHIFTS 1
9969 > | #define ACE_EXPLICIT_TEMPLATE_DESTRUCTOR_TAKES_ARGS 1
9970 > | #define ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR 1
9971 > | #define ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB 1
9972 > | #define ACE_HAS_STDCPP_STL_INCLUDES 1
9973 > | #define ACE_HAS_STRING_CLASS 1
9974 > | #define ACE_HAS_STANDARD_CPP_LIBRARY 1
9975 > | #define ACE_TEMPLATES_REQUIRE_SOURCE 1
9976 > | #define ACE_HAS_TEMPLATE_TYPEDEFS 1
9977 > | #define ACE_HAS_EXCEPTIONS 1
9978 > | #define CLOSEDIR_VOID 1
9979 > | #define ACE_HAS_ALT_CUSERID 1
9980 > | #define HAVE_STRFTIME 1
9981 > | /* end confdefs.h. */
9982 > | /* Define _InterlockedIncrement to an innocuous variant, in case <limits.h> declares _InterlockedIncrement.
9983 > | For example, HP-UX 11i <limits.h> declares gettimeofday. */
9984 > | #define _InterlockedIncrement innocuous__InterlockedIncrement
9985 > |
9986 > | /* System header to define __stub macros and hopefully few prototypes,
9987 > | which can conflict with char _InterlockedIncrement (); below.
9988 > | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9989 > | <limits.h> exists even on freestanding compilers. */
9990 > |
9991 > | #ifdef __STDC__
9992 > | # include <limits.h>
9993 > | #else
9994 > | # include <assert.h>
9995 > | #endif
9996 > |
9997 > | #undef _InterlockedIncrement
9998 > |
9999 > | /* Override any gcc2 internal prototype to avoid an error. */
10000 > | #ifdef __cplusplus
10001 > | extern "C"
10002 > | {
10003 > | #endif
10004 > | /* We use char because int might match the return type of a gcc2
10005 > | builtin and then its argument prototype would still apply. */
10006 > | char _InterlockedIncrement ();
10007 > | /* The GNU C library defines this for functions which it implements
10008 > | to always fail with ENOSYS. Some functions are actually named
10009 > | something starting with __ and the normal name is an alias. */
10010 > | #if defined (__stub__InterlockedIncrement) || defined (__stub____InterlockedIncrement)
10011 > | choke me
10012 > | #else
10013 > | char (*f) () = _InterlockedIncrement;
10014 > | #endif
10015 > | #ifdef __cplusplus
10016 > | }
10017 > | #endif
10018 > |
10019 > | int
10020 > | main ()
10021 > | {
10022 > | return f != _InterlockedIncrement;
10023 > | ;
10024 > | return 0;
10025 > | }
10026 > configure:60565: result: no
10027 > configure:60477: checking for _InterlockedDecrement
10028 > configure:60534: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
10029 > /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/temp/cctF2VZ7.o: In function `main':
10030 > conftest.cc:(.text+0x8): undefined reference to `_InterlockedDecrement'
10031 > /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/temp/cctF2VZ7.o:(.data+0x0): undefined reference to `_InterlockedDecrement'
10032 > collect2: ld returned 1 exit status
10033 > configure:60540: $? = 1
10034 > configure: failed program was:
10035 > | /* confdefs.h. */
10036 > |
10037 > | #define PACKAGE_NAME "ACE"
10038 > | #define PACKAGE_TARNAME "ace"
10039 > | #define PACKAGE_VERSION "5.7.2"
10040 > | #define PACKAGE_STRING "ACE 5.7.2"
10041 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
10042 > | #ifdef __cplusplus
10043 > | extern "C" void exit (int) throw ();
10044 > | #endif
10045 > | #define X_DISPLAY_MISSING 1
10046 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
10047 > | #define ACE_HAS_GPERF 1
10048 > | #define __ACE_INLINE__ 1
10049 > | #define ACE_HAS_PTHREADS 1
10050 > | #define STDC_HEADERS 1
10051 > | #define HAVE_SYS_TYPES_H 1
10052 > | #define HAVE_SYS_STAT_H 1
10053 > | #define HAVE_STDLIB_H 1
10054 > | #define HAVE_STRING_H 1
10055 > | #define HAVE_MEMORY_H 1
10056 > | #define HAVE_STRINGS_H 1
10057 > | #define HAVE_INTTYPES_H 1
10058 > | #define HAVE_STDINT_H 1
10059 > | #define HAVE_UNISTD_H 1
10060 > | #define HAVE_DLFCN_H 1
10061 > | #define ACE_HAS_AIO_CALLS 1
10062 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
10063 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
10064 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
10065 > | #define ACE_HAS_BIG_FD_SET 1
10066 > | #define ACE_TIMER_SKEW (1000 * 10)
10067 > | #define ACE_IOCTL_TYPE_ARG2 int
10068 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
10069 > | #define HAVE_DIRENT_H 1
10070 > | #define ACE_HAS_DIRENT 1
10071 > | #define HAVE_SYS_WAIT_H 1
10072 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
10073 > | #define ACE_HAS_PROC_FS 1
10074 > | #define ACE_HAS_BYTESWAP_H 1
10075 > | #define ACE_HAS_TERMIO 1
10076 > | #define ACE_HAS_TERMIOS 1
10077 > | #define ACE_HAS_STRINGS 1
10078 > | #define ACE_HAS_SYS_SYSCALL_H 1
10079 > | #define ACE_HAS_POLL 1
10080 > | #define ACE_HAS_STREAMS 1
10081 > | #define ACE_LACKS_SIGINFO_H 1
10082 > | #define ACE_HAS_WCHAR 1
10083 > | #define ACE_HAS_NEW_NO_H 1
10084 > | #define ACE_HAS_GNU_CSTRING_H 1
10085 > | #define HAVE_IOMANIP 1
10086 > | #define HAVE_IOS 1
10087 > | #define HAVE_IOSTREAM 1
10088 > | #define HAVE_ISTREAM 1
10089 > | #define HAVE_OSTREAM 1
10090 > | #define HAVE_FSTREAM 1
10091 > | #define HAVE_STREAMBUF 1
10092 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
10093 > | #define ACE_HAS_CPU_SET_T 1
10094 > | #define ACE_LACKS_PRI_T 1
10095 > | #define ACE_HAS_SIG_ATOMIC_T 1
10096 > | #define ACE_HAS_SSIZE_T 1
10097 > | #define ACE_HAS_UCONTEXT_T 1
10098 > | #define ACE_LACKS_U_LONGLONG_T 1
10099 > | #define ACE_HAS_SOCKLEN_T 1
10100 > | #define ACE_LACKS_RWLOCK_T 1
10101 > | #define ACE_HAS_STRBUF_T 1
10102 > | #define ACE_HAS_SIGINFO_T 1
10103 > | #define ACE_HAS_MSG 1
10104 > | #define ACE_HAS_POSIX_TIME 1
10105 > | #define ACE_LACKS_TIMESPEC_T 1
10106 > | #define ACE_HAS_SYS_SIGLIST 1
10107 > | #define ACE_HAS_SYS_ERRLIST 1
10108 > | #define ACE_LACKS_PRAGMA_ONCE 1
10109 > | #define ACE_HAS_INT8_T 1
10110 > | #define ACE_HAS_UINT8_T 1
10111 > | #define ACE_HAS_INT16_T 1
10112 > | #define ACE_HAS_UINT16_T 1
10113 > | #define ACE_HAS_INT32_T 1
10114 > | #define ACE_HAS_UINT32_T 1
10115 > | #define ACE_HAS_INT64_T 1
10116 > | #define ACE_HAS_UINT64_T 1
10117 > | #define ACE_HAS_TIMEZONE 1
10118 > | #define ACE_LACKS_CHAR_RIGHT_SHIFTS 1
10119 > | #define ACE_LACKS_CHAR_STAR_RIGHT_SHIFTS 1
10120 > | #define ACE_EXPLICIT_TEMPLATE_DESTRUCTOR_TAKES_ARGS 1
10121 > | #define ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR 1
10122 > | #define ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB 1
10123 > | #define ACE_HAS_STDCPP_STL_INCLUDES 1
10124 > | #define ACE_HAS_STRING_CLASS 1
10125 > | #define ACE_HAS_STANDARD_CPP_LIBRARY 1
10126 > | #define ACE_TEMPLATES_REQUIRE_SOURCE 1
10127 > | #define ACE_HAS_TEMPLATE_TYPEDEFS 1
10128 > | #define ACE_HAS_EXCEPTIONS 1
10129 > | #define CLOSEDIR_VOID 1
10130 > | #define ACE_HAS_ALT_CUSERID 1
10131 > | #define HAVE_STRFTIME 1
10132 > | /* end confdefs.h. */
10133 > | /* Define _InterlockedDecrement to an innocuous variant, in case <limits.h> declares _InterlockedDecrement.
10134 > | For example, HP-UX 11i <limits.h> declares gettimeofday. */
10135 > | #define _InterlockedDecrement innocuous__InterlockedDecrement
10136 > |
10137 > | /* System header to define __stub macros and hopefully few prototypes,
10138 > | which can conflict with char _InterlockedDecrement (); below.
10139 > | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10140 > | <limits.h> exists even on freestanding compilers. */
10141 > |
10142 > | #ifdef __STDC__
10143 > | # include <limits.h>
10144 > | #else
10145 > | # include <assert.h>
10146 > | #endif
10147 > |
10148 > | #undef _InterlockedDecrement
10149 > |
10150 > | /* Override any gcc2 internal prototype to avoid an error. */
10151 > | #ifdef __cplusplus
10152 > | extern "C"
10153 > | {
10154 > | #endif
10155 > | /* We use char because int might match the return type of a gcc2
10156 > | builtin and then its argument prototype would still apply. */
10157 > | char _InterlockedDecrement ();
10158 > | /* The GNU C library defines this for functions which it implements
10159 > | to always fail with ENOSYS. Some functions are actually named
10160 > | something starting with __ and the normal name is an alias. */
10161 > | #if defined (__stub__InterlockedDecrement) || defined (__stub____InterlockedDecrement)
10162 > | choke me
10163 > | #else
10164 > | char (*f) () = _InterlockedDecrement;
10165 > | #endif
10166 > | #ifdef __cplusplus
10167 > | }
10168 > | #endif
10169 > |
10170 > | int
10171 > | main ()
10172 > | {
10173 > | return f != _InterlockedDecrement;
10174 > | ;
10175 > | return 0;
10176 > | }
10177 > configure:60565: result: no
10178 > configure:60477: checking for _InterlockedExchangeAdd
10179 > configure:60534: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
10180 > /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/temp/ccjMUlie.o: In function `main':
10181 > conftest.cc:(.text+0x8): undefined reference to `_InterlockedExchangeAdd'
10182 > /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/temp/ccjMUlie.o:(.data+0x0): undefined reference to `_InterlockedExchangeAdd'
10183 > collect2: ld returned 1 exit status
10184 > configure:60540: $? = 1
10185 > configure: failed program was:
10186 > | /* confdefs.h. */
10187 > |
10188 > | #define PACKAGE_NAME "ACE"
10189 > | #define PACKAGE_TARNAME "ace"
10190 > | #define PACKAGE_VERSION "5.7.2"
10191 > | #define PACKAGE_STRING "ACE 5.7.2"
10192 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
10193 > | #ifdef __cplusplus
10194 > | extern "C" void exit (int) throw ();
10195 > | #endif
10196 > | #define X_DISPLAY_MISSING 1
10197 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
10198 > | #define ACE_HAS_GPERF 1
10199 > | #define __ACE_INLINE__ 1
10200 > | #define ACE_HAS_PTHREADS 1
10201 > | #define STDC_HEADERS 1
10202 > | #define HAVE_SYS_TYPES_H 1
10203 > | #define HAVE_SYS_STAT_H 1
10204 > | #define HAVE_STDLIB_H 1
10205 > | #define HAVE_STRING_H 1
10206 > | #define HAVE_MEMORY_H 1
10207 > | #define HAVE_STRINGS_H 1
10208 > | #define HAVE_INTTYPES_H 1
10209 > | #define HAVE_STDINT_H 1
10210 > | #define HAVE_UNISTD_H 1
10211 > | #define HAVE_DLFCN_H 1
10212 > | #define ACE_HAS_AIO_CALLS 1
10213 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
10214 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
10215 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
10216 > | #define ACE_HAS_BIG_FD_SET 1
10217 > | #define ACE_TIMER_SKEW (1000 * 10)
10218 > | #define ACE_IOCTL_TYPE_ARG2 int
10219 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
10220 > | #define HAVE_DIRENT_H 1
10221 > | #define ACE_HAS_DIRENT 1
10222 > | #define HAVE_SYS_WAIT_H 1
10223 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
10224 > | #define ACE_HAS_PROC_FS 1
10225 > | #define ACE_HAS_BYTESWAP_H 1
10226 > | #define ACE_HAS_TERMIO 1
10227 > | #define ACE_HAS_TERMIOS 1
10228 > | #define ACE_HAS_STRINGS 1
10229 > | #define ACE_HAS_SYS_SYSCALL_H 1
10230 > | #define ACE_HAS_POLL 1
10231 > | #define ACE_HAS_STREAMS 1
10232 > | #define ACE_LACKS_SIGINFO_H 1
10233 > | #define ACE_HAS_WCHAR 1
10234 > | #define ACE_HAS_NEW_NO_H 1
10235 > | #define ACE_HAS_GNU_CSTRING_H 1
10236 > | #define HAVE_IOMANIP 1
10237 > | #define HAVE_IOS 1
10238 > | #define HAVE_IOSTREAM 1
10239 > | #define HAVE_ISTREAM 1
10240 > | #define HAVE_OSTREAM 1
10241 > | #define HAVE_FSTREAM 1
10242 > | #define HAVE_STREAMBUF 1
10243 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
10244 > | #define ACE_HAS_CPU_SET_T 1
10245 > | #define ACE_LACKS_PRI_T 1
10246 > | #define ACE_HAS_SIG_ATOMIC_T 1
10247 > | #define ACE_HAS_SSIZE_T 1
10248 > | #define ACE_HAS_UCONTEXT_T 1
10249 > | #define ACE_LACKS_U_LONGLONG_T 1
10250 > | #define ACE_HAS_SOCKLEN_T 1
10251 > | #define ACE_LACKS_RWLOCK_T 1
10252 > | #define ACE_HAS_STRBUF_T 1
10253 > | #define ACE_HAS_SIGINFO_T 1
10254 > | #define ACE_HAS_MSG 1
10255 > | #define ACE_HAS_POSIX_TIME 1
10256 > | #define ACE_LACKS_TIMESPEC_T 1
10257 > | #define ACE_HAS_SYS_SIGLIST 1
10258 > | #define ACE_HAS_SYS_ERRLIST 1
10259 > | #define ACE_LACKS_PRAGMA_ONCE 1
10260 > | #define ACE_HAS_INT8_T 1
10261 > | #define ACE_HAS_UINT8_T 1
10262 > | #define ACE_HAS_INT16_T 1
10263 > | #define ACE_HAS_UINT16_T 1
10264 > | #define ACE_HAS_INT32_T 1
10265 > | #define ACE_HAS_UINT32_T 1
10266 > | #define ACE_HAS_INT64_T 1
10267 > | #define ACE_HAS_UINT64_T 1
10268 > | #define ACE_HAS_TIMEZONE 1
10269 > | #define ACE_LACKS_CHAR_RIGHT_SHIFTS 1
10270 > | #define ACE_LACKS_CHAR_STAR_RIGHT_SHIFTS 1
10271 > | #define ACE_EXPLICIT_TEMPLATE_DESTRUCTOR_TAKES_ARGS 1
10272 > | #define ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR 1
10273 > | #define ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB 1
10274 > | #define ACE_HAS_STDCPP_STL_INCLUDES 1
10275 > | #define ACE_HAS_STRING_CLASS 1
10276 > | #define ACE_HAS_STANDARD_CPP_LIBRARY 1
10277 > | #define ACE_TEMPLATES_REQUIRE_SOURCE 1
10278 > | #define ACE_HAS_TEMPLATE_TYPEDEFS 1
10279 > | #define ACE_HAS_EXCEPTIONS 1
10280 > | #define CLOSEDIR_VOID 1
10281 > | #define ACE_HAS_ALT_CUSERID 1
10282 > | #define HAVE_STRFTIME 1
10283 > | /* end confdefs.h. */
10284 > | /* Define _InterlockedExchangeAdd to an innocuous variant, in case <limits.h> declares _InterlockedExchangeAdd.
10285 > | For example, HP-UX 11i <limits.h> declares gettimeofday. */
10286 > | #define _InterlockedExchangeAdd innocuous__InterlockedExchangeAdd
10287 > |
10288 > | /* System header to define __stub macros and hopefully few prototypes,
10289 > | which can conflict with char _InterlockedExchangeAdd (); below.
10290 > | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
10291 > | <limits.h> exists even on freestanding compilers. */
10292 > |
10293 > | #ifdef __STDC__
10294 > | # include <limits.h>
10295 > | #else
10296 > | # include <assert.h>
10297 > | #endif
10298 > |
10299 > | #undef _InterlockedExchangeAdd
10300 > |
10301 > | /* Override any gcc2 internal prototype to avoid an error. */
10302 > | #ifdef __cplusplus
10303 > | extern "C"
10304 > | {
10305 > | #endif
10306 > | /* We use char because int might match the return type of a gcc2
10307 > | builtin and then its argument prototype would still apply. */
10308 > | char _InterlockedExchangeAdd ();
10309 > | /* The GNU C library defines this for functions which it implements
10310 > | to always fail with ENOSYS. Some functions are actually named
10311 > | something starting with __ and the normal name is an alias. */
10312 > | #if defined (__stub__InterlockedExchangeAdd) || defined (__stub____InterlockedExchangeAdd)
10313 > | choke me
10314 > | #else
10315 > | char (*f) () = _InterlockedExchangeAdd;
10316 > | #endif
10317 > | #ifdef __cplusplus
10318 > | }
10319 > | #endif
10320 > |
10321 > | int
10322 > | main ()
10323 > | {
10324 > | return f != _InterlockedExchangeAdd;
10325 > | ;
10326 > | return 0;
10327 > | }
10328 > configure:60565: result: no
10329 > configure:60588: checking for access
10330 > configure:60645: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
10331 > configure:60651: $? = 0
10332 > configure:60655: test -z
10333 > || test ! -s conftest.err
10334 > configure:60658: $? = 0
10335 > configure:60661: test -s conftest
10336 > configure:60664: $? = 0
10337 > configure:60676: result: yes
10338 > configure:60693: checking for alphasort
10339 > configure:60750: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
10340 > configure:60756: $? = 0
10341 > configure:60760: test -z
10342 > || test ! -s conftest.err
10343 > configure:60763: $? = 0
10344 > configure:60766: test -s conftest
10345 > configure:60769: $? = 0
10346 > configure:60781: result: yes
10347 > configure:60798: checking for asctime
10348 > configure:60855: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
10349 > configure:60861: $? = 0
10350 > configure:60865: test -z
10351 > || test ! -s conftest.err
10352 > configure:60868: $? = 0
10353 > configure:60871: test -s conftest
10354 > configure:60874: $? = 0
10355 > configure:60886: result: yes
10356 > configure:60903: checking for asctime_r
10357 > configure:60960: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
10358 > configure:60966: $? = 0
10359 > configure:60970: test -z
10360 > || test ! -s conftest.err
10361 > configure:60973: $? = 0
10362 > configure:60976: test -s conftest
10363 > configure:60979: $? = 0
10364 > configure:60991: result: yes
10365 > configure:61008: checking for alarm
10366 > configure:61065: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
10367 > configure:61071: $? = 0
10368 > configure:61075: test -z
10369 > || test ! -s conftest.err
10370 > configure:61078: $? = 0
10371 > configure:61081: test -s conftest
10372 > configure:61084: $? = 0
10373 > configure:61096: result: yes
10374 > configure:61113: checking for bsearch
10375 > configure:61170: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
10376 > configure:61176: $? = 0
10377 > configure:61180: test -z
10378 > || test ! -s conftest.err
10379 > configure:61183: $? = 0
10380 > configure:61186: test -s conftest
10381 > configure:61189: $? = 0
10382 > configure:61201: result: yes
10383 > configure:61219: checking for bswap16
10384 > configure:61239: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
10385 > conftest.cc:136:1: error: 'choke' does not name a type
10386 > configure:61245: $? = 1
10387 > configure: failed program was:
10388 > | /* confdefs.h. */
10389 > |
10390 > | #define PACKAGE_NAME "ACE"
10391 > | #define PACKAGE_TARNAME "ace"
10392 > | #define PACKAGE_VERSION "5.7.2"
10393 > | #define PACKAGE_STRING "ACE 5.7.2"
10394 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
10395 > | #ifdef __cplusplus
10396 > | extern "C" void exit (int) throw ();
10397 > | #endif
10398 > | #define X_DISPLAY_MISSING 1
10399 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
10400 > | #define ACE_HAS_GPERF 1
10401 > | #define __ACE_INLINE__ 1
10402 > | #define ACE_HAS_PTHREADS 1
10403 > | #define STDC_HEADERS 1
10404 > | #define HAVE_SYS_TYPES_H 1
10405 > | #define HAVE_SYS_STAT_H 1
10406 > | #define HAVE_STDLIB_H 1
10407 > | #define HAVE_STRING_H 1
10408 > | #define HAVE_MEMORY_H 1
10409 > | #define HAVE_STRINGS_H 1
10410 > | #define HAVE_INTTYPES_H 1
10411 > | #define HAVE_STDINT_H 1
10412 > | #define HAVE_UNISTD_H 1
10413 > | #define HAVE_DLFCN_H 1
10414 > | #define ACE_HAS_AIO_CALLS 1
10415 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
10416 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
10417 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
10418 > | #define ACE_HAS_BIG_FD_SET 1
10419 > | #define ACE_TIMER_SKEW (1000 * 10)
10420 > | #define ACE_IOCTL_TYPE_ARG2 int
10421 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
10422 > | #define HAVE_DIRENT_H 1
10423 > | #define ACE_HAS_DIRENT 1
10424 > | #define HAVE_SYS_WAIT_H 1
10425 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
10426 > | #define ACE_HAS_PROC_FS 1
10427 > | #define ACE_HAS_BYTESWAP_H 1
10428 > | #define ACE_HAS_TERMIO 1
10429 > | #define ACE_HAS_TERMIOS 1
10430 > | #define ACE_HAS_STRINGS 1
10431 > | #define ACE_HAS_SYS_SYSCALL_H 1
10432 > | #define ACE_HAS_POLL 1
10433 > | #define ACE_HAS_STREAMS 1
10434 > | #define ACE_LACKS_SIGINFO_H 1
10435 > | #define ACE_HAS_WCHAR 1
10436 > | #define ACE_HAS_NEW_NO_H 1
10437 > | #define ACE_HAS_GNU_CSTRING_H 1
10438 > | #define HAVE_IOMANIP 1
10439 > | #define HAVE_IOS 1
10440 > | #define HAVE_IOSTREAM 1
10441 > | #define HAVE_ISTREAM 1
10442 > | #define HAVE_OSTREAM 1
10443 > | #define HAVE_FSTREAM 1
10444 > | #define HAVE_STREAMBUF 1
10445 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
10446 > | #define ACE_HAS_CPU_SET_T 1
10447 > | #define ACE_LACKS_PRI_T 1
10448 > | #define ACE_HAS_SIG_ATOMIC_T 1
10449 > | #define ACE_HAS_SSIZE_T 1
10450 > | #define ACE_HAS_UCONTEXT_T 1
10451 > | #define ACE_LACKS_U_LONGLONG_T 1
10452 > | #define ACE_HAS_SOCKLEN_T 1
10453 > | #define ACE_LACKS_RWLOCK_T 1
10454 > | #define ACE_HAS_STRBUF_T 1
10455 > | #define ACE_HAS_SIGINFO_T 1
10456 > | #define ACE_HAS_MSG 1
10457 > | #define ACE_HAS_POSIX_TIME 1
10458 > | #define ACE_LACKS_TIMESPEC_T 1
10459 > | #define ACE_HAS_SYS_SIGLIST 1
10460 > | #define ACE_HAS_SYS_ERRLIST 1
10461 > | #define ACE_LACKS_PRAGMA_ONCE 1
10462 > | #define ACE_HAS_INT8_T 1
10463 > | #define ACE_HAS_UINT8_T 1
10464 > | #define ACE_HAS_INT16_T 1
10465 > | #define ACE_HAS_UINT16_T 1
10466 > | #define ACE_HAS_INT32_T 1
10467 > | #define ACE_HAS_UINT32_T 1
10468 > | #define ACE_HAS_INT64_T 1
10469 > | #define ACE_HAS_UINT64_T 1
10470 > | #define ACE_HAS_TIMEZONE 1
10471 > | #define ACE_LACKS_CHAR_RIGHT_SHIFTS 1
10472 > | #define ACE_LACKS_CHAR_STAR_RIGHT_SHIFTS 1
10473 > | #define ACE_EXPLICIT_TEMPLATE_DESTRUCTOR_TAKES_ARGS 1
10474 > | #define ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR 1
10475 > | #define ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB 1
10476 > | #define ACE_HAS_STDCPP_STL_INCLUDES 1
10477 > | #define ACE_HAS_STRING_CLASS 1
10478 > | #define ACE_HAS_STANDARD_CPP_LIBRARY 1
10479 > | #define ACE_TEMPLATES_REQUIRE_SOURCE 1
10480 > | #define ACE_HAS_TEMPLATE_TYPEDEFS 1
10481 > | #define ACE_HAS_EXCEPTIONS 1
10482 > | #define CLOSEDIR_VOID 1
10483 > | #define ACE_HAS_ALT_CUSERID 1
10484 > | #define HAVE_STRFTIME 1
10485 > | /* end confdefs.h. */
10486 > | #include <stdio.h>
10487 > | #if HAVE_SYS_TYPES_H
10488 > | # include <sys/types.h>
10489 > | #endif
10490 > | #if HAVE_SYS_STAT_H
10491 > | # include <sys/stat.h>
10492 > | #endif
10493 > | #if STDC_HEADERS
10494 > | # include <stdlib.h>
10495 > | # include <stddef.h>
10496 > | #else
10497 > | # if HAVE_STDLIB_H
10498 > | # include <stdlib.h>
10499 > | # endif
10500 > | #endif
10501 > | #if HAVE_STRING_H
10502 > | # if !STDC_HEADERS && HAVE_MEMORY_H
10503 > | # include <memory.h>
10504 > | # endif
10505 > | # include <string.h>
10506 > | #endif
10507 > | #if HAVE_STRINGS_H
10508 > | # include <strings.h>
10509 > | #endif
10510 > | #if HAVE_INTTYPES_H
10511 > | # include <inttypes.h>
10512 > | #else
10513 > | # if HAVE_STDINT_H
10514 > | # include <stdint.h>
10515 > | # endif
10516 > | #endif
10517 > | #if HAVE_UNISTD_H
10518 > | # include <unistd.h>
10519 > | #endif
10520 > | #ifdef bswap16
10521 > | int ok;
10522 > | #else
10523 > | choke me
10524 > | #endif
10525 > |
10526 > configure:61269: result: no
10527 > configure:61285: checking for bswap_16
10528 > configure:61309: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
10529 > configure:61315: $? = 0
10530 > configure:61319: test -z
10531 > || test ! -s conftest.err
10532 > configure:61322: $? = 0
10533 > configure:61325: test -s conftest.o
10534 > configure:61328: $? = 0
10535 > configure:61339: result: yes
10536 > configure:61355: checking for bswap32
10537 > configure:61375: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
10538 > conftest.cc:137:1: error: 'choke' does not name a type
10539 > configure:61381: $? = 1
10540 > configure: failed program was:
10541 > | /* confdefs.h. */
10542 > |
10543 > | #define PACKAGE_NAME "ACE"
10544 > | #define PACKAGE_TARNAME "ace"
10545 > | #define PACKAGE_VERSION "5.7.2"
10546 > | #define PACKAGE_STRING "ACE 5.7.2"
10547 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
10548 > | #ifdef __cplusplus
10549 > | extern "C" void exit (int) throw ();
10550 > | #endif
10551 > | #define X_DISPLAY_MISSING 1
10552 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
10553 > | #define ACE_HAS_GPERF 1
10554 > | #define __ACE_INLINE__ 1
10555 > | #define ACE_HAS_PTHREADS 1
10556 > | #define STDC_HEADERS 1
10557 > | #define HAVE_SYS_TYPES_H 1
10558 > | #define HAVE_SYS_STAT_H 1
10559 > | #define HAVE_STDLIB_H 1
10560 > | #define HAVE_STRING_H 1
10561 > | #define HAVE_MEMORY_H 1
10562 > | #define HAVE_STRINGS_H 1
10563 > | #define HAVE_INTTYPES_H 1
10564 > | #define HAVE_STDINT_H 1
10565 > | #define HAVE_UNISTD_H 1
10566 > | #define HAVE_DLFCN_H 1
10567 > | #define ACE_HAS_AIO_CALLS 1
10568 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
10569 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
10570 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
10571 > | #define ACE_HAS_BIG_FD_SET 1
10572 > | #define ACE_TIMER_SKEW (1000 * 10)
10573 > | #define ACE_IOCTL_TYPE_ARG2 int
10574 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
10575 > | #define HAVE_DIRENT_H 1
10576 > | #define ACE_HAS_DIRENT 1
10577 > | #define HAVE_SYS_WAIT_H 1
10578 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
10579 > | #define ACE_HAS_PROC_FS 1
10580 > | #define ACE_HAS_BYTESWAP_H 1
10581 > | #define ACE_HAS_TERMIO 1
10582 > | #define ACE_HAS_TERMIOS 1
10583 > | #define ACE_HAS_STRINGS 1
10584 > | #define ACE_HAS_SYS_SYSCALL_H 1
10585 > | #define ACE_HAS_POLL 1
10586 > | #define ACE_HAS_STREAMS 1
10587 > | #define ACE_LACKS_SIGINFO_H 1
10588 > | #define ACE_HAS_WCHAR 1
10589 > | #define ACE_HAS_NEW_NO_H 1
10590 > | #define ACE_HAS_GNU_CSTRING_H 1
10591 > | #define HAVE_IOMANIP 1
10592 > | #define HAVE_IOS 1
10593 > | #define HAVE_IOSTREAM 1
10594 > | #define HAVE_ISTREAM 1
10595 > | #define HAVE_OSTREAM 1
10596 > | #define HAVE_FSTREAM 1
10597 > | #define HAVE_STREAMBUF 1
10598 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
10599 > | #define ACE_HAS_CPU_SET_T 1
10600 > | #define ACE_LACKS_PRI_T 1
10601 > | #define ACE_HAS_SIG_ATOMIC_T 1
10602 > | #define ACE_HAS_SSIZE_T 1
10603 > | #define ACE_HAS_UCONTEXT_T 1
10604 > | #define ACE_LACKS_U_LONGLONG_T 1
10605 > | #define ACE_HAS_SOCKLEN_T 1
10606 > | #define ACE_LACKS_RWLOCK_T 1
10607 > | #define ACE_HAS_STRBUF_T 1
10608 > | #define ACE_HAS_SIGINFO_T 1
10609 > | #define ACE_HAS_MSG 1
10610 > | #define ACE_HAS_POSIX_TIME 1
10611 > | #define ACE_LACKS_TIMESPEC_T 1
10612 > | #define ACE_HAS_SYS_SIGLIST 1
10613 > | #define ACE_HAS_SYS_ERRLIST 1
10614 > | #define ACE_LACKS_PRAGMA_ONCE 1
10615 > | #define ACE_HAS_INT8_T 1
10616 > | #define ACE_HAS_UINT8_T 1
10617 > | #define ACE_HAS_INT16_T 1
10618 > | #define ACE_HAS_UINT16_T 1
10619 > | #define ACE_HAS_INT32_T 1
10620 > | #define ACE_HAS_UINT32_T 1
10621 > | #define ACE_HAS_INT64_T 1
10622 > | #define ACE_HAS_UINT64_T 1
10623 > | #define ACE_HAS_TIMEZONE 1
10624 > | #define ACE_LACKS_CHAR_RIGHT_SHIFTS 1
10625 > | #define ACE_LACKS_CHAR_STAR_RIGHT_SHIFTS 1
10626 > | #define ACE_EXPLICIT_TEMPLATE_DESTRUCTOR_TAKES_ARGS 1
10627 > | #define ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR 1
10628 > | #define ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB 1
10629 > | #define ACE_HAS_STDCPP_STL_INCLUDES 1
10630 > | #define ACE_HAS_STRING_CLASS 1
10631 > | #define ACE_HAS_STANDARD_CPP_LIBRARY 1
10632 > | #define ACE_TEMPLATES_REQUIRE_SOURCE 1
10633 > | #define ACE_HAS_TEMPLATE_TYPEDEFS 1
10634 > | #define ACE_HAS_EXCEPTIONS 1
10635 > | #define CLOSEDIR_VOID 1
10636 > | #define ACE_HAS_ALT_CUSERID 1
10637 > | #define HAVE_STRFTIME 1
10638 > | #define ACE_HAS_BSWAP_16 1
10639 > | /* end confdefs.h. */
10640 > | #include <stdio.h>
10641 > | #if HAVE_SYS_TYPES_H
10642 > | # include <sys/types.h>
10643 > | #endif
10644 > | #if HAVE_SYS_STAT_H
10645 > | # include <sys/stat.h>
10646 > | #endif
10647 > | #if STDC_HEADERS
10648 > | # include <stdlib.h>
10649 > | # include <stddef.h>
10650 > | #else
10651 > | # if HAVE_STDLIB_H
10652 > | # include <stdlib.h>
10653 > | # endif
10654 > | #endif
10655 > | #if HAVE_STRING_H
10656 > | # if !STDC_HEADERS && HAVE_MEMORY_H
10657 > | # include <memory.h>
10658 > | # endif
10659 > | # include <string.h>
10660 > | #endif
10661 > | #if HAVE_STRINGS_H
10662 > | # include <strings.h>
10663 > | #endif
10664 > | #if HAVE_INTTYPES_H
10665 > | # include <inttypes.h>
10666 > | #else
10667 > | # if HAVE_STDINT_H
10668 > | # include <stdint.h>
10669 > | # endif
10670 > | #endif
10671 > | #if HAVE_UNISTD_H
10672 > | # include <unistd.h>
10673 > | #endif
10674 > | #ifdef bswap32
10675 > | int ok;
10676 > | #else
10677 > | choke me
10678 > | #endif
10679 > |
10680 > configure:61405: result: no
10681 > configure:61421: checking for bswap_32
10682 > configure:61445: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
10683 > configure:61451: $? = 0
10684 > configure:61455: test -z
10685 > || test ! -s conftest.err
10686 > configure:61458: $? = 0
10687 > configure:61461: test -s conftest.o
10688 > configure:61464: $? = 0
10689 > configure:61475: result: yes
10690 > configure:61491: checking for bswap64
10691 > configure:61511: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
10692 > conftest.cc:138:1: error: 'choke' does not name a type
10693 > configure:61517: $? = 1
10694 > configure: failed program was:
10695 > | /* confdefs.h. */
10696 > |
10697 > | #define PACKAGE_NAME "ACE"
10698 > | #define PACKAGE_TARNAME "ace"
10699 > | #define PACKAGE_VERSION "5.7.2"
10700 > | #define PACKAGE_STRING "ACE 5.7.2"
10701 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
10702 > | #ifdef __cplusplus
10703 > | extern "C" void exit (int) throw ();
10704 > | #endif
10705 > | #define X_DISPLAY_MISSING 1
10706 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
10707 > | #define ACE_HAS_GPERF 1
10708 > | #define __ACE_INLINE__ 1
10709 > | #define ACE_HAS_PTHREADS 1
10710 > | #define STDC_HEADERS 1
10711 > | #define HAVE_SYS_TYPES_H 1
10712 > | #define HAVE_SYS_STAT_H 1
10713 > | #define HAVE_STDLIB_H 1
10714 > | #define HAVE_STRING_H 1
10715 > | #define HAVE_MEMORY_H 1
10716 > | #define HAVE_STRINGS_H 1
10717 > | #define HAVE_INTTYPES_H 1
10718 > | #define HAVE_STDINT_H 1
10719 > | #define HAVE_UNISTD_H 1
10720 > | #define HAVE_DLFCN_H 1
10721 > | #define ACE_HAS_AIO_CALLS 1
10722 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
10723 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
10724 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
10725 > | #define ACE_HAS_BIG_FD_SET 1
10726 > | #define ACE_TIMER_SKEW (1000 * 10)
10727 > | #define ACE_IOCTL_TYPE_ARG2 int
10728 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
10729 > | #define HAVE_DIRENT_H 1
10730 > | #define ACE_HAS_DIRENT 1
10731 > | #define HAVE_SYS_WAIT_H 1
10732 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
10733 > | #define ACE_HAS_PROC_FS 1
10734 > | #define ACE_HAS_BYTESWAP_H 1
10735 > | #define ACE_HAS_TERMIO 1
10736 > | #define ACE_HAS_TERMIOS 1
10737 > | #define ACE_HAS_STRINGS 1
10738 > | #define ACE_HAS_SYS_SYSCALL_H 1
10739 > | #define ACE_HAS_POLL 1
10740 > | #define ACE_HAS_STREAMS 1
10741 > | #define ACE_LACKS_SIGINFO_H 1
10742 > | #define ACE_HAS_WCHAR 1
10743 > | #define ACE_HAS_NEW_NO_H 1
10744 > | #define ACE_HAS_GNU_CSTRING_H 1
10745 > | #define HAVE_IOMANIP 1
10746 > | #define HAVE_IOS 1
10747 > | #define HAVE_IOSTREAM 1
10748 > | #define HAVE_ISTREAM 1
10749 > | #define HAVE_OSTREAM 1
10750 > | #define HAVE_FSTREAM 1
10751 > | #define HAVE_STREAMBUF 1
10752 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
10753 > | #define ACE_HAS_CPU_SET_T 1
10754 > | #define ACE_LACKS_PRI_T 1
10755 > | #define ACE_HAS_SIG_ATOMIC_T 1
10756 > | #define ACE_HAS_SSIZE_T 1
10757 > | #define ACE_HAS_UCONTEXT_T 1
10758 > | #define ACE_LACKS_U_LONGLONG_T 1
10759 > | #define ACE_HAS_SOCKLEN_T 1
10760 > | #define ACE_LACKS_RWLOCK_T 1
10761 > | #define ACE_HAS_STRBUF_T 1
10762 > | #define ACE_HAS_SIGINFO_T 1
10763 > | #define ACE_HAS_MSG 1
10764 > | #define ACE_HAS_POSIX_TIME 1
10765 > | #define ACE_LACKS_TIMESPEC_T 1
10766 > | #define ACE_HAS_SYS_SIGLIST 1
10767 > | #define ACE_HAS_SYS_ERRLIST 1
10768 > | #define ACE_LACKS_PRAGMA_ONCE 1
10769 > | #define ACE_HAS_INT8_T 1
10770 > | #define ACE_HAS_UINT8_T 1
10771 > | #define ACE_HAS_INT16_T 1
10772 > | #define ACE_HAS_UINT16_T 1
10773 > | #define ACE_HAS_INT32_T 1
10774 > | #define ACE_HAS_UINT32_T 1
10775 > | #define ACE_HAS_INT64_T 1
10776 > | #define ACE_HAS_UINT64_T 1
10777 > | #define ACE_HAS_TIMEZONE 1
10778 > | #define ACE_LACKS_CHAR_RIGHT_SHIFTS 1
10779 > | #define ACE_LACKS_CHAR_STAR_RIGHT_SHIFTS 1
10780 > | #define ACE_EXPLICIT_TEMPLATE_DESTRUCTOR_TAKES_ARGS 1
10781 > | #define ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR 1
10782 > | #define ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB 1
10783 > | #define ACE_HAS_STDCPP_STL_INCLUDES 1
10784 > | #define ACE_HAS_STRING_CLASS 1
10785 > | #define ACE_HAS_STANDARD_CPP_LIBRARY 1
10786 > | #define ACE_TEMPLATES_REQUIRE_SOURCE 1
10787 > | #define ACE_HAS_TEMPLATE_TYPEDEFS 1
10788 > | #define ACE_HAS_EXCEPTIONS 1
10789 > | #define CLOSEDIR_VOID 1
10790 > | #define ACE_HAS_ALT_CUSERID 1
10791 > | #define HAVE_STRFTIME 1
10792 > | #define ACE_HAS_BSWAP_16 1
10793 > | #define ACE_HAS_BSWAP_32 1
10794 > | /* end confdefs.h. */
10795 > | #include <stdio.h>
10796 > | #if HAVE_SYS_TYPES_H
10797 > | # include <sys/types.h>
10798 > | #endif
10799 > | #if HAVE_SYS_STAT_H
10800 > | # include <sys/stat.h>
10801 > | #endif
10802 > | #if STDC_HEADERS
10803 > | # include <stdlib.h>
10804 > | # include <stddef.h>
10805 > | #else
10806 > | # if HAVE_STDLIB_H
10807 > | # include <stdlib.h>
10808 > | # endif
10809 > | #endif
10810 > | #if HAVE_STRING_H
10811 > | # if !STDC_HEADERS && HAVE_MEMORY_H
10812 > | # include <memory.h>
10813 > | # endif
10814 > | # include <string.h>
10815 > | #endif
10816 > | #if HAVE_STRINGS_H
10817 > | # include <strings.h>
10818 > | #endif
10819 > | #if HAVE_INTTYPES_H
10820 > | # include <inttypes.h>
10821 > | #else
10822 > | # if HAVE_STDINT_H
10823 > | # include <stdint.h>
10824 > | # endif
10825 > | #endif
10826 > | #if HAVE_UNISTD_H
10827 > | # include <unistd.h>
10828 > | #endif
10829 > | #ifdef bswap64
10830 > | int ok;
10831 > | #else
10832 > | choke me
10833 > | #endif
10834 > |
10835 > configure:61541: result: no
10836 > configure:61557: checking for bswap_64
10837 > configure:61581: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
10838 > configure:61587: $? = 0
10839 > configure:61591: test -z
10840 > || test ! -s conftest.err
10841 > configure:61594: $? = 0
10842 > configure:61597: test -s conftest.o
10843 > configure:61600: $? = 0
10844 > configure:61611: result: yes
10845 > configure:61627: checking for chdir
10846 > configure:61684: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
10847 > configure:61690: $? = 0
10848 > configure:61694: test -z
10849 > || test ! -s conftest.err
10850 > configure:61697: $? = 0
10851 > configure:61700: test -s conftest
10852 > configure:61703: $? = 0
10853 > configure:61715: result: yes
10854 > configure:61734: checking for clock_gettime
10855 > configure:61791: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
10856 > configure:61797: $? = 0
10857 > configure:61801: test -z
10858 > || test ! -s conftest.err
10859 > configure:61804: $? = 0
10860 > configure:61807: test -s conftest
10861 > configure:61810: $? = 0
10862 > configure:61822: result: yes
10863 > configure:61734: checking for clock_settime
10864 > configure:61791: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
10865 > configure:61797: $? = 0
10866 > configure:61801: test -z
10867 > || test ! -s conftest.err
10868 > configure:61804: $? = 0
10869 > configure:61807: test -s conftest
10870 > configure:61810: $? = 0
10871 > configure:61822: result: yes
10872 > configure:61734: checking for nanosleep
10873 > configure:61791: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
10874 > configure:61797: $? = 0
10875 > configure:61801: test -z
10876 > || test ! -s conftest.err
10877 > configure:61804: $? = 0
10878 > configure:61807: test -s conftest
10879 > configure:61810: $? = 0
10880 > configure:61822: result: yes
10881 > configure:61837: checking for difftime
10882 > configure:61894: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
10883 > configure:61900: $? = 0
10884 > configure:61904: test -z
10885 > || test ! -s conftest.err
10886 > configure:61907: $? = 0
10887 > configure:61910: test -s conftest
10888 > configure:61913: $? = 0
10889 > configure:61925: result: yes
10890 > configure:61942: checking for dup
10891 > configure:61999: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
10892 > configure:62005: $? = 0
10893 > configure:62009: test -z
10894 > || test ! -s conftest.err
10895 > configure:62012: $? = 0
10896 > configure:62015: test -s conftest
10897 > configure:62018: $? = 0
10898 > configure:62030: result: yes
10899 > configure:62047: checking for dup2
10900 > configure:62104: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
10901 > configure:62110: $? = 0
10902 > configure:62114: test -z
10903 > || test ! -s conftest.err
10904 > configure:62117: $? = 0
10905 > configure:62120: test -s conftest
10906 > configure:62123: $? = 0
10907 > configure:62135: result: yes
10908 > configure:62148: checking for execv
10909 > configure:62205: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
10910 > configure:62211: $? = 0
10911 > configure:62215: test -z
10912 > || test ! -s conftest.err
10913 > configure:62218: $? = 0
10914 > configure:62221: test -s conftest
10915 > configure:62224: $? = 0
10916 > configure:62236: result: yes
10917 > configure:62239: checking for execvp
10918 > configure:62296: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
10919 > configure:62302: $? = 0
10920 > configure:62306: test -z
10921 > || test ! -s conftest.err
10922 > configure:62309: $? = 0
10923 > configure:62312: test -s conftest
10924 > configure:62315: $? = 0
10925 > configure:62327: result: yes
10926 > configure:62330: checking for execve
10927 > configure:62387: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
10928 > configure:62393: $? = 0
10929 > configure:62397: test -z
10930 > || test ! -s conftest.err
10931 > configure:62400: $? = 0
10932 > configure:62403: test -s conftest
10933 > configure:62406: $? = 0
10934 > configure:62418: result: yes
10935 > configure:62437: checking for fgetwc
10936 > configure:62494: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
10937 > configure:62500: $? = 0
10938 > configure:62504: test -z
10939 > || test ! -s conftest.err
10940 > configure:62507: $? = 0
10941 > configure:62510: test -s conftest
10942 > configure:62513: $? = 0
10943 > configure:62525: result: yes
10944 > configure:62437: checking for fcntl
10945 > configure:62494: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
10946 > configure:62500: $? = 0
10947 > configure:62504: test -z
10948 > || test ! -s conftest.err
10949 > configure:62507: $? = 0
10950 > configure:62510: test -s conftest
10951 > configure:62513: $? = 0
10952 > configure:62525: result: yes
10953 > configure:62437: checking for fork
10954 > configure:62494: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
10955 > configure:62500: $? = 0
10956 > configure:62504: test -z
10957 > || test ! -s conftest.err
10958 > configure:62507: $? = 0
10959 > configure:62510: test -s conftest
10960 > configure:62513: $? = 0
10961 > configure:62525: result: yes
10962 > configure:62437: checking for fsync
10963 > configure:62494: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
10964 > configure:62500: $? = 0
10965 > configure:62504: test -z
10966 > || test ! -s conftest.err
10967 > configure:62507: $? = 0
10968 > configure:62510: test -s conftest
10969 > configure:62513: $? = 0
10970 > configure:62525: result: yes
10971 > configure:62542: checking for getcwd
10972 > configure:62599: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
10973 > configure:62605: $? = 0
10974 > configure:62609: test -z
10975 > || test ! -s conftest.err
10976 > configure:62612: $? = 0
10977 > configure:62615: test -s conftest
10978 > configure:62618: $? = 0
10979 > configure:62630: result: yes
10980 > configure:62647: checking for gethostent
10981 > configure:62704: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
10982 > configure:62710: $? = 0
10983 > configure:62714: test -z
10984 > || test ! -s conftest.err
10985 > configure:62717: $? = 0
10986 > configure:62720: test -s conftest
10987 > configure:62723: $? = 0
10988 > configure:62735: result: yes
10989 > configure:62752: checking for getipnodebyaddr
10990 > configure:62809: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
10991 > /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/temp/cc341whw.o: In function `main':
10992 > conftest.cc:(.text+0x8): undefined reference to `getipnodebyaddr'
10993 > /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/temp/cc341whw.o:(.data+0x0): undefined reference to `getipnodebyaddr'
10994 > collect2: ld returned 1 exit status
10995 > configure:62815: $? = 1
10996 > configure: failed program was:
10997 > | /* confdefs.h. */
10998 > |
10999 > | #define PACKAGE_NAME "ACE"
11000 > | #define PACKAGE_TARNAME "ace"
11001 > | #define PACKAGE_VERSION "5.7.2"
11002 > | #define PACKAGE_STRING "ACE 5.7.2"
11003 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
11004 > | #ifdef __cplusplus
11005 > | extern "C" void exit (int) throw ();
11006 > | #endif
11007 > | #define X_DISPLAY_MISSING 1
11008 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
11009 > | #define ACE_HAS_GPERF 1
11010 > | #define __ACE_INLINE__ 1
11011 > | #define ACE_HAS_PTHREADS 1
11012 > | #define STDC_HEADERS 1
11013 > | #define HAVE_SYS_TYPES_H 1
11014 > | #define HAVE_SYS_STAT_H 1
11015 > | #define HAVE_STDLIB_H 1
11016 > | #define HAVE_STRING_H 1
11017 > | #define HAVE_MEMORY_H 1
11018 > | #define HAVE_STRINGS_H 1
11019 > | #define HAVE_INTTYPES_H 1
11020 > | #define HAVE_STDINT_H 1
11021 > | #define HAVE_UNISTD_H 1
11022 > | #define HAVE_DLFCN_H 1
11023 > | #define ACE_HAS_AIO_CALLS 1
11024 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
11025 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
11026 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
11027 > | #define ACE_HAS_BIG_FD_SET 1
11028 > | #define ACE_TIMER_SKEW (1000 * 10)
11029 > | #define ACE_IOCTL_TYPE_ARG2 int
11030 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
11031 > | #define HAVE_DIRENT_H 1
11032 > | #define ACE_HAS_DIRENT 1
11033 > | #define HAVE_SYS_WAIT_H 1
11034 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
11035 > | #define ACE_HAS_PROC_FS 1
11036 > | #define ACE_HAS_BYTESWAP_H 1
11037 > | #define ACE_HAS_TERMIO 1
11038 > | #define ACE_HAS_TERMIOS 1
11039 > | #define ACE_HAS_STRINGS 1
11040 > | #define ACE_HAS_SYS_SYSCALL_H 1
11041 > | #define ACE_HAS_POLL 1
11042 > | #define ACE_HAS_STREAMS 1
11043 > | #define ACE_LACKS_SIGINFO_H 1
11044 > | #define ACE_HAS_WCHAR 1
11045 > | #define ACE_HAS_NEW_NO_H 1
11046 > | #define ACE_HAS_GNU_CSTRING_H 1
11047 > | #define HAVE_IOMANIP 1
11048 > | #define HAVE_IOS 1
11049 > | #define HAVE_IOSTREAM 1
11050 > | #define HAVE_ISTREAM 1
11051 > | #define HAVE_OSTREAM 1
11052 > | #define HAVE_FSTREAM 1
11053 > | #define HAVE_STREAMBUF 1
11054 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
11055 > | #define ACE_HAS_CPU_SET_T 1
11056 > | #define ACE_LACKS_PRI_T 1
11057 > | #define ACE_HAS_SIG_ATOMIC_T 1
11058 > | #define ACE_HAS_SSIZE_T 1
11059 > | #define ACE_HAS_UCONTEXT_T 1
11060 > | #define ACE_LACKS_U_LONGLONG_T 1
11061 > | #define ACE_HAS_SOCKLEN_T 1
11062 > | #define ACE_LACKS_RWLOCK_T 1
11063 > | #define ACE_HAS_STRBUF_T 1
11064 > | #define ACE_HAS_SIGINFO_T 1
11065 > | #define ACE_HAS_MSG 1
11066 > | #define ACE_HAS_POSIX_TIME 1
11067 > | #define ACE_LACKS_TIMESPEC_T 1
11068 > | #define ACE_HAS_SYS_SIGLIST 1
11069 > | #define ACE_HAS_SYS_ERRLIST 1
11070 > | #define ACE_LACKS_PRAGMA_ONCE 1
11071 > | #define ACE_HAS_INT8_T 1
11072 > | #define ACE_HAS_UINT8_T 1
11073 > | #define ACE_HAS_INT16_T 1
11074 > | #define ACE_HAS_UINT16_T 1
11075 > | #define ACE_HAS_INT32_T 1
11076 > | #define ACE_HAS_UINT32_T 1
11077 > | #define ACE_HAS_INT64_T 1
11078 > | #define ACE_HAS_UINT64_T 1
11079 > | #define ACE_HAS_TIMEZONE 1
11080 > | #define ACE_LACKS_CHAR_RIGHT_SHIFTS 1
11081 > | #define ACE_LACKS_CHAR_STAR_RIGHT_SHIFTS 1
11082 > | #define ACE_EXPLICIT_TEMPLATE_DESTRUCTOR_TAKES_ARGS 1
11083 > | #define ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR 1
11084 > | #define ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB 1
11085 > | #define ACE_HAS_STDCPP_STL_INCLUDES 1
11086 > | #define ACE_HAS_STRING_CLASS 1
11087 > | #define ACE_HAS_STANDARD_CPP_LIBRARY 1
11088 > | #define ACE_TEMPLATES_REQUIRE_SOURCE 1
11089 > | #define ACE_HAS_TEMPLATE_TYPEDEFS 1
11090 > | #define ACE_HAS_EXCEPTIONS 1
11091 > | #define CLOSEDIR_VOID 1
11092 > | #define ACE_HAS_ALT_CUSERID 1
11093 > | #define HAVE_STRFTIME 1
11094 > | #define ACE_HAS_BSWAP_16 1
11095 > | #define ACE_HAS_BSWAP_32 1
11096 > | #define ACE_HAS_BSWAP_64 1
11097 > | #define ACE_HAS_CLOCK_GETTIME 1
11098 > | #define ACE_HAS_CLOCK_SETTIME 1
11099 > | #define ACE_HAS_NANOSLEEP 1
11100 > | /* end confdefs.h. */
11101 > | /* Define getipnodebyaddr to an innocuous variant, in case <limits.h> declares getipnodebyaddr.
11102 > | For example, HP-UX 11i <limits.h> declares gettimeofday. */
11103 > | #define getipnodebyaddr innocuous_getipnodebyaddr
11104 > |
11105 > | /* System header to define __stub macros and hopefully few prototypes,
11106 > | which can conflict with char getipnodebyaddr (); below.
11107 > | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11108 > | <limits.h> exists even on freestanding compilers. */
11109 > |
11110 > | #ifdef __STDC__
11111 > | # include <limits.h>
11112 > | #else
11113 > | # include <assert.h>
11114 > | #endif
11115 > |
11116 > | #undef getipnodebyaddr
11117 > |
11118 > | /* Override any gcc2 internal prototype to avoid an error. */
11119 > | #ifdef __cplusplus
11120 > | extern "C"
11121 > | {
11122 > | #endif
11123 > | /* We use char because int might match the return type of a gcc2
11124 > | builtin and then its argument prototype would still apply. */
11125 > | char getipnodebyaddr ();
11126 > | /* The GNU C library defines this for functions which it implements
11127 > | to always fail with ENOSYS. Some functions are actually named
11128 > | something starting with __ and the normal name is an alias. */
11129 > | #if defined (__stub_getipnodebyaddr) || defined (__stub___getipnodebyaddr)
11130 > | choke me
11131 > | #else
11132 > | char (*f) () = getipnodebyaddr;
11133 > | #endif
11134 > | #ifdef __cplusplus
11135 > | }
11136 > | #endif
11137 > |
11138 > | int
11139 > | main ()
11140 > | {
11141 > | return f != getipnodebyaddr;
11142 > | ;
11143 > | return 0;
11144 > | }
11145 > configure:62840: result: no
11146 > configure:62857: checking for getipnodebyname
11147 > configure:62914: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
11148 > /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/temp/ccuC3HiH.o: In function `main':
11149 > conftest.cc:(.text+0x8): undefined reference to `getipnodebyname'
11150 > /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/temp/ccuC3HiH.o:(.data+0x0): undefined reference to `getipnodebyname'
11151 > collect2: ld returned 1 exit status
11152 > configure:62920: $? = 1
11153 > configure: failed program was:
11154 > | /* confdefs.h. */
11155 > |
11156 > | #define PACKAGE_NAME "ACE"
11157 > | #define PACKAGE_TARNAME "ace"
11158 > | #define PACKAGE_VERSION "5.7.2"
11159 > | #define PACKAGE_STRING "ACE 5.7.2"
11160 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
11161 > | #ifdef __cplusplus
11162 > | extern "C" void exit (int) throw ();
11163 > | #endif
11164 > | #define X_DISPLAY_MISSING 1
11165 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
11166 > | #define ACE_HAS_GPERF 1
11167 > | #define __ACE_INLINE__ 1
11168 > | #define ACE_HAS_PTHREADS 1
11169 > | #define STDC_HEADERS 1
11170 > | #define HAVE_SYS_TYPES_H 1
11171 > | #define HAVE_SYS_STAT_H 1
11172 > | #define HAVE_STDLIB_H 1
11173 > | #define HAVE_STRING_H 1
11174 > | #define HAVE_MEMORY_H 1
11175 > | #define HAVE_STRINGS_H 1
11176 > | #define HAVE_INTTYPES_H 1
11177 > | #define HAVE_STDINT_H 1
11178 > | #define HAVE_UNISTD_H 1
11179 > | #define HAVE_DLFCN_H 1
11180 > | #define ACE_HAS_AIO_CALLS 1
11181 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
11182 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
11183 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
11184 > | #define ACE_HAS_BIG_FD_SET 1
11185 > | #define ACE_TIMER_SKEW (1000 * 10)
11186 > | #define ACE_IOCTL_TYPE_ARG2 int
11187 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
11188 > | #define HAVE_DIRENT_H 1
11189 > | #define ACE_HAS_DIRENT 1
11190 > | #define HAVE_SYS_WAIT_H 1
11191 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
11192 > | #define ACE_HAS_PROC_FS 1
11193 > | #define ACE_HAS_BYTESWAP_H 1
11194 > | #define ACE_HAS_TERMIO 1
11195 > | #define ACE_HAS_TERMIOS 1
11196 > | #define ACE_HAS_STRINGS 1
11197 > | #define ACE_HAS_SYS_SYSCALL_H 1
11198 > | #define ACE_HAS_POLL 1
11199 > | #define ACE_HAS_STREAMS 1
11200 > | #define ACE_LACKS_SIGINFO_H 1
11201 > | #define ACE_HAS_WCHAR 1
11202 > | #define ACE_HAS_NEW_NO_H 1
11203 > | #define ACE_HAS_GNU_CSTRING_H 1
11204 > | #define HAVE_IOMANIP 1
11205 > | #define HAVE_IOS 1
11206 > | #define HAVE_IOSTREAM 1
11207 > | #define HAVE_ISTREAM 1
11208 > | #define HAVE_OSTREAM 1
11209 > | #define HAVE_FSTREAM 1
11210 > | #define HAVE_STREAMBUF 1
11211 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
11212 > | #define ACE_HAS_CPU_SET_T 1
11213 > | #define ACE_LACKS_PRI_T 1
11214 > | #define ACE_HAS_SIG_ATOMIC_T 1
11215 > | #define ACE_HAS_SSIZE_T 1
11216 > | #define ACE_HAS_UCONTEXT_T 1
11217 > | #define ACE_LACKS_U_LONGLONG_T 1
11218 > | #define ACE_HAS_SOCKLEN_T 1
11219 > | #define ACE_LACKS_RWLOCK_T 1
11220 > | #define ACE_HAS_STRBUF_T 1
11221 > | #define ACE_HAS_SIGINFO_T 1
11222 > | #define ACE_HAS_MSG 1
11223 > | #define ACE_HAS_POSIX_TIME 1
11224 > | #define ACE_LACKS_TIMESPEC_T 1
11225 > | #define ACE_HAS_SYS_SIGLIST 1
11226 > | #define ACE_HAS_SYS_ERRLIST 1
11227 > | #define ACE_LACKS_PRAGMA_ONCE 1
11228 > | #define ACE_HAS_INT8_T 1
11229 > | #define ACE_HAS_UINT8_T 1
11230 > | #define ACE_HAS_INT16_T 1
11231 > | #define ACE_HAS_UINT16_T 1
11232 > | #define ACE_HAS_INT32_T 1
11233 > | #define ACE_HAS_UINT32_T 1
11234 > | #define ACE_HAS_INT64_T 1
11235 > | #define ACE_HAS_UINT64_T 1
11236 > | #define ACE_HAS_TIMEZONE 1
11237 > | #define ACE_LACKS_CHAR_RIGHT_SHIFTS 1
11238 > | #define ACE_LACKS_CHAR_STAR_RIGHT_SHIFTS 1
11239 > | #define ACE_EXPLICIT_TEMPLATE_DESTRUCTOR_TAKES_ARGS 1
11240 > | #define ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR 1
11241 > | #define ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB 1
11242 > | #define ACE_HAS_STDCPP_STL_INCLUDES 1
11243 > | #define ACE_HAS_STRING_CLASS 1
11244 > | #define ACE_HAS_STANDARD_CPP_LIBRARY 1
11245 > | #define ACE_TEMPLATES_REQUIRE_SOURCE 1
11246 > | #define ACE_HAS_TEMPLATE_TYPEDEFS 1
11247 > | #define ACE_HAS_EXCEPTIONS 1
11248 > | #define CLOSEDIR_VOID 1
11249 > | #define ACE_HAS_ALT_CUSERID 1
11250 > | #define HAVE_STRFTIME 1
11251 > | #define ACE_HAS_BSWAP_16 1
11252 > | #define ACE_HAS_BSWAP_32 1
11253 > | #define ACE_HAS_BSWAP_64 1
11254 > | #define ACE_HAS_CLOCK_GETTIME 1
11255 > | #define ACE_HAS_CLOCK_SETTIME 1
11256 > | #define ACE_HAS_NANOSLEEP 1
11257 > | #define ACE_LACKS_GETIPNODEBYADDR 1
11258 > | /* end confdefs.h. */
11259 > | /* Define getipnodebyname to an innocuous variant, in case <limits.h> declares getipnodebyname.
11260 > | For example, HP-UX 11i <limits.h> declares gettimeofday. */
11261 > | #define getipnodebyname innocuous_getipnodebyname
11262 > |
11263 > | /* System header to define __stub macros and hopefully few prototypes,
11264 > | which can conflict with char getipnodebyname (); below.
11265 > | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11266 > | <limits.h> exists even on freestanding compilers. */
11267 > |
11268 > | #ifdef __STDC__
11269 > | # include <limits.h>
11270 > | #else
11271 > | # include <assert.h>
11272 > | #endif
11273 > |
11274 > | #undef getipnodebyname
11275 > |
11276 > | /* Override any gcc2 internal prototype to avoid an error. */
11277 > | #ifdef __cplusplus
11278 > | extern "C"
11279 > | {
11280 > | #endif
11281 > | /* We use char because int might match the return type of a gcc2
11282 > | builtin and then its argument prototype would still apply. */
11283 > | char getipnodebyname ();
11284 > | /* The GNU C library defines this for functions which it implements
11285 > | to always fail with ENOSYS. Some functions are actually named
11286 > | something starting with __ and the normal name is an alias. */
11287 > | #if defined (__stub_getipnodebyname) || defined (__stub___getipnodebyname)
11288 > | choke me
11289 > | #else
11290 > | char (*f) () = getipnodebyname;
11291 > | #endif
11292 > | #ifdef __cplusplus
11293 > | }
11294 > | #endif
11295 > |
11296 > | int
11297 > | main ()
11298 > | {
11299 > | return f != getipnodebyname;
11300 > | ;
11301 > | return 0;
11302 > | }
11303 > configure:62945: result: no
11304 > configure:62962: checking for getifaddrs
11305 > configure:63019: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
11306 > configure:63025: $? = 0
11307 > configure:63029: test -z
11308 > || test ! -s conftest.err
11309 > configure:63032: $? = 0
11310 > configure:63035: test -s conftest
11311 > configure:63038: $? = 0
11312 > configure:63050: result: yes
11313 > configure:63067: checking for getegid
11314 > configure:63124: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
11315 > configure:63130: $? = 0
11316 > configure:63134: test -z
11317 > || test ! -s conftest.err
11318 > configure:63137: $? = 0
11319 > configure:63140: test -s conftest
11320 > configure:63143: $? = 0
11321 > configure:63155: result: yes
11322 > configure:63067: checking for geteuid
11323 > configure:63124: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
11324 > configure:63130: $? = 0
11325 > configure:63134: test -z
11326 > || test ! -s conftest.err
11327 > configure:63137: $? = 0
11328 > configure:63140: test -s conftest
11329 > configure:63143: $? = 0
11330 > configure:63155: result: yes
11331 > configure:63067: checking for getgid
11332 > configure:63124: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
11333 > configure:63130: $? = 0
11334 > configure:63134: test -z
11335 > || test ! -s conftest.err
11336 > configure:63137: $? = 0
11337 > configure:63140: test -s conftest
11338 > configure:63143: $? = 0
11339 > configure:63155: result: yes
11340 > configure:63173: checking for setenv
11341 > configure:63230: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
11342 > configure:63236: $? = 0
11343 > configure:63240: test -z
11344 > || test ! -s conftest.err
11345 > configure:63243: $? = 0
11346 > configure:63246: test -s conftest
11347 > configure:63249: $? = 0
11348 > configure:63261: result: yes
11349 > configure:63173: checking for unsetenv
11350 > configure:63230: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
11351 > configure:63236: $? = 0
11352 > configure:63240: test -z
11353 > || test ! -s conftest.err
11354 > configure:63243: $? = 0
11355 > configure:63246: test -s conftest
11356 > configure:63249: $? = 0
11357 > configure:63261: result: yes
11358 > configure:63278: checking for getopt
11359 > configure:63335: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
11360 > configure:63341: $? = 0
11361 > configure:63345: test -z
11362 > || test ! -s conftest.err
11363 > configure:63348: $? = 0
11364 > configure:63351: test -s conftest
11365 > configure:63354: $? = 0
11366 > configure:63366: result: yes
11367 > configure:63379: checking whether getopt is declared
11368 > configure:63407: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
11369 > configure:63413: $? = 0
11370 > configure:63417: test -z
11371 > || test ! -s conftest.err
11372 > configure:63420: $? = 0
11373 > configure:63423: test -s conftest.o
11374 > configure:63426: $? = 0
11375 > configure:63437: result: yes
11376 > configure:63451: checking for getpagesize
11377 > configure:63508: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
11378 > configure:63514: $? = 0
11379 > configure:63518: test -z
11380 > || test ! -s conftest.err
11381 > configure:63521: $? = 0
11382 > configure:63524: test -s conftest
11383 > configure:63527: $? = 0
11384 > configure:63539: result: yes
11385 > configure:63558: checking for getpid
11386 > configure:63615: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
11387 > configure:63621: $? = 0
11388 > configure:63625: test -z
11389 > || test ! -s conftest.err
11390 > configure:63628: $? = 0
11391 > configure:63631: test -s conftest
11392 > configure:63634: $? = 0
11393 > configure:63646: result: yes
11394 > configure:63663: checking for getpgid
11395 > configure:63720: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
11396 > configure:63726: $? = 0
11397 > configure:63730: test -z
11398 > || test ! -s conftest.err
11399 > configure:63733: $? = 0
11400 > configure:63736: test -s conftest
11401 > configure:63739: $? = 0
11402 > configure:63751: result: yes
11403 > configure:63765: checking for getpgid prototype
11404 > configure:63799: result: yes
11405 > configure:63821: checking for getppid
11406 > configure:63878: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
11407 > configure:63884: $? = 0
11408 > configure:63888: test -z
11409 > || test ! -s conftest.err
11410 > configure:63891: $? = 0
11411 > configure:63894: test -s conftest
11412 > configure:63897: $? = 0
11413 > configure:63909: result: yes
11414 > configure:63926: checking for getprogname
11415 > configure:63983: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
11416 > /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/temp/cciuWVnb.o: In function `main':
11417 > conftest.cc:(.text+0x8): undefined reference to `getprogname'
11418 > /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/temp/cciuWVnb.o:(.data+0x0): undefined reference to `getprogname'
11419 > collect2: ld returned 1 exit status
11420 > configure:63989: $? = 1
11421 > configure: failed program was:
11422 > | /* confdefs.h. */
11423 > |
11424 > | #define PACKAGE_NAME "ACE"
11425 > | #define PACKAGE_TARNAME "ace"
11426 > | #define PACKAGE_VERSION "5.7.2"
11427 > | #define PACKAGE_STRING "ACE 5.7.2"
11428 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
11429 > | #ifdef __cplusplus
11430 > | extern "C" void exit (int) throw ();
11431 > | #endif
11432 > | #define X_DISPLAY_MISSING 1
11433 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
11434 > | #define ACE_HAS_GPERF 1
11435 > | #define __ACE_INLINE__ 1
11436 > | #define ACE_HAS_PTHREADS 1
11437 > | #define STDC_HEADERS 1
11438 > | #define HAVE_SYS_TYPES_H 1
11439 > | #define HAVE_SYS_STAT_H 1
11440 > | #define HAVE_STDLIB_H 1
11441 > | #define HAVE_STRING_H 1
11442 > | #define HAVE_MEMORY_H 1
11443 > | #define HAVE_STRINGS_H 1
11444 > | #define HAVE_INTTYPES_H 1
11445 > | #define HAVE_STDINT_H 1
11446 > | #define HAVE_UNISTD_H 1
11447 > | #define HAVE_DLFCN_H 1
11448 > | #define ACE_HAS_AIO_CALLS 1
11449 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
11450 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
11451 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
11452 > | #define ACE_HAS_BIG_FD_SET 1
11453 > | #define ACE_TIMER_SKEW (1000 * 10)
11454 > | #define ACE_IOCTL_TYPE_ARG2 int
11455 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
11456 > | #define HAVE_DIRENT_H 1
11457 > | #define ACE_HAS_DIRENT 1
11458 > | #define HAVE_SYS_WAIT_H 1
11459 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
11460 > | #define ACE_HAS_PROC_FS 1
11461 > | #define ACE_HAS_BYTESWAP_H 1
11462 > | #define ACE_HAS_TERMIO 1
11463 > | #define ACE_HAS_TERMIOS 1
11464 > | #define ACE_HAS_STRINGS 1
11465 > | #define ACE_HAS_SYS_SYSCALL_H 1
11466 > | #define ACE_HAS_POLL 1
11467 > | #define ACE_HAS_STREAMS 1
11468 > | #define ACE_LACKS_SIGINFO_H 1
11469 > | #define ACE_HAS_WCHAR 1
11470 > | #define ACE_HAS_NEW_NO_H 1
11471 > | #define ACE_HAS_GNU_CSTRING_H 1
11472 > | #define HAVE_IOMANIP 1
11473 > | #define HAVE_IOS 1
11474 > | #define HAVE_IOSTREAM 1
11475 > | #define HAVE_ISTREAM 1
11476 > | #define HAVE_OSTREAM 1
11477 > | #define HAVE_FSTREAM 1
11478 > | #define HAVE_STREAMBUF 1
11479 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
11480 > | #define ACE_HAS_CPU_SET_T 1
11481 > | #define ACE_LACKS_PRI_T 1
11482 > | #define ACE_HAS_SIG_ATOMIC_T 1
11483 > | #define ACE_HAS_SSIZE_T 1
11484 > | #define ACE_HAS_UCONTEXT_T 1
11485 > | #define ACE_LACKS_U_LONGLONG_T 1
11486 > | #define ACE_HAS_SOCKLEN_T 1
11487 > | #define ACE_LACKS_RWLOCK_T 1
11488 > | #define ACE_HAS_STRBUF_T 1
11489 > | #define ACE_HAS_SIGINFO_T 1
11490 > | #define ACE_HAS_MSG 1
11491 > | #define ACE_HAS_POSIX_TIME 1
11492 > | #define ACE_LACKS_TIMESPEC_T 1
11493 > | #define ACE_HAS_SYS_SIGLIST 1
11494 > | #define ACE_HAS_SYS_ERRLIST 1
11495 > | #define ACE_LACKS_PRAGMA_ONCE 1
11496 > | #define ACE_HAS_INT8_T 1
11497 > | #define ACE_HAS_UINT8_T 1
11498 > | #define ACE_HAS_INT16_T 1
11499 > | #define ACE_HAS_UINT16_T 1
11500 > | #define ACE_HAS_INT32_T 1
11501 > | #define ACE_HAS_UINT32_T 1
11502 > | #define ACE_HAS_INT64_T 1
11503 > | #define ACE_HAS_UINT64_T 1
11504 > | #define ACE_HAS_TIMEZONE 1
11505 > | #define ACE_LACKS_CHAR_RIGHT_SHIFTS 1
11506 > | #define ACE_LACKS_CHAR_STAR_RIGHT_SHIFTS 1
11507 > | #define ACE_EXPLICIT_TEMPLATE_DESTRUCTOR_TAKES_ARGS 1
11508 > | #define ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR 1
11509 > | #define ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB 1
11510 > | #define ACE_HAS_STDCPP_STL_INCLUDES 1
11511 > | #define ACE_HAS_STRING_CLASS 1
11512 > | #define ACE_HAS_STANDARD_CPP_LIBRARY 1
11513 > | #define ACE_TEMPLATES_REQUIRE_SOURCE 1
11514 > | #define ACE_HAS_TEMPLATE_TYPEDEFS 1
11515 > | #define ACE_HAS_EXCEPTIONS 1
11516 > | #define CLOSEDIR_VOID 1
11517 > | #define ACE_HAS_ALT_CUSERID 1
11518 > | #define HAVE_STRFTIME 1
11519 > | #define ACE_HAS_BSWAP_16 1
11520 > | #define ACE_HAS_BSWAP_32 1
11521 > | #define ACE_HAS_BSWAP_64 1
11522 > | #define ACE_HAS_CLOCK_GETTIME 1
11523 > | #define ACE_HAS_CLOCK_SETTIME 1
11524 > | #define ACE_HAS_NANOSLEEP 1
11525 > | #define ACE_LACKS_GETIPNODEBYADDR 1
11526 > | #define ACE_LACKS_GETIPNODEBYNAME 1
11527 > | #define ACE_HAS_GETIFADDRS 1
11528 > | #define ACE_HAS_GETPAGESIZE 1
11529 > | /* end confdefs.h. */
11530 > | /* Define getprogname to an innocuous variant, in case <limits.h> declares getprogname.
11531 > | For example, HP-UX 11i <limits.h> declares gettimeofday. */
11532 > | #define getprogname innocuous_getprogname
11533 > |
11534 > | /* System header to define __stub macros and hopefully few prototypes,
11535 > | which can conflict with char getprogname (); below.
11536 > | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11537 > | <limits.h> exists even on freestanding compilers. */
11538 > |
11539 > | #ifdef __STDC__
11540 > | # include <limits.h>
11541 > | #else
11542 > | # include <assert.h>
11543 > | #endif
11544 > |
11545 > | #undef getprogname
11546 > |
11547 > | /* Override any gcc2 internal prototype to avoid an error. */
11548 > | #ifdef __cplusplus
11549 > | extern "C"
11550 > | {
11551 > | #endif
11552 > | /* We use char because int might match the return type of a gcc2
11553 > | builtin and then its argument prototype would still apply. */
11554 > | char getprogname ();
11555 > | /* The GNU C library defines this for functions which it implements
11556 > | to always fail with ENOSYS. Some functions are actually named
11557 > | something starting with __ and the normal name is an alias. */
11558 > | #if defined (__stub_getprogname) || defined (__stub___getprogname)
11559 > | choke me
11560 > | #else
11561 > | char (*f) () = getprogname;
11562 > | #endif
11563 > | #ifdef __cplusplus
11564 > | }
11565 > | #endif
11566 > |
11567 > | int
11568 > | main ()
11569 > | {
11570 > | return f != getprogname;
11571 > | ;
11572 > | return 0;
11573 > | }
11574 > configure:64014: result: no
11575 > configure:64029: checking for getrusage
11576 > configure:64086: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
11577 > configure:64092: $? = 0
11578 > configure:64096: test -z
11579 > || test ! -s conftest.err
11580 > configure:64099: $? = 0
11581 > configure:64102: test -s conftest
11582 > configure:64105: $? = 0
11583 > configure:64117: result: yes
11584 > configure:64128: checking whether getrusage is declared
11585 > configure:64153: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
11586 > configure:64159: $? = 0
11587 > configure:64163: test -z
11588 > || test ! -s conftest.err
11589 > configure:64166: $? = 0
11590 > configure:64169: test -s conftest.o
11591 > configure:64172: $? = 0
11592 > configure:64183: result: yes
11593 > configure:64199: checking for getuid
11594 > configure:64256: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
11595 > configure:64262: $? = 0
11596 > configure:64266: test -z
11597 > || test ! -s conftest.err
11598 > configure:64269: $? = 0
11599 > configure:64272: test -s conftest
11600 > configure:64275: $? = 0
11601 > configure:64287: result: yes
11602 > configure:64304: checking for gmtime
11603 > configure:64361: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
11604 > configure:64367: $? = 0
11605 > configure:64371: test -z
11606 > || test ! -s conftest.err
11607 > configure:64374: $? = 0
11608 > configure:64377: test -s conftest
11609 > configure:64380: $? = 0
11610 > configure:64392: result: yes
11611 > configure:64409: checking for gmtime_r
11612 > configure:64466: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
11613 > configure:64472: $? = 0
11614 > configure:64476: test -z
11615 > || test ! -s conftest.err
11616 > configure:64479: $? = 0
11617 > configure:64482: test -s conftest
11618 > configure:64485: $? = 0
11619 > configure:64497: result: yes
11620 > configure:64514: checking for inet_aton
11621 > configure:64571: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
11622 > configure:64577: $? = 0
11623 > configure:64581: test -z
11624 > || test ! -s conftest.err
11625 > configure:64584: $? = 0
11626 > configure:64587: test -s conftest
11627 > configure:64590: $? = 0
11628 > configure:64602: result: yes
11629 > configure:64619: checking for isatty
11630 > configure:64676: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
11631 > configure:64682: $? = 0
11632 > configure:64686: test -z
11633 > || test ! -s conftest.err
11634 > configure:64689: $? = 0
11635 > configure:64692: test -s conftest
11636 > configure:64695: $? = 0
11637 > configure:64707: result: yes
11638 > configure:64720: checking for isastream
11639 > configure:64777: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
11640 > configure:64783: $? = 0
11641 > configure:64787: test -z
11642 > || test ! -s conftest.err
11643 > configure:64790: $? = 0
11644 > configure:64793: test -s conftest
11645 > configure:64796: $? = 0
11646 > configure:64808: result: yes
11647 > configure:64812: checking whether isastream is declared
11648 > configure:64837: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
11649 > configure:64843: $? = 0
11650 > configure:64847: test -z
11651 > || test ! -s conftest.err
11652 > configure:64850: $? = 0
11653 > configure:64853: test -s conftest.o
11654 > configure:64856: $? = 0
11655 > configure:64867: result: yes
11656 > configure:64883: checking for itoa
11657 > configure:64940: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
11658 > /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/temp/ccPMTtLg.o: In function `main':
11659 > conftest.cc:(.text+0x8): undefined reference to `itoa'
11660 > /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/temp/ccPMTtLg.o:(.data+0x0): undefined reference to `itoa'
11661 > collect2: ld returned 1 exit status
11662 > configure:64946: $? = 1
11663 > configure: failed program was:
11664 > | /* confdefs.h. */
11665 > |
11666 > | #define PACKAGE_NAME "ACE"
11667 > | #define PACKAGE_TARNAME "ace"
11668 > | #define PACKAGE_VERSION "5.7.2"
11669 > | #define PACKAGE_STRING "ACE 5.7.2"
11670 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
11671 > | #ifdef __cplusplus
11672 > | extern "C" void exit (int) throw ();
11673 > | #endif
11674 > | #define X_DISPLAY_MISSING 1
11675 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
11676 > | #define ACE_HAS_GPERF 1
11677 > | #define __ACE_INLINE__ 1
11678 > | #define ACE_HAS_PTHREADS 1
11679 > | #define STDC_HEADERS 1
11680 > | #define HAVE_SYS_TYPES_H 1
11681 > | #define HAVE_SYS_STAT_H 1
11682 > | #define HAVE_STDLIB_H 1
11683 > | #define HAVE_STRING_H 1
11684 > | #define HAVE_MEMORY_H 1
11685 > | #define HAVE_STRINGS_H 1
11686 > | #define HAVE_INTTYPES_H 1
11687 > | #define HAVE_STDINT_H 1
11688 > | #define HAVE_UNISTD_H 1
11689 > | #define HAVE_DLFCN_H 1
11690 > | #define ACE_HAS_AIO_CALLS 1
11691 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
11692 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
11693 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
11694 > | #define ACE_HAS_BIG_FD_SET 1
11695 > | #define ACE_TIMER_SKEW (1000 * 10)
11696 > | #define ACE_IOCTL_TYPE_ARG2 int
11697 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
11698 > | #define HAVE_DIRENT_H 1
11699 > | #define ACE_HAS_DIRENT 1
11700 > | #define HAVE_SYS_WAIT_H 1
11701 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
11702 > | #define ACE_HAS_PROC_FS 1
11703 > | #define ACE_HAS_BYTESWAP_H 1
11704 > | #define ACE_HAS_TERMIO 1
11705 > | #define ACE_HAS_TERMIOS 1
11706 > | #define ACE_HAS_STRINGS 1
11707 > | #define ACE_HAS_SYS_SYSCALL_H 1
11708 > | #define ACE_HAS_POLL 1
11709 > | #define ACE_HAS_STREAMS 1
11710 > | #define ACE_LACKS_SIGINFO_H 1
11711 > | #define ACE_HAS_WCHAR 1
11712 > | #define ACE_HAS_NEW_NO_H 1
11713 > | #define ACE_HAS_GNU_CSTRING_H 1
11714 > | #define HAVE_IOMANIP 1
11715 > | #define HAVE_IOS 1
11716 > | #define HAVE_IOSTREAM 1
11717 > | #define HAVE_ISTREAM 1
11718 > | #define HAVE_OSTREAM 1
11719 > | #define HAVE_FSTREAM 1
11720 > | #define HAVE_STREAMBUF 1
11721 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
11722 > | #define ACE_HAS_CPU_SET_T 1
11723 > | #define ACE_LACKS_PRI_T 1
11724 > | #define ACE_HAS_SIG_ATOMIC_T 1
11725 > | #define ACE_HAS_SSIZE_T 1
11726 > | #define ACE_HAS_UCONTEXT_T 1
11727 > | #define ACE_LACKS_U_LONGLONG_T 1
11728 > | #define ACE_HAS_SOCKLEN_T 1
11729 > | #define ACE_LACKS_RWLOCK_T 1
11730 > | #define ACE_HAS_STRBUF_T 1
11731 > | #define ACE_HAS_SIGINFO_T 1
11732 > | #define ACE_HAS_MSG 1
11733 > | #define ACE_HAS_POSIX_TIME 1
11734 > | #define ACE_LACKS_TIMESPEC_T 1
11735 > | #define ACE_HAS_SYS_SIGLIST 1
11736 > | #define ACE_HAS_SYS_ERRLIST 1
11737 > | #define ACE_LACKS_PRAGMA_ONCE 1
11738 > | #define ACE_HAS_INT8_T 1
11739 > | #define ACE_HAS_UINT8_T 1
11740 > | #define ACE_HAS_INT16_T 1
11741 > | #define ACE_HAS_UINT16_T 1
11742 > | #define ACE_HAS_INT32_T 1
11743 > | #define ACE_HAS_UINT32_T 1
11744 > | #define ACE_HAS_INT64_T 1
11745 > | #define ACE_HAS_UINT64_T 1
11746 > | #define ACE_HAS_TIMEZONE 1
11747 > | #define ACE_LACKS_CHAR_RIGHT_SHIFTS 1
11748 > | #define ACE_LACKS_CHAR_STAR_RIGHT_SHIFTS 1
11749 > | #define ACE_EXPLICIT_TEMPLATE_DESTRUCTOR_TAKES_ARGS 1
11750 > | #define ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR 1
11751 > | #define ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB 1
11752 > | #define ACE_HAS_STDCPP_STL_INCLUDES 1
11753 > | #define ACE_HAS_STRING_CLASS 1
11754 > | #define ACE_HAS_STANDARD_CPP_LIBRARY 1
11755 > | #define ACE_TEMPLATES_REQUIRE_SOURCE 1
11756 > | #define ACE_HAS_TEMPLATE_TYPEDEFS 1
11757 > | #define ACE_HAS_EXCEPTIONS 1
11758 > | #define CLOSEDIR_VOID 1
11759 > | #define ACE_HAS_ALT_CUSERID 1
11760 > | #define HAVE_STRFTIME 1
11761 > | #define ACE_HAS_BSWAP_16 1
11762 > | #define ACE_HAS_BSWAP_32 1
11763 > | #define ACE_HAS_BSWAP_64 1
11764 > | #define ACE_HAS_CLOCK_GETTIME 1
11765 > | #define ACE_HAS_CLOCK_SETTIME 1
11766 > | #define ACE_HAS_NANOSLEEP 1
11767 > | #define ACE_LACKS_GETIPNODEBYADDR 1
11768 > | #define ACE_LACKS_GETIPNODEBYNAME 1
11769 > | #define ACE_HAS_GETIFADDRS 1
11770 > | #define ACE_HAS_GETPAGESIZE 1
11771 > | #define ACE_HAS_GETRUSAGE 1
11772 > | #define ACE_HAS_GETRUSAGE_PROTOTYPE 1
11773 > | #define ACE_HAS_ISASTREAM_PROTOTYPE 1
11774 > | /* end confdefs.h. */
11775 > | /* Define itoa to an innocuous variant, in case <limits.h> declares itoa.
11776 > | For example, HP-UX 11i <limits.h> declares gettimeofday. */
11777 > | #define itoa innocuous_itoa
11778 > |
11779 > | /* System header to define __stub macros and hopefully few prototypes,
11780 > | which can conflict with char itoa (); below.
11781 > | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11782 > | <limits.h> exists even on freestanding compilers. */
11783 > |
11784 > | #ifdef __STDC__
11785 > | # include <limits.h>
11786 > | #else
11787 > | # include <assert.h>
11788 > | #endif
11789 > |
11790 > | #undef itoa
11791 > |
11792 > | /* Override any gcc2 internal prototype to avoid an error. */
11793 > | #ifdef __cplusplus
11794 > | extern "C"
11795 > | {
11796 > | #endif
11797 > | /* We use char because int might match the return type of a gcc2
11798 > | builtin and then its argument prototype would still apply. */
11799 > | char itoa ();
11800 > | /* The GNU C library defines this for functions which it implements
11801 > | to always fail with ENOSYS. Some functions are actually named
11802 > | something starting with __ and the normal name is an alias. */
11803 > | #if defined (__stub_itoa) || defined (__stub___itoa)
11804 > | choke me
11805 > | #else
11806 > | char (*f) () = itoa;
11807 > | #endif
11808 > | #ifdef __cplusplus
11809 > | }
11810 > | #endif
11811 > |
11812 > | int
11813 > | main ()
11814 > | {
11815 > | return f != itoa;
11816 > | ;
11817 > | return 0;
11818 > | }
11819 > configure:64971: result: no
11820 > configure:64999: checking for lseek64
11821 > configure:65056: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
11822 > configure:65062: $? = 0
11823 > configure:65066: test -z
11824 > || test ! -s conftest.err
11825 > configure:65069: $? = 0
11826 > configure:65072: test -s conftest
11827 > configure:65075: $? = 0
11828 > configure:65087: result: yes
11829 > configure:65098: checking for lseek64 prototype
11830 > configure:65132: result: yes
11831 > configure:65312: checking for kill
11832 > configure:65369: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
11833 > configure:65375: $? = 0
11834 > configure:65379: test -z
11835 > || test ! -s conftest.err
11836 > configure:65382: $? = 0
11837 > configure:65385: test -s conftest
11838 > configure:65388: $? = 0
11839 > configure:65400: result: yes
11840 > configure:65417: checking for localtime
11841 > configure:65474: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
11842 > configure:65480: $? = 0
11843 > configure:65484: test -z
11844 > || test ! -s conftest.err
11845 > configure:65487: $? = 0
11846 > configure:65490: test -s conftest
11847 > configure:65493: $? = 0
11848 > configure:65505: result: yes
11849 > configure:65522: checking for log2
11850 > configure:65579: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
11851 > configure:65585: $? = 0
11852 > configure:65589: test -z
11853 > || test ! -s conftest.err
11854 > configure:65592: $? = 0
11855 > configure:65595: test -s conftest
11856 > configure:65598: $? = 0
11857 > configure:65610: result: yes
11858 > configure:65627: checking for lstat
11859 > configure:65684: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
11860 > configure:65690: $? = 0
11861 > configure:65694: test -z
11862 > || test ! -s conftest.err
11863 > configure:65697: $? = 0
11864 > configure:65700: test -s conftest
11865 > configure:65703: $? = 0
11866 > configure:65715: result: yes
11867 > configure:65732: checking for madvise
11868 > configure:65789: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
11869 > configure:65795: $? = 0
11870 > configure:65799: test -z
11871 > || test ! -s conftest.err
11872 > configure:65802: $? = 0
11873 > configure:65805: test -s conftest
11874 > configure:65808: $? = 0
11875 > configure:65820: result: yes
11876 > configure:65833: checking whether madvise is declared
11877 > configure:65863: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
11878 > configure:65869: $? = 0
11879 > configure:65873: test -z
11880 > || test ! -s conftest.err
11881 > configure:65876: $? = 0
11882 > configure:65879: test -s conftest.o
11883 > configure:65882: $? = 0
11884 > configure:65893: result: yes
11885 > configure:65911: checking for mkdir
11886 > configure:65968: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
11887 > configure:65974: $? = 0
11888 > configure:65978: test -z
11889 > || test ! -s conftest.err
11890 > configure:65981: $? = 0
11891 > configure:65984: test -s conftest
11892 > configure:65987: $? = 0
11893 > configure:65999: result: yes
11894 > configure:66011: checking for 1- or 2-param mkdir
11895 > configure:66034: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
11896 > conftest.cc: In function 'int main()':
11897 > conftest.cc:122:36: error: too few arguments to function 'int mkdir(const char*, __mode_t)'
11898 > /usr/i686-gentoo1-linux-gnu/usr/include/sys/stat.h:323:12: note: declared here
11899 > configure:66040: $? = 1
11900 > configure: failed program was:
11901 > | /* confdefs.h. */
11902 > |
11903 > | #define PACKAGE_NAME "ACE"
11904 > | #define PACKAGE_TARNAME "ace"
11905 > | #define PACKAGE_VERSION "5.7.2"
11906 > | #define PACKAGE_STRING "ACE 5.7.2"
11907 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
11908 > | #ifdef __cplusplus
11909 > | extern "C" void exit (int) throw ();
11910 > | #endif
11911 > | #define X_DISPLAY_MISSING 1
11912 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
11913 > | #define ACE_HAS_GPERF 1
11914 > | #define __ACE_INLINE__ 1
11915 > | #define ACE_HAS_PTHREADS 1
11916 > | #define STDC_HEADERS 1
11917 > | #define HAVE_SYS_TYPES_H 1
11918 > | #define HAVE_SYS_STAT_H 1
11919 > | #define HAVE_STDLIB_H 1
11920 > | #define HAVE_STRING_H 1
11921 > | #define HAVE_MEMORY_H 1
11922 > | #define HAVE_STRINGS_H 1
11923 > | #define HAVE_INTTYPES_H 1
11924 > | #define HAVE_STDINT_H 1
11925 > | #define HAVE_UNISTD_H 1
11926 > | #define HAVE_DLFCN_H 1
11927 > | #define ACE_HAS_AIO_CALLS 1
11928 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
11929 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
11930 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
11931 > | #define ACE_HAS_BIG_FD_SET 1
11932 > | #define ACE_TIMER_SKEW (1000 * 10)
11933 > | #define ACE_IOCTL_TYPE_ARG2 int
11934 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
11935 > | #define HAVE_DIRENT_H 1
11936 > | #define ACE_HAS_DIRENT 1
11937 > | #define HAVE_SYS_WAIT_H 1
11938 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
11939 > | #define ACE_HAS_PROC_FS 1
11940 > | #define ACE_HAS_BYTESWAP_H 1
11941 > | #define ACE_HAS_TERMIO 1
11942 > | #define ACE_HAS_TERMIOS 1
11943 > | #define ACE_HAS_STRINGS 1
11944 > | #define ACE_HAS_SYS_SYSCALL_H 1
11945 > | #define ACE_HAS_POLL 1
11946 > | #define ACE_HAS_STREAMS 1
11947 > | #define ACE_LACKS_SIGINFO_H 1
11948 > | #define ACE_HAS_WCHAR 1
11949 > | #define ACE_HAS_NEW_NO_H 1
11950 > | #define ACE_HAS_GNU_CSTRING_H 1
11951 > | #define HAVE_IOMANIP 1
11952 > | #define HAVE_IOS 1
11953 > | #define HAVE_IOSTREAM 1
11954 > | #define HAVE_ISTREAM 1
11955 > | #define HAVE_OSTREAM 1
11956 > | #define HAVE_FSTREAM 1
11957 > | #define HAVE_STREAMBUF 1
11958 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
11959 > | #define ACE_HAS_CPU_SET_T 1
11960 > | #define ACE_LACKS_PRI_T 1
11961 > | #define ACE_HAS_SIG_ATOMIC_T 1
11962 > | #define ACE_HAS_SSIZE_T 1
11963 > | #define ACE_HAS_UCONTEXT_T 1
11964 > | #define ACE_LACKS_U_LONGLONG_T 1
11965 > | #define ACE_HAS_SOCKLEN_T 1
11966 > | #define ACE_LACKS_RWLOCK_T 1
11967 > | #define ACE_HAS_STRBUF_T 1
11968 > | #define ACE_HAS_SIGINFO_T 1
11969 > | #define ACE_HAS_MSG 1
11970 > | #define ACE_HAS_POSIX_TIME 1
11971 > | #define ACE_LACKS_TIMESPEC_T 1
11972 > | #define ACE_HAS_SYS_SIGLIST 1
11973 > | #define ACE_HAS_SYS_ERRLIST 1
11974 > | #define ACE_LACKS_PRAGMA_ONCE 1
11975 > | #define ACE_HAS_INT8_T 1
11976 > | #define ACE_HAS_UINT8_T 1
11977 > | #define ACE_HAS_INT16_T 1
11978 > | #define ACE_HAS_UINT16_T 1
11979 > | #define ACE_HAS_INT32_T 1
11980 > | #define ACE_HAS_UINT32_T 1
11981 > | #define ACE_HAS_INT64_T 1
11982 > | #define ACE_HAS_UINT64_T 1
11983 > | #define ACE_HAS_TIMEZONE 1
11984 > | #define ACE_LACKS_CHAR_RIGHT_SHIFTS 1
11985 > | #define ACE_LACKS_CHAR_STAR_RIGHT_SHIFTS 1
11986 > | #define ACE_EXPLICIT_TEMPLATE_DESTRUCTOR_TAKES_ARGS 1
11987 > | #define ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR 1
11988 > | #define ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB 1
11989 > | #define ACE_HAS_STDCPP_STL_INCLUDES 1
11990 > | #define ACE_HAS_STRING_CLASS 1
11991 > | #define ACE_HAS_STANDARD_CPP_LIBRARY 1
11992 > | #define ACE_TEMPLATES_REQUIRE_SOURCE 1
11993 > | #define ACE_HAS_TEMPLATE_TYPEDEFS 1
11994 > | #define ACE_HAS_EXCEPTIONS 1
11995 > | #define CLOSEDIR_VOID 1
11996 > | #define ACE_HAS_ALT_CUSERID 1
11997 > | #define HAVE_STRFTIME 1
11998 > | #define ACE_HAS_BSWAP_16 1
11999 > | #define ACE_HAS_BSWAP_32 1
12000 > | #define ACE_HAS_BSWAP_64 1
12001 > | #define ACE_HAS_CLOCK_GETTIME 1
12002 > | #define ACE_HAS_CLOCK_SETTIME 1
12003 > | #define ACE_HAS_NANOSLEEP 1
12004 > | #define ACE_LACKS_GETIPNODEBYADDR 1
12005 > | #define ACE_LACKS_GETIPNODEBYNAME 1
12006 > | #define ACE_HAS_GETIFADDRS 1
12007 > | #define ACE_HAS_GETPAGESIZE 1
12008 > | #define ACE_HAS_GETRUSAGE 1
12009 > | #define ACE_HAS_GETRUSAGE_PROTOTYPE 1
12010 > | #define ACE_HAS_ISASTREAM_PROTOTYPE 1
12011 > | #define ACE_HAS_LSEEK64 1
12012 > | #define ACE_HAS_MKDIR 1
12013 > | /* end confdefs.h. */
12014 > |
12015 > | #include <sys/stat.h>
12016 > |
12017 > | int
12018 > | main ()
12019 > | {
12020 > |
12021 > | const char path[] = "mypath";
12022 > | int result = mkdir (path);
12023 > |
12024 > | ;
12025 > | return 0;
12026 > | }
12027 > configure:66069: result: 2
12028 > configure:66080: checking for memchr
12029 > configure:66137: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12030 > configure:66143: $? = 0
12031 > configure:66147: test -z
12032 > || test ! -s conftest.err
12033 > configure:66150: $? = 0
12034 > configure:66153: test -s conftest
12035 > configure:66156: $? = 0
12036 > configure:66168: result: yes
12037 > configure:66183: checking for mkfifo
12038 > configure:66240: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12039 > configure:66246: $? = 0
12040 > configure:66250: test -z
12041 > || test ! -s conftest.err
12042 > configure:66253: $? = 0
12043 > configure:66256: test -s conftest
12044 > configure:66259: $? = 0
12045 > configure:66271: result: yes
12046 > configure:66288: checking for mkstemp
12047 > configure:66345: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12048 > configure:66351: $? = 0
12049 > configure:66355: test -z
12050 > || test ! -s conftest.err
12051 > configure:66358: $? = 0
12052 > configure:66361: test -s conftest
12053 > configure:66364: $? = 0
12054 > configure:66376: result: yes
12055 > configure:66389: checking whether mkstemp is declared
12056 > configure:66414: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
12057 > configure:66420: $? = 0
12058 > configure:66424: test -z
12059 > || test ! -s conftest.err
12060 > configure:66427: $? = 0
12061 > configure:66430: test -s conftest.o
12062 > configure:66433: $? = 0
12063 > configure:66444: result: yes
12064 > configure:66462: checking for mktemp
12065 > configure:66519: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12066 > /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/temp/ccsMlRYP.o: In function `main':
12067 > conftest.cc:(.text+0x8): warning: the use of `mktemp' is dangerous, better use `mkstemp'
12068 > configure:66525: $? = 0
12069 > configure:66529: test -z
12070 > || test ! -s conftest.err
12071 > configure:66532: $? = 0
12072 > configure:66535: test -s conftest
12073 > configure:66538: $? = 0
12074 > configure:66550: result: yes
12075 > configure:66563: checking whether mktemp is declared
12076 > configure:66588: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
12077 > configure:66594: $? = 0
12078 > configure:66598: test -z
12079 > || test ! -s conftest.err
12080 > configure:66601: $? = 0
12081 > configure:66604: test -s conftest.o
12082 > configure:66607: $? = 0
12083 > configure:66618: result: yes
12084 > configure:66637: checking for msync
12085 > configure:66694: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12086 > configure:66700: $? = 0
12087 > configure:66704: test -z
12088 > || test ! -s conftest.err
12089 > configure:66707: $? = 0
12090 > configure:66710: test -s conftest
12091 > configure:66713: $? = 0
12092 > configure:66725: result: yes
12093 > configure:66637: checking for mprotect
12094 > configure:66694: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12095 > configure:66700: $? = 0
12096 > configure:66704: test -z
12097 > || test ! -s conftest.err
12098 > configure:66707: $? = 0
12099 > configure:66710: test -s conftest
12100 > configure:66713: $? = 0
12101 > configure:66725: result: yes
12102 > configure:66742: checking for pipe
12103 > configure:66799: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12104 > configure:66805: $? = 0
12105 > configure:66809: test -z
12106 > || test ! -s conftest.err
12107 > configure:66812: $? = 0
12108 > configure:66815: test -s conftest
12109 > configure:66818: $? = 0
12110 > configure:66830: result: yes
12111 > configure:66847: checking for qsort
12112 > configure:66904: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12113 > configure:66910: $? = 0
12114 > configure:66914: test -z
12115 > || test ! -s conftest.err
12116 > configure:66917: $? = 0
12117 > configure:66920: test -s conftest
12118 > configure:66923: $? = 0
12119 > configure:66935: result: yes
12120 > configure:66952: checking for realpath
12121 > configure:67009: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12122 > configure:67015: $? = 0
12123 > configure:67019: test -z
12124 > || test ! -s conftest.err
12125 > configure:67022: $? = 0
12126 > configure:67025: test -s conftest
12127 > configure:67028: $? = 0
12128 > configure:67040: result: yes
12129 > configure:67059: checking for setegid
12130 > configure:67116: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12131 > configure:67122: $? = 0
12132 > configure:67126: test -z
12133 > || test ! -s conftest.err
12134 > configure:67129: $? = 0
12135 > configure:67132: test -s conftest
12136 > configure:67135: $? = 0
12137 > configure:67147: result: yes
12138 > configure:67059: checking for seteuid
12139 > configure:67116: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12140 > configure:67122: $? = 0
12141 > configure:67126: test -z
12142 > || test ! -s conftest.err
12143 > configure:67129: $? = 0
12144 > configure:67132: test -s conftest
12145 > configure:67135: $? = 0
12146 > configure:67147: result: yes
12147 > configure:67059: checking for setgid
12148 > configure:67116: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12149 > configure:67122: $? = 0
12150 > configure:67126: test -z
12151 > || test ! -s conftest.err
12152 > configure:67129: $? = 0
12153 > configure:67132: test -s conftest
12154 > configure:67135: $? = 0
12155 > configure:67147: result: yes
12156 > configure:67164: checking for setpgid
12157 > configure:67221: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12158 > configure:67227: $? = 0
12159 > configure:67231: test -z
12160 > || test ! -s conftest.err
12161 > configure:67234: $? = 0
12162 > configure:67237: test -s conftest
12163 > configure:67240: $? = 0
12164 > configure:67252: result: yes
12165 > configure:67266: checking for setpgid prototype
12166 > configure:67300: result: yes
12167 > configure:67322: checking for setprogname
12168 > configure:67379: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12169 > /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/temp/ccY4n8Y4.o: In function `main':
12170 > conftest.cc:(.text+0x8): undefined reference to `setprogname'
12171 > /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/temp/ccY4n8Y4.o:(.data+0x0): undefined reference to `setprogname'
12172 > collect2: ld returned 1 exit status
12173 > configure:67385: $? = 1
12174 > configure: failed program was:
12175 > | /* confdefs.h. */
12176 > |
12177 > | #define PACKAGE_NAME "ACE"
12178 > | #define PACKAGE_TARNAME "ace"
12179 > | #define PACKAGE_VERSION "5.7.2"
12180 > | #define PACKAGE_STRING "ACE 5.7.2"
12181 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
12182 > | #ifdef __cplusplus
12183 > | extern "C" void exit (int) throw ();
12184 > | #endif
12185 > | #define X_DISPLAY_MISSING 1
12186 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
12187 > | #define ACE_HAS_GPERF 1
12188 > | #define __ACE_INLINE__ 1
12189 > | #define ACE_HAS_PTHREADS 1
12190 > | #define STDC_HEADERS 1
12191 > | #define HAVE_SYS_TYPES_H 1
12192 > | #define HAVE_SYS_STAT_H 1
12193 > | #define HAVE_STDLIB_H 1
12194 > | #define HAVE_STRING_H 1
12195 > | #define HAVE_MEMORY_H 1
12196 > | #define HAVE_STRINGS_H 1
12197 > | #define HAVE_INTTYPES_H 1
12198 > | #define HAVE_STDINT_H 1
12199 > | #define HAVE_UNISTD_H 1
12200 > | #define HAVE_DLFCN_H 1
12201 > | #define ACE_HAS_AIO_CALLS 1
12202 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
12203 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
12204 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
12205 > | #define ACE_HAS_BIG_FD_SET 1
12206 > | #define ACE_TIMER_SKEW (1000 * 10)
12207 > | #define ACE_IOCTL_TYPE_ARG2 int
12208 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
12209 > | #define HAVE_DIRENT_H 1
12210 > | #define ACE_HAS_DIRENT 1
12211 > | #define HAVE_SYS_WAIT_H 1
12212 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
12213 > | #define ACE_HAS_PROC_FS 1
12214 > | #define ACE_HAS_BYTESWAP_H 1
12215 > | #define ACE_HAS_TERMIO 1
12216 > | #define ACE_HAS_TERMIOS 1
12217 > | #define ACE_HAS_STRINGS 1
12218 > | #define ACE_HAS_SYS_SYSCALL_H 1
12219 > | #define ACE_HAS_POLL 1
12220 > | #define ACE_HAS_STREAMS 1
12221 > | #define ACE_LACKS_SIGINFO_H 1
12222 > | #define ACE_HAS_WCHAR 1
12223 > | #define ACE_HAS_NEW_NO_H 1
12224 > | #define ACE_HAS_GNU_CSTRING_H 1
12225 > | #define HAVE_IOMANIP 1
12226 > | #define HAVE_IOS 1
12227 > | #define HAVE_IOSTREAM 1
12228 > | #define HAVE_ISTREAM 1
12229 > | #define HAVE_OSTREAM 1
12230 > | #define HAVE_FSTREAM 1
12231 > | #define HAVE_STREAMBUF 1
12232 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
12233 > | #define ACE_HAS_CPU_SET_T 1
12234 > | #define ACE_LACKS_PRI_T 1
12235 > | #define ACE_HAS_SIG_ATOMIC_T 1
12236 > | #define ACE_HAS_SSIZE_T 1
12237 > | #define ACE_HAS_UCONTEXT_T 1
12238 > | #define ACE_LACKS_U_LONGLONG_T 1
12239 > | #define ACE_HAS_SOCKLEN_T 1
12240 > | #define ACE_LACKS_RWLOCK_T 1
12241 > | #define ACE_HAS_STRBUF_T 1
12242 > | #define ACE_HAS_SIGINFO_T 1
12243 > | #define ACE_HAS_MSG 1
12244 > | #define ACE_HAS_POSIX_TIME 1
12245 > | #define ACE_LACKS_TIMESPEC_T 1
12246 > | #define ACE_HAS_SYS_SIGLIST 1
12247 > | #define ACE_HAS_SYS_ERRLIST 1
12248 > | #define ACE_LACKS_PRAGMA_ONCE 1
12249 > | #define ACE_HAS_INT8_T 1
12250 > | #define ACE_HAS_UINT8_T 1
12251 > | #define ACE_HAS_INT16_T 1
12252 > | #define ACE_HAS_UINT16_T 1
12253 > | #define ACE_HAS_INT32_T 1
12254 > | #define ACE_HAS_UINT32_T 1
12255 > | #define ACE_HAS_INT64_T 1
12256 > | #define ACE_HAS_UINT64_T 1
12257 > | #define ACE_HAS_TIMEZONE 1
12258 > | #define ACE_LACKS_CHAR_RIGHT_SHIFTS 1
12259 > | #define ACE_LACKS_CHAR_STAR_RIGHT_SHIFTS 1
12260 > | #define ACE_EXPLICIT_TEMPLATE_DESTRUCTOR_TAKES_ARGS 1
12261 > | #define ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR 1
12262 > | #define ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB 1
12263 > | #define ACE_HAS_STDCPP_STL_INCLUDES 1
12264 > | #define ACE_HAS_STRING_CLASS 1
12265 > | #define ACE_HAS_STANDARD_CPP_LIBRARY 1
12266 > | #define ACE_TEMPLATES_REQUIRE_SOURCE 1
12267 > | #define ACE_HAS_TEMPLATE_TYPEDEFS 1
12268 > | #define ACE_HAS_EXCEPTIONS 1
12269 > | #define CLOSEDIR_VOID 1
12270 > | #define ACE_HAS_ALT_CUSERID 1
12271 > | #define HAVE_STRFTIME 1
12272 > | #define ACE_HAS_BSWAP_16 1
12273 > | #define ACE_HAS_BSWAP_32 1
12274 > | #define ACE_HAS_BSWAP_64 1
12275 > | #define ACE_HAS_CLOCK_GETTIME 1
12276 > | #define ACE_HAS_CLOCK_SETTIME 1
12277 > | #define ACE_HAS_NANOSLEEP 1
12278 > | #define ACE_LACKS_GETIPNODEBYADDR 1
12279 > | #define ACE_LACKS_GETIPNODEBYNAME 1
12280 > | #define ACE_HAS_GETIFADDRS 1
12281 > | #define ACE_HAS_GETPAGESIZE 1
12282 > | #define ACE_HAS_GETRUSAGE 1
12283 > | #define ACE_HAS_GETRUSAGE_PROTOTYPE 1
12284 > | #define ACE_HAS_ISASTREAM_PROTOTYPE 1
12285 > | #define ACE_HAS_LSEEK64 1
12286 > | #define ACE_HAS_MKDIR 1
12287 > | #define ACE_HAS_MEMCHR 1
12288 > | /* end confdefs.h. */
12289 > | /* Define setprogname to an innocuous variant, in case <limits.h> declares setprogname.
12290 > | For example, HP-UX 11i <limits.h> declares gettimeofday. */
12291 > | #define setprogname innocuous_setprogname
12292 > |
12293 > | /* System header to define __stub macros and hopefully few prototypes,
12294 > | which can conflict with char setprogname (); below.
12295 > | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12296 > | <limits.h> exists even on freestanding compilers. */
12297 > |
12298 > | #ifdef __STDC__
12299 > | # include <limits.h>
12300 > | #else
12301 > | # include <assert.h>
12302 > | #endif
12303 > |
12304 > | #undef setprogname
12305 > |
12306 > | /* Override any gcc2 internal prototype to avoid an error. */
12307 > | #ifdef __cplusplus
12308 > | extern "C"
12309 > | {
12310 > | #endif
12311 > | /* We use char because int might match the return type of a gcc2
12312 > | builtin and then its argument prototype would still apply. */
12313 > | char setprogname ();
12314 > | /* The GNU C library defines this for functions which it implements
12315 > | to always fail with ENOSYS. Some functions are actually named
12316 > | something starting with __ and the normal name is an alias. */
12317 > | #if defined (__stub_setprogname) || defined (__stub___setprogname)
12318 > | choke me
12319 > | #else
12320 > | char (*f) () = setprogname;
12321 > | #endif
12322 > | #ifdef __cplusplus
12323 > | }
12324 > | #endif
12325 > |
12326 > | int
12327 > | main ()
12328 > | {
12329 > | return f != setprogname;
12330 > | ;
12331 > | return 0;
12332 > | }
12333 > configure:67410: result: no
12334 > configure:67425: checking for setregid
12335 > configure:67482: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12336 > configure:67488: $? = 0
12337 > configure:67492: test -z
12338 > || test ! -s conftest.err
12339 > configure:67495: $? = 0
12340 > configure:67498: test -s conftest
12341 > configure:67501: $? = 0
12342 > configure:67513: result: yes
12343 > configure:67527: checking for setregid prototype
12344 > configure:67561: result: yes
12345 > configure:67583: checking for setreuid
12346 > configure:67640: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12347 > configure:67646: $? = 0
12348 > configure:67650: test -z
12349 > || test ! -s conftest.err
12350 > configure:67653: $? = 0
12351 > configure:67656: test -s conftest
12352 > configure:67659: $? = 0
12353 > configure:67671: result: yes
12354 > configure:67685: checking for setreuid prototype
12355 > configure:67719: result: yes
12356 > configure:67742: checking for setsid
12357 > configure:67799: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12358 > configure:67805: $? = 0
12359 > configure:67809: test -z
12360 > || test ! -s conftest.err
12361 > configure:67812: $? = 0
12362 > configure:67815: test -s conftest
12363 > configure:67818: $? = 0
12364 > configure:67830: result: yes
12365 > configure:67742: checking for setuid
12366 > configure:67799: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12367 > configure:67805: $? = 0
12368 > configure:67809: test -z
12369 > || test ! -s conftest.err
12370 > configure:67812: $? = 0
12371 > configure:67815: test -s conftest
12372 > configure:67818: $? = 0
12373 > configure:67830: result: yes
12374 > configure:67847: checking for sigaction
12375 > configure:67904: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12376 > configure:67910: $? = 0
12377 > configure:67914: test -z
12378 > || test ! -s conftest.err
12379 > configure:67917: $? = 0
12380 > configure:67920: test -s conftest
12381 > configure:67923: $? = 0
12382 > configure:67935: result: yes
12383 > configure:67952: checking for strnlen
12384 > configure:68009: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12385 > configure:68015: $? = 0
12386 > configure:68019: test -z
12387 > || test ! -s conftest.err
12388 > configure:68022: $? = 0
12389 > configure:68025: test -s conftest
12390 > configure:68028: $? = 0
12391 > configure:68040: result: yes
12392 > configure:68051: checking whether strnlen is declared
12393 > configure:68076: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
12394 > configure:68082: $? = 0
12395 > configure:68086: test -z
12396 > || test ! -s conftest.err
12397 > configure:68089: $? = 0
12398 > configure:68092: test -s conftest.o
12399 > configure:68095: $? = 0
12400 > configure:68106: result: yes
12401 > configure:68124: checking for strchr
12402 > configure:68181: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12403 > configure:68187: $? = 0
12404 > configure:68191: test -z
12405 > || test ! -s conftest.err
12406 > configure:68194: $? = 0
12407 > configure:68197: test -s conftest
12408 > configure:68200: $? = 0
12409 > configure:68212: result: yes
12410 > configure:68231: checking for strerror
12411 > configure:68288: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12412 > configure:68294: $? = 0
12413 > configure:68298: test -z
12414 > || test ! -s conftest.err
12415 > configure:68301: $? = 0
12416 > configure:68304: test -s conftest
12417 > configure:68307: $? = 0
12418 > configure:68319: result: yes
12419 > configure:68333: checking for strerror
12420 > configure:68421: result: yes
12421 > configure:68438: checking for strftime
12422 > configure:68526: result: yes
12423 > configure:68543: checking for strpbrk
12424 > configure:68600: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12425 > configure:68606: $? = 0
12426 > configure:68610: test -z
12427 > || test ! -s conftest.err
12428 > configure:68613: $? = 0
12429 > configure:68616: test -s conftest
12430 > configure:68619: $? = 0
12431 > configure:68631: result: yes
12432 > configure:68648: checking for strrchr
12433 > configure:68705: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12434 > configure:68711: $? = 0
12435 > configure:68715: test -z
12436 > || test ! -s conftest.err
12437 > configure:68718: $? = 0
12438 > configure:68721: test -s conftest
12439 > configure:68724: $? = 0
12440 > configure:68736: result: yes
12441 > configure:68753: checking for strspn
12442 > configure:68810: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12443 > configure:68816: $? = 0
12444 > configure:68820: test -z
12445 > || test ! -s conftest.err
12446 > configure:68823: $? = 0
12447 > configure:68826: test -s conftest
12448 > configure:68829: $? = 0
12449 > configure:68841: result: yes
12450 > configure:68858: checking for strtod
12451 > configure:68915: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12452 > configure:68921: $? = 0
12453 > configure:68925: test -z
12454 > || test ! -s conftest.err
12455 > configure:68928: $? = 0
12456 > configure:68931: test -s conftest
12457 > configure:68934: $? = 0
12458 > configure:68946: result: yes
12459 > configure:68963: checking for strtol
12460 > configure:69020: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12461 > configure:69026: $? = 0
12462 > configure:69030: test -z
12463 > || test ! -s conftest.err
12464 > configure:69033: $? = 0
12465 > configure:69036: test -s conftest
12466 > configure:69039: $? = 0
12467 > configure:69051: result: yes
12468 > configure:69068: checking for strtoll
12469 > configure:69125: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12470 > configure:69131: $? = 0
12471 > configure:69135: test -z
12472 > || test ! -s conftest.err
12473 > configure:69138: $? = 0
12474 > configure:69141: test -s conftest
12475 > configure:69144: $? = 0
12476 > configure:69156: result: yes
12477 > configure:69366: checking whether strtoll is declared
12478 > configure:69391: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
12479 > configure:69397: $? = 0
12480 > configure:69401: test -z
12481 > || test ! -s conftest.err
12482 > configure:69404: $? = 0
12483 > configure:69407: test -s conftest.o
12484 > configure:69410: $? = 0
12485 > configure:69421: result: yes
12486 > configure:69440: checking for strtoul
12487 > configure:69497: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12488 > configure:69503: $? = 0
12489 > configure:69507: test -z
12490 > || test ! -s conftest.err
12491 > configure:69510: $? = 0
12492 > configure:69513: test -s conftest
12493 > configure:69516: $? = 0
12494 > configure:69528: result: yes
12495 > configure:69545: checking for strtoull
12496 > configure:69602: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12497 > configure:69608: $? = 0
12498 > configure:69612: test -z
12499 > || test ! -s conftest.err
12500 > configure:69615: $? = 0
12501 > configure:69618: test -s conftest
12502 > configure:69621: $? = 0
12503 > configure:69633: result: yes
12504 > configure:69843: checking whether strtoull is declared
12505 > configure:69868: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
12506 > configure:69874: $? = 0
12507 > configure:69878: test -z
12508 > || test ! -s conftest.err
12509 > configure:69881: $? = 0
12510 > configure:69884: test -s conftest.o
12511 > configure:69887: $? = 0
12512 > configure:69898: result: yes
12513 > configure:69923: checking for swab
12514 > configure:69980: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12515 > configure:69986: $? = 0
12516 > configure:69990: test -z
12517 > || test ! -s conftest.err
12518 > configure:69993: $? = 0
12519 > configure:69996: test -s conftest
12520 > configure:69999: $? = 0
12521 > configure:70011: result: yes
12522 > configure:70043: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12523 > conftest.cc: In function 'int main()':
12524 > conftest.cc:127:28: error: scalar object 'src2' requires one element in initializer
12525 > conftest.cc:129:20: error: 'src' was not declared in this scope
12526 > conftest.cc:130:14: error: 'dst' was not declared in this scope
12527 > configure:70049: $? = 1
12528 > configure: failed program was:
12529 > |
12530 > | /* confdefs.h. */
12531 > |
12532 > | #define PACKAGE_NAME "ACE"
12533 > | #define PACKAGE_TARNAME "ace"
12534 > | #define PACKAGE_VERSION "5.7.2"
12535 > | #define PACKAGE_STRING "ACE 5.7.2"
12536 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
12537 > | #ifdef __cplusplus
12538 > | extern "C" void exit (int) throw ();
12539 > | #endif
12540 > | #define X_DISPLAY_MISSING 1
12541 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
12542 > | #define ACE_HAS_GPERF 1
12543 > | #define __ACE_INLINE__ 1
12544 > | #define ACE_HAS_PTHREADS 1
12545 > | #define STDC_HEADERS 1
12546 > | #define HAVE_SYS_TYPES_H 1
12547 > | #define HAVE_SYS_STAT_H 1
12548 > | #define HAVE_STDLIB_H 1
12549 > | #define HAVE_STRING_H 1
12550 > | #define HAVE_MEMORY_H 1
12551 > | #define HAVE_STRINGS_H 1
12552 > | #define HAVE_INTTYPES_H 1
12553 > | #define HAVE_STDINT_H 1
12554 > | #define HAVE_UNISTD_H 1
12555 > | #define HAVE_DLFCN_H 1
12556 > | #define ACE_HAS_AIO_CALLS 1
12557 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
12558 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
12559 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
12560 > | #define ACE_HAS_BIG_FD_SET 1
12561 > | #define ACE_TIMER_SKEW (1000 * 10)
12562 > | #define ACE_IOCTL_TYPE_ARG2 int
12563 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
12564 > | #define HAVE_DIRENT_H 1
12565 > | #define ACE_HAS_DIRENT 1
12566 > | #define HAVE_SYS_WAIT_H 1
12567 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
12568 > | #define ACE_HAS_PROC_FS 1
12569 > | #define ACE_HAS_BYTESWAP_H 1
12570 > | #define ACE_HAS_TERMIO 1
12571 > | #define ACE_HAS_TERMIOS 1
12572 > | #define ACE_HAS_STRINGS 1
12573 > | #define ACE_HAS_SYS_SYSCALL_H 1
12574 > | #define ACE_HAS_POLL 1
12575 > | #define ACE_HAS_STREAMS 1
12576 > | #define ACE_LACKS_SIGINFO_H 1
12577 > | #define ACE_HAS_WCHAR 1
12578 > | #define ACE_HAS_NEW_NO_H 1
12579 > | #define ACE_HAS_GNU_CSTRING_H 1
12580 > | #define HAVE_IOMANIP 1
12581 > | #define HAVE_IOS 1
12582 > | #define HAVE_IOSTREAM 1
12583 > | #define HAVE_ISTREAM 1
12584 > | #define HAVE_OSTREAM 1
12585 > | #define HAVE_FSTREAM 1
12586 > | #define HAVE_STREAMBUF 1
12587 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
12588 > | #define ACE_HAS_CPU_SET_T 1
12589 > | #define ACE_LACKS_PRI_T 1
12590 > | #define ACE_HAS_SIG_ATOMIC_T 1
12591 > | #define ACE_HAS_SSIZE_T 1
12592 > | #define ACE_HAS_UCONTEXT_T 1
12593 > | #define ACE_LACKS_U_LONGLONG_T 1
12594 > | #define ACE_HAS_SOCKLEN_T 1
12595 > | #define ACE_LACKS_RWLOCK_T 1
12596 > | #define ACE_HAS_STRBUF_T 1
12597 > | #define ACE_HAS_SIGINFO_T 1
12598 > | #define ACE_HAS_MSG 1
12599 > | #define ACE_HAS_POSIX_TIME 1
12600 > | #define ACE_LACKS_TIMESPEC_T 1
12601 > | #define ACE_HAS_SYS_SIGLIST 1
12602 > | #define ACE_HAS_SYS_ERRLIST 1
12603 > | #define ACE_LACKS_PRAGMA_ONCE 1
12604 > | #define ACE_HAS_INT8_T 1
12605 > | #define ACE_HAS_UINT8_T 1
12606 > | #define ACE_HAS_INT16_T 1
12607 > | #define ACE_HAS_UINT16_T 1
12608 > | #define ACE_HAS_INT32_T 1
12609 > | #define ACE_HAS_UINT32_T 1
12610 > | #define ACE_HAS_INT64_T 1
12611 > | #define ACE_HAS_UINT64_T 1
12612 > | #define ACE_HAS_TIMEZONE 1
12613 > | #define ACE_LACKS_CHAR_RIGHT_SHIFTS 1
12614 > | #define ACE_LACKS_CHAR_STAR_RIGHT_SHIFTS 1
12615 > | #define ACE_EXPLICIT_TEMPLATE_DESTRUCTOR_TAKES_ARGS 1
12616 > | #define ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR 1
12617 > | #define ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB 1
12618 > | #define ACE_HAS_STDCPP_STL_INCLUDES 1
12619 > | #define ACE_HAS_STRING_CLASS 1
12620 > | #define ACE_HAS_STANDARD_CPP_LIBRARY 1
12621 > | #define ACE_TEMPLATES_REQUIRE_SOURCE 1
12622 > | #define ACE_HAS_TEMPLATE_TYPEDEFS 1
12623 > | #define ACE_HAS_EXCEPTIONS 1
12624 > | #define CLOSEDIR_VOID 1
12625 > | #define ACE_HAS_ALT_CUSERID 1
12626 > | #define HAVE_STRFTIME 1
12627 > | #define ACE_HAS_BSWAP_16 1
12628 > | #define ACE_HAS_BSWAP_32 1
12629 > | #define ACE_HAS_BSWAP_64 1
12630 > | #define ACE_HAS_CLOCK_GETTIME 1
12631 > | #define ACE_HAS_CLOCK_SETTIME 1
12632 > | #define ACE_HAS_NANOSLEEP 1
12633 > | #define ACE_LACKS_GETIPNODEBYADDR 1
12634 > | #define ACE_LACKS_GETIPNODEBYNAME 1
12635 > | #define ACE_HAS_GETIFADDRS 1
12636 > | #define ACE_HAS_GETPAGESIZE 1
12637 > | #define ACE_HAS_GETRUSAGE 1
12638 > | #define ACE_HAS_GETRUSAGE_PROTOTYPE 1
12639 > | #define ACE_HAS_ISASTREAM_PROTOTYPE 1
12640 > | #define ACE_HAS_LSEEK64 1
12641 > | #define ACE_HAS_MKDIR 1
12642 > | #define ACE_HAS_MEMCHR 1
12643 > | #define ACE_HAS_STRNLEN 1
12644 > | #define ACE_HAS_STRERROR 1
12645 > | /* end confdefs.h. */
12646 > |
12647 > | #include <stdlib.h>
12648 > | #include <unistd.h>
12649 > |
12650 > | int
12651 > | main ()
12652 > | {
12653 > |
12654 > | // If this compiles, we have the POSIX, XPG4, etc. standard.
12655 > | const char src2 = {'a', 'b'};
12656 > | char dst2;
12657 > | const void *vsrc = src;
12658 > | void *vdst = dst;
12659 > | swab (vsrc, vdst, 2);
12660 > |
12661 > | ;
12662 > | return 0;
12663 > | }
12664 > |
12665 > configure:70099: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12666 > conftest.cc: In function 'int main()':
12667 > conftest.cc:128:28: error: scalar object 'src2' requires one element in initializer
12668 > conftest.cc:130:7: error: 'src' was not declared in this scope
12669 > conftest.cc:130:12: error: 'dst' was not declared in this scope
12670 > configure:70105: $? = 1
12671 > configure: failed program was:
12672 > |
12673 > | /* confdefs.h. */
12674 > |
12675 > | #define PACKAGE_NAME "ACE"
12676 > | #define PACKAGE_TARNAME "ace"
12677 > | #define PACKAGE_VERSION "5.7.2"
12678 > | #define PACKAGE_STRING "ACE 5.7.2"
12679 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
12680 > | #ifdef __cplusplus
12681 > | extern "C" void exit (int) throw ();
12682 > | #endif
12683 > | #define X_DISPLAY_MISSING 1
12684 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
12685 > | #define ACE_HAS_GPERF 1
12686 > | #define __ACE_INLINE__ 1
12687 > | #define ACE_HAS_PTHREADS 1
12688 > | #define STDC_HEADERS 1
12689 > | #define HAVE_SYS_TYPES_H 1
12690 > | #define HAVE_SYS_STAT_H 1
12691 > | #define HAVE_STDLIB_H 1
12692 > | #define HAVE_STRING_H 1
12693 > | #define HAVE_MEMORY_H 1
12694 > | #define HAVE_STRINGS_H 1
12695 > | #define HAVE_INTTYPES_H 1
12696 > | #define HAVE_STDINT_H 1
12697 > | #define HAVE_UNISTD_H 1
12698 > | #define HAVE_DLFCN_H 1
12699 > | #define ACE_HAS_AIO_CALLS 1
12700 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
12701 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
12702 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
12703 > | #define ACE_HAS_BIG_FD_SET 1
12704 > | #define ACE_TIMER_SKEW (1000 * 10)
12705 > | #define ACE_IOCTL_TYPE_ARG2 int
12706 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
12707 > | #define HAVE_DIRENT_H 1
12708 > | #define ACE_HAS_DIRENT 1
12709 > | #define HAVE_SYS_WAIT_H 1
12710 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
12711 > | #define ACE_HAS_PROC_FS 1
12712 > | #define ACE_HAS_BYTESWAP_H 1
12713 > | #define ACE_HAS_TERMIO 1
12714 > | #define ACE_HAS_TERMIOS 1
12715 > | #define ACE_HAS_STRINGS 1
12716 > | #define ACE_HAS_SYS_SYSCALL_H 1
12717 > | #define ACE_HAS_POLL 1
12718 > | #define ACE_HAS_STREAMS 1
12719 > | #define ACE_LACKS_SIGINFO_H 1
12720 > | #define ACE_HAS_WCHAR 1
12721 > | #define ACE_HAS_NEW_NO_H 1
12722 > | #define ACE_HAS_GNU_CSTRING_H 1
12723 > | #define HAVE_IOMANIP 1
12724 > | #define HAVE_IOS 1
12725 > | #define HAVE_IOSTREAM 1
12726 > | #define HAVE_ISTREAM 1
12727 > | #define HAVE_OSTREAM 1
12728 > | #define HAVE_FSTREAM 1
12729 > | #define HAVE_STREAMBUF 1
12730 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
12731 > | #define ACE_HAS_CPU_SET_T 1
12732 > | #define ACE_LACKS_PRI_T 1
12733 > | #define ACE_HAS_SIG_ATOMIC_T 1
12734 > | #define ACE_HAS_SSIZE_T 1
12735 > | #define ACE_HAS_UCONTEXT_T 1
12736 > | #define ACE_LACKS_U_LONGLONG_T 1
12737 > | #define ACE_HAS_SOCKLEN_T 1
12738 > | #define ACE_LACKS_RWLOCK_T 1
12739 > | #define ACE_HAS_STRBUF_T 1
12740 > | #define ACE_HAS_SIGINFO_T 1
12741 > | #define ACE_HAS_MSG 1
12742 > | #define ACE_HAS_POSIX_TIME 1
12743 > | #define ACE_LACKS_TIMESPEC_T 1
12744 > | #define ACE_HAS_SYS_SIGLIST 1
12745 > | #define ACE_HAS_SYS_ERRLIST 1
12746 > | #define ACE_LACKS_PRAGMA_ONCE 1
12747 > | #define ACE_HAS_INT8_T 1
12748 > | #define ACE_HAS_UINT8_T 1
12749 > | #define ACE_HAS_INT16_T 1
12750 > | #define ACE_HAS_UINT16_T 1
12751 > | #define ACE_HAS_INT32_T 1
12752 > | #define ACE_HAS_UINT32_T 1
12753 > | #define ACE_HAS_INT64_T 1
12754 > | #define ACE_HAS_UINT64_T 1
12755 > | #define ACE_HAS_TIMEZONE 1
12756 > | #define ACE_LACKS_CHAR_RIGHT_SHIFTS 1
12757 > | #define ACE_LACKS_CHAR_STAR_RIGHT_SHIFTS 1
12758 > | #define ACE_EXPLICIT_TEMPLATE_DESTRUCTOR_TAKES_ARGS 1
12759 > | #define ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR 1
12760 > | #define ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB 1
12761 > | #define ACE_HAS_STDCPP_STL_INCLUDES 1
12762 > | #define ACE_HAS_STRING_CLASS 1
12763 > | #define ACE_HAS_STANDARD_CPP_LIBRARY 1
12764 > | #define ACE_TEMPLATES_REQUIRE_SOURCE 1
12765 > | #define ACE_HAS_TEMPLATE_TYPEDEFS 1
12766 > | #define ACE_HAS_EXCEPTIONS 1
12767 > | #define CLOSEDIR_VOID 1
12768 > | #define ACE_HAS_ALT_CUSERID 1
12769 > | #define HAVE_STRFTIME 1
12770 > | #define ACE_HAS_BSWAP_16 1
12771 > | #define ACE_HAS_BSWAP_32 1
12772 > | #define ACE_HAS_BSWAP_64 1
12773 > | #define ACE_HAS_CLOCK_GETTIME 1
12774 > | #define ACE_HAS_CLOCK_SETTIME 1
12775 > | #define ACE_HAS_NANOSLEEP 1
12776 > | #define ACE_LACKS_GETIPNODEBYADDR 1
12777 > | #define ACE_LACKS_GETIPNODEBYNAME 1
12778 > | #define ACE_HAS_GETIFADDRS 1
12779 > | #define ACE_HAS_GETPAGESIZE 1
12780 > | #define ACE_HAS_GETRUSAGE 1
12781 > | #define ACE_HAS_GETRUSAGE_PROTOTYPE 1
12782 > | #define ACE_HAS_ISASTREAM_PROTOTYPE 1
12783 > | #define ACE_HAS_LSEEK64 1
12784 > | #define ACE_HAS_MKDIR 1
12785 > | #define ACE_HAS_MEMCHR 1
12786 > | #define ACE_HAS_STRNLEN 1
12787 > | #define ACE_HAS_STRERROR 1
12788 > | /* end confdefs.h. */
12789 > |
12790 > | #include <stdlib.h>
12791 > | #include <unistd.h>
12792 > |
12793 > | int
12794 > | main ()
12795 > | {
12796 > |
12797 > | // If this compiles, we have the SVID3 version, else it's the odd,
12798 > | // non-const one.
12799 > | const char src2 = {'a', 'b'};
12800 > | char dst2;
12801 > | swab (src, dst, 2);
12802 > |
12803 > | ;
12804 > | return 0;
12805 > | }
12806 > |
12807 > configure:70157: checking for sysconf
12808 > configure:70214: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12809 > configure:70220: $? = 0
12810 > configure:70224: test -z
12811 > || test ! -s conftest.err
12812 > configure:70227: $? = 0
12813 > configure:70230: test -s conftest
12814 > configure:70233: $? = 0
12815 > configure:70245: result: yes
12816 > configure:70262: checking for sysctl
12817 > configure:70319: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
12818 > configure:70325: $? = 0
12819 > configure:70329: test -z
12820 > || test ! -s conftest.err
12821 > configure:70332: $? = 0
12822 > configure:70335: test -s conftest
12823 > configure:70338: $? = 0
12824 > configure:70350: result: yes
12825 > configure:70377: checking sys/sysinfo.h usability
12826 > configure:70389: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
12827 > configure:70395: $? = 0
12828 > configure:70399: test -z
12829 > || test ! -s conftest.err
12830 > configure:70402: $? = 0
12831 > configure:70405: test -s conftest.o
12832 > configure:70408: $? = 0
12833 > configure:70418: result: yes
12834 > configure:70422: checking sys/sysinfo.h presence
12835 > configure:70432: i686-gentoo1-linux-gnu-g++ -E conftest.cc
12836 > configure:70438: $? = 0
12837 > configure:70458: result: yes
12838 > configure:70493: checking for sys/sysinfo.h
12839 > configure:70500: result: yes
12840 > configure:70377: checking sys/systeminfo.h usability
12841 > configure:70389: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
12842 > conftest.cc:154:28: fatal error: sys/systeminfo.h: No such file or directory
12843 > compilation terminated.
12844 > configure:70395: $? = 1
12845 > configure: failed program was:
12846 > | /* confdefs.h. */
12847 > |
12848 > | #define PACKAGE_NAME "ACE"
12849 > | #define PACKAGE_TARNAME "ace"
12850 > | #define PACKAGE_VERSION "5.7.2"
12851 > | #define PACKAGE_STRING "ACE 5.7.2"
12852 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
12853 > | #ifdef __cplusplus
12854 > | extern "C" void exit (int) throw ();
12855 > | #endif
12856 > | #define X_DISPLAY_MISSING 1
12857 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
12858 > | #define ACE_HAS_GPERF 1
12859 > | #define __ACE_INLINE__ 1
12860 > | #define ACE_HAS_PTHREADS 1
12861 > | #define STDC_HEADERS 1
12862 > | #define HAVE_SYS_TYPES_H 1
12863 > | #define HAVE_SYS_STAT_H 1
12864 > | #define HAVE_STDLIB_H 1
12865 > | #define HAVE_STRING_H 1
12866 > | #define HAVE_MEMORY_H 1
12867 > | #define HAVE_STRINGS_H 1
12868 > | #define HAVE_INTTYPES_H 1
12869 > | #define HAVE_STDINT_H 1
12870 > | #define HAVE_UNISTD_H 1
12871 > | #define HAVE_DLFCN_H 1
12872 > | #define ACE_HAS_AIO_CALLS 1
12873 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
12874 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
12875 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
12876 > | #define ACE_HAS_BIG_FD_SET 1
12877 > | #define ACE_TIMER_SKEW (1000 * 10)
12878 > | #define ACE_IOCTL_TYPE_ARG2 int
12879 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
12880 > | #define HAVE_DIRENT_H 1
12881 > | #define ACE_HAS_DIRENT 1
12882 > | #define HAVE_SYS_WAIT_H 1
12883 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
12884 > | #define ACE_HAS_PROC_FS 1
12885 > | #define ACE_HAS_BYTESWAP_H 1
12886 > | #define ACE_HAS_TERMIO 1
12887 > | #define ACE_HAS_TERMIOS 1
12888 > | #define ACE_HAS_STRINGS 1
12889 > | #define ACE_HAS_SYS_SYSCALL_H 1
12890 > | #define ACE_HAS_POLL 1
12891 > | #define ACE_HAS_STREAMS 1
12892 > | #define ACE_LACKS_SIGINFO_H 1
12893 > | #define ACE_HAS_WCHAR 1
12894 > | #define ACE_HAS_NEW_NO_H 1
12895 > | #define ACE_HAS_GNU_CSTRING_H 1
12896 > | #define HAVE_IOMANIP 1
12897 > | #define HAVE_IOS 1
12898 > | #define HAVE_IOSTREAM 1
12899 > | #define HAVE_ISTREAM 1
12900 > | #define HAVE_OSTREAM 1
12901 > | #define HAVE_FSTREAM 1
12902 > | #define HAVE_STREAMBUF 1
12903 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
12904 > | #define ACE_HAS_CPU_SET_T 1
12905 > | #define ACE_LACKS_PRI_T 1
12906 > | #define ACE_HAS_SIG_ATOMIC_T 1
12907 > | #define ACE_HAS_SSIZE_T 1
12908 > | #define ACE_HAS_UCONTEXT_T 1
12909 > | #define ACE_LACKS_U_LONGLONG_T 1
12910 > | #define ACE_HAS_SOCKLEN_T 1
12911 > | #define ACE_LACKS_RWLOCK_T 1
12912 > | #define ACE_HAS_STRBUF_T 1
12913 > | #define ACE_HAS_SIGINFO_T 1
12914 > | #define ACE_HAS_MSG 1
12915 > | #define ACE_HAS_POSIX_TIME 1
12916 > | #define ACE_LACKS_TIMESPEC_T 1
12917 > | #define ACE_HAS_SYS_SIGLIST 1
12918 > | #define ACE_HAS_SYS_ERRLIST 1
12919 > | #define ACE_LACKS_PRAGMA_ONCE 1
12920 > | #define ACE_HAS_INT8_T 1
12921 > | #define ACE_HAS_UINT8_T 1
12922 > | #define ACE_HAS_INT16_T 1
12923 > | #define ACE_HAS_UINT16_T 1
12924 > | #define ACE_HAS_INT32_T 1
12925 > | #define ACE_HAS_UINT32_T 1
12926 > | #define ACE_HAS_INT64_T 1
12927 > | #define ACE_HAS_UINT64_T 1
12928 > | #define ACE_HAS_TIMEZONE 1
12929 > | #define ACE_LACKS_CHAR_RIGHT_SHIFTS 1
12930 > | #define ACE_LACKS_CHAR_STAR_RIGHT_SHIFTS 1
12931 > | #define ACE_EXPLICIT_TEMPLATE_DESTRUCTOR_TAKES_ARGS 1
12932 > | #define ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR 1
12933 > | #define ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB 1
12934 > | #define ACE_HAS_STDCPP_STL_INCLUDES 1
12935 > | #define ACE_HAS_STRING_CLASS 1
12936 > | #define ACE_HAS_STANDARD_CPP_LIBRARY 1
12937 > | #define ACE_TEMPLATES_REQUIRE_SOURCE 1
12938 > | #define ACE_HAS_TEMPLATE_TYPEDEFS 1
12939 > | #define ACE_HAS_EXCEPTIONS 1
12940 > | #define CLOSEDIR_VOID 1
12941 > | #define ACE_HAS_ALT_CUSERID 1
12942 > | #define HAVE_STRFTIME 1
12943 > | #define ACE_HAS_BSWAP_16 1
12944 > | #define ACE_HAS_BSWAP_32 1
12945 > | #define ACE_HAS_BSWAP_64 1
12946 > | #define ACE_HAS_CLOCK_GETTIME 1
12947 > | #define ACE_HAS_CLOCK_SETTIME 1
12948 > | #define ACE_HAS_NANOSLEEP 1
12949 > | #define ACE_LACKS_GETIPNODEBYADDR 1
12950 > | #define ACE_LACKS_GETIPNODEBYNAME 1
12951 > | #define ACE_HAS_GETIFADDRS 1
12952 > | #define ACE_HAS_GETPAGESIZE 1
12953 > | #define ACE_HAS_GETRUSAGE 1
12954 > | #define ACE_HAS_GETRUSAGE_PROTOTYPE 1
12955 > | #define ACE_HAS_ISASTREAM_PROTOTYPE 1
12956 > | #define ACE_HAS_LSEEK64 1
12957 > | #define ACE_HAS_MKDIR 1
12958 > | #define ACE_HAS_MEMCHR 1
12959 > | #define ACE_HAS_STRNLEN 1
12960 > | #define ACE_HAS_STRERROR 1
12961 > | #define ACE_HAS_NONCONST_SWAB 1
12962 > | #define ACE_HAS_SYSCTL 1
12963 > | #define ACE_HAS_SYS_SYSINFO_H 1
12964 > | /* end confdefs.h. */
12965 > | #include <stdio.h>
12966 > | #if HAVE_SYS_TYPES_H
12967 > | # include <sys/types.h>
12968 > | #endif
12969 > | #if HAVE_SYS_STAT_H
12970 > | # include <sys/stat.h>
12971 > | #endif
12972 > | #if STDC_HEADERS
12973 > | # include <stdlib.h>
12974 > | # include <stddef.h>
12975 > | #else
12976 > | # if HAVE_STDLIB_H
12977 > | # include <stdlib.h>
12978 > | # endif
12979 > | #endif
12980 > | #if HAVE_STRING_H
12981 > | # if !STDC_HEADERS && HAVE_MEMORY_H
12982 > | # include <memory.h>
12983 > | # endif
12984 > | # include <string.h>
12985 > | #endif
12986 > | #if HAVE_STRINGS_H
12987 > | # include <strings.h>
12988 > | #endif
12989 > | #if HAVE_INTTYPES_H
12990 > | # include <inttypes.h>
12991 > | #else
12992 > | # if HAVE_STDINT_H
12993 > | # include <stdint.h>
12994 > | # endif
12995 > | #endif
12996 > | #if HAVE_UNISTD_H
12997 > | # include <unistd.h>
12998 > | #endif
12999 > | #include <sys/systeminfo.h>
13000 > configure:70418: result: no
13001 > configure:70422: checking sys/systeminfo.h presence
13002 > configure:70432: i686-gentoo1-linux-gnu-g++ -E conftest.cc
13003 > conftest.cc:120:28: fatal error: sys/systeminfo.h: No such file or directory
13004 > compilation terminated.
13005 > configure:70438: $? = 1
13006 > configure: failed program was:
13007 > | /* confdefs.h. */
13008 > |
13009 > | #define PACKAGE_NAME "ACE"
13010 > | #define PACKAGE_TARNAME "ace"
13011 > | #define PACKAGE_VERSION "5.7.2"
13012 > | #define PACKAGE_STRING "ACE 5.7.2"
13013 > | #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
13014 > | #ifdef __cplusplus
13015 > | extern "C" void exit (int) throw ();
13016 > | #endif
13017 > | #define X_DISPLAY_MISSING 1
13018 > | #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
13019 > | #define ACE_HAS_GPERF 1
13020 > | #define __ACE_INLINE__ 1
13021 > | #define ACE_HAS_PTHREADS 1
13022 > | #define STDC_HEADERS 1
13023 > | #define HAVE_SYS_TYPES_H 1
13024 > | #define HAVE_SYS_STAT_H 1
13025 > | #define HAVE_STDLIB_H 1
13026 > | #define HAVE_STRING_H 1
13027 > | #define HAVE_MEMORY_H 1
13028 > | #define HAVE_STRINGS_H 1
13029 > | #define HAVE_INTTYPES_H 1
13030 > | #define HAVE_STDINT_H 1
13031 > | #define HAVE_UNISTD_H 1
13032 > | #define HAVE_DLFCN_H 1
13033 > | #define ACE_HAS_AIO_CALLS 1
13034 > | #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
13035 > | #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
13036 > | #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
13037 > | #define ACE_HAS_BIG_FD_SET 1
13038 > | #define ACE_TIMER_SKEW (1000 * 10)
13039 > | #define ACE_IOCTL_TYPE_ARG2 int
13040 > | #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
13041 > | #define HAVE_DIRENT_H 1
13042 > | #define ACE_HAS_DIRENT 1
13043 > | #define HAVE_SYS_WAIT_H 1
13044 > | #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
13045 > | #define ACE_HAS_PROC_FS 1
13046 > | #define ACE_HAS_BYTESWAP_H 1
13047 > | #define ACE_HAS_TERMIO 1
13048 > | #define ACE_HAS_TERMIOS 1
13049 > | #define ACE_HAS_STRINGS 1
13050 > | #define ACE_HAS_SYS_SYSCALL_H 1
13051 > | #define ACE_HAS_POLL 1
13052 > | #define ACE_HAS_STREAMS 1
13053 > | #define ACE_LACKS_SIGINFO_H 1
13054 > | #define ACE_HAS_WCHAR 1
13055 > | #define ACE_HAS_NEW_NO_H 1
13056 > | #define ACE_HAS_GNU_CSTRING_H 1
13057 > | #define HAVE_IOMANIP 1
13058 > | #define HAVE_IOS 1
13059 > | #define HAVE_IOSTREAM 1
13060 > | #define HAVE_ISTREAM 1
13061 > | #define HAVE_OSTREAM 1
13062 > | #define HAVE_FSTREAM 1
13063 > | #define HAVE_STREAMBUF 1
13064 > | #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
13065 > | #define ACE_HAS_CPU_SET_T 1
13066 > | #define ACE_LACKS_PRI_T 1
13067 > | #define ACE_HAS_SIG_ATOMIC_T 1
13068 > | #define ACE_HAS_SSIZE_T 1
13069 > | #define ACE_HAS_UCONTEXT_T 1
13070 > | #define ACE_LACKS_U_LONGLONG_T 1
13071 > | #define ACE_HAS_SOCKLEN_T 1
13072 > | #define ACE_LACKS_RWLOCK_T 1
13073 > | #define ACE_HAS_STRBUF_T 1
13074 > | #define ACE_HAS_SIGINFO_T 1
13075 > | #define ACE_HAS_MSG 1
13076 > | #define ACE_HAS_POSIX_TIME 1
13077 > | #define ACE_LACKS_TIMESPEC_T 1
13078 > | #define ACE_HAS_SYS_SIGLIST 1
13079 > | #define ACE_HAS_SYS_ERRLIST 1
13080 > | #define ACE_LACKS_PRAGMA_ONCE 1
13081 > | #define ACE_HAS_INT8_T 1
13082 > | #define ACE_HAS_UINT8_T 1
13083 > | #define ACE_HAS_INT16_T 1
13084 > | #define ACE_HAS_UINT16_T 1
13085 > | #define ACE_HAS_INT32_T 1
13086 > | #define ACE_HAS_UINT32_T 1
13087 > | #define ACE_HAS_INT64_T 1
13088 > | #define ACE_HAS_UINT64_T 1
13089 > | #define ACE_HAS_TIMEZONE 1
13090 > | #define ACE_LACKS_CHAR_RIGHT_SHIFTS 1
13091 > | #define ACE_LACKS_CHAR_STAR_RIGHT_SHIFTS 1
13092 > | #define ACE_EXPLICIT_TEMPLATE_DESTRUCTOR_TAKES_ARGS 1
13093 > | #define ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR 1
13094 > | #define ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB 1
13095 > | #define ACE_HAS_STDCPP_STL_INCLUDES 1
13096 > | #define ACE_HAS_STRING_CLASS 1
13097 > | #define ACE_HAS_STANDARD_CPP_LIBRARY 1
13098 > | #define ACE_TEMPLATES_REQUIRE_SOURCE 1
13099 > | #define ACE_HAS_TEMPLATE_TYPEDEFS 1
13100 > | #define ACE_HAS_EXCEPTIONS 1
13101 > | #define CLOSEDIR_VOID 1
13102 > | #define ACE_HAS_ALT_CUSERID 1
13103 > | #define HAVE_STRFTIME 1
13104 > | #define ACE_HAS_BSWAP_16 1
13105 > | #define ACE_HAS_BSWAP_32 1
13106 > | #define ACE_HAS_BSWAP_64 1
13107 > | #define ACE_HAS_CLOCK_GETTIME 1
13108 > | #define ACE_HAS_CLOCK_SETTIME 1
13109 > | #define ACE_HAS_NANOSLEEP 1
13110 > | #define ACE_LACKS_GETIPNODEBYADDR 1
13111 > | #define ACE_LACKS_GETIPNODEBYNAME 1
13112 > | #define ACE_HAS_GETIFADDRS 1
13113 > | #define ACE_HAS_GETPAGESIZE 1
13114 > | #define ACE_HAS_GETRUSAGE 1
13115 > | #define ACE_HAS_GETRUSAGE_PROTOTYPE 1
13116 > | #define ACE_HAS_ISASTREAM_PROTOTYPE 1
13117 > | #define ACE_HAS_LSEEK64 1
13118 > | #define ACE_HAS_MKDIR 1
13119 > | #define ACE_HAS_MEMCHR 1
13120 > | #define ACE_HAS_STRNLEN 1
13121 > | #define ACE_HAS_STRERROR 1
13122 > | #define ACE_HAS_NONCONST_SWAB 1
13123 > | #define ACE_HAS_SYSCTL 1
13124 > | #define ACE_HAS_SYS_SYSINFO_H 1
13125 > | /* end confdefs.h. */
13126 > | #include <sys/systeminfo.h>
13127 > configure:70458: result: no
13128 > configure:70493: checking for sys/systeminfo.h
13129 > configure:70500: result: no
13130 > configure:70513: checking for sysinfo
13131 > configure:70570: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
13132 > configure:70576: $? = 0
13133 > configure:70580: test -z
13134 > || test ! -s conftest.err
13135 > configure:70583: $? = 0
13136 > configure:70586: test -s conftest
13137 > configure:70589: $? = 0
13138 > configure:70601: result: yes
13139 > configure:70676: i686-gentoo1-linux-gnu-g++ -c -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe conftest.cc >&5
13140 > configure:70682: $? = 0
13141 > configure:70686: test -z
13142 > || test ! -s conftest.err
13143 > configure:70689: $? = 0
13144 > configure:70692: test -s conftest.o
13145 > configure:70695: $? = 0
13146 > configure:70716: checking for system
13147 > configure:70773: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
13148 > configure:70779: $? = 0
13149 > configure:70783: test -z
13150 > || test ! -s conftest.err
13151 > configure:70786: $? = 0
13152 > configure:70789: test -s conftest
13153 > configure:70792: $? = 0
13154 > configure:70804: result: yes
13155 > configure:70817: checking for getmsg
13156 > configure:70874: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
13157 > configure:70880: $? = 0
13158 > configure:70884: test -z
13159 > || test ! -s conftest.err
13160 > configure:70887: $? = 0
13161 > configure:70890: test -s conftest
13162 > configure:70893: $? = 0
13163 > configure:70905: result: yes
13164 > configure:70990: checking for gethostbyaddr
13165 > configure:71047: i686-gentoo1-linux-gnu-g++ -o conftest -Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe -L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib conftest.cc -lrt -lpthread -ldl >&5
13166 > configure:71053: $? = 0
13167 > configure:71057: test -z
13168 > || test ! -s conftest.err
13169 > configure:71060: $? = 0
13170 > configure:71063: test -s conftest
13171 > configure:71066: $? = 0
13172 > configure:71078: result: yes
13173 > configure:71085: checking for epoll_create
13174 > configure:71093: error: cannot run test program while cross compiling
13175 > See `config.log' for more details.
13176 >
13177 > ## ---------------- ##
13178 > ## Cache variables. ##
13179 > ## ---------------- ##
13180 >
13181 > ac_cv_build=i686-pc-linux-gnu
13182 > ac_cv_build_alias=i686-pc-linux-gnu
13183 > ac_cv_c_compiler_gnu=yes
13184 > ac_cv_cxx_compiler_gnu=yes
13185 > ac_cv_env_CC_set=
13186 > ac_cv_env_CC_value=
13187 > ac_cv_env_CFLAGS_set=set
13188 > ac_cv_env_CFLAGS_value='-Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/'
13189 > ac_cv_env_CPPFLAGS_set=
13190 > ac_cv_env_CPPFLAGS_value=
13191 > ac_cv_env_CPP_set=
13192 > ac_cv_env_CPP_value=
13193 > ac_cv_env_CXXCPP_set=
13194 > ac_cv_env_CXXCPP_value=
13195 > ac_cv_env_CXXFLAGS_set=set
13196 > ac_cv_env_CXXFLAGS_value='-Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/'
13197 > ac_cv_env_CXX_set=
13198 > ac_cv_env_CXX_value=
13199 > ac_cv_env_F77_set=
13200 > ac_cv_env_F77_value=
13201 > ac_cv_env_FFLAGS_set=
13202 > ac_cv_env_FFLAGS_value=
13203 > ac_cv_env_LDFLAGS_set=set
13204 > ac_cv_env_LDFLAGS_value='-L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib'
13205 > ac_cv_env_PKG_CONFIG_set=
13206 > ac_cv_env_PKG_CONFIG_value=
13207 > ac_cv_env_Qt_CFLAGS_set=
13208 > ac_cv_env_Qt_CFLAGS_value=
13209 > ac_cv_env_Qt_LIBS_set=
13210 > ac_cv_env_Qt_LIBS_value=
13211 > ac_cv_env_build_alias_set=set
13212 > ac_cv_env_build_alias_value=i686-pc-linux-gnu
13213 > ac_cv_env_host_alias_set=set
13214 > ac_cv_env_host_alias_value=i686-gentoo1-linux-gnu
13215 > ac_cv_env_target_alias_set=
13216 > ac_cv_env_target_alias_value=
13217 > ac_cv_exeext=
13218 > ac_cv_f77_compiler_gnu=yes
13219 > ac_cv_file___dev_urandom_=yes
13220 > ac_cv_file__bin_bash=yes
13221 > ac_cv_file__dev_arandom=no
13222 > ac_cv_file__dev_random=yes
13223 > ac_cv_file__dev_srandom=yes
13224 > ac_cv_file__dev_urandom=yes
13225 > ac_cv_file__dev_zero=yes
13226 > ac_cv_file__usr_share_sgml_X11_defs_ent=1
13227 > ac_cv_func__InterlockedDecrement=no
13228 > ac_cv_func__InterlockedExchangeAdd=no
13229 > ac_cv_func__InterlockedIncrement=no
13230 > ac_cv_func_access=yes
13231 > ac_cv_func_alarm=yes
13232 > ac_cv_func_alphasort=yes
13233 > ac_cv_func_asctime=yes
13234 > ac_cv_func_asctime_r=yes
13235 > ac_cv_func_bsearch=yes
13236 > ac_cv_func_calloc_0_nonnull=yes
13237 > ac_cv_func_chdir=yes
13238 > ac_cv_func_clock_gettime=yes
13239 > ac_cv_func_clock_settime=yes
13240 > ac_cv_func_closedir_void=yes
13241 > ac_cv_func_difftime=yes
13242 > ac_cv_func_dlopen=yes
13243 > ac_cv_func_dup=yes
13244 > ac_cv_func_dup2=yes
13245 > ac_cv_func_endpwent=yes
13246 > ac_cv_func_execv=yes
13247 > ac_cv_func_execve=yes
13248 > ac_cv_func_execvp=yes
13249 > ac_cv_func_fcntl=yes
13250 > ac_cv_func_fgetwc=yes
13251 > ac_cv_func_fork=yes
13252 > ac_cv_func_fsync=yes
13253 > ac_cv_func_getcwd=yes
13254 > ac_cv_func_getegid=yes
13255 > ac_cv_func_geteuid=yes
13256 > ac_cv_func_getgid=yes
13257 > ac_cv_func_gethostbyaddr=yes
13258 > ac_cv_func_gethostent=yes
13259 > ac_cv_func_getifaddrs=yes
13260 > ac_cv_func_getipnodebyaddr=no
13261 > ac_cv_func_getipnodebyname=no
13262 > ac_cv_func_getmsg=yes
13263 > ac_cv_func_getopt=yes
13264 > ac_cv_func_getpagesize=yes
13265 > ac_cv_func_getpgid=yes
13266 > ac_cv_func_getpid=yes
13267 > ac_cv_func_getppid=yes
13268 > ac_cv_func_getprogname=no
13269 > ac_cv_func_getpwent=yes
13270 > ac_cv_func_getpwnam=yes
13271 > ac_cv_func_getpwuid=yes
13272 > ac_cv_func_getrusage=yes
13273 > ac_cv_func_getuid=yes
13274 > ac_cv_func_gmtime=yes
13275 > ac_cv_func_gmtime_r=yes
13276 > ac_cv_func_inet_aton=yes
13277 > ac_cv_func_isastream=yes
13278 > ac_cv_func_isatty=yes
13279 > ac_cv_func_itoa=no
13280 > ac_cv_func_kill=yes
13281 > ac_cv_func_localtime=yes
13282 > ac_cv_func_log2=yes
13283 > ac_cv_func_lseek64=yes
13284 > ac_cv_func_lstat=yes
13285 > ac_cv_func_madvise=yes
13286 > ac_cv_func_memchr=yes
13287 > ac_cv_func_mkdir=yes
13288 > ac_cv_func_mkfifo=yes
13289 > ac_cv_func_mkstemp=yes
13290 > ac_cv_func_mktemp=yes
13291 > ac_cv_func_mprotect=yes
13292 > ac_cv_func_msync=yes
13293 > ac_cv_func_nanosleep=yes
13294 > ac_cv_func_pipe=yes
13295 > ac_cv_func_qsort=yes
13296 > ac_cv_func_realpath=yes
13297 > ac_cv_func_setegid=yes
13298 > ac_cv_func_setenv=yes
13299 > ac_cv_func_seteuid=yes
13300 > ac_cv_func_setgid=yes
13301 > ac_cv_func_setgrent_void=yes
13302 > ac_cv_func_setpgid=yes
13303 > ac_cv_func_setprogname=no
13304 > ac_cv_func_setpwent=yes
13305 > ac_cv_func_setregid=yes
13306 > ac_cv_func_setreuid=yes
13307 > ac_cv_func_setsid=yes
13308 > ac_cv_func_setuid=yes
13309 > ac_cv_func_shl_load=no
13310 > ac_cv_func_sigaction=yes
13311 > ac_cv_func_strcasecmp=yes
13312 > ac_cv_func_strchr=yes
13313 > ac_cv_func_strdup=yes
13314 > ac_cv_func_strerror=yes
13315 > ac_cv_func_strftime=yes
13316 > ac_cv_func_strncasecmp=yes
13317 > ac_cv_func_strnlen=yes
13318 > ac_cv_func_strnlen_working=yes
13319 > ac_cv_func_strpbrk=yes
13320 > ac_cv_func_strrchr=yes
13321 > ac_cv_func_strspn=yes
13322 > ac_cv_func_strtod=yes
13323 > ac_cv_func_strtol=yes
13324 > ac_cv_func_strtoll=yes
13325 > ac_cv_func_strtoul=yes
13326 > ac_cv_func_strtoull=yes
13327 > ac_cv_func_swab=yes
13328 > ac_cv_func_sysconf=yes
13329 > ac_cv_func_sysctl=yes
13330 > ac_cv_func_sysinfo=yes
13331 > ac_cv_func_system=yes
13332 > ac_cv_func_unsetenv=yes
13333 > ac_cv_func_wcscasecmp=yes
13334 > ac_cv_func_wcsdup=yes
13335 > ac_cv_func_wcsncasecmp=yes
13336 > ac_cv_have_decl_getopt=yes
13337 > ac_cv_have_decl_getrlimit=yes
13338 > ac_cv_have_decl_getrusage=yes
13339 > ac_cv_have_decl_isastream=yes
13340 > ac_cv_have_decl_madvise=yes
13341 > ac_cv_have_decl_mkstemp=yes
13342 > ac_cv_have_decl_mktemp=yes
13343 > ac_cv_have_decl_recv_timedwait=no
13344 > ac_cv_have_decl_setrlimit=yes
13345 > ac_cv_have_decl_strcasecmp=yes
13346 > ac_cv_have_decl_strncasecmp=yes
13347 > ac_cv_have_decl_strnlen=yes
13348 > ac_cv_have_decl_strtoll=yes
13349 > ac_cv_have_decl_strtoull=yes
13350 > ac_cv_have_x=have_x=no
13351 > ac_cv_header_arpa_inet_h=yes
13352 > ac_cv_header_bstring_h=no
13353 > ac_cv_header_bytesex_h=no
13354 > ac_cv_header_byteswap_h=yes
13355 > ac_cv_header_cstring=yes
13356 > ac_cv_header_dirent_dirent_h=yes
13357 > ac_cv_header_dirent_h=yes
13358 > ac_cv_header_dlfcn_h=yes
13359 > ac_cv_header_errno_h=yes
13360 > ac_cv_header_execinfo_h=yes
13361 > ac_cv_header_fcntl_h=yes
13362 > ac_cv_header_fstream=yes
13363 > ac_cv_header_ia32intrin_h=no
13364 > ac_cv_header_ia64intrin_h=no
13365 > ac_cv_header_intrin_h=no
13366 > ac_cv_header_inttypes_h=yes
13367 > ac_cv_header_iomanip=yes
13368 > ac_cv_header_ios=yes
13369 > ac_cv_header_iostream=yes
13370 > ac_cv_header_istream=yes
13371 > ac_cv_header_malloc_h=yes
13372 > ac_cv_header_memory=yes
13373 > ac_cv_header_memory_h=yes
13374 > ac_cv_header_net_if_h=yes
13375 > ac_cv_header_netdb_h=yes
13376 > ac_cv_header_netinet_in_h=yes
13377 > ac_cv_header_netinet_tcp_h=yes
13378 > ac_cv_header_new=yes
13379 > ac_cv_header_ostream=yes
13380 > ac_cv_header_pdh_h=no
13381 > ac_cv_header_poll_h=yes
13382 > ac_cv_header_pthread_np_h=no
13383 > ac_cv_header_pwd_h=yes
13384 > ac_cv_header_regexpr_h=no
13385 > ac_cv_header_sched_h=yes
13386 > ac_cv_header_search_h=yes
13387 > ac_cv_header_select_h=no
13388 > ac_cv_header_semaphore_h=yes
13389 > ac_cv_header_siginfo_h=no
13390 > ac_cv_header_signal_h=yes
13391 > ac_cv_header_stdc=yes
13392 > ac_cv_header_stdint_h=yes
13393 > ac_cv_header_stdlib_h=yes
13394 > ac_cv_header_streambuf=yes
13395 > ac_cv_header_string_h=yes
13396 > ac_cv_header_strings_h=yes
13397 > ac_cv_header_stropts_h=yes
13398 > ac_cv_header_sys_filio_h=no
13399 > ac_cv_header_sys_ioctl_h=yes
13400 > ac_cv_header_sys_ipc_h=yes
13401 > ac_cv_header_sys_loadavg_h=no
13402 > ac_cv_header_sys_mman_h=yes
13403 > ac_cv_header_sys_msg_h=yes
13404 > ac_cv_header_sys_param_h=yes
13405 > ac_cv_header_sys_priocntl_h=no
13406 > ac_cv_header_sys_procfs_h=yes
13407 > ac_cv_header_sys_pstat_h=no
13408 > ac_cv_header_sys_resource_h=yes
13409 > ac_cv_header_sys_select_h=yes
13410 > ac_cv_header_sys_sem_h=yes
13411 > ac_cv_header_sys_shm_h=yes
13412 > ac_cv_header_sys_socket_h=yes
13413 > ac_cv_header_sys_sockio_h=no
13414 > ac_cv_header_sys_stat_h=yes
13415 > ac_cv_header_sys_syscall_h=yes
13416 > ac_cv_header_sys_sysctl_h=yes
13417 > ac_cv_header_sys_sysinfo_h=yes
13418 > ac_cv_header_sys_systeminfo_h=no
13419 > ac_cv_header_sys_time_h=yes
13420 > ac_cv_header_sys_types_h=yes
13421 > ac_cv_header_sys_uio_h=yes
13422 > ac_cv_header_sys_un_h=yes
13423 > ac_cv_header_sys_wait_h=yes
13424 > ac_cv_header_sysent_h=no
13425 > ac_cv_header_termio_h=yes
13426 > ac_cv_header_termios_h=yes
13427 > ac_cv_header_time_h=yes
13428 > ac_cv_header_ucontext_h=yes
13429 > ac_cv_header_unistd_h=yes
13430 > ac_cv_header_utime_h=yes
13431 > ac_cv_header_wchar_h=yes
13432 > ac_cv_header_wctype_h=yes
13433 > ac_cv_host=i686-gentoo1-linux-gnu
13434 > ac_cv_host_alias=i686-gentoo1-linux-gnu
13435 > ac_cv_kerberos_dir=no
13436 > ac_cv_lib_dld_shl_load=no
13437 > ac_cv_lib_fl_yywrap=no
13438 > ac_cv_lib_l_yywrap=no
13439 > ac_cv_member_siginfo_t_si_addr=yes
13440 > ac_cv_member_struct_sockaddr_in6_sin6_len=no
13441 > ac_cv_member_struct_sockaddr_in_sin_len=no
13442 > ac_cv_member_union_sigval_sigval_int=no
13443 > ac_cv_member_union_sigval_sigval_ptr=no
13444 > ac_cv_needs_no_bitfields=no
13445 > ac_cv_objext=o
13446 > ac_cv_openssl_libs=no
13447 > ac_cv_path_PKG_CONFIG=/usr/bin/i686-gentoo1-linux-gnu-pkg-config
13448 > ac_cv_path_install='/usr/bin/install -c'
13449 > ac_cv_prog_AR=i686-gentoo1-linux-gnu-ar
13450 > ac_cv_prog_AWK=gawk
13451 > ac_cv_prog_CC=i686-gentoo1-linux-gnu-gcc
13452 > ac_cv_prog_CPP='i686-gentoo1-linux-gnu-gcc -E'
13453 > ac_cv_prog_CXX=i686-gentoo1-linux-gnu-g++
13454 > ac_cv_prog_CXXCPP='i686-gentoo1-linux-gnu-g++ -E'
13455 > ac_cv_prog_F77=i686-gentoo1-linux-gnu-gfortran
13456 > ac_cv_prog_LEX=flex
13457 > ac_cv_prog_PROF=gprof
13458 > ac_cv_prog_RANLIB=i686-gentoo1-linux-gnu-ranlib
13459 > ac_cv_prog_STRIP=i686-gentoo1-linux-gnu-strip
13460 > ac_cv_prog_YACC='bison -y'
13461 > ac_cv_prog_cc_g=yes
13462 > ac_cv_prog_cc_stdc=
13463 > ac_cv_prog_cxx_g=yes
13464 > ac_cv_prog_egrep='grep -E'
13465 > ac_cv_prog_f77_g=yes
13466 > ac_cv_prog_lex_root=lex.yy
13467 > ac_cv_prog_lex_yytext_pointer=no
13468 > ac_cv_prog_make_make_set=yes
13469 > ac_cv_search_aio_read=-lrt
13470 > ac_cv_search_compile=no
13471 > ac_cv_search_ctime_r='none required'
13472 > ac_cv_search_dlopen=-ldl
13473 > ac_cv_search_exc_continue=no
13474 > ac_cv_search_gethostbyname='none required'
13475 > ac_cv_search_getservbyname='none required'
13476 > ac_cv_search_opendir='none required'
13477 > ac_cv_search_sched_yield='none required'
13478 > ac_cv_search_socket='none required'
13479 > ac_cv_search_t_accept=no
13480 > ac_cv_search_t_getprotaddr=no
13481 > ac_cv_sys_interpreter=yes
13482 > ac_cv_target=i686-gentoo1-linux-gnu
13483 > ac_cv_target_alias=i686-gentoo1-linux-gnu
13484 > ac_cv_type_cpu_set_t=yes
13485 > ac_cv_type_idtype_t=no
13486 > ac_cv_type_int16_t=yes
13487 > ac_cv_type_int32_t=yes
13488 > ac_cv_type_int64_t=yes
13489 > ac_cv_type_int8_t=yes
13490 > ac_cv_type_intmax_t=yes
13491 > ac_cv_type_intptr_t=yes
13492 > ac_cv_type_key_t=yes
13493 > ac_cv_type_pri_t=no
13494 > ac_cv_type_prusage_t=no
13495 > ac_cv_type_rwlock_t=no
13496 > ac_cv_type_sem_t=yes
13497 > ac_cv_type_sig_atomic_t=yes
13498 > ac_cv_type_siginfo_t=yes
13499 > ac_cv_type_sigset_t=yes
13500 > ac_cv_type_socklen_t=yes
13501 > ac_cv_type_ssize_t=yes
13502 > ac_cv_type_struct_dirent=yes
13503 > ac_cv_type_struct_flock=yes
13504 > ac_cv_type_struct_sembuf=yes
13505 > ac_cv_type_struct_sigaction=yes
13506 > ac_cv_type_struct_strbuf=yes
13507 > ac_cv_type_struct_strrecvfd=yes
13508 > ac_cv_type_struct_termio=yes
13509 > ac_cv_type_struct_termios=yes
13510 > ac_cv_type_struct_utsname=yes
13511 > ac_cv_type_suseconds_t=yes
13512 > ac_cv_type_u_longlong_t=no
13513 > ac_cv_type_ucontext_t=yes
13514 > ac_cv_type_uint16_t=yes
13515 > ac_cv_type_uint32_t=yes
13516 > ac_cv_type_uint64_t=yes
13517 > ac_cv_type_uint8_t=yes
13518 > ac_cv_type_uintmax_t=yes
13519 > ac_cv_type_uintptr_t=yes
13520 > ac_cv_type_union_sigval=yes
13521 > ac_cv_type_useconds_t=yes
13522 > ac_cv_type_wchar_t=yes
13523 > ace_cv_defined_bswap16=no
13524 > ace_cv_defined_bswap32=no
13525 > ace_cv_defined_bswap64=no
13526 > ace_cv_defined_bswap_16=yes
13527 > ace_cv_defined_bswap_32=yes
13528 > ace_cv_defined_bswap_64=yes
13529 > ace_cv_feature_aio_calls=yes
13530 > ace_cv_feature_char_ptr_right_shifts=no
13531 > ace_cv_feature_char_right_shifts=no
13532 > ace_cv_feature_explicit_template_des_takes_args=yes
13533 > ace_cv_feature_explicit_template_instantiation=no
13534 > ace_cv_feature_gxx_has_pipe=yes
13535 > ace_cv_feature_may_need_thread_flag=yes
13536 > ace_cv_feature_need_func_def=no
13537 > ace_cv_feature_placement_delete=yes
13538 > ace_cv_feature_posix_exceptions=yes
13539 > ace_cv_feature_posix_static_data_member_templates=yes
13540 > ace_cv_feature_posix_template_typedefs=yes
13541 > ace_cv_feature_posix_uses_std_namespace=yes
13542 > ace_cv_feature_pragma_template_instantiation=no
13543 > ace_cv_feature_templates_require_pragma=no
13544 > ace_cv_feature_templates_require_source=yes
13545 > ace_cv_func_ioctl_arg2=int
13546 > ace_cv_func_numeric_limits=yes
13547 > ace_cv_getname_returns_random_sin_zero=no
13548 > ace_cv_has_dlsym_segfault_on_invalid_handle=yes
13549 > ace_cv_has_pragma_once=no
13550 > ace_cv_has_procfs_conflict=no
13551 > ace_cv_lacks_perfect_multicast_filtering=no
13552 > ace_cv_lib_auto_ptr_class=yes
13553 > ace_cv_lib_auto_ptr_reset=yes
13554 > ace_cv_lib_broken_msg_h=no
13555 > ace_cv_lib_has_getpgid_prototype=yes
13556 > ace_cv_lib_has_lseek64_prototype=yes
13557 > ace_cv_lib_has_setpgid_prototype=yes
13558 > ace_cv_lib_has_setregid_prototype=yes
13559 > ace_cv_lib_has_setreuid_prototype=yes
13560 > ace_cv_lib_limited_rusage=no
13561 > ace_cv_lib_old_malloc_proto=no
13562 > ace_cv_lib_posix_defines_union_semun=no
13563 > ace_cv_lib_posix_standard_includes=yes
13564 > ace_cv_lib_posix_sys_errlist=yes
13565 > ace_cv_lib_posix_sys_siglist=yes
13566 > ace_cv_lib_posix_timer_struct=yes
13567 > ace_cv_lib_posix_timespec_t=no
13568 > ace_cv_lib_use_alt_cuserid=yes
13569 > ace_cv_struct_cond_t=yes
13570 > ace_cv_struct_msghdr=yes
13571 > ace_cv_thread_flag_search=no
13572 > ace_cv_user_enable_acexml=yes
13573 > ace_cv_user_enable_qos=no
13574 > ace_cv_user_enable_ssl=yes
13575 > ace_cv_user_enable_wide_char=no
13576 > ace_cv_var_timezone=yes
13577 > am_cv_CC_dependencies_compiler_type=gcc3
13578 > am_cv_CXX_dependencies_compiler_type=gcc3
13579 > fu_cv_sys_stat_statvfs=yes
13580 > gl_cv_func_btowc_eof=yes
13581 > gl_cv_func_malloc_0_nonnull=yes
13582 > gl_cv_func_re_compile_pattern_working=yes
13583 > gl_cv_func_rename_trailing_dest_slash_bug=no
13584 > gl_cv_func_rename_trailing_slash_bug=no
13585 > glib_cv___va_copy=yes
13586 > glib_cv_has__inline=yes
13587 > glib_cv_has__inline__=yes
13588 > glib_cv_hasinline=yes
13589 > glib_cv_rtldglobal_broken=no
13590 > glib_cv_sane_realloc=yes
13591 > glib_cv_sizeof_gmutex=40
13592 > glib_cv_stack_grows=no
13593 > glib_cv_uscore=no
13594 > glib_cv_va_copy=yes
13595 > glib_cv_va_val_copy=no
13596 > lt_cv_deplibs_check_method=pass_all
13597 > lt_cv_dlopen=dlopen
13598 > lt_cv_dlopen_libs=
13599 > lt_cv_dlopen_self=cross
13600 > lt_cv_file_magic_cmd='$MAGIC_CMD'
13601 > lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.11.2.so'
13602 > lt_cv_ld_reload_flag=-r
13603 > lt_cv_objdir=.libs
13604 > lt_cv_path_LD=/usr/libexec/gcc/i686-gentoo1-linux-gnu/ld
13605 > lt_cv_path_LDCXX=/usr/libexec/gcc/i686-gentoo1-linux-gnu/ld
13606 > lt_cv_path_NM='/usr/bin/i686-gentoo1-linux-gnu-nm -B'
13607 > lt_cv_path_SED=/bin/sed
13608 > lt_cv_prog_compiler_c_o=yes
13609 > lt_cv_prog_compiler_c_o_CXX=yes
13610 > lt_cv_prog_compiler_c_o_F77=yes
13611 > lt_cv_prog_compiler_rtti_exceptions=no
13612 > lt_cv_prog_gnu_ld=yes
13613 > lt_cv_prog_gnu_ldcxx=yes
13614 > lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
13615 > 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'\'''
13616 > lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
13617 > lt_cv_sys_max_cmd_len=32768
13618 > lt_lt_cv_prog_compiler_c_o='"yes"'
13619 > lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
13620 > lt_lt_cv_prog_compiler_c_o_F77='"yes"'
13621 > lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
13622 > 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'\''"'
13623 > lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
13624 > yeti_cv_func_scanf_modif_size_t=z
13625 >
13626 > ## ----------------- ##
13627 > ## Output variables. ##
13628 > ## ----------------- ##
13629 >
13630 > ACEXML=''
13631 > ACE_BETA='2'
13632 > ACE_BZIP2_CPPFLAGS=' -DBZIP2'
13633 > ACE_BZIP2_LDFLAGS=''
13634 > ACE_BZIP2_LIBS=''
13635 > ACE_CROSS_COMPILED_FALSE='#'
13636 > ACE_CROSS_COMPILED_TRUE=''
13637 > ACE_FLTK_CPPFLAGS=''
13638 > ACE_FLTK_LIBS=''
13639 > ACE_FOX_CPPFLAGS=''
13640 > ACE_FOX_LIBS=''
13641 > ACE_KERBEROS_INCLUDES='.'
13642 > ACE_MAJOR='5'
13643 > ACE_MINOR='7'
13644 > ACE_ON_PENTIUM_FALSE=''
13645 > ACE_ON_PENTIUM_TRUE=''
13646 > ACE_QT_CPPFLAGS=''
13647 > ACE_QT_LIBS=''
13648 > ACE_TCL_CPPFLAGS=''
13649 > ACE_TCL_LIBS=''
13650 > ACE_TESTS_DIR=''
13651 > ACE_TK_CPPFLAGS=''
13652 > ACE_TK_LIBS=''
13653 > ACE_TLS_CPPFLAGS=''
13654 > ACE_TLS_LDFLAGS=''
13655 > ACE_TLS_LIBS=''
13656 > ACE_VERSION_NAME='5.7.2'
13657 > ACE_X11_CPPFLAGS=''
13658 > ACE_X11_LDFLAGS=''
13659 > ACE_X11_LIBS=''
13660 > ACE_XLIBS=''
13661 > ACE_XT_CPPFLAGS=''
13662 > ACE_XT_LDFLAGS=''
13663 > ACE_XT_LIBS=''
13664 > ACE_ZLIB_CPPFLAGS=' -DZLIB'
13665 > ACE_ZLIB_LDFLAGS=''
13666 > ACE_ZLIB_LIBS=''
13667 > ACE_ZZIP_CPPFLAGS=' -DUSE_ZZIP'
13668 > ACE_ZZIP_LDFLAGS=''
13669 > ACE_ZZIP_LIBS=''
13670 > ACLOCAL='${SHELL} /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/work/ACE_wrappers/aux_config/missing --run aclocal-1.9'
13671 > ALLOCA=''
13672 > AMDEPBACKSLASH='\'
13673 > AMDEP_FALSE='#'
13674 > AMDEP_TRUE=''
13675 > AMTAR='${SHELL} /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/work/ACE_wrappers/aux_config/missing --run tar'
13676 > AR='i686-gentoo1-linux-gnu-ar'
13677 > AS='as'
13678 > ASNMP=''
13679 > AUTOCONF='${SHELL} /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/work/ACE_wrappers/aux_config/missing --run autoconf'
13680 > AUTOHEADER='${SHELL} /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/work/ACE_wrappers/aux_config/missing --run autoheader'
13681 > AUTOMAKE='${SHELL} /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/work/ACE_wrappers/aux_config/missing --run automake-1.9'
13682 > AWK='gawk'
13683 > BUILD_ACEXML_FALSE='#'
13684 > BUILD_ACEXML_TRUE=''
13685 > BUILD_ACE_CODECS_FALSE='#'
13686 > BUILD_ACE_CODECS_TRUE=''
13687 > BUILD_ACE_FILECACHE_FALSE='#'
13688 > BUILD_ACE_FILECACHE_TRUE=''
13689 > BUILD_ACE_FLREACTOR_FALSE=''
13690 > BUILD_ACE_FLREACTOR_TRUE='#'
13691 > BUILD_ACE_FOR_TAO_FALSE=''
13692 > BUILD_ACE_FOR_TAO_TRUE='#'
13693 > BUILD_ACE_FOXREACTOR_FALSE=''
13694 > BUILD_ACE_FOXREACTOR_TRUE='#'
13695 > BUILD_ACE_OTHER_FALSE='#'
13696 > BUILD_ACE_OTHER_TRUE=''
13697 > BUILD_ACE_QTREACTOR_FALSE=''
13698 > BUILD_ACE_QTREACTOR_TRUE='#'
13699 > BUILD_ACE_TKREACTOR_FALSE=''
13700 > BUILD_ACE_TKREACTOR_TRUE='#'
13701 > BUILD_ACE_TOKEN_FALSE='#'
13702 > BUILD_ACE_TOKEN_TRUE=''
13703 > BUILD_ACE_UUID_FALSE='#'
13704 > BUILD_ACE_UUID_TRUE=''
13705 > BUILD_ACE_XTREACTOR_FALSE=''
13706 > BUILD_ACE_XTREACTOR_TRUE='#'
13707 > BUILD_ATHENA_FALSE='#'
13708 > BUILD_ATHENA_TRUE=''
13709 > BUILD_BZIP2_FALSE=''
13710 > BUILD_BZIP2_TRUE='#'
13711 > BUILD_CODECS_FILES_FALSE='#'
13712 > BUILD_CODECS_FILES_TRUE=''
13713 > BUILD_CONNECTION_FILES_FALSE='#'
13714 > BUILD_CONNECTION_FILES_TRUE=''
13715 > BUILD_DEMUX_FILES_FALSE='#'
13716 > BUILD_DEMUX_FILES_TRUE=''
13717 > BUILD_EXAMPLES_FALSE='#'
13718 > BUILD_EXAMPLES_TRUE=''
13719 > BUILD_EXCEPTIONS_FALSE='#'
13720 > BUILD_EXCEPTIONS_TRUE=''
13721 > BUILD_FILECACHE_FILES_FALSE='#'
13722 > BUILD_FILECACHE_FILES_TRUE=''
13723 > BUILD_FL_FALSE=''
13724 > BUILD_FL_TRUE='#'
13725 > BUILD_FOX_FALSE=''
13726 > BUILD_FOX_TRUE='#'
13727 > BUILD_FULL_LIBRARY_FALSE='#'
13728 > BUILD_FULL_LIBRARY_TRUE=''
13729 > BUILD_GL_FALSE=''
13730 > BUILD_GL_TRUE='#'
13731 > BUILD_GPERF_FALSE='#'
13732 > BUILD_GPERF_TRUE=''
13733 > BUILD_IPC_FILES_FALSE='#'
13734 > BUILD_IPC_FILES_TRUE=''
13735 > BUILD_IPV6_FALSE=''
13736 > BUILD_IPV6_TRUE='#'
13737 > BUILD_LOGGING_FILES_FALSE='#'
13738 > BUILD_LOGGING_FILES_TRUE=''
13739 > BUILD_MEMORY_FILES_FALSE='#'
13740 > BUILD_MEMORY_FILES_TRUE=''
13741 > BUILD_METRICS_FILES_FALSE='#'
13742 > BUILD_METRICS_FILES_TRUE=''
13743 > BUILD_MOTIF_FALSE=''
13744 > BUILD_MOTIF_TRUE='#'
13745 > BUILD_OS_FILES_FALSE='#'
13746 > BUILD_OS_FILES_TRUE=''
13747 > BUILD_OTHER_FILES_FALSE='#'
13748 > BUILD_OTHER_FILES_TRUE=''
13749 > BUILD_QOS_FALSE=''
13750 > BUILD_QOS_TRUE='#'
13751 > BUILD_QT_FALSE=''
13752 > BUILD_QT_TRUE='#'
13753 > BUILD_RWHO_FALSE=''
13754 > BUILD_RWHO_TRUE='#'
13755 > BUILD_SOCKETS_FILES_FALSE='#'
13756 > BUILD_SOCKETS_FILES_TRUE=''
13757 > BUILD_SSL_FALSE='#'
13758 > BUILD_SSL_TRUE=''
13759 > BUILD_STREAMS_FILES_FALSE='#'
13760 > BUILD_STREAMS_FILES_TRUE=''
13761 > BUILD_SVCCONF_FILES_FALSE='#'
13762 > BUILD_SVCCONF_FILES_TRUE=''
13763 > BUILD_TAO_FLRESOURCE_FALSE=''
13764 > BUILD_TAO_FLRESOURCE_TRUE='#'
13765 > BUILD_TAO_FOXRESOURCE_FALSE=''
13766 > BUILD_TAO_FOXRESOURCE_TRUE='#'
13767 > BUILD_TAO_QTRESOURCE_FALSE=''
13768 > BUILD_TAO_QTRESOURCE_TRUE='#'
13769 > BUILD_TAO_TKRESOURCE_FALSE=''
13770 > BUILD_TAO_TKRESOURCE_TRUE='#'
13771 > BUILD_TAO_XTRESOURCE_FALSE=''
13772 > BUILD_TAO_XTRESOURCE_TRUE='#'
13773 > BUILD_TESTS_FALSE='#'
13774 > BUILD_TESTS_TRUE=''
13775 > BUILD_THREADS_FALSE='#'
13776 > BUILD_THREADS_FILES_FALSE='#'
13777 > BUILD_THREADS_FILES_TRUE=''
13778 > BUILD_THREADS_TRUE=''
13779 > BUILD_TIMER_FILES_FALSE='#'
13780 > BUILD_TIMER_FILES_TRUE=''
13781 > BUILD_TK_FALSE=''
13782 > BUILD_TK_TRUE='#'
13783 > BUILD_TOKEN_FILES_FALSE='#'
13784 > BUILD_TOKEN_FILES_TRUE=''
13785 > BUILD_USES_WCHAR_FALSE=''
13786 > BUILD_USES_WCHAR_TRUE='#'
13787 > BUILD_UTILS_FILES_FALSE='#'
13788 > BUILD_UTILS_FILES_TRUE=''
13789 > BUILD_UUID_FILES_FALSE='#'
13790 > BUILD_UUID_FILES_TRUE=''
13791 > BUILD_WFMO_FALSE=''
13792 > BUILD_WFMO_TRUE='#'
13793 > BUILD_WINCE_FALSE=''
13794 > BUILD_WINCE_TRUE='#'
13795 > BUILD_WINREGISTRY_FALSE=''
13796 > BUILD_WINREGISTRY_TRUE='#'
13797 > BUILD_WXWINDOWS_FALSE=''
13798 > BUILD_WXWINDOWS_TRUE='#'
13799 > BUILD_X11_FALSE=''
13800 > BUILD_X11_TRUE='#'
13801 > BUILD_XT_FALSE=''
13802 > BUILD_XT_TRUE='#'
13803 > BUILD_ZLIB_FALSE=''
13804 > BUILD_ZLIB_TRUE='#'
13805 > BUILD_ZZIP_FALSE=''
13806 > BUILD_ZZIP_TRUE='#'
13807 > CC='i686-gentoo1-linux-gnu-gcc'
13808 > CCDEPMODE='depmode=gcc3'
13809 > CFLAGS='-Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe'
13810 > COMPILE_XTREACTOR_TEST_FALSE=''
13811 > COMPILE_XTREACTOR_TEST_TRUE='#'
13812 > CPP='i686-gentoo1-linux-gnu-gcc -E'
13813 > CPPFLAGS=''
13814 > CXX='i686-gentoo1-linux-gnu-g++'
13815 > CXXCPP='i686-gentoo1-linux-gnu-g++ -E'
13816 > CXXDEPMODE='depmode=gcc3'
13817 > CXXFLAGS='-Os -pipe -march=prescott -msse -msse2 -msse3 -mmmx -m3dnow -fomit-frame-pointer -I/usr/__CHOST1__/usr/include/ -I/usr/__CHOST1__/include/ -pipe'
13818 > CYGPATH_W='echo'
13819 > DEFS=''
13820 > DEPDIR='.deps'
13821 > DLLTOOL='dlltool'
13822 > ECHO='echo'
13823 > ECHO_C=''
13824 > ECHO_N='-n'
13825 > ECHO_T=''
13826 > EGREP='grep -E'
13827 > EXEEXT=''
13828 > F77='i686-gentoo1-linux-gnu-gfortran'
13829 > FFLAGS='-g -O2'
13830 > FLTKCONFIG=''
13831 > FOXCONFIG=''
13832 > GPERF=''
13833 > INSTALL_DATA='${INSTALL} -m 644'
13834 > INSTALL_PROGRAM='${INSTALL}'
13835 > INSTALL_SCRIPT='${INSTALL}'
13836 > INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
13837 > KOKYU=''
13838 > LDFLAGS='-L/usr/__CHOST1__/lib -L/usr/__CHOST1__/usr/lib'
13839 > LEX='flex'
13840 > LEXLIB=''
13841 > LEX_OUTPUT_ROOT='lex.yy'
13842 > LIBOBJS=''
13843 > LIBS='-lrt -lpthread -ldl '
13844 > LIBTOOL='$(SHELL) $(top_builddir)/libtool'
13845 > LN_S='ln -s'
13846 > LTLIBOBJS=''
13847 > MAKEINFO='${SHELL} /usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/work/ACE_wrappers/aux_config/missing --run makeinfo'
13848 > OBJDUMP='objdump'
13849 > OBJEXT='o'
13850 > PACKAGE='ace'
13851 > PACKAGE_BUGREPORT='ace-bugs@××××××××.edu'
13852 > PACKAGE_NAME='ACE'
13853 > PACKAGE_STRING='ACE 5.7.2'
13854 > PACKAGE_TARNAME='ace'
13855 > PACKAGE_VERSION='5.7.2'
13856 > PATH_SEPARATOR=':'
13857 > PKG_CONFIG='/usr/bin/i686-gentoo1-linux-gnu-pkg-config'
13858 > PROF='gprof'
13859 > PURIFY=''
13860 > QTDIR=''
13861 > QUANTIFY=''
13862 > Qt_CFLAGS=''
13863 > Qt_LIBS=''
13864 > RANLIB='i686-gentoo1-linux-gnu-ranlib'
13865 > SET_MAKE=''
13866 > SHELL='/bin/sh'
13867 > STRIP='i686-gentoo1-linux-gnu-strip'
13868 > TAO=''
13869 > VERSION='5.7.2'
13870 > XTREACTOR_TEST_XLIBS=''
13871 > X_CFLAGS=''
13872 > X_EXTRA_LIBS=''
13873 > X_LIBS=''
13874 > X_PRE_LIBS=''
13875 > YACC='bison -y'
13876 > ac_ct_AR=''
13877 > ac_ct_AS=''
13878 > ac_ct_CC=''
13879 > ac_ct_CXX=''
13880 > ac_ct_DLLTOOL=''
13881 > ac_ct_F77=''
13882 > ac_ct_OBJDUMP=''
13883 > ac_ct_RANLIB=''
13884 > ac_ct_STRIP=''
13885 > ac_pt_PKG_CONFIG=''
13886 > am__fastdepCC_FALSE='#'
13887 > am__fastdepCC_TRUE=''
13888 > am__fastdepCXX_FALSE='#'
13889 > am__fastdepCXX_TRUE=''
13890 > am__include='include'
13891 > am__leading_dot='.'
13892 > am__quote=''
13893 > am__tar='${AMTAR} chof - "$$tardir"'
13894 > am__untar='${AMTAR} xf -'
13895 > bindir='${exec_prefix}/bin'
13896 > build='i686-pc-linux-gnu'
13897 > build_alias='i686-pc-linux-gnu'
13898 > build_cpu='i686'
13899 > build_os='linux-gnu'
13900 > build_vendor='pc'
13901 > datadir='/usr/share'
13902 > exec_prefix='NONE'
13903 > host='i686-gentoo1-linux-gnu'
13904 > host_alias='i686-gentoo1-linux-gnu'
13905 > host_cpu='i686'
13906 > host_os='linux-gnu'
13907 > host_vendor='gentoo1'
13908 > includedir='${prefix}/include'
13909 > infodir='/usr/share/info'
13910 > install_sh='/usr/__CHOST1__/tmp/portage/dev-libs/ace-5.7.2/work/ACE_wrappers/aux_config/install-sh'
13911 > libdir='${exec_prefix}/lib'
13912 > libexecdir='${exec_prefix}/libexec'
13913 > localstatedir='/var/lib'
13914 > mandir='/usr/share/man'
13915 > mkdir_p='mkdir -p --'
13916 > oldincludedir='/usr/include'
13917 > prefix='/usr'
13918 > program_transform_name='s,x,x,'
13919 > protocols=''
13920 > sbindir='${exec_prefix}/sbin'
13921 > sharedstatedir='${prefix}/com'
13922 > subdirs=''
13923 > sysconfdir='/etc'
13924 > target='i686-gentoo1-linux-gnu'
13925 > target_alias=''
13926 > target_cpu='i686'
13927 > target_os='linux-gnu'
13928 > target_vendor='gentoo1'
13929 >
13930 > ## ----------- ##
13931 > ## confdefs.h. ##
13932 > ## ----------- ##
13933 >
13934 > #define ACE_DEFAULT_BASE_ADDR ((char *) 0x80000000)
13935 > #define ACE_DEFAULT_MAX_SOCKET_BUFSIZ 65535
13936 > #define ACE_EXPLICIT_TEMPLATE_DESTRUCTOR_TAKES_ARGS 1
13937 > #define ACE_HAS_AIO_CALLS 1
13938 > #define ACE_HAS_ALT_CUSERID 1
13939 > #define ACE_HAS_BIG_FD_SET 1
13940 > #define ACE_HAS_BSWAP_16 1
13941 > #define ACE_HAS_BSWAP_32 1
13942 > #define ACE_HAS_BSWAP_64 1
13943 > #define ACE_HAS_BYTESWAP_H 1
13944 > #define ACE_HAS_CLOCK_GETTIME 1
13945 > #define ACE_HAS_CLOCK_SETTIME 1
13946 > #define ACE_HAS_CPU_SET_T 1
13947 > #define ACE_HAS_DIRENT 1
13948 > #define ACE_HAS_DLSYM_SEGFAULT_ON_INVALID_HANDLE 1
13949 > #define ACE_HAS_EXCEPTIONS 1
13950 > #define ACE_HAS_GETIFADDRS 1
13951 > #define ACE_HAS_GETPAGESIZE 1
13952 > #define ACE_HAS_GETRUSAGE 1
13953 > #define ACE_HAS_GETRUSAGE_PROTOTYPE 1
13954 > #define ACE_HAS_GNU_CSTRING_H 1
13955 > #define ACE_HAS_GPERF 1
13956 > #define ACE_HAS_INT16_T 1
13957 > #define ACE_HAS_INT32_T 1
13958 > #define ACE_HAS_INT64_T 1
13959 > #define ACE_HAS_INT8_T 1
13960 > #define ACE_HAS_ISASTREAM_PROTOTYPE 1
13961 > #define ACE_HAS_LINUX_SYSINFO 1
13962 > #define ACE_HAS_LSEEK64 1
13963 > #define ACE_HAS_MEMCHR 1
13964 > #define ACE_HAS_MKDIR 1
13965 > #define ACE_HAS_MSG 1
13966 > #define ACE_HAS_NANOSLEEP 1
13967 > #define ACE_HAS_NEW_NO_H 1
13968 > #define ACE_HAS_NONCONST_SWAB 1
13969 > #define ACE_HAS_POLL 1
13970 > #define ACE_HAS_POSITION_INDEPENDENT_POINTERS 1
13971 > #define ACE_HAS_POSIX_REALTIME_SIGNALS 1
13972 > #define ACE_HAS_POSIX_TIME 1
13973 > #define ACE_HAS_PROC_FS 1
13974 > #define ACE_HAS_PTHREADS 1
13975 > #define ACE_HAS_SIGINFO_T 1
13976 > #define ACE_HAS_SIG_ATOMIC_T 1
13977 > #define ACE_HAS_SOCKLEN_T 1
13978 > #define ACE_HAS_SSIZE_T 1
13979 > #define ACE_HAS_STANDARD_CPP_LIBRARY 1
13980 > #define ACE_HAS_STDCPP_STL_INCLUDES 1
13981 > #define ACE_HAS_STRBUF_T 1
13982 > #define ACE_HAS_STREAMS 1
13983 > #define ACE_HAS_STREAM_PIPES 1
13984 > #define ACE_HAS_STRERROR 1
13985 > #define ACE_HAS_STRINGS 1
13986 > #define ACE_HAS_STRING_CLASS 1
13987 > #define ACE_HAS_STRNLEN 1
13988 > #define ACE_HAS_SVR4_DYNAMIC_LINKING 1
13989 > #define ACE_HAS_SYSCTL 1
13990 > #define ACE_HAS_SYS_ERRLIST 1
13991 > #define ACE_HAS_SYS_SIGLIST 1
13992 > #define ACE_HAS_SYS_SYSCALL_H 1
13993 > #define ACE_HAS_SYS_SYSINFO_H 1
13994 > #define ACE_HAS_TEMPLATE_TYPEDEFS 1
13995 > #define ACE_HAS_TERMIO 1
13996 > #define ACE_HAS_TERMIOS 1
13997 > #define ACE_HAS_TIMEZONE 1
13998 > #define ACE_HAS_UCONTEXT_T 1
13999 > #define ACE_HAS_UINT16_T 1
14000 > #define ACE_HAS_UINT32_T 1
14001 > #define ACE_HAS_UINT64_T 1
14002 > #define ACE_HAS_UINT8_T 1
14003 > #define ACE_HAS_WCHAR 1
14004 > #define ACE_HAS_WORKING_EXPLICIT_TEMPLATE_DESTRUCTOR 1
14005 > #define ACE_IOCTL_TYPE_ARG2 int
14006 > #define ACE_LACKS_CHAR_RIGHT_SHIFTS 1
14007 > #define ACE_LACKS_CHAR_STAR_RIGHT_SHIFTS 1
14008 > #define ACE_LACKS_GETIPNODEBYADDR 1
14009 > #define ACE_LACKS_GETIPNODEBYNAME 1
14010 > #define ACE_LACKS_PRAGMA_ONCE 1
14011 > #define ACE_LACKS_PRI_T 1
14012 > #define ACE_LACKS_RWLOCK_T 1
14013 > #define ACE_LACKS_SIGINFO_H 1
14014 > #define ACE_LACKS_TIMEDWAIT_PROTOTYPES 1
14015 > #define ACE_LACKS_TIMESPEC_T 1
14016 > #define ACE_LACKS_U_LONGLONG_T 1
14017 > #define ACE_TEMPLATES_REQUIRE_SOURCE 1
14018 > #define ACE_TIMER_SKEW (1000 * 10)
14019 > #define ACE_USES_STD_NAMESPACE_FOR_STDCPP_LIB 1
14020 > #define CLOSEDIR_VOID 1
14021 > #define HAVE_DIRENT_H 1
14022 > #define HAVE_DLFCN_H 1
14023 > #define HAVE_FSTREAM 1
14024 > #define HAVE_INTTYPES_H 1
14025 > #define HAVE_IOMANIP 1
14026 > #define HAVE_IOS 1
14027 > #define HAVE_IOSTREAM 1
14028 > #define HAVE_ISTREAM 1
14029 > #define HAVE_MEMORY_H 1
14030 > #define HAVE_OSTREAM 1
14031 > #define HAVE_STDINT_H 1
14032 > #define HAVE_STDLIB_H 1
14033 > #define HAVE_STREAMBUF 1
14034 > #define HAVE_STRFTIME 1
14035 > #define HAVE_STRINGS_H 1
14036 > #define HAVE_STRING_H 1
14037 > #define HAVE_SYS_STAT_H 1
14038 > #define HAVE_SYS_TYPES_H 1
14039 > #define HAVE_SYS_WAIT_H 1
14040 > #define HAVE_UNISTD_H 1
14041 > #define PACKAGE_BUGREPORT "ace-bugs@××××××××.edu"
14042 > #define PACKAGE_NAME "ACE"
14043 > #define PACKAGE_STRING "ACE 5.7.2"
14044 > #define PACKAGE_TARNAME "ace"
14045 > #define PACKAGE_VERSION "5.7.2"
14046 > #define STDC_HEADERS 1
14047 > #define X_DISPLAY_MISSING 1
14048 > #define __ACE_INLINE__ 1
14049 > #endif
14050 > #ifdef __cplusplus
14051 > extern "C" void exit (int) throw ();
14052 >
14053 > configure: exit 1
14054
14055
14056
14057 --
14058 Thomas Kahle
14059 http://dev.gentoo.org/~tomka/