freeipmi-users
[Top][All Lists]
Advanced

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

Re: [Freeipmi-users] sparc64 compilation errors


From: corentin.labbe
Subject: Re: [Freeipmi-users] sparc64 compilation errors
Date: Wed, 14 Mar 2007 10:48:49 +0100
User-agent: Thunderbird 1.5.0.10 (X11/20070304)

Apparently attachment disappear, i tested and it's not my mailserver's fault. 
Perhaps the mailman of this list?

This is the config.log and after types.h

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

It was created by freeipmi configure 0.3.1, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure

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

hostname = dien
uname -m = sparc64
uname -r = 2.6.17-gentoo-r9
uname -s = Linux
uname -v = #8 Mon Mar 12 14:16:03 CET 2007

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

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

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /opt/bin
PATH: /usr/sparc-unknown-linux-gnu/gcc-bin/3.4.6
PATH: /usr/sparc-unknown-linux-gnu/sparc64-unknown-linux-gnu/gcc-bin/3.4.6


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

configure:1560: checking for a BSD-compatible install
configure:1615: result: /usr/bin/install -c
configure:1626: checking whether build environment is sane
configure:1669: result: yes
configure:1734: checking for gawk
configure:1750: found /usr/bin/gawk
configure:1760: result: gawk
configure:1770: checking whether make sets $(MAKE)
configure:1790: result: yes
configure:2005: checking build system type
configure:2023: result: sparc64-unknown-linux-gnu
configure:2031: checking host system type
configure:2045: result: sparc64-unknown-linux-gnu
configure:2067: checking for a BSD-compatible install
configure:2122: result: /usr/bin/install -c
configure:2179: checking for gcc
configure:2195: found /usr/bin/gcc
configure:2205: result: gcc
configure:2449: checking for C compiler version
configure:2452: gcc --version </dev/null >&5
gcc (GCC) 3.4.6 (Gentoo 3.4.6-r2, ssp-3.4.6-1.0, pie-8.7.10)
Copyright (C) 2006 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:2455: $? = 0
configure:2457: gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc/sparc-unknown-linux-gnu/3.4.6/specs
Configured with: /var/tmp/portage/sys-devel/gcc-3.4.6-r2/work/gcc-3.4.6/configure --prefix=/usr --bindir=/usr/sparc-unknown-linux-gnu/gcc-bin/3.4.6 --includedir=/usr/lib/gcc/sparc-unknown-linux-gnu/3.4.6/include --datadir=/usr/share/gcc-data/sparc-unknown-linux-gnu/3.4.6 --mandir=/usr/share/gcc-data/sparc-unknown-linux-gnu/3.4.6/man --infodir=/usr/share/gcc-data/sparc-unknown-linux-gnu/3.4.6/info --with-gxx-include-dir=/usr/lib/gcc/sparc-unknown-linux-gnu/3.4.6/include/g++-v3 --host=sparc-unknown-linux-gnu --build=sparc-unknown-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-libunwind-exceptions --disable-multilib --disable-libgcj --enable-languages=c,c++ --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
Thread model: posix
gcc version 3.4.6 (Gentoo 3.4.6-r2, ssp-3.4.6-1.0, pie-8.7.10)
configure:2460: $? = 0
configure:2462: gcc -V </dev/null >&5
gcc: `-V' option must have argument
configure:2465: $? = 1
configure:2488: checking for C compiler default output file name
configure:2491: gcc    conftest.c  >&5
configure:2494: $? = 0
configure:2540: result: a.out
configure:2545: checking whether the C compiler works
configure:2551: ./a.out
configure:2554: $? = 0
configure:2571: result: yes
configure:2578: checking whether we are cross compiling
configure:2580: result: no
configure:2583: checking for suffix of executables
configure:2585: gcc -o conftest    conftest.c  >&5
configure:2588: $? = 0
configure:2613: result:
configure:2619: checking for suffix of object files
configure:2640: gcc -c   conftest.c >&5
configure:2643: $? = 0
configure:2665: result: o
configure:2669: checking whether we are using the GNU C compiler
configure:2693: gcc -c   conftest.c >&5
configure:2699: $? = 0
configure:2703: test -z
                         || test ! -s conftest.err
configure:2706: $? = 0
configure:2709: test -s conftest.o
configure:2712: $? = 0
configure:2725: result: yes
configure:2731: checking whether gcc accepts -g
configure:2752: gcc -c -g  conftest.c >&5
configure:2758: $? = 0
configure:2762: test -z
                         || test ! -s conftest.err
configure:2765: $? = 0
configure:2768: test -s conftest.o
configure:2771: $? = 0
configure:2782: result: yes
configure:2799: checking for gcc option to accept ANSI C
configure:2869: gcc  -c -g -O2  conftest.c >&5
configure:2875: $? = 0
configure:2879: test -z
                         || test ! -s conftest.err
configure:2882: $? = 0
configure:2885: test -s conftest.o
configure:2888: $? = 0
configure:2906: result: none needed
configure:2924: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2930: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3074: checking for style of include used by make
configure:3102: result: GNU
configure:3130: checking dependency style of gcc
configure:3220: result: gcc3
configure:3309: checking for a sed that does not truncate output
configure:3363: result: /usr/bin/sed
configure:3366: checking for egrep
configure:3376: result: grep -E
configure:3392: checking for ld used by gcc
configure:3459: result: /usr/sparc-unknown-linux-gnu/bin/ld
configure:3468: checking if the linker (/usr/sparc-unknown-linux-gnu/bin/ld) is 
GNU ld
configure:3483: result: yes
configure:3488: checking for /usr/sparc-unknown-linux-gnu/bin/ld option to 
reload object files
configure:3495: result: -r
configure:3504: checking for BSD-compatible nm
configure:3546: result: /usr/bin/nm -B
configure:3550: checking whether ln -s works
configure:3554: result: yes
configure:3561: checking how to recognise dependent libraries
configure:3744: result: pass_all
configure:3829: gcc -c -g -O2  conftest.c >&5
configure:3832: $? = 0
configure:3958: checking how to run the C preprocessor
configure:3993: gcc -E  conftest.c
configure:3999: $? = 0
configure:4031: gcc -E  conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:4037: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "freeipmi"
| #define PACKAGE_TARNAME "freeipmi"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "freeipmi 0.3.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "freeipmi"
| #define VERSION "0.3.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4076: result: gcc -E
configure:4100: gcc -E  conftest.c
configure:4106: $? = 0
configure:4138: gcc -E  conftest.c
conftest.c:11:28: ac_nonexistent.h: No such file or directory
configure:4144: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "freeipmi"
| #define PACKAGE_TARNAME "freeipmi"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "freeipmi 0.3.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "freeipmi"
| #define VERSION "0.3.1"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4188: checking for ANSI C header files
configure:4213: gcc -c -g -O2  conftest.c >&5
configure:4219: $? = 0
configure:4223: test -z
                         || test ! -s conftest.err
configure:4226: $? = 0
configure:4229: test -s conftest.o
configure:4232: $? = 0
configure:4321: gcc -o conftest -g -O2   conftest.c  >&5
configure:4324: $? = 0
configure:4326: ./conftest
configure:4329: $? = 0
configure:4344: result: yes
configure:4368: checking for sys/types.h
configure:4384: gcc -c -g -O2  conftest.c >&5
configure:4390: $? = 0
configure:4394: test -z
                         || test ! -s conftest.err
configure:4397: $? = 0
configure:4400: test -s conftest.o
configure:4403: $? = 0
configure:4414: result: yes
configure:4368: checking for sys/stat.h
configure:4384: gcc -c -g -O2  conftest.c >&5
configure:4390: $? = 0
configure:4394: test -z
                         || test ! -s conftest.err
configure:4397: $? = 0
configure:4400: test -s conftest.o
configure:4403: $? = 0
configure:4414: result: yes
configure:4368: checking for stdlib.h
configure:4384: gcc -c -g -O2  conftest.c >&5
configure:4390: $? = 0
configure:4394: test -z
                         || test ! -s conftest.err
configure:4397: $? = 0
configure:4400: test -s conftest.o
configure:4403: $? = 0
configure:4414: result: yes
configure:4368: checking for string.h
configure:4384: gcc -c -g -O2  conftest.c >&5
configure:4390: $? = 0
configure:4394: test -z
                         || test ! -s conftest.err
configure:4397: $? = 0
configure:4400: test -s conftest.o
configure:4403: $? = 0
configure:4414: result: yes
configure:4368: checking for memory.h
configure:4384: gcc -c -g -O2  conftest.c >&5
configure:4390: $? = 0
configure:4394: test -z
                         || test ! -s conftest.err
configure:4397: $? = 0
configure:4400: test -s conftest.o
configure:4403: $? = 0
configure:4414: result: yes
configure:4368: checking for strings.h
configure:4384: gcc -c -g -O2  conftest.c >&5
configure:4390: $? = 0
configure:4394: test -z
                         || test ! -s conftest.err
configure:4397: $? = 0
configure:4400: test -s conftest.o
configure:4403: $? = 0
configure:4414: result: yes
configure:4368: checking for inttypes.h
configure:4384: gcc -c -g -O2  conftest.c >&5
configure:4390: $? = 0
configure:4394: test -z
                         || test ! -s conftest.err
configure:4397: $? = 0
configure:4400: test -s conftest.o
configure:4403: $? = 0
configure:4414: result: yes
configure:4368: checking for stdint.h
configure:4384: gcc -c -g -O2  conftest.c >&5
configure:4390: $? = 0
configure:4394: test -z
                         || test ! -s conftest.err
configure:4397: $? = 0
configure:4400: test -s conftest.o
configure:4403: $? = 0
configure:4414: result: yes
configure:4368: checking for unistd.h
configure:4384: gcc -c -g -O2  conftest.c >&5
configure:4390: $? = 0
configure:4394: test -z
                         || test ! -s conftest.err
configure:4397: $? = 0
configure:4400: test -s conftest.o
configure:4403: $? = 0
configure:4414: result: yes
configure:4440: checking dlfcn.h usability
configure:4452: gcc -c -g -O2  conftest.c >&5
configure:4458: $? = 0
configure:4462: test -z
                         || test ! -s conftest.err
configure:4465: $? = 0
configure:4468: test -s conftest.o
configure:4471: $? = 0
configure:4481: result: yes
configure:4485: checking dlfcn.h presence
configure:4495: gcc -E  conftest.c
configure:4501: $? = 0
configure:4521: result: yes
configure:4556: checking for dlfcn.h
configure:4563: result: yes
configure:4628: checking for g++
configure:4644: found /usr/bin/g++
configure:4654: result: g++
configure:4670: checking for C++ compiler version
configure:4673: g++ --version </dev/null >&5
g++ (GCC) 3.4.6 (Gentoo 3.4.6-r2, ssp-3.4.6-1.0, pie-8.7.10)
Copyright (C) 2006 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:4676: $? = 0
configure:4678: g++ -v </dev/null >&5
Reading specs from /usr/lib/gcc/sparc-unknown-linux-gnu/3.4.6/specs
Configured with: /var/tmp/portage/sys-devel/gcc-3.4.6-r2/work/gcc-3.4.6/configure --prefix=/usr --bindir=/usr/sparc-unknown-linux-gnu/gcc-bin/3.4.6 --includedir=/usr/lib/gcc/sparc-unknown-linux-gnu/3.4.6/include --datadir=/usr/share/gcc-data/sparc-unknown-linux-gnu/3.4.6 --mandir=/usr/share/gcc-data/sparc-unknown-linux-gnu/3.4.6/man --infodir=/usr/share/gcc-data/sparc-unknown-linux-gnu/3.4.6/info --with-gxx-include-dir=/usr/lib/gcc/sparc-unknown-linux-gnu/3.4.6/include/g++-v3 --host=sparc-unknown-linux-gnu --build=sparc-unknown-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-libunwind-exceptions --disable-multilib --disable-libgcj --enable-languages=c,c++ --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
Thread model: posix
gcc version 3.4.6 (Gentoo 3.4.6-r2, ssp-3.4.6-1.0, pie-8.7.10)
configure:4681: $? = 0
configure:4683: g++ -V </dev/null >&5
g++: `-V' option must have argument
configure:4686: $? = 1
configure:4689: checking whether we are using the GNU C++ compiler
configure:4713: g++ -c   conftest.cc >&5
configure:4719: $? = 0
configure:4723: test -z
                         || test ! -s conftest.err
configure:4726: $? = 0
configure:4729: test -s conftest.o
configure:4732: $? = 0
configure:4745: result: yes
configure:4751: checking whether g++ accepts -g
configure:4772: g++ -c -g  conftest.cc >&5
configure:4778: $? = 0
configure:4782: test -z
                         || test ! -s conftest.err
configure:4785: $? = 0
configure:4788: test -s conftest.o
configure:4791: $? = 0
configure:4802: result: yes
configure:4844: g++ -c -g -O2  conftest.cc >&5
configure:4850: $? = 0
configure:4854: test -z
                         || test ! -s conftest.err
configure:4857: $? = 0
configure:4860: test -s conftest.o
configure:4863: $? = 0
configure:4889: g++ -c -g -O2  conftest.cc >&5
conftest.cc: In function `int main()':
conftest.cc:26: error: `exit' was not declared in this scope
configure:4895: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "freeipmi"
| #define PACKAGE_TARNAME "freeipmi"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "freeipmi 0.3.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "freeipmi"
| #define VERSION "0.3.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
|
| int
| main ()
| {
| exit (42);
|   ;
|   return 0;
| }
configure:4844: g++ -c -g -O2  conftest.cc >&5
configure:4850: $? = 0
configure:4854: test -z
                         || test ! -s conftest.err
configure:4857: $? = 0
configure:4860: test -s conftest.o
configure:4863: $? = 0
configure:4889: g++ -c -g -O2  conftest.cc >&5
configure:4895: $? = 0
configure:4899: test -z
                         || test ! -s conftest.err
configure:4902: $? = 0
configure:4905: test -s conftest.o
configure:4908: $? = 0
configure:4933: checking dependency style of g++
configure:5023: result: gcc3
configure:5045: checking how to run the C++ preprocessor
configure:5076: g++ -E  conftest.cc
configure:5082: $? = 0
configure:5114: g++ -E  conftest.cc
conftest.cc:25:28: ac_nonexistent.h: No such file or directory
configure:5120: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "freeipmi"
| #define PACKAGE_TARNAME "freeipmi"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "freeipmi 0.3.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "freeipmi"
| #define VERSION "0.3.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5159: result: g++ -E
configure:5183: g++ -E  conftest.cc
configure:5189: $? = 0
configure:5221: g++ -E  conftest.cc
conftest.cc:25:28: ac_nonexistent.h: No such file or directory
configure:5227: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "freeipmi"
| #define PACKAGE_TARNAME "freeipmi"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "freeipmi 0.3.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "freeipmi"
| #define VERSION "0.3.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5322: checking for g77
configure:5351: result: no
configure:5322: checking for f77
configure:5351: result: no
configure:5322: checking for xlf
configure:5351: result: no
configure:5322: checking for frt
configure:5351: result: no
configure:5322: checking for pgf77
configure:5351: result: no
configure:5322: checking for fort77
configure:5351: result: no
configure:5322: checking for fl32
configure:5351: result: no
configure:5322: checking for af77
configure:5351: result: no
configure:5322: checking for f90
configure:5351: result: no
configure:5322: checking for xlf90
configure:5351: result: no
configure:5322: checking for pgf90
configure:5351: result: no
configure:5322: checking for epcf90
configure:5351: result: no
configure:5322: checking for f95
configure:5351: result: no
configure:5322: checking for fort
configure:5351: result: no
configure:5322: checking for xlf95
configure:5351: result: no
configure:5322: checking for ifc
configure:5351: result: no
configure:5322: checking for efc
configure:5351: result: no
configure:5322: checking for pgf95
configure:5351: result: no
configure:5322: checking for lf95
configure:5351: result: no
configure:5322: checking for gfortran
configure:5351: result: no
configure:5363: checking for Fortran 77 compiler version
configure:5366:  --version </dev/null >&5
./configure: line 5367: --version: command not found
configure:5369: $? = 127
configure:5371:  -v </dev/null >&5
./configure: line 5372: -v: command not found
configure:5374: $? = 127
configure:5376:  -V </dev/null >&5
./configure: line 5377: -V: command not found
configure:5379: $? = 127
configure:5387: checking whether we are using the GNU Fortran 77 compiler
configure:5401:  -c  conftest.F >&5
./configure: line 5402: -c: command not found
configure:5407: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
|
|       end
configure:5433: result: no
configure:5439: checking whether  accepts -g
configure:5451:  -c -g conftest.f >&5
./configure: line 5452: -c: command not found
configure:5457: $? = 127
configure: failed program was:
|       program main
|
|       end
configure:5482: result: no
configure:5512: checking the maximum length of command line arguments
configure:5577: result: 65536
configure:5588: checking command to parse /usr/bin/nm -B output from gcc object
configure:5677: gcc -c -g -O2  conftest.c >&5
configure:5680: $? = 0
configure:5684: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[  
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:5687: $? = 0
configure:5739: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:5742: $? = 0
configure:5780: result: ok
configure:5784: checking for objdir
configure:5799: result: .libs
configure:5889: checking for ar
configure:5905: found /usr/bin/ar
configure:5916: result: ar
configure:5969: checking for ranlib
configure:5985: found /usr/bin/ranlib
configure:5996: result: ranlib
configure:6049: checking for strip
configure:6065: found /usr/bin/strip
configure:6076: result: strip
configure:6338: checking if gcc static flag  works
configure:6361: result: yes
configure:6379: checking if gcc supports -fno-rtti -fno-exceptions
configure:6397: gcc -c -g -O2  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not 
for C
configure:6401: $? = 0
configure:6412: result: no
configure:6427: checking for gcc option to produce PIC
configure:6604: result: -fPIC
configure:6612: checking if gcc PIC flag -fPIC works
configure:6630: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:6634: $? = 0
configure:6645: result: yes
configure:6669: checking if gcc supports -c -o file.o
configure:6690: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:6694: $? = 0
configure:6714: result: yes
configure:6740: checking whether the gcc linker 
(/usr/sparc-unknown-linux-gnu/bin/ld -m elf32_sparc) supports shared libraries
configure:7588: result: yes
configure:7614: checking whether -lc should be explicitly linked in
configure:7619: gcc -c -g -O2  conftest.c >&5
configure:7622: $? = 0
configure:7636: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| 
grep  -lc  \>/dev/null 2\>\&1
configure:7639: $? = 0
configure:7651: result: no
configure:7659: checking dynamic linker characteristics
configure:8220: result: GNU/Linux ld.so
configure:8224: checking how to hardcode library paths into programs
configure:8249: result: immediate
configure:8263: checking whether stripping libraries is possible
configure:8268: result: yes
configure:9098: checking if libtool supports shared libraries
configure:9100: result: yes
configure:9103: checking whether to build shared libraries
configure:9161: result: yes
configure:9164: checking whether to build static libraries
configure:9168: result: yes
configure:9260: creating libtool
configure:9807: checking for ld used by g++
configure:9874: result: /usr/sparc-unknown-linux-gnu/bin/ld -m elf32_sparc
configure:9883: checking if the linker (/usr/sparc-unknown-linux-gnu/bin/ld -m 
elf32_sparc) is GNU ld
configure:9898: result: yes
configure:9949: checking whether the g++ linker 
(/usr/sparc-unknown-linux-gnu/bin/ld -m elf32_sparc) supports shared libraries
configure:10777: result: yes
configure:10795: g++ -c -g -O2  conftest.cc >&5
configure:10798: $? = 0
configure:10894: checking for g++ option to produce PIC
configure:11146: result: -fPIC
configure:11154: checking if g++ PIC flag -fPIC works
configure:11172: g++ -c -g -O2  -fPIC -DPIC conftest.cc >&5
configure:11176: $? = 0
configure:11187: result: yes
configure:11211: checking if g++ supports -c -o file.o
configure:11232: g++ -c -g -O2  -o out/conftest2.o conftest.cc >&5
configure:11236: $? = 0
configure:11256: result: yes
configure:11282: checking whether the g++ linker 
(/usr/sparc-unknown-linux-gnu/bin/ld -m elf32_sparc) supports shared libraries
configure:11307: result: yes
configure:11378: checking dynamic linker characteristics
configure:11939: result: GNU/Linux ld.so
configure:11943: checking how to hardcode library paths into programs
configure:11968: result: immediate
configure:11982: checking whether stripping libraries is possible
configure:11987: result: yes
configure:19274: checking whether make sets $(MAKE)
configure:19294: result: yes
configure:19392: checking for gcry_md_open in -lgcrypt
configure:19422: gcc -o conftest -g -O2   conftest.c -lgcrypt   >&5
configure:19428: $? = 0
configure:19432: test -z
                         || test ! -s conftest.err
configure:19435: $? = 0
configure:19438: test -s conftest
configure:19441: $? = 0
configure:19454: result: yes
configure:19470: checking for getopt_long
configure:19527: gcc -o conftest -g -O2   conftest.c  >&5
configure:19533: $? = 0
configure:19537: test -z
                         || test ! -s conftest.err
configure:19540: $? = 0
configure:19543: test -s conftest
configure:19546: $? = 0
configure:19558: result: yes
configure:19646: checking whether byte ordering is bigendian
configure:19673: gcc -c -g -O2  conftest.c >&5
configure:19679: $? = 0
configure:19683: test -z
                         || test ! -s conftest.err
configure:19686: $? = 0
configure:19689: test -s conftest.o
configure:19692: $? = 0
configure:19716: gcc -c -g -O2  conftest.c >&5
configure:19722: $? = 0
configure:19726: test -z
                         || test ! -s conftest.err
configure:19729: $? = 0
configure:19732: test -s conftest.o
configure:19735: $? = 0
configure:19857: result: yes
configure:19876: checking for an ANSI C-conforming const
configure:19943: gcc -c -g -O2  conftest.c >&5
configure:19949: $? = 0
configure:19953: test -z
                         || test ! -s conftest.err
configure:19956: $? = 0
configure:19959: test -s conftest.o
configure:19962: $? = 0
configure:19973: result: yes
configure:19983: checking for inline
configure:20004: gcc -c -g -O2  conftest.c >&5
configure:20010: $? = 0
configure:20014: test -z
                         || test ! -s conftest.err
configure:20017: $? = 0
configure:20020: test -s conftest.o
configure:20023: $? = 0
configure:20035: result: inline
configure:20057: checking for working alloca.h
configure:20078: gcc -o conftest -g -O2   conftest.c  >&5
configure:20084: $? = 0
configure:20088: test -z
                         || test ! -s conftest.err
configure:20091: $? = 0
configure:20094: test -s conftest
configure:20097: $? = 0
configure:20109: result: yes
configure:20119: checking for alloca
configure:20160: gcc -o conftest -g -O2   conftest.c  >&5
configure:20166: $? = 0
configure:20170: test -z
                         || test ! -s conftest.err
configure:20173: $? = 0
configure:20176: test -s conftest
configure:20179: $? = 0
configure:20191: result: yes
configure:20420: checking for stdlib.h
configure:20425: result: yes
configure:20420: checking for unistd.h
configure:20425: result: yes
configure:20569: checking for getpagesize
configure:20626: gcc -o conftest -g -O2   conftest.c  >&5
configure:20632: $? = 0
configure:20636: test -z
                         || test ! -s conftest.err
configure:20639: $? = 0
configure:20642: test -s conftest
configure:20645: $? = 0
configure:20657: result: yes
configure:20667: checking for working mmap
configure:20809: gcc -o conftest -g -O2   conftest.c  >&5
configure:20812: $? = 0
configure:20814: ./conftest
configure:20817: $? = 0
configure:20831: result: yes
configure:20849: checking for strchr
configure:20906: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:58: warning: conflicting types for built-in function 'strchr'
configure:20912: $? = 0
configure:20916: test -z
                         || test ! -s conftest.err
configure:20919: $? = 0
configure:20922: test -s conftest
configure:20925: $? = 0
configure:20937: result: yes
configure:20849: checking for memcpy
configure:20906: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:59: warning: conflicting types for built-in function 'memcpy'
configure:20912: $? = 0
configure:20916: test -z
                         || test ! -s conftest.err
configure:20919: $? = 0
configure:20922: test -s conftest
configure:20925: $? = 0
configure:20937: result: yes
configure:20849: checking for memset
configure:20906: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c:60: warning: conflicting types for built-in function 'memset'
configure:20912: $? = 0
configure:20916: test -z
                         || test ! -s conftest.err
configure:20919: $? = 0
configure:20922: test -s conftest
configure:20925: $? = 0
configure:20937: result: yes
configure:20849: checking for mlock
configure:20906: gcc -o conftest -g -O2   conftest.c  >&5
configure:20912: $? = 0
configure:20916: test -z
                         || test ! -s conftest.err
configure:20919: $? = 0
configure:20922: test -s conftest
configure:20925: $? = 0
configure:20937: result: yes
configure:20947: checking for which type of gethostbyname_r
configure:20953: checking for gethostbyname_r
configure:21010: gcc -o conftest -g -O2   conftest.c  >&5
configure:21016: $? = 0
configure:21020: test -z
                         || test ! -s conftest.err
configure:21023: $? = 0
configure:21026: test -s conftest
configure:21029: $? = 0
configure:21041: result: yes
configure:21070: gcc -c -g -O2  conftest.c >&5
conftest.c: In function `main':
conftest.c:48: error: storage size of 'data' isn't known
conftest.c:49: error: too few arguments to function `gethostbyname_r'
configure:21076: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "freeipmi"
| #define PACKAGE_TARNAME "freeipmi"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "freeipmi 0.3.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "freeipmi"
| #define VERSION "0.3.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define NDEBUG 1
| #define HAVE_GETOPT_LONG 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MLOCK 1
| /* end confdefs.h.  */
|
| #               include <netdb.h>
|
| int
| main ()
| {
|
|
|         char *name;
|         struct hostent *he;
|         struct hostent_data data;
|         (void) gethostbyname_r(name, he, &data);
|
|
|   ;
|   return 0;
| }
configure:21122: gcc -c -g -O2  conftest.c >&5
configure:21128: $? = 0
configure:21132: test -z
                         || test ! -s conftest.err
configure:21135: $? = 0
configure:21138: test -s conftest.o
configure:21141: $? = 0
configure:21219: result: six
configure:21253: checking for error
configure:21310: gcc -o conftest -g -O2   conftest.c  >&5
configure:21316: $? = 0
configure:21320: test -z
                         || test ! -s conftest.err
configure:21323: $? = 0
configure:21326: test -s conftest
configure:21329: $? = 0
configure:21341: result: yes
configure:21253: checking for strndup
configure:21310: gcc -o conftest -g -O2   conftest.c  >&5
configure:21316: $? = 0
configure:21320: test -z
                         || test ! -s conftest.err
configure:21323: $? = 0
configure:21326: test -s conftest
configure:21329: $? = 0
configure:21341: result: yes
configure:21253: checking for getline
configure:21310: gcc -o conftest -g -O2   conftest.c  >&5
configure:21316: $? = 0
configure:21320: test -z
                         || test ! -s conftest.err
configure:21323: $? = 0
configure:21326: test -s conftest
configure:21329: $? = 0
configure:21341: result: yes
configure:21253: checking for strerror_r
configure:21310: gcc -o conftest -g -O2   conftest.c  >&5
configure:21316: $? = 0
configure:21320: test -z
                         || test ! -s conftest.err
configure:21323: $? = 0
configure:21326: test -s conftest
configure:21329: $? = 0
configure:21341: result: yes
configure:21253: checking for getprogname
configure:21310: gcc -o conftest -g -O2   conftest.c  >&5
/tmp/ccugRbop.o: In function `main':
/root/temp/freeipmi-0.3.1/conftest.c:83: undefined reference to `getprogname'
/root/temp/freeipmi-0.3.1/conftest.c:83: undefined reference to `getprogname'
/tmp/ccugRbop.o:(.data+0x0): undefined reference to `getprogname'
collect2: ld returned 1 exit status
configure:21316: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "freeipmi"
| #define PACKAGE_TARNAME "freeipmi"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "freeipmi 0.3.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "freeipmi"
| #define VERSION "0.3.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define NDEBUG 1
| #define HAVE_GETOPT_LONG 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MLOCK 1
| #define HAVE_FUNC_GETHOSTBYNAME_R_6
| #define HAVE_ERROR 1
| #define HAVE_STRNDUP 1
| #define HAVE_GETLINE 1
| #define HAVE_STRERROR_R 1
| /* end confdefs.h.  */
| /* Define getprogname to an innocuous variant, in case <limits.h> declares 
getprogname.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getprogname innocuous_getprogname
|
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getprogname (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getprogname
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char getprogname ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_getprogname) || defined (__stub___getprogname)
| choke me
| #else
| char (*f) () = getprogname;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != getprogname;
|   ;
|   return 0;
| }
configure:21341: result: no
configure:21253: checking for getpwuid_r
configure:21310: gcc -o conftest -g -O2   conftest.c  >&5
configure:21316: $? = 0
configure:21320: test -z
                         || test ! -s conftest.err
configure:21323: $? = 0
configure:21326: test -s conftest
configure:21329: $? = 0
configure:21341: result: yes
configure:21352: checking for exp10 in -lm
configure:21382: gcc -o conftest -g -O2   conftest.c -lm   >&5
conftest.c:51: warning: conflicting types for built-in function 'exp10'
configure:21388: $? = 0
configure:21392: test -z
                         || test ! -s conftest.err
configure:21395: $? = 0
configure:21398: test -s conftest
configure:21401: $? = 0
configure:21414: result: yes
configure:21426: checking for exp2 in -lm
configure:21456: gcc -o conftest -g -O2   conftest.c -lm  -lm  >&5
conftest.c:52: warning: conflicting types for built-in function 'exp2'
configure:21462: $? = 0
configure:21466: test -z
                         || test ! -s conftest.err
configure:21469: $? = 0
configure:21472: test -s conftest
configure:21475: $? = 0
configure:21488: result: yes
configure:21500: checking for log2 in -lm
configure:21530: gcc -o conftest -g -O2   conftest.c -lm  -lm -lm  >&5
conftest.c:53: warning: conflicting types for built-in function 'log2'
configure:21536: $? = 0
configure:21540: test -z
                         || test ! -s conftest.err
configure:21543: $? = 0
configure:21546: test -s conftest
configure:21549: $? = 0
configure:21562: result: yes
configure:21574: checking for thread-safe gethostbyname()
configure:21629: result: no
configure:21633: checking for argp_parse
configure:21690: gcc -o conftest -g -O2   conftest.c -lm -lm -lm  >&5
configure:21696: $? = 0
configure:21700: test -z
                         || test ! -s conftest.err
configure:21703: $? = 0
configure:21706: test -s conftest
configure:21709: $? = 0
configure:21721: result: yes
configure:21962: checking for the pthreads library -lpthreads
configure:22000: gcc -o conftest -g -O2    conftest.c -lpthreads -lm -lm -lm  
>&5
/usr/lib/gcc/sparc-unknown-linux-gnu/3.4.6/../../../../sparc-unknown-linux-gnu/bin/ld:
 cannot find -lpthreads
collect2: ld returned 1 exit status
configure:22006: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "freeipmi"
| #define PACKAGE_TARNAME "freeipmi"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "freeipmi 0.3.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "freeipmi"
| #define VERSION "0.3.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define NDEBUG 1
| #define HAVE_GETOPT_LONG 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MLOCK 1
| #define HAVE_FUNC_GETHOSTBYNAME_R_6
| #define HAVE_ERROR 1
| #define HAVE_STRNDUP 1
| #define HAVE_GETLINE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBM 1
| #define HAVE_LIBM 1
| /* end confdefs.h.  */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
|                      pthread_attr_init(0); pthread_cleanup_push(0, 0);
|                      pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|   ;
|   return 0;
| }
configure:22033: result: no
configure:21962: checking for the pthreads library -lpthread
configure:22000: gcc -o conftest -g -O2    conftest.c -lpthread -lm -lm -lm  >&5
configure:22006: $? = 0
configure:22010: test -z
                         || test ! -s conftest.err
configure:22013: $? = 0
configure:22016: test -s conftest
configure:22019: $? = 0
configure:22033: result: yes
configure:22053: checking for joinable pthread attribute
configure:22071: gcc -o conftest -g -O2    conftest.c -lpthread -lm -lm -lm  >&5
configure:22077: $? = 0
configure:22081: test -z
                         || test ! -s conftest.err
configure:22084: $? = 0
configure:22087: test -s conftest
configure:22090: $? = 0
configure:22156: result: PTHREAD_CREATE_JOINABLE
configure:22163: checking if more special flags are required for pthreads
configure:22170: result: no
configure:22182: checking for cc_r
configure:22209: result: gcc
configure:22246: checking for ANSI C header files
configure:22402: result: yes
configure:22412: checking whether time.h and sys/time.h may both be included
configure:22437: gcc -c -g -O2  conftest.c >&5
configure:22443: $? = 0
configure:22447: test -z
                         || test ! -s conftest.err
configure:22450: $? = 0
configure:22453: test -s conftest.o
configure:22456: $? = 0
configure:22467: result: yes
configure:22477: checking for sys/wait.h that is POSIX.1 compatible
configure:22508: gcc -c -g -O2  conftest.c >&5
configure:22514: $? = 0
configure:22518: test -z
                         || test ! -s conftest.err
configure:22521: $? = 0
configure:22524: test -s conftest.o
configure:22527: $? = 0
configure:22538: result: yes
configure:22556: checking for unistd.h
configure:22561: result: yes
configure:22565: checking fcntl.h usability
configure:22577: gcc -c -g -O2  conftest.c >&5
configure:22583: $? = 0
configure:22587: test -z
                         || test ! -s conftest.err
configure:22590: $? = 0
configure:22593: test -s conftest.o
configure:22596: $? = 0
configure:22606: result: yes
configure:22610: checking fcntl.h presence
configure:22620: gcc -E  conftest.c
configure:22626: $? = 0
configure:22646: result: yes
configure:22681: checking for fcntl.h
configure:22688: result: yes
configure:22565: checking getopt.h usability
configure:22577: gcc -c -g -O2  conftest.c >&5
configure:22583: $? = 0
configure:22587: test -z
                         || test ! -s conftest.err
configure:22590: $? = 0
configure:22593: test -s conftest.o
configure:22596: $? = 0
configure:22606: result: yes
configure:22610: checking getopt.h presence
configure:22620: gcc -E  conftest.c
configure:22626: $? = 0
configure:22646: result: yes
configure:22681: checking for getopt.h
configure:22688: result: yes
configure:22565: checking pthread.h usability
configure:22577: gcc -c -g -O2  conftest.c >&5
configure:22583: $? = 0
configure:22587: test -z
                         || test ! -s conftest.err
configure:22590: $? = 0
configure:22593: test -s conftest.o
configure:22596: $? = 0
configure:22606: result: yes
configure:22610: checking pthread.h presence
configure:22620: gcc -E  conftest.c
configure:22626: $? = 0
configure:22646: result: yes
configure:22681: checking for pthread.h
configure:22688: result: yes
configure:22718: checking linux/types.h usability
configure:22730: gcc -c -g -O2  conftest.c >&5
configure:22736: $? = 0
configure:22740: test -z
                         || test ! -s conftest.err
configure:22743: $? = 0
configure:22746: test -s conftest.o
configure:22749: $? = 0
configure:22759: result: yes
configure:22763: checking linux/types.h presence
configure:22773: gcc -E  conftest.c
configure:22779: $? = 0
configure:22799: result: yes
configure:22834: checking for linux/types.h
configure:22841: result: yes
configure:22718: checking error.h usability
configure:22730: gcc -c -g -O2  conftest.c >&5
configure:22736: $? = 0
configure:22740: test -z
                         || test ! -s conftest.err
configure:22743: $? = 0
configure:22746: test -s conftest.o
configure:22749: $? = 0
configure:22759: result: yes
configure:22763: checking error.h presence
configure:22773: gcc -E  conftest.c
configure:22779: $? = 0
configure:22799: result: yes
configure:22834: checking for error.h
configure:22841: result: yes
configure:22718: checking sys/io.h usability
configure:22730: gcc -c -g -O2  conftest.c >&5
conftest.c:91:20: sys/io.h: No such file or directory
configure:22736: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "freeipmi"
| #define PACKAGE_TARNAME "freeipmi"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "freeipmi 0.3.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "freeipmi"
| #define VERSION "0.3.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define NDEBUG 1
| #define HAVE_GETOPT_LONG 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MLOCK 1
| #define HAVE_FUNC_GETHOSTBYNAME_R_6
| #define HAVE_ERROR 1
| #define HAVE_STRNDUP 1
| #define HAVE_GETLINE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBM 1
| #define HAVE_LIBM 1
| #define HAVE_PTHREAD 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LINUX_TYPES_H 1
| #define HAVE_ERROR_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/io.h>
configure:22759: result: no
configure:22763: checking sys/io.h presence
configure:22773: gcc -E  conftest.c
conftest.c:57:20: sys/io.h: No such file or directory
configure:22779: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "freeipmi"
| #define PACKAGE_TARNAME "freeipmi"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "freeipmi 0.3.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "freeipmi"
| #define VERSION "0.3.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define NDEBUG 1
| #define HAVE_GETOPT_LONG 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MLOCK 1
| #define HAVE_FUNC_GETHOSTBYNAME_R_6
| #define HAVE_ERROR 1
| #define HAVE_STRNDUP 1
| #define HAVE_GETLINE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBM 1
| #define HAVE_LIBM 1
| #define HAVE_PTHREAD 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LINUX_TYPES_H 1
| #define HAVE_ERROR_H 1
| /* end confdefs.h.  */
| #include <sys/io.h>
configure:22799: result: no
configure:22834: checking for sys/io.h
configure:22841: result: no
configure:22718: checking asm/io.h usability
configure:22730: gcc -c -g -O2  conftest.c >&5
In file included from /usr/include/asm/io.h:4,
                 from conftest.c:91:
/usr/include/asm-sparc/io.h:16: error: syntax error before "flip_dword"
/usr/include/asm-sparc/io.h:16: error: syntax error before "l"
/usr/include/asm-sparc/io.h: In function `flip_dword':
/usr/include/asm-sparc/io.h:18: error: `l' undeclared (first use in this 
function)
/usr/include/asm-sparc/io.h:18: error: (Each undeclared identifier is reported 
only once
/usr/include/asm-sparc/io.h:18: error: for each function it appears in.)
/usr/include/asm-sparc/io.h: At top level:
/usr/include/asm-sparc/io.h:21: error: syntax error before "flip_word"
/usr/include/asm-sparc/io.h:21: error: syntax error before "w"
/usr/include/asm-sparc/io.h: In function `flip_word':
/usr/include/asm-sparc/io.h:23: error: `w' undeclared (first use in this 
function)
/usr/include/asm-sparc/io.h: At top level:
/usr/include/asm-sparc/io.h:32: error: syntax error before "__raw_readb"
/usr/include/asm-sparc/io.h: In function `__raw_readb':
/usr/include/asm-sparc/io.h:34: error: syntax error before "u8"
/usr/include/asm-sparc/io.h: At top level:
/usr/include/asm-sparc/io.h:37: error: syntax error before "__raw_readw"
/usr/include/asm-sparc/io.h: In function `__raw_readw':
/usr/include/asm-sparc/io.h:39: error: syntax error before "u16"
/usr/include/asm-sparc/io.h: At top level:
/usr/include/asm-sparc/io.h:42: error: syntax error before "__raw_readl"
/usr/include/asm-sparc/io.h: In function `__raw_readl':
/usr/include/asm-sparc/io.h:44: error: syntax error before "u32"
/usr/include/asm-sparc/io.h: At top level:
/usr/include/asm-sparc/io.h:47: error: syntax error before "b"
/usr/include/asm-sparc/io.h: In function `__raw_writeb':
/usr/include/asm-sparc/io.h:49: error: syntax error before "u8"
/usr/include/asm-sparc/io.h: At top level:
/usr/include/asm-sparc/io.h:52: error: syntax error before "w"
/usr/include/asm-sparc/io.h: In function `__raw_writew':
/usr/include/asm-sparc/io.h:54: error: syntax error before "u16"
/usr/include/asm-sparc/io.h: At top level:
/usr/include/asm-sparc/io.h:57: error: syntax error before "l"
/usr/include/asm-sparc/io.h: In function `__raw_writel':
/usr/include/asm-sparc/io.h:59: error: syntax error before "u32"
/usr/include/asm-sparc/io.h: At top level:
/usr/include/asm-sparc/io.h:62: error: syntax error before "__readb"
/usr/include/asm-sparc/io.h: In function `__readb':
/usr/include/asm-sparc/io.h:64: error: syntax error before "u8"
/usr/include/asm-sparc/io.h: At top level:
/usr/include/asm-sparc/io.h:67: error: syntax error before "__readw"
/usr/include/asm-sparc/io.h: In function `__readw':
/usr/include/asm-sparc/io.h:69: error: syntax error before "u16"
/usr/include/asm-sparc/io.h: At top level:
/usr/include/asm-sparc/io.h:72: error: syntax error before "__readl"
/usr/include/asm-sparc/io.h: In function `__readl':
/usr/include/asm-sparc/io.h:74: error: syntax error before "u32"
/usr/include/asm-sparc/io.h: At top level:
/usr/include/asm-sparc/io.h:77: error: syntax error before "b"
/usr/include/asm-sparc/io.h: In function `__writeb':
/usr/include/asm-sparc/io.h:79: error: syntax error before "u8"
/usr/include/asm-sparc/io.h: At top level:
/usr/include/asm-sparc/io.h:82: error: syntax error before "w"
/usr/include/asm-sparc/io.h: In function `__writew':
/usr/include/asm-sparc/io.h:84: error: syntax error before "u16"
/usr/include/asm-sparc/io.h: At top level:
/usr/include/asm-sparc/io.h:87: error: syntax error before "l"
/usr/include/asm-sparc/io.h: In function `__writel':
/usr/include/asm-sparc/io.h:89: error: syntax error before "u32"
/usr/include/asm-sparc/io.h: At top level:
/usr/include/asm-sparc/io.h:152: error: syntax error before "_sbus_readb"
/usr/include/asm-sparc/io.h: In function `_sbus_readb':
/usr/include/asm-sparc/io.h:154: error: syntax error before "u8"
/usr/include/asm-sparc/io.h: At top level:
/usr/include/asm-sparc/io.h:157: error: syntax error before "_sbus_readw"
/usr/include/asm-sparc/io.h: In function `_sbus_readw':
/usr/include/asm-sparc/io.h:159: error: syntax error before "u16"
/usr/include/asm-sparc/io.h: At top level:
/usr/include/asm-sparc/io.h:162: error: syntax error before "_sbus_readl"
/usr/include/asm-sparc/io.h: In function `_sbus_readl':
/usr/include/asm-sparc/io.h:164: error: syntax error before "u32"
/usr/include/asm-sparc/io.h: At top level:
/usr/include/asm-sparc/io.h:167: error: syntax error before "b"
/usr/include/asm-sparc/io.h: In function `_sbus_writeb':
/usr/include/asm-sparc/io.h:169: error: syntax error before "u8"
/usr/include/asm-sparc/io.h: At top level:
/usr/include/asm-sparc/io.h:172: error: syntax error before "w"
/usr/include/asm-sparc/io.h: In function `_sbus_writew':
/usr/include/asm-sparc/io.h:174: error: syntax error before "u16"
/usr/include/asm-sparc/io.h: At top level:
/usr/include/asm-sparc/io.h:177: error: syntax error before "l"
/usr/include/asm-sparc/io.h: In function `_sbus_writel':
/usr/include/asm-sparc/io.h:179: error: syntax error before "u32"
configure:22736: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "freeipmi"
| #define PACKAGE_TARNAME "freeipmi"
| #define PACKAGE_VERSION "0.3.1"
| #define PACKAGE_STRING "freeipmi 0.3.1"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "freeipmi"
| #define VERSION "0.3.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #ifdef __cplusplus
| extern "C" void std::exit (int) throw (); using std::exit;
| #endif
| #define NDEBUG 1
| #define HAVE_GETOPT_LONG 1
| #define WORDS_BIGENDIAN 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_STRCHR 1
| #define HAVE_MEMCPY 1
| #define HAVE_MEMSET 1
| #define HAVE_MLOCK 1
| #define HAVE_FUNC_GETHOSTBYNAME_R_6
| #define HAVE_ERROR 1
| #define HAVE_STRNDUP 1
| #define HAVE_GETLINE 1
| #define HAVE_STRERROR_R 1
| #define HAVE_GETPWUID_R 1
| #define HAVE_LIBM 1
| #define HAVE_LIBM 1
| #define HAVE_LIBM 1
| #define HAVE_PTHREAD 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SYS_WAIT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_GETOPT_H 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_LINUX_TYPES_H 1
| #define HAVE_ERROR_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 <asm/io.h>
configure:22759: result: no
configure:22763: checking asm/io.h presence
configure:22773: gcc -E  conftest.c
configure:22779: $? = 0
configure:22799: result: yes
configure:22812: WARNING: asm/io.h: present but cannot be compiled
configure:22814: WARNING: asm/io.h:     check for missing prerequisite headers?
configure:22816: WARNING: asm/io.h: see the Autoconf documentation
configure:22818: WARNING: asm/io.h:     section "Present But Cannot Be Compiled"
configure:22820: WARNING: asm/io.h: proceeding with the preprocessor's result
configure:22822: WARNING: asm/io.h: in the future, the compiler will take 
precedence
configure:22834: checking for asm/io.h
configure:22841: result: yes
configure:22856: checking for program_invocation_short_name
configure:22879: gcc -o conftest -g -O2   conftest.c -lm -lm -lm  >&5
configure:22885: $? = 0
configure:22889: test -z
                         || test ! -s conftest.err
configure:22892: $? = 0
configure:22895: test -s conftest
configure:22898: $? = 0
configure:22906: result: yes
configure:22920: checking for /dev/urandom
configure:22935: result: yes
configure:22945: checking for /dev/random
configure:22960: result: yes
configure:23094: creating ./config.status

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

This file was extended by freeipmi config.status 0.3.1, which was
generated by GNU Autoconf 2.59.  Invocation command line was

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

on dien

config.status:776: creating Makefile
config.status:776: creating doc/Makefile
config.status:776: creating doc/examples/Makefile
config.status:776: creating common/Makefile
config.status:776: creating common/doc/Makefile
config.status:776: creating common/src/Makefile
config.status:776: creating libfreeipmi/Makefile
config.status:776: creating libfreeipmi/include/Makefile
config.status:776: creating libfreeipmi/src/Makefile
config.status:776: creating libfreeipmi/src/udm/Makefile
config.status:776: creating bmc-watchdog/Makefile
config.status:776: creating bmc-watchdog/src/Makefile
config.status:776: creating ipmipower/Makefile
config.status:776: creating ipmipower/src/Makefile
config.status:776: creating ipmiconsole/Makefile
config.status:776: creating ipmiconsole/src/Makefile
config.status:776: creating ipmiconsole/src/libipmiconsole/Makefile
config.status:776: creating ipmiconsole/src/ipmiconsole/Makefile
config.status:776: creating ipmi-raw/Makefile
config.status:776: creating ipmi-raw/src/Makefile
config.status:776: creating ipmi-raw/ipmi-raw.8.pre
config.status:776: creating ipmi-sel/Makefile
config.status:776: creating ipmi-sel/src/Makefile
config.status:776: creating ipmi-sel/ipmi-sel.8.pre
config.status:776: creating ipmi-sensors/Makefile
config.status:776: creating ipmi-sensors/src/Makefile
config.status:776: creating ipmi-sensors/ipmi-sensors.8.pre
config.status:776: creating ipmi-locate/Makefile
config.status:776: creating ipmi-locate/src/Makefile
config.status:776: creating bmc-info/Makefile
config.status:776: creating bmc-info/src/Makefile
config.status:776: creating bmc-info/bmc-info.8.pre
config.status:776: creating ipmiping/Makefile
config.status:776: creating ipmiping/src/Makefile
config.status:776: creating rmcpping/Makefile
config.status:776: creating rmcpping/src/Makefile
config.status:776: creating bmc-watchdog/bmc-watchdog.8
config.status:776: creating ipmipower/ipmipower.8
config.status:776: creating ipmipower/ipmipower.conf.5
config.status:776: creating ipmiconsole/ipmiconsole.8
config.status:776: creating ipmiconsole/ipmiconsole.conf.5
config.status:776: creating ipmiping/ipmiping.8
config.status:776: creating rmcpping/rmcpping.8
config.status:776: creating bmc-config/Makefile
config.status:776: creating bmc-config/src/Makefile
config.status:776: creating bmc-config/bmc-config.8.pre
config.status:776: creating bmc-config/bmc-config.conf.5
config.status:776: creating bmc-config/bmc-autoconfig/Makefile
config.status:776: creating freeipmi.spec
config.status:880: creating config.h
config.status:1074: config.h is unchanged
config.status:1254: executing depfiles commands

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

ac_cv_build=sparc64-unknown-linux-gnu
ac_cv_build_alias=sparc64-unknown-linux-gnu
ac_cv_c_bigendian=yes
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_c_inline=inline
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_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_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_f77_compiler_gnu=no
ac_cv_file__dev_random=yes
ac_cv_file__dev_urandom=yes
ac_cv_func_alloca_works=yes
ac_cv_func_argp_parse=yes
ac_cv_func_error=yes
ac_cv_func_gethostbyname_r=yes
ac_cv_func_getline=yes
ac_cv_func_getopt_long=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getprogname=no
ac_cv_func_getpwuid_r=yes
ac_cv_func_memcpy=yes
ac_cv_func_memset=yes
ac_cv_func_mlock=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_strchr=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strndup=yes
ac_cv_func_which_gethostname_r=six
ac_cv_header_asm_io_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_error_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_getopt_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_linux_types_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_pthread_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_io_h=no
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_host=sparc64-unknown-linux-gnu
ac_cv_host_alias=sparc64-unknown-linux-gnu
ac_cv_lib_gcrypt_gcry_md_open=yes
ac_cv_lib_m_exp10=yes
ac_cv_lib_m_exp2=yes
ac_cv_lib_m_log2=yes
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_PTHREAD_CC=gcc
ac_cv_prog_ac_ct_AR=ar
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_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=yes
ac_cv_working_alloca_h=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
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.6.so'
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/sparc-unknown-linux-gnu/bin/ld
lt_cv_path_LDCXX='/usr/sparc-unknown-linux-gnu/bin/ld -m elf32_sparc'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[      
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 
0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int 
\1;/p'\'''
lt_cv_sys_max_cmd_len=65536
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[     
]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[       ][      
]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", 
(lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) 
\\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int 
\\1;/p'\''"'

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

ACLOCAL='${SHELL} /root/temp/freeipmi-0.3.1/missing --run aclocal-1.9'
ALLOCA=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /root/temp/freeipmi-0.3.1/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /root/temp/freeipmi-0.3.1/missing --run autoconf'
AUTOHEADER='${SHELL} /root/temp/freeipmi-0.3.1/missing --run autoheader'
AUTOMAKE='${SHELL} /root/temp/freeipmi-0.3.1/missing --run automake-1.9'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77=''
FFLAGS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_INIT_SCRIPTS='install-init-scripts'
INSTALL_LOGDIR='install-logdir'
INSTALL_LOGROTATE_CONFIG='install-logrotate-config'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
ISODATE='2007-03-13'
LDFLAGS=''
LIBFREEIPMI_VERSION='3.1.0'
LIBFREEIPMI_VERSION_INFO='3:1:0'
LIBIPMICONSOLE_VERSION_INFO='0:0:0'
LIBOBJS=''
LIBS='-lm -lm -lm '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /root/temp/freeipmi-0.3.1/missing --run makeinfo'
OBJEXT='o'
PACKAGE='freeipmi'
PACKAGE_BUGREPORT='address@hidden'
PACKAGE_NAME='freeipmi'
PACKAGE_STRING='freeipmi 0.3.1'
PACKAGE_TARNAME='freeipmi'
PACKAGE_VERSION='0.3.1'
PATH_SEPARATOR=':'
PTHREAD_CC='gcc'
PTHREAD_CFLAGS=''
PTHREAD_LIBS='-lpthread'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='0.3.1'
WITH_DEBUG='0'
WITH_GNU_LD_FALSE='#'
WITH_GNU_LD_TRUE=''
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
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=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='sparc64-unknown-linux-gnu'
build_alias=''
build_cpu='sparc64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='sparc64-unknown-linux-gnu'
host_alias=''
host_cpu='sparc64'
host_os='linux-gnu'
host_vendor='unknown'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/root/temp/freeipmi-0.3.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define HAVE_ALLOCA 1
#define HAVE_ALLOCA_H 1
#define HAVE_ASM_IO_H 1
#define HAVE_DEVRANDOM 1
#define HAVE_DEVURANDOM 1
#define HAVE_DLFCN_H 1
#define HAVE_ERROR 1
#define HAVE_ERROR_H 1
#define HAVE_FCNTL_H 1
#define HAVE_FUNC_GETHOSTBYNAME_R_6
#define HAVE_GETLINE 1
#define HAVE_GETOPT_H 1
#define HAVE_GETOPT_LONG 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETPWUID_R 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBM 1
#define HAVE_LIBM 1
#define HAVE_LIBM 1
#define HAVE_LINUX_TYPES_H 1
#define HAVE_MEMCPY 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMSET 1
#define HAVE_MLOCK 1
#define HAVE_MMAP 1
#define HAVE_PROGRAM_SHORT_NAME 1
#define HAVE_PTHREAD 1
#define HAVE_PTHREAD_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRCHR 1
#define HAVE_STRERROR_R 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRNDUP 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_WAIT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define NDEBUG 1
#define PACKAGE "freeipmi"
#define PACKAGE_BUGREPORT "address@hidden"
#define PACKAGE_NAME "freeipmi"
#define PACKAGE_STRING "freeipmi 0.3.1"
#define PACKAGE_TARNAME "freeipmi"
#define PACKAGE_VERSION "0.3.1"
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define VERSION "0.3.1"
#define WORDS_BIGENDIAN 1
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 0

And this is the types.h


#ifndef _LINUX_TYPES_H
#define _LINUX_TYPES_H

#ifdef  __KERNEL__
#include <linux/config.h>

#define BITS_TO_LONGS(bits) \
        (((bits)+BITS_PER_LONG-1)/BITS_PER_LONG)
#define DECLARE_BITMAP(name,bits) \
        unsigned long name[BITS_TO_LONGS(bits)]
#endif

#include <linux/posix_types.h>
#include <asm/posix_types.h>
#include <asm/types.h>

#ifndef __KERNEL_STRICT_NAMES

typedef __u32 __kernel_dev_t;

#ifndef _SYS_SELECT_H
typedef __kernel_fd_set         fd_set;
#endif
#ifndef __dev_t_defined
typedef __kernel_dev_t          dev_t;
#endif
#ifndef __ino_t_defined
typedef __kernel_ino_t          ino_t;
#endif
#ifndef __mode_t_defined
typedef __kernel_mode_t         mode_t;
#endif
#ifndef __nlink_t_defined
typedef __kernel_nlink_t        nlink_t;
#endif
#ifndef __off_t_defined
typedef __kernel_off_t          off_t;
#endif
typedef __kernel_pid_t          pid_t;
typedef __kernel_daddr_t        daddr_t;
typedef __kernel_key_t          key_t;
typedef __kernel_suseconds_t    suseconds_t;
typedef __kernel_timer_t        timer_t;
typedef __kernel_clockid_t      clockid_t;
typedef __kernel_mqd_t          mqd_t;

#ifdef __KERNEL__
typedef __kernel_uid32_t        uid_t;
#define __uid_t_defined
typedef __kernel_gid32_t        gid_t;
#define __gid_t_defined
typedef __kernel_uid16_t        uid16_t;
typedef __kernel_gid16_t        gid16_t;

#ifdef CONFIG_UID16
/* This is defined by include/asm-{arch}/posix_types.h */
typedef __kernel_old_uid_t      old_uid_t;
typedef __kernel_old_gid_t      old_gid_t;
#endif /* CONFIG_UID16 */

/* libc5 includes this file to define uid_t, thus uid_t can never change
 * when it is included by non-kernel code
 */
#else
typedef __kernel_uid_t          uid_t;
#define __uid_t_defined
typedef __kernel_gid_t          gid_t;
#define __gid_t_defined
#endif /* __KERNEL__ */

#if defined(__GNUC__) && !defined(__STRICT_ANSI__)
typedef __kernel_loff_t         loff_t;
#endif

/*
 * The following typedefs are also protected by individual ifdefs for
 * historical reasons:
 */
#ifndef _SIZE_T
#define _SIZE_T
typedef __kernel_size_t         size_t;
#endif

#ifndef _SSIZE_T
#define _SSIZE_T
typedef __kernel_ssize_t        ssize_t;
#endif

#ifndef _PTRDIFF_T
#define _PTRDIFF_T
typedef __kernel_ptrdiff_t      ptrdiff_t;
#endif

#ifndef _TIME_T
#define _TIME_T
typedef __kernel_time_t         time_t;
#endif

#ifndef _CLOCK_T
#define _CLOCK_T
typedef __kernel_clock_t        clock_t;
#endif

#ifndef _CADDR_T
#define _CADDR_T
typedef __kernel_caddr_t        caddr_t;
#endif

/* bsd */
typedef unsigned char           u_char;
typedef unsigned short          u_short;
typedef unsigned int            u_int;
typedef unsigned long           u_long;

/* sysv */
typedef unsigned char           unchar;
typedef unsigned short          ushort;
typedef unsigned int            uint;
typedef unsigned long           ulong;

#ifndef __BIT_TYPES_DEFINED__
#define __BIT_TYPES_DEFINED__

typedef         __u8            u_int8_t;
typedef         __s8            int8_t;
typedef         __u16           u_int16_t;
typedef         __s16           int16_t;
typedef         __u32           u_int32_t;
typedef         __s32           int32_t;

#endif /* !(__BIT_TYPES_DEFINED__) */

typedef         __u8            uint8_t;
typedef         __u16           uint16_t;
typedef         __u32           uint32_t;

#if defined(__GNUC__) && !defined(__STRICT_ANSI__)
typedef         __u64           uint64_t;
typedef         __u64           u_int64_t;
typedef         __s64           int64_t;
#endif

/*
 * The type used for indexing onto a disc or disc partition.
 * If required, asm/types.h can override it and define
 * HAVE_SECTOR_T
 */
#ifndef HAVE_SECTOR_T
typedef unsigned long sector_t;
#endif

#else /* Userspace ... */
#include <time.h>
#endif /* __KERNEL_STRICT_NAMES */

/*
 * The type of an index into the pagecache.  Use a #define so asm/types.h
 * can override it.
 */
#ifndef pgoff_t
#define pgoff_t unsigned long
#endif

/*
 * Below are truly Linux-specific types that should never collide with
 * any application/library that wants linux/types.h.
 */

#ifdef __CHECKER__
#define __bitwise __attribute__((bitwise))
#else
#define __bitwise
#endif

typedef __u16 __bitwise __le16;
typedef __u16 __bitwise __be16;
typedef __u32 __bitwise __le32;
typedef __u32 __bitwise __be32;
typedef __u64 __bitwise __le64;
typedef __u64 __bitwise __be64;

#ifndef _SYS_TYPES_H
struct ustat {
        __kernel_daddr_t        f_tfree;
        __kernel_ino_t          f_tinode;
        char                    f_fname[6];
        char                    f_fpack[6];
};
#endif

/* Fix bad upstream jojo in XEmacs; bug #82690. Temporary fix only warning 
until upstream fixes
   things... */
#ifdef register
#undef register
#endif

#endif /* _LINUX_TYPES_H */




reply via email to

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