bug-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Report message to be send / OpenCascade 5.1 install


From: Bernard @ Mondan
Subject: Report message to be send / OpenCascade 5.1 install
Date: Sat, 25 Oct 2003 17:35:50 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20030917

During install of Open Cascade 5.1 on this platform :

Linux localhost 2.4.22-6mdk #1 Sun Sep 7 18:11:19 EDT 2003 i686 unknown unknown GNU/Linux
Mandrake 9.2 rc2
PIII 350
450 M / Ram
2.7 Giga free on the Volume


I have read
This message
...
...
...
checking X11/extensions/readdisplay.h usability... no
checking X11/extensions/readdisplay.h presence... no
checking for X11/extensions/readdisplay.h... no
checking X11/extensions/multibuf.h usability... no
checking X11/extensions/multibuf.h presence... yes
configure: WARNING: X11/extensions/multibuf.h: present but cannot be compiled configure: WARNING: X11/extensions/multibuf.h: check for missing prerequisite headers? configure: WARNING: X11/extensions/multibuf.h: proceeding with the preprocessor's result
configure: WARNING:     ## ------------------------------------ ##
configure: WARNING:     ## Report this to address@hidden ##
configure: WARNING:     ## ------------------------------------ ##
checking for X11/extensions/multibuf.h... yes
checking sys/filio.h usability... no
checking sys/filio.h presence... no
checking for sys/filio.h... no
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking libc.h usability... no
checking libc.h presence... no
checking for libc.h... no
checking for Tcl configuration... configure: WARNING: Can't find Tcl configuration definitions


and see also my log.

I have used the env.ksh environment but under bash.


Thank you

Bernard MONDAN

address@hidden
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.57.  Invocation command line was

  $ ./configure 

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

hostname = localhost
uname -m = i686
uname -r = 2.4.22-6mdk
uname -s = Linux
uname -v = #1 Sun Sep 7 18:11:19 EDT 2003

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

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

PATH: /var/OpenCASCADE5.1/ros/../3rdparty/Linux/tcltk/bin
PATH: /var/OpenCASCADE5.1/ros/Linux/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: /usr/local/sbin
PATH: .


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

configure:1505: checking for a BSD-compatible install
configure:1559: result: /usr/bin/install -c
configure:1570: checking whether build environment is sane
configure:1613: result: yes
configure:1646: checking for gawk
configure:1662: found /bin/gawk
configure:1672: result: gawk
configure:1682: checking whether make sets $(MAKE)
configure:1702: result: yes
configure:1872: checking build system type
configure:1890: result: i686-pc-linux-gnu
configure:1898: checking host system type
configure:1912: result: i686-pc-linux-gnu
configure:1967: checking for gcc
configure:1983: found /usr/bin/gcc
configure:1993: result: gcc
configure:2237: checking for C compiler version
configure:2240: gcc --version </dev/null >&5
gcc (GCC) 3.3.1 (Mandrake Linux 9.2 3.3.1-2mdk)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2243: $? = 0
configure:2245: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.1/specs
Configured with: ../configure --prefix=/usr --libdir=/usr/lib 
--with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info 
--enable-shared --enable-threads=posix --disable-checking --enable-long-long 
--enable-__cxa_atexit --enable-languages=c,c++,ada,f77,objc,java,pascal 
--host=i586-mandrake-linux-gnu --with-system-zlib
Thread model: posix
gcc version 3.3.1 (Mandrake Linux 9.2 3.3.1-2mdk)
configure:2248: $? = 0
configure:2250: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2253: $? = 1
configure:2277: checking for C compiler default output
configure:2280: gcc    conftest.c  >&5
configure:2283: $? = 0
configure:2329: result: a.out
configure:2334: checking whether the C compiler works
configure:2340: ./a.out
configure:2343: $? = 0
configure:2360: result: yes
configure:2367: checking whether we are cross compiling
configure:2369: result: no
configure:2372: checking for suffix of executables
configure:2374: gcc -o conftest    conftest.c  >&5
configure:2377: $? = 0
configure:2402: result: 
configure:2408: checking for suffix of object files
configure:2430: gcc -c   conftest.c >&5
configure:2433: $? = 0
configure:2455: result: o
configure:2459: checking whether we are using the GNU C compiler
configure:2484: gcc -c   conftest.c >&5
configure:2487: $? = 0
configure:2490: test -s conftest.o
configure:2493: $? = 0
configure:2506: result: yes
configure:2512: checking whether gcc accepts -g
configure:2534: gcc -c -g  conftest.c >&5
configure:2537: $? = 0
configure:2540: test -s conftest.o
configure:2543: $? = 0
configure:2554: result: yes
configure:2571: checking for gcc option to accept ANSI C
configure:2632: gcc  -c -g -O2  conftest.c >&5
configure:2635: $? = 0
configure:2638: test -s conftest.o
configure:2641: $? = 0
configure:2659: result: none needed
configure:2677: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2680: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2799: checking for style of include used by make
configure:2827: result: GNU
configure:2855: checking dependency style of gcc
configure:2923: result: gcc3
configure:2952: checking how to run the C preprocessor
configure:2988: gcc -E  conftest.c
configure:2994: $? = 0
configure:3026: gcc -E  conftest.c
configure:3027:28: ac_nonexistent.h: No such file or directory
configure:3032: $? = 1
configure: failed program was:
| #line 3017 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3070: result: gcc -E
configure:3095: gcc -E  conftest.c
configure:3101: $? = 0
configure:3133: gcc -E  conftest.c
configure:3134:28: ac_nonexistent.h: No such file or directory
configure:3139: $? = 1
configure: failed program was:
| #line 3124 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3182: checking for egrep
configure:3192: result: grep -E
configure:3198: checking for AIX
configure:3221: result: no
configure:3227: checking for library containing strerror
configure:3258: gcc -o conftest -g -O2   conftest.c  >&5
configure:3261: $? = 0
configure:3264: test -s conftest
configure:3267: $? = 0
configure:3326: result: none required
configure:3333: checking whether byte ordering is bigendian
configure:3361: gcc -c -g -O2  conftest.c >&5
configure:3364: $? = 0
configure:3367: test -s conftest.o
configure:3370: $? = 0
configure:3395: gcc -c -g -O2  conftest.c >&5
configure: In function `main':
configure:3390: error: `not' undeclared (first use in this function)
configure:3390: error: (Each undeclared identifier is reported only once
configure:3390: error: for each function it appears in.)
configure:3390: error: syntax error before "big"
configure:3398: $? = 1
configure: failed program was:
| #line 3373 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
|  not big endian
| #endif
| 
|   ;
|   return 0;
| }
configure:3518: result: no
configure:3627: checking for ld used by GCC
configure:3690: result: /usr/bin/ld
configure:3699: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.14.90.0.5 20030722
configure:3711: result: yes
configure:3716: checking for /usr/bin/ld option to reload object files
configure:3723: result: -r
configure:3728: checking for BSD-compatible nm
configure:3764: result: /usr/bin/nm -B
configure:3767: checking for a sed that does not truncate output
configure:3849: result: /bin/sed
configure:3852: checking whether ln -s works
configure:3856: result: yes
configure:3863: checking how to recognise dependent libraries
configure:4044: result: pass_all
configure:4056: checking command to parse /usr/bin/nm -B output
configure:4140: gcc -c -g -O2  conftest.c >&5
configure:4143: $? = 0
configure:4147: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[  
]\([ABCDGISTW][ABCDGISTW]*\)[   ][      ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 
\2\3 \3/p' \> conftest.nm
configure:4150: $? = 0
configure:4202: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:4205: $? = 0
configure:4249: result: ok
configure:4253: checking for ANSI C header files
configure:4279: gcc -c -g -O2  conftest.c >&5
configure:4282: $? = 0
configure:4285: test -s conftest.o
configure:4288: $? = 0
configure:4377: gcc -o conftest -g -O2   conftest.c  >&5
configure:4380: $? = 0
configure:4382: ./conftest
configure:4385: $? = 0
configure:4400: result: yes
configure:4424: checking for sys/types.h
configure:4441: gcc -c -g -O2  conftest.c >&5
configure:4444: $? = 0
configure:4447: test -s conftest.o
configure:4450: $? = 0
configure:4461: result: yes
configure:4424: checking for sys/stat.h
configure:4441: gcc -c -g -O2  conftest.c >&5
configure:4444: $? = 0
configure:4447: test -s conftest.o
configure:4450: $? = 0
configure:4461: result: yes
configure:4424: checking for stdlib.h
configure:4441: gcc -c -g -O2  conftest.c >&5
configure:4444: $? = 0
configure:4447: test -s conftest.o
configure:4450: $? = 0
configure:4461: result: yes
configure:4424: checking for string.h
configure:4441: gcc -c -g -O2  conftest.c >&5
configure:4444: $? = 0
configure:4447: test -s conftest.o
configure:4450: $? = 0
configure:4461: result: yes
configure:4424: checking for memory.h
configure:4441: gcc -c -g -O2  conftest.c >&5
configure:4444: $? = 0
configure:4447: test -s conftest.o
configure:4450: $? = 0
configure:4461: result: yes
configure:4424: checking for strings.h
configure:4441: gcc -c -g -O2  conftest.c >&5
configure:4444: $? = 0
configure:4447: test -s conftest.o
configure:4450: $? = 0
configure:4461: result: yes
configure:4424: checking for inttypes.h
configure:4441: gcc -c -g -O2  conftest.c >&5
configure:4444: $? = 0
configure:4447: test -s conftest.o
configure:4450: $? = 0
configure:4461: result: yes
configure:4424: checking for stdint.h
configure:4441: gcc -c -g -O2  conftest.c >&5
configure:4444: $? = 0
configure:4447: test -s conftest.o
configure:4450: $? = 0
configure:4461: result: yes
configure:4424: checking for unistd.h
configure:4441: gcc -c -g -O2  conftest.c >&5
configure:4444: $? = 0
configure:4447: test -s conftest.o
configure:4450: $? = 0
configure:4461: result: yes
configure:4487: checking dlfcn.h usability
configure:4500: gcc -c -g -O2  conftest.c >&5
configure:4503: $? = 0
configure:4506: test -s conftest.o
configure:4509: $? = 0
configure:4519: result: yes
configure:4523: checking dlfcn.h presence
configure:4534: gcc -E  conftest.c
configure:4540: $? = 0
configure:4559: result: yes
configure:4595: checking for dlfcn.h
configure:4602: result: yes
configure:4800: checking for ranlib
configure:4816: found /usr/bin/ranlib
configure:4827: result: ranlib
configure:4880: checking for strip
configure:4896: found /usr/bin/strip
configure:4907: result: strip
configure:5117: checking for objdir
configure:5128: result: .libs
configure:5145: checking for gcc option to produce PIC
configure:5291: result: -fPIC
configure:5295: checking if gcc PIC flag -fPIC works
configure:5319: gcc -c -g -O2 -fPIC -DPIC  conftest.c >&5
configure:5322: $? = 0
configure:5325: test -s conftest.o
configure:5328: $? = 0
configure:5366: result: yes
configure:5382: checking if gcc static flag -static works
configure:5407: gcc -o conftest -g -O2   -static conftest.c  >&5
/usr/bin/ld: cannot find -lc
collect2: ld returned 1 exit status
configure:5410: $? = 1
configure: failed program was:
| #line 5390 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:5432: result: no
configure:5444: checking if gcc supports -c -o file.o
configure:5467: gcc -c -g -O2 -o out/conftest2.o  conftest.c >&5
configure:5488: result: yes
configure:5493: checking if gcc supports -c -o file.lo
configure:5521: gcc -c -g -O2 -c -o conftest.lo  conftest.c >&5
configure:5524: $? = 0
configure:5527: test -s conftest.lo
configure:5530: $? = 0
configure:5552: result: yes
configure:5583: checking if gcc supports -fno-rtti -fno-exceptions
configure:5606: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c  
conftest.c >&5
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
cc1: warning: "-fno-rtti" is valid for C++ but not for C/ObjC
configure:5609: $? = 0
configure:5612: test -s conftest.o
configure:5615: $? = 0
configure:5632: result: yes
configure:5643: checking whether the linker (/usr/bin/ld) supports shared 
libraries
configure:6338: result: yes
configure:6343: checking how to hardcode library paths into programs
configure:6367: result: immediate
configure:6372: checking whether stripping libraries is possible
configure:6377: result: yes
configure:6388: checking dynamic linker characteristics
configure:6795: result: GNU/Linux ld.so
configure:6800: checking if libtool supports shared libraries
configure:6802: result: yes
configure:6805: checking whether to build shared libraries
configure:6826: result: yes
configure:6829: checking whether to build static libraries
configure:6833: result: no
configure:7507: checking whether -lc should be explicitly linked in
configure:7515: gcc -c -g -O2  conftest.c >&5
configure:7518: $? = 0
configure:7532: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 
2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:7535: $? = 0
configure:7548: result: no
configure:8173: checking for g++
configure:8189: found /usr/bin/g++
configure:8199: result: g++
configure:8215: checking for C++ compiler version
configure:8218: g++ --version </dev/null >&5
g++ (GCC) 3.3.1 (Mandrake Linux 9.2 3.3.1-2mdk)
Copyright (C) 2003 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:8221: $? = 0
configure:8223: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.3.1/specs
Configured with: ../configure --prefix=/usr --libdir=/usr/lib 
--with-slibdir=/lib --mandir=/usr/share/man --infodir=/usr/share/info 
--enable-shared --enable-threads=posix --disable-checking --enable-long-long 
--enable-__cxa_atexit --enable-languages=c,c++,ada,f77,objc,java,pascal 
--host=i586-mandrake-linux-gnu --with-system-zlib
Thread model: posix
gcc version 3.3.1 (Mandrake Linux 9.2 3.3.1-2mdk)
configure:8226: $? = 0
configure:8228: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:8231: $? = 1
configure:8234: checking whether we are using the GNU C++ compiler
configure:8259: g++ -c   conftest.cc >&5
configure:8262: $? = 0
configure:8265: test -s conftest.o
configure:8268: $? = 0
configure:8281: result: yes
configure:8287: checking whether g++ accepts -g
configure:8309: g++ -c -g  conftest.cc >&5
configure:8312: $? = 0
configure:8315: test -s conftest.o
configure:8318: $? = 0
configure:8329: result: yes
configure:8373: g++ -c -g -O2  conftest.cc >&5
configure:8376: $? = 0
configure:8379: test -s conftest.o
configure:8382: $? = 0
configure:8409: g++ -c -g -O2  conftest.cc >&5
configure: In function `int main()':
configure:8417: error: `exit' undeclared (first use this function)
configure:8417: error: (Each undeclared identifier is reported only once for 
each function it appears in.)
configure:8412: $? = 1
configure: failed program was:
| #line 8392 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:8373: g++ -c -g -O2  conftest.cc >&5
configure:8376: $? = 0
configure:8379: test -s conftest.o
configure:8382: $? = 0
configure:8409: g++ -c -g -O2  conftest.cc >&5
configure:8412: $? = 0
configure:8415: test -s conftest.o
configure:8418: $? = 0
configure:8443: checking dependency style of g++
configure:8511: result: gcc3
configure:8529: checking whether gcc and cc understand -c and -o together
configure:8560: gcc -c conftest.c -o conftest.o >&5
configure:8563: $? = 0
configure:8565: gcc -c conftest.c -o conftest.o >&5
configure:8568: $? = 0
configure:8575: cc -c conftest.c >&5
configure:8578: $? = 0
configure:8581: cc -c conftest.c -o conftest.o >&5
configure:8584: $? = 0
configure:8586: cc -c conftest.c -o conftest.o >&5
configure:8589: $? = 0
configure:8607: result: yes
configure:8622: checking for gcc option to accept ANSI C
configure:8686: gcc  -c -g -O2  conftest.c >&5
configure:8689: $? = 0
configure:8692: test -s conftest.o
configure:8695: $? = 0
configure:8710: result: none needed
configure:8723: checking for function prototypes
configure:8726: result: yes
configure:8740: checking for ANSI C header files
configure:8887: result: yes
configure:8902: checking for string.h
configure:8907: result: yes
configure:9045: checking for gawk
configure:9071: result: gawk
configure:9093: checking for a BSD-compatible install
configure:9147: result: /usr/bin/install -c
configure:9158: checking whether ln -s works
configure:9162: result: yes
configure:9173: checking for bison
configure:9189: found /usr/bin/bison
configure:9199: result: bison -y
configure:9210: checking whether make sets $(MAKE)
configure:9230: result: yes
configure:9241: checking for main in -le
configure:9266: gcc -o conftest -g -O2   conftest.c -le   >&5
/usr/bin/ld: cannot find -le
collect2: ld returned 1 exit status
configure:9269: $? = 1
configure: failed program was:
| #line 9248 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| main ();
|   ;
|   return 0;
| }
configure:9287: result: no
configure:9300: checking for main in -links
configure:9325: gcc -o conftest -g -O2   conftest.c -links   >&5
/usr/bin/ld: cannot find -links
collect2: ld returned 1 exit status
configure:9328: $? = 1
configure: failed program was:
| #line 9307 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| /* end confdefs.h.  */
| 
| 
| int
| main ()
| {
| main ();
|   ;
|   return 0;
| }
configure:9346: result: no
configure:9358: checking for X
configure:9578: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
configure:9594: checking for ANSI C header files
configure:9741: result: yes
configure:9757: checking  for C header files 
configure:9769: checking for dlfcn.h
configure:9774: result: yes
configure:9778: checking dl.h usability
configure:9791: gcc -c -g -O2  conftest.c >&5
configure:9843:16: dl.h: No such file or directory
configure:9794: $? = 1
configure: failed program was:
| #line 9780 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <dl.h>
configure:9810: result: no
configure:9814: checking dl.h presence
configure:9825: gcc -E  conftest.c
configure:9845:16: dl.h: No such file or directory
configure:9831: $? = 1
configure: failed program was:
| #line 9816 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <dl.h>
configure:9850: result: no
configure:9886: checking for dl.h
configure:9893: result: no
configure:9778: checking ieeefp.h usability
configure:9791: gcc -c -g -O2  conftest.c >&5
configure:9843:20: ieeefp.h: No such file or directory
configure:9794: $? = 1
configure: failed program was:
| #line 9780 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ieeefp.h>
configure:9810: result: no
configure:9814: checking ieeefp.h presence
configure:9825: gcc -E  conftest.c
configure:9845:20: ieeefp.h: No such file or directory
configure:9831: $? = 1
configure: failed program was:
| #line 9816 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ieeefp.h>
configure:9850: result: no
configure:9886: checking for ieeefp.h
configure:9893: result: no
configure:9778: checking time.h usability
configure:9791: gcc -c -g -O2  conftest.c >&5
configure:9794: $? = 0
configure:9797: test -s conftest.o
configure:9800: $? = 0
configure:9810: result: yes
configure:9814: checking time.h presence
configure:9825: gcc -E  conftest.c
configure:9831: $? = 0
configure:9850: result: yes
configure:9886: checking for time.h
configure:9893: result: yes
configure:9778: checking sys/time.h usability
configure:9791: gcc -c -g -O2  conftest.c >&5
configure:9794: $? = 0
configure:9797: test -s conftest.o
configure:9800: $? = 0
configure:9810: result: yes
configure:9814: checking sys/time.h presence
configure:9825: gcc -E  conftest.c
configure:9831: $? = 0
configure:9850: result: yes
configure:9886: checking for sys/time.h
configure:9893: result: yes
configure:9778: checking pwd.h usability
configure:9791: gcc -c -g -O2  conftest.c >&5
configure:9794: $? = 0
configure:9797: test -s conftest.o
configure:9800: $? = 0
configure:9810: result: yes
configure:9814: checking pwd.h presence
configure:9825: gcc -E  conftest.c
configure:9831: $? = 0
configure:9850: result: yes
configure:9886: checking for pwd.h
configure:9893: result: yes
configure:9924: checking sys/statvfs.h usability
configure:9937: gcc -c -g -O2  conftest.c >&5
configure:9940: $? = 0
configure:9943: test -s conftest.o
configure:9946: $? = 0
configure:9956: result: yes
configure:9960: checking sys/statvfs.h presence
configure:9971: gcc -E  conftest.c
configure:9977: $? = 0
configure:9996: result: yes
configure:10032: checking for sys/statvfs.h
configure:10039: result: yes
configure:9924: checking sys/vfs.h usability
configure:9937: gcc -c -g -O2  conftest.c >&5
configure:9940: $? = 0
configure:9943: test -s conftest.o
configure:9946: $? = 0
configure:9956: result: yes
configure:9960: checking sys/vfs.h presence
configure:9971: gcc -E  conftest.c
configure:9977: $? = 0
configure:9996: result: yes
configure:10032: checking for sys/vfs.h
configure:10039: result: yes
configure:9924: checking sys/param.h usability
configure:9937: gcc -c -g -O2  conftest.c >&5
configure:9940: $? = 0
configure:9943: test -s conftest.o
configure:9946: $? = 0
configure:9956: result: yes
configure:9960: checking sys/param.h presence
configure:9971: gcc -E  conftest.c
configure:9977: $? = 0
configure:9996: result: yes
configure:10032: checking for sys/param.h
configure:10039: result: yes
configure:9924: checking osfcn.h usability
configure:9937: gcc -c -g -O2  conftest.c >&5
configure:9995:19: osfcn.h: No such file or directory
configure:9940: $? = 1
configure: failed program was:
| #line 9926 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <osfcn.h>
configure:9956: result: no
configure:9960: checking osfcn.h presence
configure:9971: gcc -E  conftest.c
configure:9997:19: osfcn.h: No such file or directory
configure:9977: $? = 1
configure: failed program was:
| #line 9962 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| /* end confdefs.h.  */
| #include <osfcn.h>
configure:9996: result: no
configure:10032: checking for osfcn.h
configure:10039: result: no
configure:9924: checking netdb.h usability
configure:9937: gcc -c -g -O2  conftest.c >&5
configure:9940: $? = 0
configure:9943: test -s conftest.o
configure:9946: $? = 0
configure:9956: result: yes
configure:9960: checking netdb.h presence
configure:9971: gcc -E  conftest.c
configure:9977: $? = 0
configure:9996: result: yes
configure:10032: checking for netdb.h
configure:10039: result: yes
configure:10069: checking sys/ioctl.h usability
configure:10082: gcc -c -g -O2  conftest.c >&5
configure:10085: $? = 0
configure:10088: test -s conftest.o
configure:10091: $? = 0
configure:10101: result: yes
configure:10105: checking sys/ioctl.h presence
configure:10116: gcc -E  conftest.c
configure:10122: $? = 0
configure:10141: result: yes
configure:10177: checking for sys/ioctl.h
configure:10184: result: yes
configure:10069: checking net/if.h usability
configure:10082: gcc -c -g -O2  conftest.c >&5
configure:10085: $? = 0
configure:10088: test -s conftest.o
configure:10091: $? = 0
configure:10101: result: yes
configure:10105: checking net/if.h presence
configure:10116: gcc -E  conftest.c
configure:10122: $? = 0
configure:10141: result: yes
configure:10177: checking for net/if.h
configure:10184: result: yes
configure:10069: checking sys/systeminfo.h usability
configure:10082: gcc -c -g -O2  conftest.c >&5
configure:10143:28: sys/systeminfo.h: No such file or directory
configure:10085: $? = 1
configure: failed program was:
| #line 10071 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/systeminfo.h>
configure:10101: result: no
configure:10105: checking sys/systeminfo.h presence
configure:10116: gcc -E  conftest.c
configure:10145:28: sys/systeminfo.h: No such file or directory
configure:10122: $? = 1
configure: failed program was:
| #line 10107 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| /* end confdefs.h.  */
| #include <sys/systeminfo.h>
configure:10141: result: no
configure:10177: checking for sys/systeminfo.h
configure:10184: result: no
configure:10069: checking sys/utsname.h usability
configure:10082: gcc -c -g -O2  conftest.c >&5
configure:10085: $? = 0
configure:10088: test -s conftest.o
configure:10091: $? = 0
configure:10101: result: yes
configure:10105: checking sys/utsname.h presence
configure:10116: gcc -E  conftest.c
configure:10122: $? = 0
configure:10141: result: yes
configure:10177: checking for sys/utsname.h
configure:10184: result: yes
configure:10214: checking sysent.h usability
configure:10227: gcc -c -g -O2  conftest.c >&5
configure:10289:20: sysent.h: No such file or directory
configure:10230: $? = 1
configure: failed program was:
| #line 10216 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sysent.h>
configure:10246: result: no
configure:10250: checking sysent.h presence
configure:10261: gcc -E  conftest.c
configure:10291:20: sysent.h: No such file or directory
configure:10267: $? = 1
configure: failed program was:
| #line 10252 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| /* end confdefs.h.  */
| #include <sysent.h>
configure:10286: result: no
configure:10322: checking for sysent.h
configure:10329: result: no
configure:10205: checking for unistd.h
configure:10210: result: yes
configure:10214: checking sys/unistd.h usability
configure:10227: gcc -c -g -O2  conftest.c >&5
configure:10230: $? = 0
configure:10233: test -s conftest.o
configure:10236: $? = 0
configure:10246: result: yes
configure:10250: checking sys/unistd.h presence
configure:10261: gcc -E  conftest.c
configure:10267: $? = 0
configure:10286: result: yes
configure:10322: checking for sys/unistd.h
configure:10329: result: yes
configure:10214: checking sys/socket.h usability
configure:10227: gcc -c -g -O2  conftest.c >&5
configure:10230: $? = 0
configure:10233: test -s conftest.o
configure:10236: $? = 0
configure:10246: result: yes
configure:10250: checking sys/socket.h presence
configure:10261: gcc -E  conftest.c
configure:10267: $? = 0
configure:10286: result: yes
configure:10322: checking for sys/socket.h
configure:10329: result: yes
configure:10360: checking ndir.h usability
configure:10373: gcc -c -g -O2  conftest.c >&5
configure:10438:18: ndir.h: No such file or directory
configure:10376: $? = 1
configure: failed program was:
| #line 10362 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ndir.h>
configure:10392: result: no
configure:10396: checking ndir.h presence
configure:10407: gcc -E  conftest.c
configure:10440:18: ndir.h: No such file or directory
configure:10413: $? = 1
configure: failed program was:
| #line 10398 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h.  */
| #include <ndir.h>
configure:10432: result: no
configure:10468: checking for ndir.h
configure:10475: result: no
configure:10360: checking sys/ndir.h usability
configure:10373: gcc -c -g -O2  conftest.c >&5
configure:10438:22: sys/ndir.h: No such file or directory
configure:10376: $? = 1
configure: failed program was:
| #line 10362 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/ndir.h>
configure:10392: result: no
configure:10396: checking sys/ndir.h presence
configure:10407: gcc -E  conftest.c
configure:10440:22: sys/ndir.h: No such file or directory
configure:10413: $? = 1
configure: failed program was:
| #line 10398 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| /* end confdefs.h.  */
| #include <sys/ndir.h>
configure:10432: result: no
configure:10468: checking for sys/ndir.h
configure:10475: result: no
configure:10360: checking sys/dir.h usability
configure:10373: gcc -c -g -O2  conftest.c >&5
configure:10376: $? = 0
configure:10379: test -s conftest.o
configure:10382: $? = 0
configure:10392: result: yes
configure:10396: checking sys/dir.h presence
configure:10407: gcc -E  conftest.c
configure:10413: $? = 0
configure:10432: result: yes
configure:10468: checking for sys/dir.h
configure:10475: result: yes
configure:10360: checking signal.h usability
configure:10373: gcc -c -g -O2  conftest.c >&5
configure:10376: $? = 0
configure:10379: test -s conftest.o
configure:10382: $? = 0
configure:10392: result: yes
configure:10396: checking signal.h presence
configure:10407: gcc -E  conftest.c
configure:10413: $? = 0
configure:10432: result: yes
configure:10468: checking for signal.h
configure:10475: result: yes
configure:10360: checking sys/signal.h usability
configure:10373: gcc -c -g -O2  conftest.c >&5
configure:10376: $? = 0
configure:10379: test -s conftest.o
configure:10382: $? = 0
configure:10392: result: yes
configure:10396: checking sys/signal.h presence
configure:10407: gcc -E  conftest.c
configure:10413: $? = 0
configure:10432: result: yes
configure:10468: checking for sys/signal.h
configure:10475: result: yes
configure:10505: checking sigfpe.h usability
configure:10518: gcc -c -g -O2  conftest.c >&5
configure:10586:20: sigfpe.h: No such file or directory
configure:10521: $? = 1
configure: failed program was:
| #line 10507 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sigfpe.h>
configure:10537: result: no
configure:10541: checking sigfpe.h presence
configure:10552: gcc -E  conftest.c
configure:10588:20: sigfpe.h: No such file or directory
configure:10558: $? = 1
configure: failed program was:
| #line 10543 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| /* end confdefs.h.  */
| #include <sigfpe.h>
configure:10577: result: no
configure:10613: checking for sigfpe.h
configure:10620: result: no
configure:10505: checking floatingpoint.h usability
configure:10518: gcc -c -g -O2  conftest.c >&5
configure:10586:27: floatingpoint.h: No such file or directory
configure:10521: $? = 1
configure: failed program was:
| #line 10507 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <floatingpoint.h>
configure:10537: result: no
configure:10541: checking floatingpoint.h presence
configure:10552: gcc -E  conftest.c
configure:10588:27: floatingpoint.h: No such file or directory
configure:10558: $? = 1
configure: failed program was:
| #line 10543 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| /* end confdefs.h.  */
| #include <floatingpoint.h>
configure:10577: result: no
configure:10613: checking for floatingpoint.h
configure:10620: result: no
configure:10505: checking sys/machsig.h usability
configure:10518: gcc -c -g -O2  conftest.c >&5
configure:10586:25: sys/machsig.h: No such file or directory
configure:10521: $? = 1
configure: failed program was:
| #line 10507 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/machsig.h>
configure:10537: result: no
configure:10541: checking sys/machsig.h presence
configure:10552: gcc -E  conftest.c
configure:10588:25: sys/machsig.h: No such file or directory
configure:10558: $? = 1
configure: failed program was:
| #line 10543 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| /* end confdefs.h.  */
| #include <sys/machsig.h>
configure:10577: result: no
configure:10613: checking for sys/machsig.h
configure:10620: result: no
configure:10505: checking sys/siginfo.h usability
configure:10518: gcc -c -g -O2  conftest.c >&5
configure:10586:25: sys/siginfo.h: No such file or directory
configure:10521: $? = 1
configure: failed program was:
| #line 10507 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/siginfo.h>
configure:10537: result: no
configure:10541: checking sys/siginfo.h presence
configure:10552: gcc -E  conftest.c
configure:10588:25: sys/siginfo.h: No such file or directory
configure:10558: $? = 1
configure: failed program was:
| #line 10543 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| /* end confdefs.h.  */
| #include <sys/siginfo.h>
configure:10577: result: no
configure:10613: checking for sys/siginfo.h
configure:10620: result: no
configure:10651: checking malloc.h usability
configure:10664: gcc -c -g -O2  conftest.c >&5
configure:10667: $? = 0
configure:10670: test -s conftest.o
configure:10673: $? = 0
configure:10683: result: yes
configure:10687: checking malloc.h presence
configure:10698: gcc -E  conftest.c
configure:10704: $? = 0
configure:10723: result: yes
configure:10759: checking for malloc.h
configure:10766: result: yes
configure:10642: checking for strings.h
configure:10647: result: yes
configure:10642: checking for sys/stat.h
configure:10647: result: yes
configure:10651: checking sys/sem.h usability
configure:10664: gcc -c -g -O2  conftest.c >&5
configure:10667: $? = 0
configure:10670: test -s conftest.o
configure:10673: $? = 0
configure:10683: result: yes
configure:10687: checking sys/sem.h presence
configure:10698: gcc -E  conftest.c
configure:10704: $? = 0
configure:10723: result: yes
configure:10759: checking for sys/sem.h
configure:10766: result: yes
configure:10651: checking sys/ipc.h usability
configure:10664: gcc -c -g -O2  conftest.c >&5
configure:10667: $? = 0
configure:10670: test -s conftest.o
configure:10673: $? = 0
configure:10683: result: yes
configure:10687: checking sys/ipc.h presence
configure:10698: gcc -E  conftest.c
configure:10704: $? = 0
configure:10723: result: yes
configure:10759: checking for sys/ipc.h
configure:10766: result: yes
configure:10796: checking sys/times.h usability
configure:10809: gcc -c -g -O2  conftest.c >&5
configure:10812: $? = 0
configure:10815: test -s conftest.o
configure:10818: $? = 0
configure:10828: result: yes
configure:10832: checking sys/times.h presence
configure:10843: gcc -E  conftest.c
configure:10849: $? = 0
configure:10868: result: yes
configure:10904: checking for sys/times.h
configure:10911: result: yes
configure:10796: checking dirent.h usability
configure:10809: gcc -c -g -O2  conftest.c >&5
configure:10812: $? = 0
configure:10815: test -s conftest.o
configure:10818: $? = 0
configure:10828: result: yes
configure:10832: checking dirent.h presence
configure:10843: gcc -E  conftest.c
configure:10849: $? = 0
configure:10868: result: yes
configure:10904: checking for dirent.h
configure:10911: result: yes
configure:10796: checking getopt.h usability
configure:10809: gcc -c -g -O2  conftest.c >&5
configure:10812: $? = 0
configure:10815: test -s conftest.o
configure:10818: $? = 0
configure:10828: result: yes
configure:10832: checking getopt.h presence
configure:10843: gcc -E  conftest.c
configure:10849: $? = 0
configure:10868: result: yes
configure:10904: checking for getopt.h
configure:10911: result: yes
configure:10796: checking sys/vnode.h usability
configure:10809: gcc -c -g -O2  conftest.c >&5
configure:10885:23: sys/vnode.h: No such file or directory
configure:10812: $? = 1
configure: failed program was:
| #line 10798 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETOPT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/vnode.h>
configure:10828: result: no
configure:10832: checking sys/vnode.h presence
configure:10843: gcc -E  conftest.c
configure:10887:23: sys/vnode.h: No such file or directory
configure:10849: $? = 1
configure: failed program was:
| #line 10834 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETOPT_H 1
| /* end confdefs.h.  */
| #include <sys/vnode.h>
configure:10868: result: no
configure:10904: checking for sys/vnode.h
configure:10911: result: no
configure:10932: checking  for C++ header files 
configure:10940: checking how to run the C++ preprocessor
configure:10972: g++ -E  conftest.cc
configure:10978: $? = 0
configure:11010: g++ -E  conftest.cc
configure:11054:28: ac_nonexistent.h: No such file or directory
configure:11016: $? = 1
configure: failed program was:
| #line 11001 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETOPT_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:11054: result: g++ -E
configure:11079: g++ -E  conftest.cc
configure:11085: $? = 0
configure:11117: g++ -E  conftest.cc
configure:11161:28: ac_nonexistent.h: No such file or directory
configure:11123: $? = 1
configure: failed program was:
| #line 11108 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETOPT_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:11185: checking stream.h usability
configure:11198: g++ -c -g -O2  conftest.cc >&5
In file included from /usr/include/c++/3.3.1/backward/stream.h:31,
                 from configure:11274:
/usr/include/c++/3.3.1/backward/backward_warning.h:32:2: warning: #warning This 
file includes at least one deprecated or antiquated header. Please consider 
using one of the 32 headers found in section 17.4.1.2 of the C++ standard. 
Examples include substituting the <X> header for the <X.h> header for C++ 
includes, or <sstream> instead of the deprecated header <strstream.h>. To 
disable this warning use -Wno-deprecated.
configure:11201: $? = 0
configure:11204: test -s conftest.o
configure:11207: $? = 0
configure:11217: result: yes
configure:11221: checking stream.h presence
configure:11232: g++ -E  conftest.cc
In file included from /usr/include/c++/3.3.1/backward/stream.h:31,
                 from configure:11276:
/usr/include/c++/3.3.1/backward/backward_warning.h:32:2: warning: #warning This 
file includes at least one deprecated or antiquated header. Please consider 
using one of the 32 headers found in section 17.4.1.2 of the C++ standard. 
Examples include substituting the <X> header for the <X.h> header for C++ 
includes, or <sstream> instead of the deprecated header <strstream.h>. To 
disable this warning use -Wno-deprecated.
configure:11238: $? = 0
configure:11257: result: yes
configure:11293: checking for stream.h
configure:11300: result: yes
configure:11185: checking strstream.h usability
configure:11198: g++ -c -g -O2  conftest.cc >&5
configure:11275:23: strstream.h: No such file or directory
configure:11201: $? = 1
configure: failed program was:
| #line 11187 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STREAM_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <strstream.h>
configure:11217: result: no
configure:11221: checking strstream.h presence
configure:11232: g++ -E  conftest.cc
configure:11277:23: strstream.h: No such file or directory
configure:11238: $? = 1
configure: failed program was:
| #line 11223 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STREAM_H 1
| /* end confdefs.h.  */
| #include <strstream.h>
configure:11257: result: no
configure:11293: checking for strstream.h
configure:11300: result: no
configure:11185: checking istream.h usability
configure:11198: g++ -c -g -O2  conftest.cc >&5
In file included from /usr/include/c++/3.3.1/backward/istream.h:31,
                 from configure:11275:
/usr/include/c++/3.3.1/backward/backward_warning.h:32:2: warning: #warning This 
file includes at least one deprecated or antiquated header. Please consider 
using one of the 32 headers found in section 17.4.1.2 of the C++ standard. 
Examples include substituting the <X> header for the <X.h> header for C++ 
includes, or <sstream> instead of the deprecated header <strstream.h>. To 
disable this warning use -Wno-deprecated.
configure:11201: $? = 0
configure:11204: test -s conftest.o
configure:11207: $? = 0
configure:11217: result: yes
configure:11221: checking istream.h presence
configure:11232: g++ -E  conftest.cc
In file included from /usr/include/c++/3.3.1/backward/istream.h:31,
                 from configure:11277:
/usr/include/c++/3.3.1/backward/backward_warning.h:32:2: warning: #warning This 
file includes at least one deprecated or antiquated header. Please consider 
using one of the 32 headers found in section 17.4.1.2 of the C++ standard. 
Examples include substituting the <X> header for the <X.h> header for C++ 
includes, or <sstream> instead of the deprecated header <strstream.h>. To 
disable this warning use -Wno-deprecated.
configure:11238: $? = 0
configure:11257: result: yes
configure:11293: checking for istream.h
configure:11300: result: yes
configure:11176: checking for stdlib.h
configure:11181: result: yes
configure:11185: checking ios.h usability
configure:11198: g++ -c -g -O2  conftest.cc >&5
configure:11277:17: ios.h: No such file or directory
configure:11201: $? = 1
configure: failed program was:
| #line 11187 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STREAM_H 1
| #define HAVE_ISTREAM_H 1
| #define HAVE_STDLIB_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ios.h>
configure:11217: result: no
configure:11221: checking ios.h presence
configure:11232: g++ -E  conftest.cc
configure:11279:17: ios.h: No such file or directory
configure:11238: $? = 1
configure: failed program was:
| #line 11223 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STREAM_H 1
| #define HAVE_ISTREAM_H 1
| #define HAVE_STDLIB_H 1
| /* end confdefs.h.  */
| #include <ios.h>
configure:11257: result: no
configure:11293: checking for ios.h
configure:11300: result: no
configure:11185: checking ios usability
configure:11198: g++ -c -g -O2  conftest.cc >&5
configure:11201: $? = 0
configure:11204: test -s conftest.o
configure:11207: $? = 0
configure:11217: result: yes
configure:11221: checking ios presence
configure:11232: g++ -E  conftest.cc
configure:11238: $? = 0
configure:11257: result: yes
configure:11293: checking for ios
configure:11300: result: yes
configure:11330: checking iomanip.h usability
configure:11343: g++ -c -g -O2  conftest.cc >&5
In file included from /usr/include/c++/3.3.1/backward/iomanip.h:31,
                 from configure:11423:
/usr/include/c++/3.3.1/backward/backward_warning.h:32:2: warning: #warning This 
file includes at least one deprecated or antiquated header. Please consider 
using one of the 32 headers found in section 17.4.1.2 of the C++ standard. 
Examples include substituting the <X> header for the <X.h> header for C++ 
includes, or <sstream> instead of the deprecated header <strstream.h>. To 
disable this warning use -Wno-deprecated.
configure:11346: $? = 0
configure:11349: test -s conftest.o
configure:11352: $? = 0
configure:11362: result: yes
configure:11366: checking iomanip.h presence
configure:11377: g++ -E  conftest.cc
In file included from /usr/include/c++/3.3.1/backward/iomanip.h:31,
                 from configure:11425:
/usr/include/c++/3.3.1/backward/backward_warning.h:32:2: warning: #warning This 
file includes at least one deprecated or antiquated header. Please consider 
using one of the 32 headers found in section 17.4.1.2 of the C++ standard. 
Examples include substituting the <X> header for the <X.h> header for C++ 
includes, or <sstream> instead of the deprecated header <strstream.h>. To 
disable this warning use -Wno-deprecated.
configure:11383: $? = 0
configure:11402: result: yes
configure:11438: checking for iomanip.h
configure:11445: result: yes
configure:11330: checking limits.h usability
configure:11343: g++ -c -g -O2  conftest.cc >&5
configure:11346: $? = 0
configure:11349: test -s conftest.o
configure:11352: $? = 0
configure:11362: result: yes
configure:11366: checking limits.h presence
configure:11377: g++ -E  conftest.cc
configure:11383: $? = 0
configure:11402: result: yes
configure:11438: checking for limits.h
configure:11445: result: yes
configure:11330: checking values.h usability
configure:11343: g++ -c -g -O2  conftest.cc >&5
configure:11346: $? = 0
configure:11349: test -s conftest.o
configure:11352: $? = 0
configure:11362: result: yes
configure:11366: checking values.h presence
configure:11377: g++ -E  conftest.cc
configure:11383: $? = 0
configure:11402: result: yes
configure:11438: checking for values.h
configure:11445: result: yes
configure:11330: checking float.h usability
configure:11343: g++ -c -g -O2  conftest.cc >&5
configure:11346: $? = 0
configure:11349: test -s conftest.o
configure:11352: $? = 0
configure:11362: result: yes
configure:11366: checking float.h presence
configure:11377: g++ -E  conftest.cc
configure:11383: $? = 0
configure:11402: result: yes
configure:11438: checking for float.h
configure:11445: result: yes
configure:11476: checking siginfo.h usability
configure:11489: g++ -c -g -O2  conftest.cc >&5
configure:11573:21: siginfo.h: No such file or directory
configure:11492: $? = 1
configure: failed program was:
| #line 11478 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STREAM_H 1
| #define HAVE_ISTREAM_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_IOS 1
| #define HAVE_IOMANIP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_FLOAT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <siginfo.h>
configure:11508: result: no
configure:11512: checking siginfo.h presence
configure:11523: g++ -E  conftest.cc
configure:11575:21: siginfo.h: No such file or directory
configure:11529: $? = 1
configure: failed program was:
| #line 11514 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STREAM_H 1
| #define HAVE_ISTREAM_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_IOS 1
| #define HAVE_IOMANIP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_FLOAT_H 1
| /* end confdefs.h.  */
| #include <siginfo.h>
configure:11548: result: no
configure:11584: checking for siginfo.h
configure:11591: result: no
configure:11476: checking bits/sigset.h usability
configure:11489: g++ -c -g -O2  conftest.cc >&5
configure:11492: $? = 0
configure:11495: test -s conftest.o
configure:11498: $? = 0
configure:11508: result: yes
configure:11512: checking bits/sigset.h presence
configure:11523: g++ -E  conftest.cc
configure:11529: $? = 0
configure:11548: result: yes
configure:11584: checking for bits/sigset.h
configure:11591: result: yes
configure:11476: checking bstring.h usability
configure:11489: g++ -c -g -O2  conftest.cc >&5
configure:11574:21: bstring.h: No such file or directory
configure:11492: $? = 1
configure: failed program was:
| #line 11478 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STREAM_H 1
| #define HAVE_ISTREAM_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_IOS 1
| #define HAVE_IOMANIP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_BITS_SIGSET_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <bstring.h>
configure:11508: result: no
configure:11512: checking bstring.h presence
configure:11523: g++ -E  conftest.cc
configure:11576:21: bstring.h: No such file or directory
configure:11529: $? = 1
configure: failed program was:
| #line 11514 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STREAM_H 1
| #define HAVE_ISTREAM_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_IOS 1
| #define HAVE_IOMANIP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_BITS_SIGSET_H 1
| /* end confdefs.h.  */
| #include <bstring.h>
configure:11548: result: no
configure:11584: checking for bstring.h
configure:11591: result: no
configure:11467: checking for sys/types.h
configure:11472: result: yes
configure:11476: checking sys/select.h usability
configure:11489: g++ -c -g -O2  conftest.cc >&5
configure:11492: $? = 0
configure:11495: test -s conftest.o
configure:11498: $? = 0
configure:11508: result: yes
configure:11512: checking sys/select.h presence
configure:11523: g++ -E  conftest.cc
configure:11529: $? = 0
configure:11548: result: yes
configure:11584: checking for sys/select.h
configure:11591: result: yes
configure:11619: checking X11/extensions/transovl.h usability
configure:11632: g++ -c -g -O2  conftest.cc >&5
configure:11719:37: X11/extensions/transovl.h: No such file or directory
configure:11635: $? = 1
configure: failed program was:
| #line 11621 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STREAM_H 1
| #define HAVE_ISTREAM_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_IOS 1
| #define HAVE_IOMANIP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_BITS_SIGSET_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <X11/extensions/transovl.h>
configure:11651: result: no
configure:11655: checking X11/extensions/transovl.h presence
configure:11666: g++ -E  conftest.cc
configure:11721:37: X11/extensions/transovl.h: No such file or directory
configure:11672: $? = 1
configure: failed program was:
| #line 11657 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STREAM_H 1
| #define HAVE_ISTREAM_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_IOS 1
| #define HAVE_IOMANIP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_BITS_SIGSET_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| /* end confdefs.h.  */
| #include <X11/extensions/transovl.h>
configure:11691: result: no
configure:11727: checking for X11/extensions/transovl.h
configure:11734: result: no
configure:11619: checking X11/extensions/readdisplay.h usability
configure:11632: g++ -c -g -O2  conftest.cc >&5
configure:11719:40: X11/extensions/readdisplay.h: No such file or directory
configure:11635: $? = 1
configure: failed program was:
| #line 11621 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STREAM_H 1
| #define HAVE_ISTREAM_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_IOS 1
| #define HAVE_IOMANIP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_BITS_SIGSET_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <X11/extensions/readdisplay.h>
configure:11651: result: no
configure:11655: checking X11/extensions/readdisplay.h presence
configure:11666: g++ -E  conftest.cc
configure:11721:40: X11/extensions/readdisplay.h: No such file or directory
configure:11672: $? = 1
configure: failed program was:
| #line 11657 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STREAM_H 1
| #define HAVE_ISTREAM_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_IOS 1
| #define HAVE_IOMANIP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_BITS_SIGSET_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| /* end confdefs.h.  */
| #include <X11/extensions/readdisplay.h>
configure:11691: result: no
configure:11727: checking for X11/extensions/readdisplay.h
configure:11734: result: no
configure:11761: checking X11/extensions/multibuf.h usability
configure:11774: g++ -c -g -O2  conftest.cc >&5
In file included from configure:11861:
/usr/include/X11/extensions/multibuf.h:106: error: syntax error before `;' token
/usr/include/X11/extensions/multibuf.h:112: error: syntax error before `*' token
/usr/include/X11/extensions/multibuf.h:113: error: 'Multibuffer' is used as a 
type, but is not defined as a type.
/usr/include/X11/extensions/multibuf.h:121: error: syntax error before `*' token
/usr/include/X11/extensions/multibuf.h:122: error: 'Multibuffer' is used as a 
type, but is not defined as a type.
/usr/include/X11/extensions/multibuf.h:135: error: syntax error before `*' token
/usr/include/X11/extensions/multibuf.h:150: error: 'Window' is used as a type, 
but is not defined as a type.
/usr/include/X11/extensions/multibuf.h:168: error: 'VisualID' is used as a 
type, but is not defined as a type.
/usr/include/X11/extensions/multibuf.h:175: error: syntax error before `(' token
/usr/include/X11/extensions/multibuf.h:183: error: syntax error before `(' token
/usr/include/X11/extensions/multibuf.h:193: error: `Display' was not declared 
in this scope
/usr/include/X11/extensions/multibuf.h:193: error: syntax error before `,' token
/usr/include/X11/extensions/multibuf.h:204: error: `Display' was not declared 
in this scope
/usr/include/X11/extensions/multibuf.h:204: error: syntax error before `,' token
/usr/include/X11/extensions/multibuf.h:211: error: `Display' was not declared 
in this scope
/usr/include/X11/extensions/multibuf.h:211: error: syntax error before `,' token
/usr/include/X11/extensions/multibuf.h:219: error: syntax error before `(' token
/usr/include/X11/extensions/multibuf.h:229: error: `Display' was not declared 
in this scope
/usr/include/X11/extensions/multibuf.h:229: error: syntax error before `,' token
/usr/include/X11/extensions/multibuf.h:236: error: syntax error before `(' token
/usr/include/X11/extensions/multibuf.h:246: error: `Display' was not declared 
in this scope
/usr/include/X11/extensions/multibuf.h:246: error: syntax error before `,' token
/usr/include/X11/extensions/multibuf.h:253: error: syntax error before `(' token
/usr/include/X11/extensions/multibuf.h:264: error: syntax error before `(' token
/usr/include/X11/extensions/multibuf.h:285: error: `Display' was not declared 
in this scope
/usr/include/X11/extensions/multibuf.h:285: error: syntax error before `,' token
configure:11777: $? = 1
configure: failed program was:
| #line 11763 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STREAM_H 1
| #define HAVE_ISTREAM_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_IOS 1
| #define HAVE_IOMANIP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_BITS_SIGSET_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <X11/extensions/multibuf.h>
configure:11793: result: no
configure:11797: checking X11/extensions/multibuf.h presence
configure:11808: g++ -E  conftest.cc
configure:11814: $? = 0
configure:11833: result: yes
configure:11853: WARNING: X11/extensions/multibuf.h: present but cannot be 
compiled
configure:11855: WARNING: X11/extensions/multibuf.h: check for missing 
prerequisite headers?
configure:11857: WARNING: X11/extensions/multibuf.h: proceeding with the 
preprocessor's result
configure:11869: checking for X11/extensions/multibuf.h
configure:11876: result: yes
configure:11905: checking sys/filio.h usability
configure:11918: g++ -c -g -O2  conftest.cc >&5
configure:12006:23: sys/filio.h: No such file or directory
configure:11921: $? = 1
configure: failed program was:
| #line 11907 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STREAM_H 1
| #define HAVE_ISTREAM_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_IOS 1
| #define HAVE_IOMANIP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_BITS_SIGSET_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_X11_EXTENSIONS_MULTIBUF_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/filio.h>
configure:11937: result: no
configure:11941: checking sys/filio.h presence
configure:11952: g++ -E  conftest.cc
configure:12008:23: sys/filio.h: No such file or directory
configure:11958: $? = 1
configure: failed program was:
| #line 11943 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STREAM_H 1
| #define HAVE_ISTREAM_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_IOS 1
| #define HAVE_IOMANIP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_BITS_SIGSET_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_X11_EXTENSIONS_MULTIBUF_H 1
| /* end confdefs.h.  */
| #include <sys/filio.h>
configure:11977: result: no
configure:12013: checking for sys/filio.h
configure:12020: result: no
configure:11905: checking sys/mman.h usability
configure:11918: g++ -c -g -O2  conftest.cc >&5
configure:11921: $? = 0
configure:11924: test -s conftest.o
configure:11927: $? = 0
configure:11937: result: yes
configure:11941: checking sys/mman.h presence
configure:11952: g++ -E  conftest.cc
configure:11958: $? = 0
configure:11977: result: yes
configure:12013: checking for sys/mman.h
configure:12020: result: yes
configure:11905: checking libc.h usability
configure:11918: g++ -c -g -O2  conftest.cc >&5
configure:12007:18: libc.h: No such file or directory
configure:11921: $? = 1
configure: failed program was:
| #line 11907 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STREAM_H 1
| #define HAVE_ISTREAM_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_IOS 1
| #define HAVE_IOMANIP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_BITS_SIGSET_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_X11_EXTENSIONS_MULTIBUF_H 1
| #define HAVE_SYS_MMAN_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <libc.h>
configure:11937: result: no
configure:11941: checking libc.h presence
configure:11952: g++ -E  conftest.cc
configure:12009:18: libc.h: No such file or directory
configure:11958: $? = 1
configure: failed program was:
| #line 11943 "configure"
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "OpenCAS"
| #define VERSION "5.0DVP1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| #include <stdlib.h>
| #endif
| #define PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_STRING_H 1
| #define STDC_HEADERS 1
| #define HAVE_DLFCN_H 1
| #define HAVE_TIME_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_PWD_H 1
| #define HAVE_SYS_STATVFS_H 1
| #define HAVE_SYS_VFS_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_NET_IF_H 1
| #define HAVE_SYS_UTSNAME_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_UNISTD_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_DIR_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_SYS_SIGNAL_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_SYS_SEM_H 1
| #define HAVE_SYS_IPC_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_DIRENT_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_STREAM_H 1
| #define HAVE_ISTREAM_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_IOS 1
| #define HAVE_IOMANIP_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_VALUES_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_BITS_SIGSET_H 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_X11_EXTENSIONS_MULTIBUF_H 1
| #define HAVE_SYS_MMAN_H 1
| /* end confdefs.h.  */
| #include <libc.h>
configure:11977: result: no
configure:12013: checking for libc.h
configure:12020: result: no
configure:12056: checking for Tcl configuration
configure:12118: WARNING: Can't find Tcl configuration definitions

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_have_x='have_x=yes                ac_x_includes=/usr/X11R6/include 
ac_x_libraries=/usr/X11R6/lib'
ac_cv_header_X11_extensions_multibuf_h=yes
ac_cv_header_X11_extensions_readdisplay_h=no
ac_cv_header_X11_extensions_transovl_h=no
ac_cv_header_bits_sigset_h=yes
ac_cv_header_bstring_h=no
ac_cv_header_dirent_h=yes
ac_cv_header_dl_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_float_h=yes
ac_cv_header_floatingpoint_h=no
ac_cv_header_getopt_h=yes
ac_cv_header_ieeefp_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_iomanip_h=yes
ac_cv_header_ios=yes
ac_cv_header_ios_h=no
ac_cv_header_istream_h=yes
ac_cv_header_libc_h=no
ac_cv_header_limits_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_ndir_h=no
ac_cv_header_net_if_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_osfcn_h=no
ac_cv_header_pwd_h=yes
ac_cv_header_sigfpe_h=no
ac_cv_header_siginfo_h=no
ac_cv_header_signal_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_stream_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_strstream_h=no
ac_cv_header_sys_dir_h=yes
ac_cv_header_sys_filio_h=no
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_ipc_h=yes
ac_cv_header_sys_machsig_h=no
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_ndir_h=no
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_sem_h=yes
ac_cv_header_sys_siginfo_h=no
ac_cv_header_sys_signal_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_statvfs_h=yes
ac_cv_header_sys_systeminfo_h=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_times_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_unistd_h=yes
ac_cv_header_sys_utsname_h=yes
ac_cv_header_sys_vfs_h=yes
ac_cv_header_sys_vnode_h=no
ac_cv_header_sysent_h=no
ac_cv_header_time_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_values_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_e_main=no
ac_cv_lib_inks_main=no
ac_cv_objext=o
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_search_strerror='none required'
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_prog_cc_stdc=
lt_cv_archive_cmds_need_lc=no
lt_cv_compiler_c_o=yes
lt_cv_compiler_o_lo=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file='/lib/libc.so.6 /lib/libc-2.3.2.so'
lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  
{\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", 
(lt_ptr) \&\2},/p'\'''
lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char 
\1;/p'\'''
lt_cv_ld_reload_flag=-r
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/bin/sed
lt_cv_prog_cc_can_build_shared=yes
lt_cv_prog_cc_no_builtin=
lt_cv_prog_cc_pic=' -fPIC'
lt_cv_prog_cc_pic_works=yes
lt_cv_prog_cc_shlib=
lt_cv_prog_cc_static=
lt_cv_prog_cc_static_works=no
lt_cv_prog_cc_wl=-Wl,
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[      
]\([ABCDGISTW][ABCDGISTW]*\)[   ][      ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 
\2\3 \3/p'\'''

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

ACLOCAL='${SHELL} /var/OpenCASCADE5.1/ros/make/missing --run aclocal-1.7'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /var/OpenCASCADE5.1/ros/make/missing --run tar'
ANSI2KNR=''
AUTOCONF='${SHELL} /var/OpenCASCADE5.1/ros/make/missing --run autoconf'
AUTOHEADER='${SHELL} /var/OpenCASCADE5.1/ros/make/missing --run autoheader'
AUTOMAKE='${SHELL} /var/OpenCASCADE5.1/ros/make/missing --run automake-1.7'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CSF_FPELibs_LIB=''
CSF_OpenGlLibs_INCLUDES=''
CSF_OpenGlLibs_LIB=''
CSF_SOCKETLibs_LIB=''
CSF_TclLibs_INCLUDES=''
CSF_TclLibs_LIB=''
CSF_TclTkLibs_INCLUDES=''
CSF_TclTkLibs_LIB=''
CSF_XmuLibs_INCLUDES=''
CSF_XmuLibs_LIB=''
CSF_XwLibs_LIB=''
CSF_advapi32_LIB=''
CSF_dpsLibs_INCLUDES=''
CSF_dpsLibs_LIB=''
CSF_gdi32_LIB=''
CSF_user32_LIB=''
CSF_wsock32_LIB=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
JAVA_INCLUDE=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /var/OpenCASCADE5.1/ros/make/missing --run makeinfo'
OBJEXT='o'
PACKAGE='OpenCAS'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
TCL_BIN_DIR='# no Tcl configs found'
TCL_LIB_FILE=''
TCL_SRC_DIR=''
TCL_VERSION=''
TK_BIN_DIR=''
TK_LIB_FILE=''
TK_SRC_DIR=''
TK_VERSION=''
U=''
VERSION='5.0DVP1'
YACC='bison -y'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_TKjcas=''
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/var/OpenCASCADE5.1/ros/make/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
platform=''
prefix='NONE'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define HAVE_BITS_SIGSET_H 1
#define HAVE_DIRENT_H 1
#define HAVE_DLFCN_H 1
#define HAVE_DLFCN_H 1
#define HAVE_FLOAT_H 1
#define HAVE_GETOPT_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_IOMANIP_H 1
#define HAVE_IOS 1
#define HAVE_ISTREAM_H 1
#define HAVE_LIMITS_H 1
#define HAVE_MALLOC_H 1
#define HAVE_MEMORY_H 1
#define HAVE_NETDB_H 1
#define HAVE_NET_IF_H 1
#define HAVE_PWD_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STREAM_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_DIR_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_IPC_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SEM_H 1
#define HAVE_SYS_SIGNAL_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STATVFS_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_UNISTD_H 1
#define HAVE_SYS_UTSNAME_H 1
#define HAVE_SYS_VFS_H 1
#define HAVE_TIME_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_VALUES_H 1
#define HAVE_X11_EXTENSIONS_MULTIBUF_H 1
#define PACKAGE "OpenCAS"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PROTOTYPES 1
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define VERSION "5.0DVP1"
#endif
#ifdef __cplusplus
#include <stdlib.h>

configure: exit 0

reply via email to

[Prev in Thread] Current Thread [Next in Thread]