Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Dec 2003 19:16:14 -0500
From:      "Greg Cirino - Cirelle Enterprises" <gcirino@cirelle.com>
To:        <dirk@FreeBSD.org>
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: mysql-client-3.23.56
Message-ID:  <008401c3c369$d17257e0$fbb4a741@cedata.net>

next in thread | raw e-mail | index | archive | help

------=_NextPart_000_0082_01C3C33F.E883E5E0
Content-Type: text/plain;
	charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable

Hello,

Note: after second try, the system core dumped.


typedef long long longlong;
main()
{
  longlong ll=3D1;
  float f;
  FILE *file=3Dfopen("conftestval", "w");
  f =3D (float) ll;
  fprintf(file,"%g\n",f);
  close(file);  <<<<<<<
  exit (0);
}
configure:16914: result: no
configure:16919: error: Your compiler cannot convert a longlong value to =
a float!
If you are using gcc 2.8.# you should upgrade to egcs 1.0.3 or newer and =
try
again

Using FreeBSD 5.1 - Release
>From CD set purchased from FreeBSD Mall 11-28-03
AMD 2000+
512MB RAM
WD800JB 80GB=20


There appears to be a bad call to close(file) in the configure
files for mysql323-client ports that prevents the port
from completing.

Changing the call from close(file) to fclose(file) in the configure file =

after the failed build allows the programs to build and install.

mysql-client-3.23.56=20




Regards
Greg Cirino
___________________________________
Cirelle Enterprises Inc.
603-425-2221
www.cirelle.com Website Design
www.cirelle.net ProSpeed High Speed Dial-up - 5 Times Faster
www.cedata.com Web, FTP, Email Hosting Services
www.mlsbot.com MLS IDX Services

When You Want It Done Well, Just Call Cirelle
It's not just a Rhyme... There's a Reason!


------=_NextPart_000_0082_01C3C33F.E883E5E0
Content-Type: application/octet-stream;
	name="config.log"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="config.log"

This file contains any messages produced by compilers while=0A=
running configure, to aid debugging if configure makes a mistake.=0A=
=0A=
It was created by configure, which was=0A=
generated by GNU Autoconf 2.53.  Invocation command line was=0A=
=0A=
  $ ./configure --localstatedir=3D/var/db/mysql --without-perl =
--without-debug --without-readline --without-bench =
--with-mit-threads=3Dno --with-libwrap --with-low-memory =
--with-comment=3DFreeBSD port: mysql-server-3.23.56_1 =
--program-prefix=3D --with-innodb --enable-assembler --with-berkeley-db =
--prefix=3D/usr/local i386-portbld-freebsd5.1=0A=
=0A=
## --------- ##=0A=
## Platform. ##=0A=
## --------- ##=0A=
=0A=
hostname =3D gluegun.cedata.com=0A=
uname -m =3D i386=0A=
uname -r =3D 5.1-RELEASE=0A=
uname -s =3D FreeBSD=0A=
uname -v =3D FreeBSD 5.1-RELEASE #0: Thu Jun  5 02:55:42 GMT 2003     =
root@wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC =0A=
=0A=
/usr/bin/uname -p =3D i386=0A=
/bin/uname -X     =3D unknown=0A=
=0A=
/bin/arch              =3D unknown=0A=
/usr/bin/arch -k       =3D unknown=0A=
/usr/convex/getsysinfo =3D unknown=0A=
hostinfo               =3D unknown=0A=
/bin/machine           =3D unknown=0A=
/usr/bin/oslevel       =3D unknown=0A=
/bin/universe          =3D unknown=0A=
=0A=
PATH: /sbin=0A=
PATH: /bin=0A=
PATH: /usr/sbin=0A=
PATH: /usr/bin=0A=
PATH: /usr/games=0A=
PATH: /usr/local/sbin=0A=
PATH: /usr/local/bin=0A=
PATH: /usr/X11R6/bin=0A=
PATH: /root/bin=0A=
=0A=
=0A=
## ----------- ##=0A=
## Core tests. ##=0A=
## ----------- ##=0A=
=0A=
configure:1473: checking build system type=0A=
configure:1491: result: i386-portbld-freebsd5.1=0A=
configure:1501: checking host system type=0A=
configure:1515: result: i386-portbld-freebsd5.1=0A=
configure:1525: checking target system type=0A=
configure:1539: result: i386-portbld-freebsd5.1=0A=
configure:1569: checking for a BSD-compatible install=0A=
configure:1623: result: /usr/bin/install -c -o root -g wheel=0A=
configure:1634: checking whether build environment is sane=0A=
configure:1652: result: yes=0A=
configure:1686: checking for gawk=0A=
configure:1715: result: no=0A=
configure:1686: checking for mawk=0A=
configure:1715: result: no=0A=
configure:1686: checking for nawk=0A=
configure:1702: found /usr/bin/nawk=0A=
configure:1712: result: nawk=0A=
configure:1722: checking whether make sets ${MAKE}=0A=
configure:1742: result: yes=0A=
configure:1940: checking whether to enable maintainer-specific portions =
of Makefiles=0A=
configure:1949: result: no=0A=
configure:1964: checking whether build environment is sane=0A=
configure:1982: result: yes=0A=
configure:1985: checking whether make sets ${MAKE}=0A=
configure:2005: result: yes=0A=
configure:2055: checking for gawk=0A=
configure:2081: result: nawk=0A=
configure:2099: checking for i386-portbld-freebsd5.1-gcc=0A=
configure:2125: result: cc=0A=
configure:2407: checking for C compiler version=0A=
configure:2410: cc --version </dev/null >&5=0A=
cc (GCC) 3.2.2 [FreeBSD] 20030205 (release)=0A=
Copyright (C) 2002 Free Software Foundation, Inc.=0A=
This is free software; see the source for copying conditions.  There is =
NO=0A=
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR =
PURPOSE.=0A=
=0A=
configure:2413: $? =3D 0=0A=
configure:2415: cc -v </dev/null >&5=0A=
Using built-in specs.=0A=
Configured with: FreeBSD/i386 system compiler=0A=
Thread model: posix=0A=
gcc version 3.2.2 [FreeBSD] 20030205 (release)=0A=
configure:2418: $? =3D 0=0A=
configure:2420: cc -V </dev/null >&5=0A=
cc: argument to `-V' is missing=0A=
configure:2423: $? =3D 1=0A=
configure:2449: checking for C compiler default output=0A=
configure:2452: cc -O -pipe -mcpu=3Dpentiumpro    conftest.c  >&5=0A=
configure:2455: $? =3D 0=0A=
configure:2488: result: a.out=0A=
configure:2493: checking whether the C compiler works=0A=
configure:2499: ./a.out=0A=
configure:2502: $? =3D 0=0A=
configure:2517: result: yes=0A=
configure:2524: checking whether we are cross compiling=0A=
configure:2526: result: no=0A=
configure:2529: checking for suffix of executables=0A=
configure:2531: cc -o conftest -O -pipe -mcpu=3Dpentiumpro    conftest.c =
 >&5=0A=
configure:2534: $? =3D 0=0A=
configure:2556: result: =0A=
configure:2562: checking for suffix of object files=0A=
configure:2586: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:2589: $? =3D 0=0A=
configure:2608: result: o=0A=
configure:2612: checking whether we are using the GNU C compiler=0A=
configure:2639: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:2642: $? =3D 0=0A=
configure:2645: test -s conftest.o=0A=
configure:2648: $? =3D 0=0A=
configure:2660: result: yes=0A=
configure:2666: checking whether cc accepts -g=0A=
configure:2690: cc -c -g  conftest.c >&5=0A=
configure:2693: $? =3D 0=0A=
configure:2696: test -s conftest.o=0A=
configure:2699: $? =3D 0=0A=
configure:2709: result: yes=0A=
configure:2736: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
conftest.c:2: syntax error before "me"=0A=
configure:2739: $? =3D 1=0A=
configure: failed program was:=0A=
#ifndef __cplusplus=0A=
  choke me=0A=
#endif=0A=
configure:2856: checking for style of include used by make=0A=
configure:2884: result: GNU=0A=
configure:2891: checking dependency style of cc=0A=
configure:2953: result: gcc3=0A=
configure:2968: checking for i386-portbld-freebsd5.1-g++=0A=
configure:2994: result: c++=0A=
configure:3052: checking for C++ compiler version=0A=
configure:3055: c++ --version </dev/null >&5=0A=
c++ (GCC) 3.2.2 [FreeBSD] 20030205 (release)=0A=
Copyright (C) 2002 Free Software Foundation, Inc.=0A=
This is free software; see the source for copying conditions.  There is =
NO=0A=
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR =
PURPOSE.=0A=
=0A=
configure:3058: $? =3D 0=0A=
configure:3060: c++ -v </dev/null >&5=0A=
Using built-in specs.=0A=
Configured with: FreeBSD/i386 system compiler=0A=
Thread model: posix=0A=
gcc version 3.2.2 [FreeBSD] 20030205 (release)=0A=
configure:3063: $? =3D 0=0A=
configure:3065: c++ -V </dev/null >&5=0A=
c++: argument to `-V' missing=0A=
=0A=
configure:3068: $? =3D 1=0A=
configure:3071: checking whether we are using the GNU C++ compiler=0A=
configure:3098: c++ -c -O -pipe -mcpu=3Dpentiumpro -felide-constructors =
-fno-rtti -fno-exceptions   conftest.cc >&5=0A=
configure:3101: $? =3D 0=0A=
configure:3104: test -s conftest.o=0A=
configure:3107: $? =3D 0=0A=
configure:3119: result: yes=0A=
configure:3125: checking whether c++ accepts -g=0A=
configure:3149: c++ -c -g  conftest.cc >&5=0A=
configure:3152: $? =3D 0=0A=
configure:3155: test -s conftest.o=0A=
configure:3158: $? =3D 0=0A=
configure:3168: result: yes=0A=
configure:3213: c++ -c -O -pipe -mcpu=3Dpentiumpro -felide-constructors =
-fno-rtti -fno-exceptions   conftest.cc >&5=0A=
configure:3216: $? =3D 0=0A=
configure:3219: test -s conftest.o=0A=
configure:3222: $? =3D 0=0A=
configure:3250: c++ -c -O -pipe -mcpu=3Dpentiumpro -felide-constructors =
-fno-rtti -fno-exceptions   conftest.cc >&5=0A=
configure: In function `int main()':=0A=
configure:3243: `exit' undeclared (first use this function)=0A=
configure:3243: (Each undeclared identifier is reported only once for =
each =0A=
   function it appears in.)=0A=
configure:3253: $? =3D 1=0A=
configure: failed program was:=0A=
#line 3232 "configure"=0A=
#include "confdefs.h"=0A=
=0A=
#ifdef F77_DUMMY_MAIN=0A=
#  ifdef __cplusplus=0A=
     extern "C"=0A=
#  endif=0A=
   int F77_DUMMY_MAIN() { return 1; }=0A=
#endif=0A=
int=0A=
main ()=0A=
{=0A=
exit (42);=0A=
  ;=0A=
  return 0;=0A=
}=0A=
configure:3213: c++ -c -O -pipe -mcpu=3Dpentiumpro -felide-constructors =
-fno-rtti -fno-exceptions   conftest.cc >&5=0A=
configure:3216: $? =3D 0=0A=
configure:3219: test -s conftest.o=0A=
configure:3222: $? =3D 0=0A=
configure:3250: c++ -c -O -pipe -mcpu=3Dpentiumpro -felide-constructors =
-fno-rtti -fno-exceptions   conftest.cc >&5=0A=
configure:3253: $? =3D 0=0A=
configure:3256: test -s conftest.o=0A=
configure:3259: $? =3D 0=0A=
configure:3283: checking dependency style of c++=0A=
configure:3345: result: gcc3=0A=
configure:3355: checking how to run the C preprocessor=0A=
configure:3381: cc -E  conftest.c=0A=
configure:3387: $? =3D 0=0A=
configure:3414: cc -E  conftest.c=0A=
configure:3411:28: ac_nonexistent.h: No such file or directory=0A=
configure:3420: $? =3D 1=0A=
configure: failed program was:=0A=
#line 3410 "configure"=0A=
#include "confdefs.h"=0A=
#include <ac_nonexistent.h>=0A=
configure:3457: result: cc -E=0A=
configure:3472: cc -E  conftest.c=0A=
configure:3478: $? =3D 0=0A=
configure:3505: cc -E  conftest.c=0A=
configure:3502:28: ac_nonexistent.h: No such file or directory=0A=
configure:3511: $? =3D 1=0A=
configure: failed program was:=0A=
#line 3501 "configure"=0A=
#include "confdefs.h"=0A=
#include <ac_nonexistent.h>=0A=
configure:3555: checking "C Compiler version"=0A=
configure:3557: result: "cc cc (GCC) 3.2.2 [FreeBSD] 20030205 (release)=0A=
Copyright (C) 2002 Free Software Foundation, Inc.=0A=
This is free software; see the source for copying conditions.  There is =
NO=0A=
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR =
PURPOSE."=0A=
configure:3563: checking "C++ compiler version"=0A=
configure:3565: result: "c++ c++ (GCC) 3.2.2 [FreeBSD] 20030205 (release)=0A=
Copyright (C) 2002 Free Software Foundation, Inc.=0A=
This is free software; see the source for copying conditions.  There is =
NO=0A=
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR =
PURPOSE."=0A=
configure:3629: checking for i386-portbld-freebsd5.1-ranlib=0A=
configure:3658: result: no=0A=
configure:3667: checking for ranlib=0A=
configure:3683: found /usr/bin/ranlib=0A=
configure:3694: result: ranlib=0A=
configure:3785: checking for ld used by GCC=0A=
configure:3848: result: /usr/bin/ld=0A=
configure:3857: checking if the linker (/usr/bin/ld) is GNU ld=0A=
GNU ld version 2.13.2 [FreeBSD] 2002-11-27=0A=
configure:3869: result: yes=0A=
configure:3874: checking for /usr/bin/ld option to reload object files=0A=
configure:3881: result: -r=0A=
configure:3886: checking for BSD-compatible nm=0A=
configure:3922: result: nm=0A=
configure:3925: checking whether ln -s works=0A=
configure:3929: result: yes=0A=
configure:3936: checking how to recognise dependant libraries=0A=
configure:4114: result: pass_all=0A=
configure:4127: checking command to parse nm output=0A=
configure:4208: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:4211: $? =3D 0=0A=
configure:4215: nm conftest.o \| sed -n -e 's/^.*[ 	=
]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 =
\2\3 \3/p' \> conftest.nm=0A=
configure:4218: $? =3D 0=0A=
configure:4270: cc -o conftest -O -pipe -mcpu=3Dpentiumpro    conftest.c =
conftstm.o >&5=0A=
configure:4273: $? =3D 0=0A=
configure:4317: result: ok=0A=
configure:4322: checking for ANSI C header files=0A=
configure:4336: cc -E  conftest.c=0A=
configure:4342: $? =3D 0=0A=
configure:4429: cc -o conftest -O -pipe -mcpu=3Dpentiumpro    conftest.c =
 >&5=0A=
configure:4432: $? =3D 0=0A=
configure:4434: ./conftest=0A=
configure:4437: $? =3D 0=0A=
configure:4451: result: yes=0A=
configure:4475: checking for sys/types.h=0A=
configure:4488: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:4491: $? =3D 0=0A=
configure:4494: test -s conftest.o=0A=
configure:4497: $? =3D 0=0A=
configure:4507: result: yes=0A=
configure:4475: checking for sys/stat.h=0A=
configure:4488: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:4491: $? =3D 0=0A=
configure:4494: test -s conftest.o=0A=
configure:4497: $? =3D 0=0A=
configure:4507: result: yes=0A=
configure:4475: checking for stdlib.h=0A=
configure:4488: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:4491: $? =3D 0=0A=
configure:4494: test -s conftest.o=0A=
configure:4497: $? =3D 0=0A=
configure:4507: result: yes=0A=
configure:4475: checking for string.h=0A=
configure:4488: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:4491: $? =3D 0=0A=
configure:4494: test -s conftest.o=0A=
configure:4497: $? =3D 0=0A=
configure:4507: result: yes=0A=
configure:4475: checking for memory.h=0A=
configure:4488: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:4491: $? =3D 0=0A=
configure:4494: test -s conftest.o=0A=
configure:4497: $? =3D 0=0A=
configure:4507: result: yes=0A=
configure:4475: checking for strings.h=0A=
configure:4488: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:4491: $? =3D 0=0A=
configure:4494: test -s conftest.o=0A=
configure:4497: $? =3D 0=0A=
configure:4507: result: yes=0A=
configure:4475: checking for inttypes.h=0A=
configure:4488: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:4491: $? =3D 0=0A=
configure:4494: test -s conftest.o=0A=
configure:4497: $? =3D 0=0A=
configure:4507: result: yes=0A=
configure:4475: checking for stdint.h=0A=
configure:4488: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:4491: $? =3D 0=0A=
configure:4494: test -s conftest.o=0A=
configure:4497: $? =3D 0=0A=
configure:4507: result: yes=0A=
configure:4475: checking for unistd.h=0A=
configure:4488: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:4491: $? =3D 0=0A=
configure:4494: test -s conftest.o=0A=
configure:4497: $? =3D 0=0A=
configure:4507: result: yes=0A=
configure:4533: checking dlfcn.h usability=0A=
configure:4542: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:4545: $? =3D 0=0A=
configure:4548: test -s conftest.o=0A=
configure:4551: $? =3D 0=0A=
configure:4560: result: yes=0A=
configure:4564: checking dlfcn.h presence=0A=
configure:4571: cc -E  conftest.c=0A=
configure:4577: $? =3D 0=0A=
configure:4595: result: yes=0A=
configure:4613: checking for dlfcn.h=0A=
configure:4620: result: yes=0A=
configure:4779: checking for i386-portbld-freebsd5.1-ranlib=0A=
configure:4805: result: ranlib=0A=
configure:4859: checking for i386-portbld-freebsd5.1-strip=0A=
configure:4888: result: no=0A=
configure:4897: checking for strip=0A=
configure:4913: found /usr/bin/strip=0A=
configure:4924: result: strip=0A=
configure:5129: checking for objdir=0A=
configure:5140: result: .libs=0A=
configure:5157: checking for cc option to produce PIC=0A=
configure:5307: result: -fPIC=0A=
configure:5311: checking if cc PIC flag -fPIC works=0A=
configure:5337: cc -c -O -pipe -mcpu=3Dpentiumpro  -fPIC -DPIC  =
conftest.c >&5=0A=
configure:5340: $? =3D 0=0A=
configure:5343: test -s conftest.o=0A=
configure:5346: $? =3D 0=0A=
configure:5383: result: yes=0A=
configure:5399: checking if cc static flag -static works=0A=
configure:5426: cc -o conftest -O -pipe -mcpu=3Dpentiumpro    -static =
conftest.c  >&5=0A=
configure:5429: $? =3D 0=0A=
configure:5432: test -s conftest=0A=
configure:5435: $? =3D 0=0A=
configure:5450: result: yes=0A=
configure:5462: checking if cc supports -c -o file.o=0A=
configure:5482: cc -c -O -pipe -mcpu=3Dpentiumpro  -o out/conftest2.o  =
conftest.c >&5=0A=
configure:5506: result: yes=0A=
configure:5511: checking if cc supports -c -o file.lo=0A=
configure:5541: cc -c -O -pipe -mcpu=3Dpentiumpro  -c -o conftest.lo  =
conftest.c >&5=0A=
configure:5544: $? =3D 0=0A=
configure:5547: test -s conftest.lo=0A=
configure:5550: $? =3D 0=0A=
configure:5571: result: yes=0A=
configure:5602: checking if cc supports -fno-rtti -fno-exceptions=0A=
configure:5627: cc -c -O -pipe -mcpu=3Dpentiumpro  -fno-rtti =
-fno-exceptions -c conftest.c  conftest.c >&5=0A=
configure:5630: $? =3D 0=0A=
configure:5633: test -s conftest.o=0A=
configure:5636: $? =3D 0=0A=
configure:5652: result: yes=0A=
configure:5663: checking whether the linker (/usr/bin/ld) supports =
shared libraries=0A=
configure:6315: result: yes=0A=
configure:6320: checking how to hardcode library paths into programs=0A=
configure:6344: result: immediate=0A=
configure:6349: checking whether stripping libraries is possible=0A=
configure:6354: result: yes=0A=
configure:6365: checking dynamic linker characteristics=0A=
configure:6758: result: freebsd5.1 ld.so=0A=
configure:6763: checking if libtool supports shared libraries=0A=
configure:6765: result: yes=0A=
configure:6768: checking whether to build shared libraries=0A=
configure:6789: result: yes=0A=
configure:6792: checking whether to build static libraries=0A=
configure:6796: result: yes=0A=
configure:7458: checking whether -lc should be explicitly linked in=0A=
configure:7466: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:7469: $? =3D 0=0A=
configure:7483: cc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o =
conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1=0A=
configure:7486: $? =3D 1=0A=
configure:7499: result: yes=0A=
configure:8086: checking for a BSD-compatible install=0A=
configure:8140: result: /usr/bin/install -c -o root -g wheel=0A=
configure:8158: checking for bison=0A=
configure:8187: result: no=0A=
configure:8158: checking for byacc=0A=
configure:8174: found /usr/bin/byacc=0A=
configure:8184: result: byacc=0A=
configure:8197: checking for pdftex=0A=
configure:8226: result: no=0A=
configure:8232: checking for tex=0A=
configure:8261: result: no=0A=
configure:8266: checking "return type of sprintf"=0A=
configure:8291: cc -o conftest -O -pipe -mcpu=3Dpentiumpro    conftest.c =
 >&5=0A=
configure:8294: $? =3D 0=0A=
configure:8296: ./conftest=0A=
configure:8299: $? =3D 0=0A=
configure:8304: result: "int"=0A=
configure:8377: checking for uname=0A=
configure:8395: found /usr/bin/uname=0A=
configure:8408: result: /usr/bin/uname=0A=
configure:8418: checking operating system=0A=
configure:8432: result: FreeBSD=0A=
configure:8618: checking "if we should use 'skip-locking' as default for =
freebsd5.1"=0A=
configure:8630: result: "no"=0A=
configure:8638: checking for ln=0A=
configure:8656: found /bin/ln=0A=
configure:8669: result: /bin/ln=0A=
configure:8679: checking for ln=0A=
configure:8697: found /bin/ln=0A=
configure:8710: result: /bin/ln=0A=
configure:8724: checking for mv=0A=
configure:8742: found /bin/mv=0A=
configure:8755: result: /bin/mv=0A=
configure:8764: checking for rm=0A=
configure:8782: found /bin/rm=0A=
configure:8795: result: /bin/rm=0A=
configure:8804: checking for cp=0A=
configure:8822: found /bin/cp=0A=
configure:8835: result: /bin/cp=0A=
configure:8844: checking for sed=0A=
configure:8862: found /usr/bin/sed=0A=
configure:8875: result: /usr/bin/sed=0A=
configure:8884: checking for cmp=0A=
configure:8902: found /usr/bin/cmp=0A=
configure:8915: result: /usr/bin/cmp=0A=
configure:8924: checking for chmod=0A=
configure:8942: found /bin/chmod=0A=
configure:8955: result: /bin/chmod=0A=
configure:8964: checking for hostname=0A=
configure:8982: found /bin/hostname=0A=
configure:8995: result: /bin/hostname -s=0A=
configure:9008: checking for gnutar=0A=
configure:9037: result: no=0A=
configure:9008: checking for gtar=0A=
configure:9037: result: no=0A=
configure:9008: checking for tar=0A=
configure:9024: found /usr/bin/tar=0A=
configure:9034: result: tar=0A=
configure:9047: checking for perl=0A=
configure:9078: result: /usr/local/bin/perl=0A=
configure:9143: checking for ps=0A=
configure:9161: found /bin/ps=0A=
configure:9174: result: /bin/ps=0A=
configure:9183: result: "/bin/ps -uaxww | grep mysqld | grep " $$PID " > =
/dev/null"=0A=
configure:9189: checking for kill=0A=
configure:9207: found /bin/kill=0A=
configure:9220: result: /bin/kill=0A=
configure:9227: checking "for kill switches"=0A=
configure:9241: result: "/bin/kill -0 $$PID > /dev/null 2> /dev/null"=0A=
configure:9246: checking for cc option to accept ANSI C=0A=
configure:9293: cc  -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:9296: $? =3D 0=0A=
configure:9299: test -s conftest.o=0A=
configure:9302: $? =3D 0=0A=
configure:9315: result: =0A=
configure:9506: checking if we should use assembler functions=0A=
configure:9539: result: yes=0A=
configure:9547: checking if we should use RAID=0A=
configure:9567: result: no=0A=
configure:9609: checking if we should should enable LOAD DATA LOCAL by =
default=0A=
configure:9628: result: no=0A=
configure:9681: checking for getconf=0A=
configure:9697: found /usr/bin/getconf=0A=
configure:9707: result: getconf=0A=
configure:9719: checking for CFLAGS value to request large file support=0A=
configure:9787: result: no=0A=
configure:9789: checking for LDFLAGS value to request large file support=0A=
configure:9803: result: no=0A=
configure:9805: checking for LIBS value to request large file support=0A=
configure:9819: result: no=0A=
configure:9864: checking for _FILE_OFFSET_BITS=0A=
configure:9885: result: no=0A=
configure:9894: checking for _LARGEFILE_SOURCE=0A=
configure:9915: result: no=0A=
configure:9924: checking for _LARGE_FILES=0A=
configure:9945: result: no=0A=
configure:9958: checking for size_t=0A=
configure:9985: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:9988: $? =3D 0=0A=
configure:9991: test -s conftest.o=0A=
configure:9994: $? =3D 0=0A=
configure:10004: result: yes=0A=
configure:10029: checking for dirent.h that defines DIR=0A=
configure:10056: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:10059: $? =3D 0=0A=
configure:10062: test -s conftest.o=0A=
configure:10065: $? =3D 0=0A=
configure:10075: result: yes=0A=
configure:10088: checking for library containing opendir=0A=
configure:10121: cc -o conftest -O -pipe -mcpu=3Dpentiumpro    =
conftest.c  >&5=0A=
configure:10124: $? =3D 0=0A=
configure:10127: test -s conftest=0A=
configure:10130: $? =3D 0=0A=
configure:10189: result: none required=0A=
configure:10307: checking for ANSI C header files=0A=
configure:10436: result: yes=0A=
configure:10446: checking for sys/wait.h that is POSIX.1 compatible=0A=
configure:10480: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:10483: $? =3D 0=0A=
configure:10486: test -s conftest.o=0A=
configure:10489: $? =3D 0=0A=
configure:10499: result: yes=0A=
configure:10560: checking fcntl.h usability=0A=
configure:10569: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:10572: $? =3D 0=0A=
configure:10575: test -s conftest.o=0A=
configure:10578: $? =3D 0=0A=
configure:10587: result: yes=0A=
configure:10591: checking fcntl.h presence=0A=
configure:10598: cc -E  conftest.c=0A=
configure:10604: $? =3D 0=0A=
configure:10622: result: yes=0A=
configure:10640: checking for fcntl.h=0A=
configure:10647: result: yes=0A=
configure:10560: checking float.h usability=0A=
configure:10569: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:10572: $? =3D 0=0A=
configure:10575: test -s conftest.o=0A=
configure:10578: $? =3D 0=0A=
configure:10587: result: yes=0A=
configure:10591: checking float.h presence=0A=
configure:10598: cc -E  conftest.c=0A=
configure:10604: $? =3D 0=0A=
configure:10622: result: yes=0A=
configure:10640: checking for float.h=0A=
configure:10647: result: yes=0A=
configure:10560: checking floatingpoint.h usability=0A=
configure:10569: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:10572: $? =3D 0=0A=
configure:10575: test -s conftest.o=0A=
configure:10578: $? =3D 0=0A=
configure:10587: result: yes=0A=
configure:10591: checking floatingpoint.h presence=0A=
configure:10598: cc -E  conftest.c=0A=
configure:10604: $? =3D 0=0A=
configure:10622: result: yes=0A=
configure:10640: checking for floatingpoint.h=0A=
configure:10647: result: yes=0A=
configure:10560: checking ieeefp.h usability=0A=
configure:10569: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:10572: $? =3D 0=0A=
configure:10575: test -s conftest.o=0A=
configure:10578: $? =3D 0=0A=
configure:10587: result: yes=0A=
configure:10591: checking ieeefp.h presence=0A=
configure:10598: cc -E  conftest.c=0A=
configure:10604: $? =3D 0=0A=
configure:10622: result: yes=0A=
configure:10640: checking for ieeefp.h=0A=
configure:10647: result: yes=0A=
configure:10560: checking limits.h usability=0A=
configure:10569: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:10572: $? =3D 0=0A=
configure:10575: test -s conftest.o=0A=
configure:10578: $? =3D 0=0A=
configure:10587: result: yes=0A=
configure:10591: checking limits.h presence=0A=
configure:10598: cc -E  conftest.c=0A=
configure:10604: $? =3D 0=0A=
configure:10622: result: yes=0A=
configure:10640: checking for limits.h=0A=
configure:10647: result: yes=0A=
configure:10551: checking for memory.h=0A=
configure:10556: result: yes=0A=
configure:10560: checking pwd.h usability=0A=
configure:10569: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:10572: $? =3D 0=0A=
configure:10575: test -s conftest.o=0A=
configure:10578: $? =3D 0=0A=
configure:10587: result: yes=0A=
configure:10591: checking pwd.h presence=0A=
configure:10598: cc -E  conftest.c=0A=
configure:10604: $? =3D 0=0A=
configure:10622: result: yes=0A=
configure:10640: checking for pwd.h=0A=
configure:10647: result: yes=0A=
configure:10560: checking select.h usability=0A=
configure:10569: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:10598:20: select.h: No such file or directory=0A=
configure:10572: $? =3D 1=0A=
configure: failed program was:=0A=
#line 10563 "configure"=0A=
#include "confdefs.h"=0A=
#include <stdio.h>=0A=
#if HAVE_SYS_TYPES_H=0A=
# include <sys/types.h>=0A=
#endif=0A=
#if HAVE_SYS_STAT_H=0A=
# include <sys/stat.h>=0A=
#endif=0A=
#if STDC_HEADERS=0A=
# include <stdlib.h>=0A=
# include <stddef.h>=0A=
#else=0A=
# if HAVE_STDLIB_H=0A=
#  include <stdlib.h>=0A=
# endif=0A=
#endif=0A=
#if HAVE_STRING_H=0A=
# if !STDC_HEADERS && HAVE_MEMORY_H=0A=
#  include <memory.h>=0A=
# endif=0A=
# include <string.h>=0A=
#endif=0A=
#if HAVE_STRINGS_H=0A=
# include <strings.h>=0A=
#endif=0A=
#if HAVE_INTTYPES_H=0A=
# include <inttypes.h>=0A=
#else=0A=
# if HAVE_STDINT_H=0A=
#  include <stdint.h>=0A=
# endif=0A=
#endif=0A=
#if HAVE_UNISTD_H=0A=
# include <unistd.h>=0A=
#endif=0A=
#include <select.h>=0A=
configure:10587: result: no=0A=
configure:10591: checking select.h presence=0A=
configure:10598: cc -E  conftest.c=0A=
configure:10595:20: select.h: No such file or directory=0A=
configure:10604: $? =3D 1=0A=
configure: failed program was:=0A=
#line 10594 "configure"=0A=
#include "confdefs.h"=0A=
#include <select.h>=0A=
configure:10622: result: no=0A=
configure:10640: checking for select.h=0A=
configure:10647: result: no=0A=
configure:10551: checking for stdlib.h=0A=
configure:10556: result: yes=0A=
configure:10560: checking stddef.h usability=0A=
configure:10569: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:10572: $? =3D 0=0A=
configure:10575: test -s conftest.o=0A=
configure:10578: $? =3D 0=0A=
configure:10587: result: yes=0A=
configure:10591: checking stddef.h presence=0A=
configure:10598: cc -E  conftest.c=0A=
configure:10604: $? =3D 0=0A=
configure:10622: result: yes=0A=
configure:10640: checking for stddef.h=0A=
configure:10647: result: yes=0A=
configure:10551: checking for strings.h=0A=
configure:10556: result: yes=0A=
configure:10551: checking for string.h=0A=
configure:10556: result: yes=0A=
configure:10560: checking synch.h usability=0A=
configure:10569: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:10598:19: synch.h: No such file or directory=0A=
configure:10572: $? =3D 1=0A=
configure: failed program was:=0A=
#line 10563 "configure"=0A=
#include "confdefs.h"=0A=
#include <stdio.h>=0A=
#if HAVE_SYS_TYPES_H=0A=
# include <sys/types.h>=0A=
#endif=0A=
#if HAVE_SYS_STAT_H=0A=
# include <sys/stat.h>=0A=
#endif=0A=
#if STDC_HEADERS=0A=
# include <stdlib.h>=0A=
# include <stddef.h>=0A=
#else=0A=
# if HAVE_STDLIB_H=0A=
#  include <stdlib.h>=0A=
# endif=0A=
#endif=0A=
#if HAVE_STRING_H=0A=
# if !STDC_HEADERS && HAVE_MEMORY_H=0A=
#  include <memory.h>=0A=
# endif=0A=
# include <string.h>=0A=
#endif=0A=
#if HAVE_STRINGS_H=0A=
# include <strings.h>=0A=
#endif=0A=
#if HAVE_INTTYPES_H=0A=
# include <inttypes.h>=0A=
#else=0A=
# if HAVE_STDINT_H=0A=
#  include <stdint.h>=0A=
# endif=0A=
#endif=0A=
#if HAVE_UNISTD_H=0A=
# include <unistd.h>=0A=
#endif=0A=
#include <synch.h>=0A=
configure:10587: result: no=0A=
configure:10591: checking synch.h presence=0A=
configure:10598: cc -E  conftest.c=0A=
configure:10595:19: synch.h: No such file or directory=0A=
configure:10604: $? =3D 1=0A=
configure: failed program was:=0A=
#line 10594 "configure"=0A=
#include "confdefs.h"=0A=
#include <synch.h>=0A=
configure:10622: result: no=0A=
configure:10640: checking for synch.h=0A=
configure:10647: result: no=0A=
configure:10560: checking sys/mman.h usability=0A=
configure:10569: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:10572: $? =3D 0=0A=
configure:10575: test -s conftest.o=0A=
configure:10578: $? =3D 0=0A=
configure:10587: result: yes=0A=
configure:10591: checking sys/mman.h presence=0A=
configure:10598: cc -E  conftest.c=0A=
configure:10604: $? =3D 0=0A=
configure:10622: result: yes=0A=
configure:10640: checking for sys/mman.h=0A=
configure:10647: result: yes=0A=
configure:10560: checking sys/socket.h usability=0A=
configure:10569: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:10572: $? =3D 0=0A=
configure:10575: test -s conftest.o=0A=
configure:10578: $? =3D 0=0A=
configure:10587: result: yes=0A=
configure:10591: checking sys/socket.h presence=0A=
configure:10598: cc -E  conftest.c=0A=
configure:10604: $? =3D 0=0A=
configure:10622: result: yes=0A=
configure:10640: checking for sys/socket.h=0A=
configure:10647: result: yes=0A=
configure:10560: checking netinet/in.h usability=0A=
configure:10569: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:10572: $? =3D 0=0A=
configure:10575: test -s conftest.o=0A=
configure:10578: $? =3D 0=0A=
configure:10587: result: yes=0A=
configure:10591: checking netinet/in.h presence=0A=
configure:10598: cc -E  conftest.c=0A=
configure:10604: $? =3D 0=0A=
configure:10622: result: yes=0A=
configure:10640: checking for netinet/in.h=0A=
configure:10647: result: yes=0A=
configure:10560: checking arpa/inet.h usability=0A=
configure:10569: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:10572: $? =3D 0=0A=
configure:10575: test -s conftest.o=0A=
configure:10578: $? =3D 0=0A=
configure:10587: result: yes=0A=
configure:10591: checking arpa/inet.h presence=0A=
configure:10598: cc -E  conftest.c=0A=
configure:10604: $? =3D 0=0A=
configure:10622: result: yes=0A=
configure:10640: checking for arpa/inet.h=0A=
configure:10647: result: yes=0A=
configure:10560: checking sys/timeb.h usability=0A=
configure:10569: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:10572: $? =3D 0=0A=
configure:10575: test -s conftest.o=0A=
configure:10578: $? =3D 0=0A=
configure:10587: result: yes=0A=
configure:10591: checking sys/timeb.h presence=0A=
configure:10598: cc -E  conftest.c=0A=
configure:10604: $? =3D 0=0A=
configure:10622: result: yes=0A=
configure:10640: checking for sys/timeb.h=0A=
configure:10647: result: yes=0A=
configure:10551: checking for sys/types.h=0A=
configure:10556: result: yes=0A=
configure:10560: checking sys/un.h usability=0A=
configure:10569: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:10572: $? =3D 0=0A=
configure:10575: test -s conftest.o=0A=
configure:10578: $? =3D 0=0A=
configure:10587: result: yes=0A=
configure:10591: checking sys/un.h presence=0A=
configure:10598: cc -E  conftest.c=0A=
configure:10604: $? =3D 0=0A=
configure:10622: result: yes=0A=
configure:10640: checking for sys/un.h=0A=
configure:10647: result: yes=0A=
configure:10560: checking sys/vadvise.h usability=0A=
configure:10569: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:10598:25: sys/vadvise.h: No such file or directory=0A=
configure:10572: $? =3D 1=0A=
configure: failed program was:=0A=
#line 10563 "configure"=0A=
#include "confdefs.h"=0A=
#include <stdio.h>=0A=
#if HAVE_SYS_TYPES_H=0A=
# include <sys/types.h>=0A=
#endif=0A=
#if HAVE_SYS_STAT_H=0A=
# include <sys/stat.h>=0A=
#endif=0A=
#if STDC_HEADERS=0A=
# include <stdlib.h>=0A=
# include <stddef.h>=0A=
#else=0A=
# if HAVE_STDLIB_H=0A=
#  include <stdlib.h>=0A=
# endif=0A=
#endif=0A=
#if HAVE_STRING_H=0A=
# if !STDC_HEADERS && HAVE_MEMORY_H=0A=
#  include <memory.h>=0A=
# endif=0A=
# include <string.h>=0A=
#endif=0A=
#if HAVE_STRINGS_H=0A=
# include <strings.h>=0A=
#endif=0A=
#if HAVE_INTTYPES_H=0A=
# include <inttypes.h>=0A=
#else=0A=
# if HAVE_STDINT_H=0A=
#  include <stdint.h>=0A=
# endif=0A=
#endif=0A=
#if HAVE_UNISTD_H=0A=
# include <unistd.h>=0A=
#endif=0A=
#include <sys/vadvise.h>=0A=
configure:10587: result: no=0A=
configure:10591: checking sys/vadvise.h presence=0A=
configure:10598: cc -E  conftest.c=0A=
configure:10595:25: sys/vadvise.h: No such file or directory=0A=
configure:10604: $? =3D 1=0A=
configure: failed program was:=0A=
#line 10594 "configure"=0A=
#include "confdefs.h"=0A=
#include <sys/vadvise.h>=0A=
configure:10622: result: no=0A=
configure:10640: checking for sys/vadvise.h=0A=
configure:10647: result: no=0A=
configure:10551: checking for sys/wait.h=0A=
configure:10556: result: yes=0A=
configure:10560: checking term.h usability=0A=
configure:10569: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:10572: $? =3D 0=0A=
configure:10575: test -s conftest.o=0A=
configure:10578: $? =3D 0=0A=
configure:10587: result: yes=0A=
configure:10591: checking term.h presence=0A=
configure:10598: cc -E  conftest.c=0A=
configure:10604: $? =3D 0=0A=
configure:10622: result: yes=0A=
configure:10640: checking for term.h=0A=
configure:10647: result: yes=0A=
configure:10551: checking for unistd.h=0A=
configure:10556: result: yes=0A=
configure:10560: checking utime.h usability=0A=
configure:10569: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:10572: $? =3D 0=0A=
configure:10575: test -s conftest.o=0A=
configure:10578: $? =3D 0=0A=
configure:10587: result: yes=0A=
configure:10591: checking utime.h presence=0A=
configure:10598: cc -E  conftest.c=0A=
configure:10604: $? =3D 0=0A=
configure:10622: result: yes=0A=
configure:10640: checking for utime.h=0A=
configure:10647: result: yes=0A=
configure:10560: checking sys/utime.h usability=0A=
configure:10569: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:10598:23: sys/utime.h: No such file or directory=0A=
configure:10572: $? =3D 1=0A=
configure: failed program was:=0A=
#line 10563 "configure"=0A=
#include "confdefs.h"=0A=
#include <stdio.h>=0A=
#if HAVE_SYS_TYPES_H=0A=
# include <sys/types.h>=0A=
#endif=0A=
#if HAVE_SYS_STAT_H=0A=
# include <sys/stat.h>=0A=
#endif=0A=
#if STDC_HEADERS=0A=
# include <stdlib.h>=0A=
# include <stddef.h>=0A=
#else=0A=
# if HAVE_STDLIB_H=0A=
#  include <stdlib.h>=0A=
# endif=0A=
#endif=0A=
#if HAVE_STRING_H=0A=
# if !STDC_HEADERS && HAVE_MEMORY_H=0A=
#  include <memory.h>=0A=
# endif=0A=
# include <string.h>=0A=
#endif=0A=
#if HAVE_STRINGS_H=0A=
# include <strings.h>=0A=
#endif=0A=
#if HAVE_INTTYPES_H=0A=
# include <inttypes.h>=0A=
#else=0A=
# if HAVE_STDINT_H=0A=
#  include <stdint.h>=0A=
# endif=0A=
#endif=0A=
#if HAVE_UNISTD_H=0A=
# include <unistd.h>=0A=
#endif=0A=
#include <sys/utime.h>=0A=
configure:10587: result: no=0A=
configure:10591: checking sys/utime.h presence=0A=
configure:10598: cc -E  conftest.c=0A=
configure:10595:23: sys/utime.h: No such file or directory=0A=
configure:10604: $? =3D 1=0A=
configure: failed program was:=0A=
#line 10594 "configure"=0A=
#include "confdefs.h"=0A=
#include <sys/utime.h>=0A=
configure:10622: result: no=0A=
configure:10640: checking for sys/utime.h=0A=
configure:10647: result: no=0A=
configure:10560: checking termio.h usability=0A=
configure:10569: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:10598:20: termio.h: No such file or directory=0A=
configure:10572: $? =3D 1=0A=
configure: failed program was:=0A=
#line 10563 "configure"=0A=
#include "confdefs.h"=0A=
#include <stdio.h>=0A=
#if HAVE_SYS_TYPES_H=0A=
# include <sys/types.h>=0A=
#endif=0A=
#if HAVE_SYS_STAT_H=0A=
# include <sys/stat.h>=0A=
#endif=0A=
#if STDC_HEADERS=0A=
# include <stdlib.h>=0A=
# include <stddef.h>=0A=
#else=0A=
# if HAVE_STDLIB_H=0A=
#  include <stdlib.h>=0A=
# endif=0A=
#endif=0A=
#if HAVE_STRING_H=0A=
# if !STDC_HEADERS && HAVE_MEMORY_H=0A=
#  include <memory.h>=0A=
# endif=0A=
# include <string.h>=0A=
#endif=0A=
#if HAVE_STRINGS_H=0A=
# include <strings.h>=0A=
#endif=0A=
#if HAVE_INTTYPES_H=0A=
# include <inttypes.h>=0A=
#else=0A=
# if HAVE_STDINT_H=0A=
#  include <stdint.h>=0A=
# endif=0A=
#endif=0A=
#if HAVE_UNISTD_H=0A=
# include <unistd.h>=0A=
#endif=0A=
#include <termio.h>=0A=
configure:10587: result: no=0A=
configure:10591: checking termio.h presence=0A=
configure:10598: cc -E  conftest.c=0A=
configure:10595:20: termio.h: No such file or directory=0A=
configure:10604: $? =3D 1=0A=
configure: failed program was:=0A=
#line 10594 "configure"=0A=
#include "confdefs.h"=0A=
#include <termio.h>=0A=
configure:10622: result: no=0A=
configure:10640: checking for termio.h=0A=
configure:10647: result: no=0A=
configure:10560: checking termios.h usability=0A=
configure:10569: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:10572: $? =3D 0=0A=
configure:10575: test -s conftest.o=0A=
configure:10578: $? =3D 0=0A=
configure:10587: result: yes=0A=
configure:10591: checking termios.h presence=0A=
configure:10598: cc -E  conftest.c=0A=
configure:10604: $? =3D 0=0A=
configure:10622: result: yes=0A=
configure:10640: checking for termios.h=0A=
configure:10647: result: yes=0A=
configure:10560: checking sched.h usability=0A=
configure:10569: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:10572: $? =3D 0=0A=
configure:10575: test -s conftest.o=0A=
configure:10578: $? =3D 0=0A=
configure:10587: result: yes=0A=
configure:10591: checking sched.h presence=0A=
configure:10598: cc -E  conftest.c=0A=
configure:10604: $? =3D 0=0A=
configure:10622: result: yes=0A=
configure:10640: checking for sched.h=0A=
configure:10647: result: yes=0A=
configure:10560: checking crypt.h usability=0A=
configure:10569: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:10598:19: crypt.h: No such file or directory=0A=
configure:10572: $? =3D 1=0A=
configure: failed program was:=0A=
#line 10563 "configure"=0A=
#include "confdefs.h"=0A=
#include <stdio.h>=0A=
#if HAVE_SYS_TYPES_H=0A=
# include <sys/types.h>=0A=
#endif=0A=
#if HAVE_SYS_STAT_H=0A=
# include <sys/stat.h>=0A=
#endif=0A=
#if STDC_HEADERS=0A=
# include <stdlib.h>=0A=
# include <stddef.h>=0A=
#else=0A=
# if HAVE_STDLIB_H=0A=
#  include <stdlib.h>=0A=
# endif=0A=
#endif=0A=
#if HAVE_STRING_H=0A=
# if !STDC_HEADERS && HAVE_MEMORY_H=0A=
#  include <memory.h>=0A=
# endif=0A=
# include <string.h>=0A=
#endif=0A=
#if HAVE_STRINGS_H=0A=
# include <strings.h>=0A=
#endif=0A=
#if HAVE_INTTYPES_H=0A=
# include <inttypes.h>=0A=
#else=0A=
# if HAVE_STDINT_H=0A=
#  include <stdint.h>=0A=
# endif=0A=
#endif=0A=
#if HAVE_UNISTD_H=0A=
# include <unistd.h>=0A=
#endif=0A=
#include <crypt.h>=0A=
configure:10587: result: no=0A=
configure:10591: checking crypt.h presence=0A=
configure:10598: cc -E  conftest.c=0A=
configure:10595:19: crypt.h: No such file or directory=0A=
configure:10604: $? =3D 1=0A=
configure: failed program was:=0A=
#line 10594 "configure"=0A=
#include "confdefs.h"=0A=
#include <crypt.h>=0A=
configure:10622: result: no=0A=
configure:10640: checking for crypt.h=0A=
configure:10647: result: no=0A=
configure:10560: checking alloca.h usability=0A=
configure:10569: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:10598:20: alloca.h: No such file or directory=0A=
configure:10572: $? =3D 1=0A=
configure: failed program was:=0A=
#line 10563 "configure"=0A=
#include "confdefs.h"=0A=
#include <stdio.h>=0A=
#if HAVE_SYS_TYPES_H=0A=
# include <sys/types.h>=0A=
#endif=0A=
#if HAVE_SYS_STAT_H=0A=
# include <sys/stat.h>=0A=
#endif=0A=
#if STDC_HEADERS=0A=
# include <stdlib.h>=0A=
# include <stddef.h>=0A=
#else=0A=
# if HAVE_STDLIB_H=0A=
#  include <stdlib.h>=0A=
# endif=0A=
#endif=0A=
#if HAVE_STRING_H=0A=
# if !STDC_HEADERS && HAVE_MEMORY_H=0A=
#  include <memory.h>=0A=
# endif=0A=
# include <string.h>=0A=
#endif=0A=
#if HAVE_STRINGS_H=0A=
# include <strings.h>=0A=
#endif=0A=
#if HAVE_INTTYPES_H=0A=
# include <inttypes.h>=0A=
#else=0A=
# if HAVE_STDINT_H=0A=
#  include <stdint.h>=0A=
# endif=0A=
#endif=0A=
#if HAVE_UNISTD_H=0A=
# include <unistd.h>=0A=
#endif=0A=
#include <alloca.h>=0A=
configure:10587: result: no=0A=
configure:10591: checking alloca.h presence=0A=
configure:10598: cc -E  conftest.c=0A=
configure:10595:20: alloca.h: No such file or directory=0A=
configure:10604: $? =3D 1=0A=
configure: failed program was:=0A=
#line 10594 "configure"=0A=
#include "confdefs.h"=0A=
#include <alloca.h>=0A=
configure:10622: result: no=0A=
configure:10640: checking for alloca.h=0A=
configure:10647: result: no=0A=
configure:10560: checking sys/ioctl.h usability=0A=
configure:10569: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:10572: $? =3D 0=0A=
configure:10575: test -s conftest.o=0A=
configure:10578: $? =3D 0=0A=
configure:10587: result: yes=0A=
configure:10591: checking sys/ioctl.h presence=0A=
configure:10598: cc -E  conftest.c=0A=
configure:10604: $? =3D 0=0A=
configure:10622: result: yes=0A=
configure:10640: checking for sys/ioctl.h=0A=
configure:10647: result: yes=0A=
configure:10667: checking for floor in -lm=0A=
configure:10700: cc -o conftest -O -pipe -mcpu=3Dpentiumpro    =
conftest.c -lm   >&5=0A=
configure:10703: $? =3D 0=0A=
configure:10706: test -s conftest=0A=
configure:10709: $? =3D 0=0A=
configure:10720: result: yes=0A=
configure:10799: checking for gethostbyname_r in -lnsl_r=0A=
configure:10832: cc -o conftest -O -pipe -mcpu=3Dpentiumpro    =
conftest.c -lnsl_r  -lm  >&5=0A=
/usr/bin/ld: cannot find -lnsl_r=0A=
configure:10835: $? =3D 1=0A=
configure: failed program was:=0A=
#line 10807 "configure"=0A=
#include "confdefs.h"=0A=
=0A=
/* Override any gcc2 internal prototype to avoid an error.  */=0A=
#ifdef __cplusplus=0A=
extern "C"=0A=
#endif=0A=
/* We use char because int might match the return type of a gcc2=0A=
   builtin and then its argument prototype would still apply.  */=0A=
char gethostbyname_r ();=0A=
#ifdef F77_DUMMY_MAIN=0A=
#  ifdef __cplusplus=0A=
     extern "C"=0A=
#  endif=0A=
   int F77_DUMMY_MAIN() { return 1; }=0A=
#endif=0A=
int=0A=
main ()=0A=
{=0A=
gethostbyname_r ();=0A=
  ;=0A=
  return 0;=0A=
}=0A=
configure:10852: result: no=0A=
configure:10863: checking for gethostbyname_r in -lnsl=0A=
configure:10896: cc -o conftest -O -pipe -mcpu=3Dpentiumpro    =
conftest.c -lnsl  -lm  >&5=0A=
/usr/bin/ld: cannot find -lnsl=0A=
configure:10899: $? =3D 1=0A=
configure: failed program was:=0A=
#line 10871 "configure"=0A=
#include "confdefs.h"=0A=
=0A=
/* Override any gcc2 internal prototype to avoid an error.  */=0A=
#ifdef __cplusplus=0A=
extern "C"=0A=
#endif=0A=
/* We use char because int might match the return type of a gcc2=0A=
   builtin and then its argument prototype would still apply.  */=0A=
char gethostbyname_r ();=0A=
#ifdef F77_DUMMY_MAIN=0A=
#  ifdef __cplusplus=0A=
     extern "C"=0A=
#  endif=0A=
   int F77_DUMMY_MAIN() { return 1; }=0A=
#endif=0A=
int=0A=
main ()=0A=
{=0A=
gethostbyname_r ();=0A=
  ;=0A=
  return 0;=0A=
}=0A=
configure:10916: result: no=0A=
configure:10929: checking for gethostbyname_r=0A=
configure:10972: cc -o conftest -O -pipe -mcpu=3Dpentiumpro    =
conftest.c -lm  >&5=0A=
/var/tmp//ccO1DMyv.o: In function `main':=0A=
/var/tmp//ccO1DMyv.o(.text+0xf): undefined reference to `gethostbyname_r'=0A=
configure:10975: $? =3D 1=0A=
configure: failed program was:=0A=
#line 10935 "configure"=0A=
#include "confdefs.h"=0A=
/* System header to define __stub macros and hopefully few prototypes,=0A=
    which can conflict with char gethostbyname_r (); below.  */=0A=
#include <assert.h>=0A=
/* Override any gcc2 internal prototype to avoid an error.  */=0A=
#ifdef __cplusplus=0A=
extern "C"=0A=
#endif=0A=
/* We use char because int might match the return type of a gcc2=0A=
   builtin and then its argument prototype would still apply.  */=0A=
char gethostbyname_r ();=0A=
char (*f) ();=0A=
=0A=
#ifdef F77_DUMMY_MAIN=0A=
#  ifdef __cplusplus=0A=
     extern "C"=0A=
#  endif=0A=
   int F77_DUMMY_MAIN() { return 1; }=0A=
#endif=0A=
int=0A=
main ()=0A=
{=0A=
/* The GNU C library defines this for functions which it implements=0A=
    to always fail with ENOSYS.  Some functions are actually named=0A=
    something starting with __ and the normal name is an alias.  */=0A=
#if defined (__stub_gethostbyname_r) || defined =
(__stub___gethostbyname_r)=0A=
choke me=0A=
#else=0A=
f =3D gethostbyname_r;=0A=
#endif=0A=
=0A=
  ;=0A=
  return 0;=0A=
}=0A=
configure:10991: result: no=0A=
configure:10995: checking for setsockopt=0A=
configure:11038: cc -o conftest -O -pipe -mcpu=3Dpentiumpro    =
conftest.c -lm  >&5=0A=
configure:11041: $? =3D 0=0A=
configure:11044: test -s conftest=0A=
configure:11047: $? =3D 0=0A=
configure:11057: result: yes=0A=
configure:11129: checking for yp_get_default_domain=0A=
configure:11172: cc -o conftest -O -pipe -mcpu=3Dpentiumpro    =
conftest.c -lm  >&5=0A=
configure:11175: $? =3D 0=0A=
configure:11178: test -s conftest=0A=
configure:11181: $? =3D 0=0A=
configure:11191: result: yes=0A=
configure:11263: checking for p2open=0A=
configure:11306: cc -o conftest -O -pipe -mcpu=3Dpentiumpro    =
conftest.c -lm  >&5=0A=
/var/tmp//ccpcXLfp.o: In function `main':=0A=
/var/tmp//ccpcXLfp.o(.text+0xf): undefined reference to `p2open'=0A=
configure:11309: $? =3D 1=0A=
configure: failed program was:=0A=
#line 11269 "configure"=0A=
#include "confdefs.h"=0A=
/* System header to define __stub macros and hopefully few prototypes,=0A=
    which can conflict with char p2open (); below.  */=0A=
#include <assert.h>=0A=
/* Override any gcc2 internal prototype to avoid an error.  */=0A=
#ifdef __cplusplus=0A=
extern "C"=0A=
#endif=0A=
/* We use char because int might match the return type of a gcc2=0A=
   builtin and then its argument prototype would still apply.  */=0A=
char p2open ();=0A=
char (*f) ();=0A=
=0A=
#ifdef F77_DUMMY_MAIN=0A=
#  ifdef __cplusplus=0A=
     extern "C"=0A=
#  endif=0A=
   int F77_DUMMY_MAIN() { return 1; }=0A=
#endif=0A=
int=0A=
main ()=0A=
{=0A=
/* The GNU C library defines this for functions which it implements=0A=
    to always fail with ENOSYS.  Some functions are actually named=0A=
    something starting with __ and the normal name is an alias.  */=0A=
#if defined (__stub_p2open) || defined (__stub___p2open)=0A=
choke me=0A=
#else=0A=
f =3D p2open;=0A=
#endif=0A=
=0A=
  ;=0A=
  return 0;=0A=
}=0A=
configure:11325: result: no=0A=
configure:11331: checking for p2open in -lgen=0A=
configure:11364: cc -o conftest -O -pipe -mcpu=3Dpentiumpro    =
conftest.c -lgen  -lm  >&5=0A=
/usr/bin/ld: cannot find -lgen=0A=
configure:11367: $? =3D 1=0A=
configure: failed program was:=0A=
#line 11339 "configure"=0A=
#include "confdefs.h"=0A=
=0A=
/* Override any gcc2 internal prototype to avoid an error.  */=0A=
#ifdef __cplusplus=0A=
extern "C"=0A=
#endif=0A=
/* We use char because int might match the return type of a gcc2=0A=
   builtin and then its argument prototype would still apply.  */=0A=
char p2open ();=0A=
#ifdef F77_DUMMY_MAIN=0A=
#  ifdef __cplusplus=0A=
     extern "C"=0A=
#  endif=0A=
   int F77_DUMMY_MAIN() { return 1; }=0A=
#endif=0A=
int=0A=
main ()=0A=
{=0A=
p2open ();=0A=
  ;=0A=
  return 0;=0A=
}=0A=
configure:11384: result: no=0A=
configure:11398: checking for bind=0A=
configure:11441: cc -o conftest -O -pipe -mcpu=3Dpentiumpro    =
conftest.c -lm  >&5=0A=
configure:11444: $? =3D 0=0A=
configure:11447: test -s conftest=0A=
configure:11450: $? =3D 0=0A=
configure:11460: result: yes=0A=
configure:11534: checking for crypt in -lcrypt=0A=
configure:11567: cc -o conftest -O -pipe -mcpu=3Dpentiumpro    =
conftest.c -lcrypt  -lm  >&5=0A=
configure:11570: $? =3D 0=0A=
configure:11573: test -s conftest=0A=
configure:11576: $? =3D 0=0A=
configure:11587: result: yes=0A=
configure:11598: checking for crypt=0A=
configure:11641: cc -o conftest -O -pipe -mcpu=3Dpentiumpro    =
conftest.c -lcrypt -lm  >&5=0A=
configure:11644: $? =3D 0=0A=
configure:11647: test -s conftest=0A=
configure:11650: $? =3D 0=0A=
configure:11660: result: yes=0A=
configure:11671: checking for sem_init=0A=
configure:11714: cc -o conftest -O -pipe -mcpu=3Dpentiumpro    =
conftest.c -lcrypt -lm  >&5=0A=
configure:11717: $? =3D 0=0A=
configure:11720: test -s conftest=0A=
configure:11723: $? =3D 0=0A=
configure:11733: result: yes=0A=
configure:11810: checking if libz with compress=0A=
configure:11839: cc -o conftest -O -pipe -mcpu=3Dpentiumpro    =
conftest.c -lz -lcrypt -lm  >&5=0A=
configure:11842: $? =3D 0=0A=
configure:11845: test -s conftest=0A=
configure:11848: $? =3D 0=0A=
configure:11858: result: yes=0A=
configure:11902: checking tcpd.h usability=0A=
configure:11911: cc -c -O -pipe -mcpu=3Dpentiumpro   conftest.c >&5=0A=
configure:11914: $? =3D 0=0A=
configure:11917: test -s conftest.o=0A=
configure:11920: $? =3D 0=0A=
configure:11929: result: yes=0A=
configure:11933: checking tcpd.h presence=0A=
configure:11940: cc -E  conftest.c=0A=
configure:11946: $? =3D 0=0A=
configure:11964: result: yes=0A=
configure:11982: checking for tcpd.h=0A=
configure:11989: result: yes=0A=
configure:11995: checking for TCP wrappers library -lwrap=0A=
configure:12021: cc -o conftest -O -pipe -mcpu=3Dpentiumpro    =
conftest.c -lwrap -lz -lcrypt -lm  >&5=0A=
configure:12024: $? =3D 0=0A=
configure:12027: test -s conftest=0A=
configure:12030: $? =3D 0=0A=
configure:12032: result: yes=0A=
configure:12303: checking for int8=0A=
configure:12334: cc -o conftest -O -pipe -mcpu=3Dpentiumpro    =
conftest.c -lz -lcrypt -lm  >&5=0A=
configure: In function `main':=0A=
configure:12327: syntax error before "i"=0A=
configure:12337: $? =3D 1=0A=
configure: program exited with status 1=0A=
configure: failed program was:=0A=
#line 12311 "configure"=0A=
#include "confdefs.h"=0A=
=0A=
#ifdef HAVE_STDLIB_H=0A=
#include <stdlib.h>=0A=
#endif=0A=
=0A=
#ifdef HAVE_STDDEF_H=0A=
#include <stddef.h>=0A=
#endif=0A=
=0A=
#ifdef HAVE_SYS_TYPES_H=0A=
#include <sys/types.h>=0A=
#endif=0A=
=0A=
int main()=0A=
{=0A=
  int8 i;=0A=
  return 0;=0A=
}=0A=
=0A=
configure:12354: result: no=0A=
configure:12529: checking "LinuxThreads"=0A=
configure:12584: result: "Not found"=0A=
configure:12599: checking "DEC threads"=0A=
configure:12612: result: "no"=0A=
configure:12614: checking "DEC 3.2 threads"=0A=
configure:12632: result: "no"=0A=
configure:12645: checking "SCO threads"=0A=
configure:12752: result: "no"=0A=
configure:12760: checking "SCO UnixWare7 native threads"=0A=
configure:12798: result: "no"=0A=
configure:12807: checking "OpenUNIX8 native threads"=0A=
configure:12849: result: "no"=0A=
configure:12857: checking "Siemens threads"=0A=
configure:12870: result: "no"=0A=
configure:12888: checking "Solaris threads"=0A=
configure:12896: result: "no"=0A=
configure:12902: checking "named thread libs:"=0A=
configure:12912: result: "no"=0A=
configure:12917: checking "for pthread_create in -libc"=0A=
configure:12938: cc -o conftest -O -pipe -mcpu=3Dpentiumpro    =
conftest.c -lz -lcrypt -lm  >&5=0A=
/var/tmp//ccEl1tuE.o: In function `main':=0A=
/var/tmp//ccEl1tuE.o(.text+0x29): undefined reference to `pthread_create'=0A=
configure:12941: $? =3D 1=0A=
configure: failed program was:=0A=
#line 12920 "configure"=0A=
#include "confdefs.h"=0A=
#include <pthread.h>=0A=
#ifdef F77_DUMMY_MAIN=0A=
#  ifdef __cplusplus=0A=
     extern "C"=0A=
#  endif=0A=
   int F77_DUMMY_MAIN() { return 1; }=0A=
#endif=0A=
int=0A=
main ()=0A=
{=0A=
 (void) pthread_create((pthread_t*) 0,(pthread_attr_t*) 0, 0, 0);=0A=
  ;=0A=
  return 0;=0A=
}=0A=
configure:12956: result: "no"=0A=
configure:12960: checking "for pthread_create in -lpthread"=0A=
configure:12983: cc -o conftest -O -pipe -mcpu=3Dpentiumpro    =
conftest.c -lz -lcrypt -lm  -lpthread >&5=0A=
/usr/bin/ld: cannot find -lpthread=0A=
configure:12986: $? =3D 1=0A=
configure: failed program was:=0A=
#line 12965 "configure"=0A=
#include "confdefs.h"=0A=
#include <pthread.h>=0A=
#ifdef F77_DUMMY_MAIN=0A=
#  ifdef __cplusplus=0A=
     extern "C"=0A=
#  endif=0A=
   int F77_DUMMY_MAIN() { return 1; }=0A=
#endif=0A=
int=0A=
main ()=0A=
{=0A=
 (void) pthread_create((pthread_t*) 0,(pthread_attr_t*) 0, 0, 0);=0A=
  ;=0A=
  return 0;=0A=
}=0A=
configure:13001: result: "no"=0A=
configure:13006: checking "for pthread_create in -lpthreads"=0A=
configure:13027: cc -o conftest -O -pipe -mcpu=3Dpentiumpro    =
conftest.c  -lz -lcrypt -lm  -lpthreads >&5=0A=
/usr/bin/ld: cannot find -lpthreads=0A=
configure:13030: $? =3D 1=0A=
configure: failed program was:=0A=
#line 13009 "configure"=0A=
#include "confdefs.h"=0A=
#include <pthread.h>=0A=
#ifdef F77_DUMMY_MAIN=0A=
#  ifdef __cplusplus=0A=
     extern "C"=0A=
#  endif=0A=
   int F77_DUMMY_MAIN() { return 1; }=0A=
#endif=0A=
int=0A=
main ()=0A=
{=0A=
 pthread_create((pthread_t*) 0,(pthread_attr_t*) 0, 0, 0);=0A=
  ;=0A=
  return 0;=0A=
}=0A=
configure:13045: result: "no"=0A=
configure:13051: checking "for pthread_create in -pthread"=0A=
configure:13072: cc -o conftest -O -pipe -mcpu=3Dpentiumpro    =
conftest.c -lz -lcrypt -lm  -pthread >&5=0A=
configure:13075: $? =3D 0=0A=
configure:13078: test -s conftest=0A=
configure:13081: $? =3D 0=0A=
configure:13090: result: "yes"=0A=
configure:13109: checking for strtok_r in -lpthread=0A=
configure:13142: cc -o conftest -O -pipe -mcpu=3Dpentiumpro    =
conftest.c -lpthread  -lz -lcrypt -lm  -pthread >&5=0A=
/usr/bin/ld: cannot find -lpthread=0A=
configure:13145: $? =3D 1=0A=
configure: failed program was:=0A=
#line 13117 "configure"=0A=
#include "confdefs.h"=0A=
=0A=
/* Override any gcc2 internal prototype to avoid an error.  */=0A=
#ifdef __cplusplus=0A=
extern "C"=0A=
#endif=0A=
/* We use char because int might match the return type of a gcc2=0A=
   builtin and then its argument prototype would still apply.  */=0A=
char strtok_r ();=0A=
#ifdef F77_DUMMY_MAIN=0A=
#  ifdef __cplusplus=0A=
     extern "C"=0A=
#  endif=0A=
   int F77_DUMMY_MAIN() { return 1; }=0A=
#endif=0A=
int=0A=
main ()=0A=
{=0A=
strtok_r ();=0A=
  ;=0A=
  return 0;=0A=
}=0A=
configure:13162: result: no=0A=
configure:13178: checking for strtok_r in -lc_r=0A=
configure:13210: cc -o conftest -O -pipe -mcpu=3Dpentiumpro    =
conftest.c -lz -lcrypt -lm  -pthread >&5=0A=
configure:13213: $? =3D 0=0A=
configure:13216: test -s conftest=0A=
configure:13219: $? =3D 0=0A=
configure:13230: result: yes=0A=
configure:13249: checking for strtok_r=0A=
configure:13292: cc -o conftest -O -pipe -mcpu=3Dpentiumpro    =
conftest.c -lz -lcrypt -lm  -pthread >&5=0A=
configure:13295: $? =3D 0=0A=
configure:13298: test -s conftest=0A=
configure:13301: $? =3D 0=0A=
configure:13311: result: yes=0A=
configure:13249: checking for pthread_init=0A=
configure:13292: cc -o conftest -O -pipe -mcpu=3Dpentiumpro    =
conftest.c -lz -lcrypt -lm  -pthread >&5=0A=
/var/tmp//ccXhR6yP.o: In function `main':=0A=
/var/tmp//ccXhR6yP.o(.text+0xf): undefined reference to `pthread_init'=0A=
configure:13295: $? =3D 1=0A=
configure: failed program was:=0A=
#line 13255 "configure"=0A=
#include "confdefs.h"=0A=
/* System header to define __stub macros and hopefully few prototypes,=0A=
    which can conflict with char pthread_init (); below.  */=0A=
#include <assert.h>=0A=
/* Override any gcc2 internal prototype to avoid an error.  */=0A=
#ifdef __cplusplus=0A=
extern "C"=0A=
#endif=0A=
/* We use char because int might match the return type of a gcc2=0A=
   builtin and then its argument prototype would still apply.  */=0A=
char pthread_init ();=0A=
char (*f) ();=0A=
=0A=
#ifdef F77_DUMMY_MAIN=0A=
#  ifdef __cplusplus=0A=
     extern "C"=0A=
#  endif=0A=
   int F77_DUMMY_MAIN() { return 1; }=0A=
#endif=0A=
int=0A=
main ()=0A=
{=0A=
/* The GNU C library defines this for functions which it implements=0A=
    to always fail with ENOSYS.  Some functions are actually named=0A=
    something starting with __ and the normal name is an alias.  */=0A=
#if defined (__stub_pthread_init) || defined (__stub___pthread_init)=0A=
choke me=0A=
#else=0A=
f =3D pthread_init;=0A=
#endif=0A=
=0A=
  ;=0A=
  return 0;=0A=
}=0A=
configure:13311: result: no=0A=
configure:13408: checking for dlopen in -ldl=0A=
configure:13441: cc -o conftest -O -pipe -mcpu=3Dpentiumpro    =
conftest.c -ldl   >&5=0A=
/usr/bin/ld: cannot find -ldl=0A=
configure:13444: $? =3D 1=0A=
configure: failed program was:=0A=
#line 13416 "configure"=0A=
#include "confdefs.h"=0A=
=0A=
/* Override any gcc2 internal prototype to avoid an error.  */=0A=
#ifdef __cplusplus=0A=
extern "C"=0A=
#endif=0A=
/* We use char because int might match the return type of a gcc2=0A=
   builtin and then its argument prototype would still apply.  */=0A=
char dlopen ();=0A=
#ifdef F77_DUMMY_MAIN=0A=
#  ifdef __cplusplus=0A=
     extern "C"=0A=
#  endif=0A=
   int F77_DUMMY_MAIN() { return 1; }=0A=
#endif=0A=
int=0A=
main ()=0A=
{=0A=
dlopen ();=0A=
  ;=0A=
  return 0;=0A=
}=0A=
configure:13461: result: no=0A=
configure:13482: checking for unistd.h=0A=
configure:13487: result: yes=0A=
configure:13591: checking for restartable system calls=0A=
configure:13648: cc -o conftest -O -pipe -mcpu=3Dpentiumpro    =
conftest.c -lz -lcrypt -lm  -pthread >&5=0A=
configure:13651: $? =3D 0=0A=
configure:13653: ./conftest=0A=
configure:13656: $? =3D 0=0A=
configure:13669: result: yes=0A=
configure:13773: checking "need of special linking flags"=0A=
configure:13781: result: "none"=0A=
configure:13785: checking for cc option to accept ANSI C=0A=
configure:13848: cc  -c  -DDBUG_OFF -O -pipe -mcpu=3Dpentiumpro   =
conftest.c >&5=0A=
configure:13851: $? =3D 0=0A=
configure:13854: test -s conftest.o=0A=
configure:13857: $? =3D 0=0A=
configure:13874: result: none needed=0A=
configure:13882: checking for an ANSI C-conforming const=0A=
configure:13952: cc -c  -DDBUG_OFF -O -pipe -mcpu=3Dpentiumpro   =
conftest.c >&5=0A=
configure:13955: $? =3D 0=0A=
configure:13958: test -s conftest.o=0A=
configure:13961: $? =3D 0=0A=
configure:13971: result: yes=0A=
configure:13981: checking for inline=0A=
configure:13998: cc -c  -DDBUG_OFF -O -pipe -mcpu=3Dpentiumpro   =
conftest.c >&5=0A=
configure:14001: $? =3D 0=0A=
configure:14004: test -s conftest.o=0A=
configure:14007: $? =3D 0=0A=
configure:14018: result: inline=0A=
configure:14033: checking for off_t=0A=
configure:14060: cc -c  -DDBUG_OFF -O -pipe -mcpu=3Dpentiumpro   =
conftest.c >&5=0A=
configure:14063: $? =3D 0=0A=
configure:14066: test -s conftest.o=0A=
configure:14069: $? =3D 0=0A=
configure:14079: result: yes=0A=
configure:14092: checking for struct stat.st_rdev=0A=
configure:14118: cc -c  -DDBUG_OFF -O -pipe -mcpu=3Dpentiumpro   =
conftest.c >&5=0A=
configure:14121: $? =3D 0=0A=
configure:14124: test -s conftest.o=0A=
configure:14127: $? =3D 0=0A=
configure:14137: result: yes=0A=
configure:14153: checking whether time.h and sys/time.h may both be =
included=0A=
configure:14181: cc -c  -DDBUG_OFF -O -pipe -mcpu=3Dpentiumpro   =
conftest.c >&5=0A=
configure:14184: $? =3D 0=0A=
configure:14187: test -s conftest.o=0A=
configure:14190: $? =3D 0=0A=
configure:14200: result: yes=0A=
configure:14210: checking whether struct tm is in sys/time.h or time.h=0A=
configure:14236: cc -c  -DDBUG_OFF -O -pipe -mcpu=3Dpentiumpro   =
conftest.c >&5=0A=
configure:14239: $? =3D 0=0A=
configure:14242: test -s conftest.o=0A=
configure:14245: $? =3D 0=0A=
configure:14255: result: time.h=0A=
configure:14267: checking for char=0A=
configure:14294: cc -c  -DDBUG_OFF -O -pipe -mcpu=3Dpentiumpro   =
conftest.c >&5=0A=
configure:14297: $? =3D 0=0A=
configure:14300: test -s conftest.o=0A=
configure:14303: $? =3D 0=0A=
configure:14313: result: yes=0A=
configure:14316: checking size of char=0A=
configure:14594: cc -o conftest  -DDBUG_OFF -O -pipe -mcpu=3Dpentiumpro  =
  conftest.c -lz -lcrypt -lm  -pthread >&5=0A=
configure:14597: $? =3D 0=0A=
configure:14599: ./conftest=0A=
configure:14602: $? =3D 0=0A=
configure:14622: result: 1=0A=
configure:14647: checking for int=0A=
configure:14674: cc -c  -DDBUG_OFF -O -pipe -mcpu=3Dpentiumpro   =
conftest.c >&5=0A=
configure:14677: $? =3D 0=0A=
configure:14680: test -s conftest.o=0A=
configure:14683: $? =3D 0=0A=
configure:14693: result: yes=0A=
configure:14696: checking size of int=0A=
configure:14974: cc -o conftest  -DDBUG_OFF -O -pipe -mcpu=3Dpentiumpro  =
  conftest.c -lz -lcrypt -lm  -pthread >&5=0A=
configure:14977: $? =3D 0=0A=
configure:14979: ./conftest=0A=
configure:14982: $? =3D 0=0A=
configure:15002: result: 4=0A=
configure:15015: checking for long=0A=
configure:15042: cc -c  -DDBUG_OFF -O -pipe -mcpu=3Dpentiumpro   =
conftest.c >&5=0A=
configure:15045: $? =3D 0=0A=
configure:15048: test -s conftest.o=0A=
configure:15051: $? =3D 0=0A=
configure:15061: result: yes=0A=
configure:15064: checking size of long=0A=
configure:15342: cc -o conftest  -DDBUG_OFF -O -pipe -mcpu=3Dpentiumpro  =
  conftest.c -lz -lcrypt -lm  -pthread >&5=0A=
configure:15345: $? =3D 0=0A=
configure:15347: ./conftest=0A=
configure:15350: $? =3D 0=0A=
configure:15370: result: 4=0A=
configure:15383: checking for long long=0A=
configure:15410: cc -c  -DDBUG_OFF -O -pipe -mcpu=3Dpentiumpro   =
conftest.c >&5=0A=
configure:15413: $? =3D 0=0A=
configure:15416: test -s conftest.o=0A=
configure:15419: $? =3D 0=0A=
configure:15429: result: yes=0A=
configure:15432: checking size of long long=0A=
configure:15710: cc -o conftest  -DDBUG_OFF -O -pipe -mcpu=3Dpentiumpro  =
  conftest.c -lz -lcrypt -lm  -pthread >&5=0A=
configure:15713: $? =3D 0=0A=
configure:15715: ./conftest=0A=
configure:15718: $? =3D 0=0A=
configure:15738: result: 8=0A=
configure:15752: checking size of off_t=0A=
configure:15778: cc -o conftest  -DDBUG_OFF -O -pipe -mcpu=3Dpentiumpro  =
  conftest.c -lz -lcrypt -lm  -pthread >&5=0A=
configure:15781: $? =3D 0=0A=
configure:15783: ./conftest=0A=
configure:15786: $? =3D 0=0A=
configure:15799: result: 8=0A=
configure:15813: checking whether byte ordering is bigendian=0A=
configure:15843: cc -c  -DDBUG_OFF -O -pipe -mcpu=3Dpentiumpro   =
conftest.c >&5=0A=
configure:15846: $? =3D 0=0A=
configure:15849: test -s conftest.o=0A=
configure:15852: $? =3D 0=0A=
configure:15879: cc -c  -DDBUG_OFF -O -pipe -mcpu=3Dpentiumpro   =
conftest.c >&5=0A=
configure: In function `main':=0A=
configure:15870: syntax error before "big"=0A=
configure:15882: $? =3D 1=0A=
configure: failed program was:=0A=
#line 15856 "configure"=0A=
#include "confdefs.h"=0A=
#include <sys/types.h>=0A=
#include <sys/param.h>=0A=
=0A=
#ifdef F77_DUMMY_MAIN=0A=
#  ifdef __cplusplus=0A=
     extern "C"=0A=
#  endif=0A=
   int F77_DUMMY_MAIN() { return 1; }=0A=
#endif=0A=
int=0A=
main ()=0A=
{=0A=
#if BYTE_ORDER !=3D BIG_ENDIAN=0A=
 not big endian=0A=
#endif=0A=
=0A=
  ;=0A=
  return 0;=0A=
}=0A=
configure:15996: result: no=0A=
configure:16019: checking base type of last arg to accept=0A=
configure:16058: c++ -c  -DDBUG_OFF -O -pipe -mcpu=3Dpentiumpro =
-felide-constructors -fno-rtti -fno-exceptions  -fno-implicit-templates =
-fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=3D1000000  =
conftest.cc >&5=0A=
configure:16061: $? =3D 0=0A=
configure:16064: test -s conftest.o=0A=
configure:16067: $? =3D 0=0A=
configure:16123: result: socklen_t=0A=
configure:16140: checking stack direction for C alloca=0A=
configure:16170: cc -o conftest  -DDBUG_OFF -O -pipe -mcpu=3Dpentiumpro  =
  conftest.c -lz -lcrypt -lm  -pthread >&5=0A=
configure:16173: $? =3D 0=0A=
configure:16175: ./conftest=0A=
configure:16178: $? =3D 1=0A=
configure: program exited with status 1=0A=
configure: failed program was:=0A=
#line 16149 "configure"=0A=
#include "confdefs.h"=0A=
#include <stdlib.h>=0A=
 int find_stack_direction ()=0A=
 {=0A=
   static char *addr =3D 0;=0A=
   auto char dummy;=0A=
   if (addr =3D=3D 0)=0A=
     {=0A=
       addr =3D &dummy;=0A=
       return find_stack_direction ();=0A=
     }=0A=
   else=0A=
     return (&dummy > addr) ? 1 : -1;=0A=
 }=0A=
 int main ()=0A=
 {=0A=
   exit (find_stack_direction() < 0);=0A=
 }=0A=
configure:16191: result: -1=0A=
configure:16206: checking for working alloca.h=0A=
configure:16249: result: no=0A=
configure:16259: checking for alloca=0A=
configure:16299: cc -o conftest  -DDBUG_OFF -O -pipe -mcpu=3Dpentiumpro  =
  conftest.c -lz -lcrypt -lm  -pthread >&5=0A=
configure:16302: $? =3D 0=0A=
configure:16305: test -s conftest=0A=
configure:16308: $? =3D 0=0A=
configure:16318: result: yes=0A=
configure:16448: checking if struct timespec has a ts_sec member=0A=
configure:16480: cc -c  -DDBUG_OFF -O -pipe -mcpu=3Dpentiumpro   =
conftest.c >&5=0A=
configure: In function `main':=0A=
configure:16471: structure has no member named `ts_sec'=0A=
configure:16472: structure has no member named `ts_nsec'=0A=
configure:16483: $? =3D 1=0A=
configure: failed program was:=0A=
#line 16454 "configure"=0A=
#include "confdefs.h"=0A=
#include <pthread.h>=0A=
#ifdef __cplusplus=0A=
extern "C"=0A=
#endif=0A=
=0A=
#ifdef F77_DUMMY_MAIN=0A=
#  ifdef __cplusplus=0A=
     extern "C"=0A=
#  endif=0A=
   int F77_DUMMY_MAIN() { return 1; }=0A=
#endif=0A=
int=0A=
main ()=0A=
{=0A=
struct timespec abstime;=0A=
=0A=
abstime.ts_sec =3D time(NULL)+1;=0A=
abstime.ts_nsec =3D 0;=0A=
=0A=
  ;=0A=
  return 0;=0A=
}=0A=
configure:16499: result: no=0A=
configure:16510: checking if we have tzname variable=0A=
configure:16540: cc -c  -DDBUG_OFF -O -pipe -mcpu=3Dpentiumpro   =
conftest.c >&5=0A=
configure:16543: $? =3D 0=0A=
configure:16546: test -s conftest.o=0A=
configure:16549: $? =3D 0=0A=
configure:16559: result: yes=0A=
configure:16570: checking for type ulong=0A=
configure:16591: cc -o conftest  -DDBUG_OFF -O -pipe -mcpu=3Dpentiumpro  =
  conftest.c -lz -lcrypt -lm  -pthread >&5=0A=
configure: In function `main':=0A=
configure:16584: syntax error before "foo"=0A=
configure:16585: `foo' undeclared (first use in this function)=0A=
configure:16585: (Each undeclared identifier is reported only once=0A=
configure:16585: for each function it appears in.)=0A=
configure:16594: $? =3D 1=0A=
configure: program exited with status 1=0A=
configure: failed program was:=0A=
#line 16579 "configure"=0A=
#include "confdefs.h"=0A=
#include <stdio.h>=0A=
#include <sys/types.h>=0A=
main()=0A=
{=0A=
  ulong foo;=0A=
  foo++;=0A=
  exit(0);=0A=
}=0A=
configure:16613: result: no=0A=
configure:16624: checking for type uchar=0A=
configure:16645: cc -o conftest  -DDBUG_OFF -O -pipe -mcpu=3Dpentiumpro  =
  conftest.c -lz -lcrypt -lm  -pthread >&5=0A=
configure: In function `main':=0A=
configure:16638: syntax error before "foo"=0A=
configure:16639: `foo' undeclared (first use in this function)=0A=
configure:16639: (Each undeclared identifier is reported only once=0A=
configure:16639: for each function it appears in.)=0A=
configure:16648: $? =3D 1=0A=
configure: program exited with status 1=0A=
configure: failed program was:=0A=
#line 16633 "configure"=0A=
#include "confdefs.h"=0A=
#include <stdio.h>=0A=
#include <sys/types.h>=0A=
main()=0A=
{=0A=
  uchar foo;=0A=
  foo++;=0A=
  exit(0);=0A=
}=0A=
configure:16667: result: no=0A=
configure:16678: checking for type uint=0A=
configure:16699: cc -o conftest  -DDBUG_OFF -O -pipe -mcpu=3Dpentiumpro  =
  conftest.c -lz -lcrypt -lm  -pthread >&5=0A=
configure:16702: $? =3D 0=0A=
configure:16704: ./conftest=0A=
configure:16707: $? =3D 0=0A=
configure:16721: result: yes=0A=
configure:16732: checking for type fp_except=0A=
configure:16754: cc -o conftest  -DDBUG_OFF -O -pipe -mcpu=3Dpentiumpro  =
  conftest.c -lz -lcrypt -lm  -pthread >&5=0A=
configure: In function `main':=0A=
configure:16747: syntax error before "foo"=0A=
configure:16748: `foo' undeclared (first use in this function)=0A=
configure:16748: (Each undeclared identifier is reported only once=0A=
configure:16748: for each function it appears in.)=0A=
configure:16757: $? =3D 1=0A=
configure: program exited with status 1=0A=
configure: failed program was:=0A=
#line 16741 "configure"=0A=
#include "confdefs.h"=0A=
#include <stdio.h>=0A=
#include <sys/types.h>=0A=
#include <ieeefp.h>=0A=
main()=0A=
{=0A=
  fp_except foo;=0A=
  foo++;=0A=
  exit(0);=0A=
}=0A=
configure:16776: result: no=0A=
configure:16789: checking if c++ supports bool types=0A=
configure:16822: c++ -c  -DDBUG_OFF -O -pipe -mcpu=3Dpentiumpro =
-felide-constructors -fno-rtti -fno-exceptions  -fno-implicit-templates =
-fno-exceptions -fno-rtti -DMYSQLD_NET_RETRY_COUNT=3D1000000  =
conftest.cc >&5=0A=
configure:16825: $? =3D 0=0A=
configure:16828: test -s conftest.o=0A=
configure:16831: $? =3D 0=0A=
configure:16849: result: yes=0A=
configure:16860: checking if conversion of longlong to float works=0A=
configure:16887: cc -o conftest  -DDBUG_OFF -O -pipe -mcpu=3Dpentiumpro  =
  conftest.c -lz -lcrypt -lm  -pthread >&5=0A=
configure:16890: $? =3D 0=0A=
configure:16892: ./conftest=0A=
configure:16895: $? =3D 139=0A=
configure: program exited with status 139=0A=
configure: failed program was:=0A=
#line 16871 "configure"=0A=
#include "confdefs.h"=0A=
#include <stdio.h>=0A=
typedef long long longlong;=0A=
main()=0A=
{=0A=
  longlong ll=3D1;=0A=
  float f;=0A=
  FILE *file=3Dfopen("conftestval", "w");=0A=
  f =3D (float) ll;=0A=
  fprintf(file,"%g\n",f);=0A=
  close(file);=0A=
  exit (0);=0A=
}=0A=
configure:16914: result: no=0A=
configure:16919: error: Your compiler cannot convert a longlong value to =
a float!=0A=
If you are using gcc 2.8.# you should upgrade to egcs 1.0.3 or newer and =
try=0A=
again=0A=
=0A=
## ---------------- ##=0A=
## Cache variables. ##=0A=
## ---------------- ##=0A=
=0A=
ac_cv_c_stack_direction=3D-1=0A=
ac_cv_sizeof_off_t=3D8=0A=
ac_cv_sizeof_int=3D4=0A=
ac_cv_type_size_t=3Dyes=0A=
ac_cv_path_CHMOD=3D/bin/chmod=0A=
am_cv_CC_dependencies_compiler_type=3Dgcc3=0A=
mysql_cv_timespec_ts=3Dno=0A=
ac_cv_header_crypt_h=3Dno=0A=
ac_cv_header_netinet_in_h=3Dyes=0A=
ac_cv_header_select_h=3Dno=0A=
ac_cv_env_CXXFLAGS_value=3D'-O -pipe -mcpu=3Dpentiumpro =
-felide-constructors -fno-rtti -fno-exceptions'=0A=
ac_cv_c_bigendian=3Dno=0A=
ac_cv_sys_largefile_source=3Dno=0A=
ac_cv_func_crypt=3Dyes=0A=
ac_cv_path_LN_CP_F=3D/bin/ln=0A=
ac_cv_header_stdlib_h=3Dyes=0A=
lt_cv_file_magic_cmd=3D'$MAGIC_CMD'=0A=
ac_cv_sizeof_long_long=3D8=0A=
ac_cv_header_sys_utime_h=3Dno=0A=
ac_cv_header_pwd_h=3Dyes=0A=
ac_cv_path_uname_prog=3D/usr/bin/uname=0A=
ac_cv_sizeof_char=3D1=0A=
mysql_cv_compress=3Dyes=0A=
ac_cv_prog_cc_g=3Dyes=0A=
ac_cv_env_LDFLAGS_set=3D=0A=
ac_cv_search_opendir=3D'none required'=0A=
ac_cv_sys_large_files=3Dno=0A=
lt_cv_prog_cc_can_build_shared=3Dyes=0A=
ac_cv_c_compiler_gnu=3Dyes=0A=
ac_cv_exeext=3D=0A=
ac_cv_env_CFLAGS_set=3Dset=0A=
ac_cv_header_dirent_dirent_h=3Dyes=0A=
ac_cv_prog_CXX=3Dc++=0A=
mysql_cv_btype_last_arg_accept=3Dsocklen_t=0A=
ac_cv_func_bind=3Dyes=0A=
ac_cv_header_sys_wait_h=3Dyes=0A=
ac_cv_sys_largefile_LDFLAGS=3Dno=0A=
ac_cv_path_HOSTNAME=3D/bin/hostname=0A=
ac_cv_prog_RANLIB=3Dranlib=0A=
ac_cv_env_CPP_value=3D=0A=
ac_cv_env_CPPFLAGS_set=3D=0A=
ac_cv_sys_largefile_CFLAGS=3Dno=0A=
lt_cv_prog_cc_static_works=3Dyes=0A=
lt_cv_prog_cc_no_builtin=3D=0A=
ac_cv_type_long=3Dyes=0A=
ac_cv_lib_nsl_r_gethostbyname_r=3Dno=0A=
ac_cv_header_float_h=3Dyes=0A=
lt_cv_prog_cc_shlib=3D=0A=
ac_cv_cxx_compiler_gnu=3Dyes=0A=
ac_cv_env_CXX_set=3Dset=0A=
ac_cv_ulong=3Dno=0A=
ac_cv_header_fcntl_h=3Dyes=0A=
ac_cv_path_SED=3D/usr/bin/sed=0A=
lt_cv_prog_cc_static=3D-static=0A=
ac_cv_env_host_alias_set=3Dset=0A=
ac_cv_c_const=3Dyes=0A=
ac_cv_func_pthread_init=3Dno=0A=
ac_cv_func_yp_get_default_domain=3Dyes=0A=
ac_cv_prog_YACC=3Dbyacc=0A=
ac_cv_header_termios_h=3Dyes=0A=
ac_cv_header_sys_vadvise_h=3Dno=0A=
ac_cv_path_KILL=3D/bin/kill=0A=
lt_cv_ld_reload_flag=3D-r=0A=
ac_cv_prog_CC=3Dcc=0A=
lt_cv_sys_path_separator=3D:=0A=
ac_cv_func_strtok_r=3Dyes=0A=
ac_cv_lib_gen_p2open=3Dno=0A=
ac_cv_header_termio_h=3Dno=0A=
ac_cv_path_CMP=3D/usr/bin/cmp=0A=
lt_cv_archive_cmds_need_lc=3Dyes=0A=
ac_cv_header_sys_stat_h=3Dyes=0A=
lt_cv_prog_gnu_ld=3Dyes=0A=
ac_cv_env_build_alias_set=3Dset=0A=
ac_cv_conv_longlong_to_float=3Dno=0A=
mysql_cv_tzname=3Dyes=0A=
ac_cv_path_CP=3D/bin/cp=0A=
ac_cv_header_limits_h=3Dyes=0A=
ac_cv_env_LDFLAGS_value=3D=0A=
ac_cv_env_target_alias_set=3Dset=0A=
ac_cv_func_alloca_works=3Dyes=0A=
ac_cv_prog_cc_stdc=3D=0A=
ac_cv_header_alloca_h=3Dno=0A=
ac_cv_host_alias=3Di386-portbld-freebsd5.1=0A=
ac_cv_env_CFLAGS_value=3D'-O -pipe -mcpu=3Dpentiumpro'=0A=
ac_cv_env_CC_set=3Dset=0A=
lt_cv_prog_cc_wl=3D-Wl,=0A=
ac_cv_header_sys_types_h=3Dyes=0A=
ac_cv_header_stdc=3Dyes=0A=
ac_cv_header_time=3Dyes=0A=
ac_cv_header_tcpd_h=3Dyes=0A=
ac_cv_header_ieeefp_h=3Dyes=0A=
ac_cv_path_PERL=3D/usr/local/bin/perl=0A=
ac_cv_header_strings_h=3Dyes=0A=
ac_cv_sizeof_long=3D4=0A=
ac_cv_header_stdint_h=3Dyes=0A=
ac_cv_header_inttypes_h=3Dyes=0A=
ac_cv_prog_make_make_set=3Dyes=0A=
ac_cv_c_inline=3Dinline=0A=
ac_cv_func_sem_init=3Dyes=0A=
ac_cv_header_sys_timeb_h=3Dyes=0A=
ac_cv_header_unistd_h=3Dyes=0A=
ac_cv_header_string_h=3Dyes=0A=
lt_cv_global_symbol_to_cdecl=3D'sed -n -e '\''s/^. .* \(.*\)$/extern =
char \1;/p'\'''=0A=
lt_cv_path_LD=3D/usr/bin/ld=0A=
ac_cv_build_alias=3Di386-portbld-freebsd5.1=0A=
ac_cv_env_CPPFLAGS_value=3D=0A=
ac_cv_path_LN=3D/bin/ln=0A=
ac_cv_header_utime_h=3Dyes=0A=
ac_cv_header_floatingpoint_h=3Dyes=0A=
ac_cv_prog_ac_ct_GETCONF=3Dgetconf=0A=
ac_cv_header_memory_h=3Dyes=0A=
ac_cv_prog_ac_ct_RANLIB=3Dranlib=0A=
ac_cv_target_alias=3Di386-portbld-freebsd5.1=0A=
ac_cv_env_CXXFLAGS_set=3Dset=0A=
ac_cv_env_CXX_value=3Dc++=0A=
ac_cv_header_sys_socket_h=3Dyes=0A=
ac_cv_header_synch_h=3Dno=0A=
ac_cv_prog_ac_ct_STRIP=3Dstrip=0A=
ac_cv_host=3Di386-portbld-freebsd5.1=0A=
ac_cv_env_host_alias_value=3Di386-portbld-freebsd5.1=0A=
ac_cv_type_int=3Dyes=0A=
ac_cv_type_off_t=3Dyes=0A=
ac_cv_uint=3Dyes=0A=
lt_cv_global_symbol_to_c_name_address=3D'sed -n -e '\''s/^: \([^ ]*\) $/ =
 {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  =
{"\2", (lt_ptr) \&\2},/p'\'''=0A=
ac_cv_prog_cxx_g=3Dyes=0A=
ac_cv_lib_c_r_strtok_r=3Dyes=0A=
am_cv_prog_cc_stdc=3D=0A=
ac_cv_path_RM=3D/bin/rm=0A=
lt_cv_compiler_c_o=3Dyes=0A=
lt_cv_prog_cc_pic_works=3Dyes=0A=
lt_cv_file_magic_test_file=3D=0A=
ac_cv_prog_CPP=3D'cc -E'=0A=
am_cv_CXX_dependencies_compiler_type=3Dgcc3=0A=
ac_cv_prog_AWK=3Dnawk=0A=
ac_cv_build=3Di386-portbld-freebsd5.1=0A=
ac_cv_env_build_alias_value=3Di386-portbld-freebsd5.1=0A=
ac_cv_fp_except=3Dno=0A=
ac_cv_type_long_long=3Dyes=0A=
ac_cv_struct_tm=3Dtime.h=0A=
ac_cv_sys_restartable_syscalls=3Dyes=0A=
lt_cv_prog_cc_pic=3D' -fPIC'=0A=
lt_cv_sys_global_symbol_pipe=3D'sed -n -e '\''s/^.*[ 	=
]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 =
\2\3 \3/p'\'''=0A=
lt_cv_deplibs_check_method=3Dpass_all=0A=
mysql_cv_have_bool=3Dyes=0A=
ac_cv_type_char=3Dyes=0A=
ac_cv_sys_largefile_LIBS=3Dno=0A=
lt_cv_compiler_o_lo=3Dyes=0A=
ac_cv_target=3Di386-portbld-freebsd5.1=0A=
ac_cv_env_target_alias_value=3Di386-portbld-freebsd5.1=0A=
ac_cv_uchar=3Dno=0A=
ac_cv_header_sys_ioctl_h=3Dyes=0A=
ac_cv_header_sys_un_h=3Dyes=0A=
ac_cv_header_stddef_h=3Dyes=0A=
ac_cv_path_PS=3D/bin/ps=0A=
ac_cv_path_MV=3D/bin/mv=0A=
ac_cv_env_CC_value=3Dcc=0A=
ac_cv_lib_dl_dlopen=3Dno=0A=
ac_cv_lib_m_floor=3Dyes=0A=
ac_cv_header_term_h=3Dyes=0A=
ac_cv_header_arpa_inet_h=3Dyes=0A=
ac_cv_prog_TAR=3Dtar=0A=
mysql_cv_sys_os=3DFreeBSD=0A=
lt_cv_path_NM=3Dnm=0A=
ac_cv_env_CPP_set=3D=0A=
ac_cv_lib_crypt_crypt=3Dyes=0A=
ac_cv_header_sched_h=3Dyes=0A=
ac_cv_header_dlfcn_h=3Dyes=0A=
ac_cv_lib_pthread_strtok_r=3Dno=0A=
ac_cv_func_p2open=3Dno=0A=
ac_cv_func_setsockopt=3Dyes=0A=
ac_cv_lib_nsl_gethostbyname_r=3Dno=0A=
ac_cv_header_sys_mman_h=3Dyes=0A=
ac_cv_sys_file_offset_bits=3Dno=0A=
ac_cv_member_struct_stat_st_rdev=3Dyes=0A=
ac_cv_func_gethostbyname_r=3Dno=0A=
ac_cv_objext=3Do=0A=
=0A=
## ----------- ##=0A=
## confdefs.h. ##=0A=
## ----------- ##=0A=
=0A=
#define PACKAGE_NAME ""=0A=
#define PACKAGE_TARNAME ""=0A=
#define PACKAGE_VERSION ""=0A=
#define PACKAGE_STRING ""=0A=
#define PACKAGE_BUGREPORT ""=0A=
#define PACKAGE "mysql"=0A=
#define VERSION "3.23.56"=0A=
#define PROTOCOL_VERSION 10=0A=
#define DOT_FRM_VERSION 6=0A=
#define SYSTEM_TYPE "portbld-freebsd5.1"=0A=
#define MACHINE_TYPE "i386"=0A=
#ifdef __cplusplus=0A=
extern "C" void std::exit (int) throw (); using std::exit;=0A=
#endif=0A=
#define STDC_HEADERS 1=0A=
#define HAVE_SYS_TYPES_H 1=0A=
#define HAVE_SYS_STAT_H 1=0A=
#define HAVE_STDLIB_H 1=0A=
#define HAVE_STRING_H 1=0A=
#define HAVE_MEMORY_H 1=0A=
#define HAVE_STRINGS_H 1=0A=
#define HAVE_INTTYPES_H 1=0A=
#define HAVE_STDINT_H 1=0A=
#define HAVE_UNISTD_H 1=0A=
#define HAVE_DLFCN_H 1=0A=
#define SPRINTF_RETURNS_INT 1=0A=
#define HAVE_DIRENT_H 1=0A=
#define STDC_HEADERS 1=0A=
#define HAVE_SYS_WAIT_H 1=0A=
#define HAVE_FCNTL_H 1=0A=
#define HAVE_FLOAT_H 1=0A=
#define HAVE_FLOATINGPOINT_H 1=0A=
#define HAVE_IEEEFP_H 1=0A=
#define HAVE_LIMITS_H 1=0A=
#define HAVE_MEMORY_H 1=0A=
#define HAVE_PWD_H 1=0A=
#define HAVE_STDLIB_H 1=0A=
#define HAVE_STDDEF_H 1=0A=
#define HAVE_STRINGS_H 1=0A=
#define HAVE_STRING_H 1=0A=
#define HAVE_SYS_MMAN_H 1=0A=
#define HAVE_SYS_SOCKET_H 1=0A=
#define HAVE_NETINET_IN_H 1=0A=
#define HAVE_ARPA_INET_H 1=0A=
#define HAVE_SYS_TIMEB_H 1=0A=
#define HAVE_SYS_TYPES_H 1=0A=
#define HAVE_SYS_UN_H 1=0A=
#define HAVE_SYS_WAIT_H 1=0A=
#define HAVE_TERM_H 1=0A=
#define HAVE_UNISTD_H 1=0A=
#define HAVE_UTIME_H 1=0A=
#define HAVE_TERMIOS_H 1=0A=
#define HAVE_SCHED_H 1=0A=
#define HAVE_SYS_IOCTL_H 1=0A=
#define HAVE_LIBM 1=0A=
#define HAVE_LIBCRYPT 1=0A=
#define HAVE_CRYPT 1=0A=
#define HAVE_COMPRESS 1=0A=
#define LIBWRAP 1=0A=
#define HAVE_LIBWRAP 1=0A=
#define HAVE_LIBC_R 1=0A=
#define HAVE_STRTOK_R 1=0A=
#define HAVE_UNISTD_H 1=0A=
#define HAVE_RESTARTABLE_SYSCALLS 1=0A=
#define HAVE_STRUCT_STAT_ST_RDEV 1=0A=
#define HAVE_ST_RDEV 1=0A=
#define TIME_WITH_SYS_TIME 1=0A=
#define SIZEOF_CHAR 1=0A=
#define SIZEOF_INT 4=0A=
#define SIZEOF_LONG 4=0A=
#define SIZEOF_LONG_LONG 8=0A=
#define SIZEOF_OFF_T 8=0A=
#define SOCKET_SIZE_TYPE socklen_t=0A=
#define STACK_DIRECTION -1=0A=
#define HAVE_ALLOCA 1=0A=
#define HAVE_TZNAME 1=0A=
#define HAVE_UINT 1=0A=
#define HAVE_BOOL 1=0A=
=0A=
configure: exit 1=0A=

------=_NextPart_000_0082_01C3C33F.E883E5E0--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?008401c3c369$d17257e0$fbb4a741>