NetworkManager build error for mips platform



Dear All,

I am new to the ML. So, I don't know if here is the right place to
report the bug. :)

I am working to port NetworkManager-0.6.5 to my embedded linux
development board which based on MIPS platform.
I got an error when I am compiling NM-0.65.  Full build log and
config.log please see the attached files.

Platform:
host: ubuntu 7.10    X86
target: mips platform
packages:
linux-2.6.22 for mips
libnl: 1.0-pre8
DBus: 1.0.22
GLIB: 2.12.12
DBus-glib 0.74
UDEV: 118
hal-0.5.10
expat-2.0.0

I searched google to find some tips, but find nothing. So, can anybody
give me some tips, Thanks so much for your help!!

Partial build log is as below:

if mipsel-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../include
-I../src/named-manager -I../src/vpn-manager -I../src/dhcp-manager
-I../utils -I../libnm-util
-I/work/a8/pmp/work/mips_install/include/dbus-1.0
-I/work/a8/pmp/work/mips_install/lib/dbus-1.0/include
-DDBUS_VERSION_MAJOR=1 -DDBUS_VERSION_MINOR=1 -DDBUS_VERSION_MICRO=1
-I/work/a8/pmp/work/mips_install/include/glib-2.0
-I/work/a8/pmp/work/mips_install/lib/glib-2.0/include
-I/home/work/a8/pmp/work/mips_install/include/hal
-I/work/a8/pmp/work/mips_install/include
-DWPA_SUPPLICANT_BIN=\"/sbin/wpa_supplicant\"
-DDBUS_API_SUBJECT_TO_CHANGE -DG_DISABLE_DEPRECATED
-DBINDIR=\"/work/a8/pmp/work/mips_install/bin\"
-DSBINDIR=\"/work/a8/pmp/work/mips_install/sbin\"
-DLIBEXECDIR=\"/work/a8/pmp/work/mips_install/libexec\"
-DDATADIR=\"/work/a8/pmp/work/mips_install/share\"
-DSYSCONFDIR=\"/work/a8/pmp/work/mips_install/etc\"
-DLOCALSTATEDIR=\"/work/a8/pmp/work/mips_install/var\"
-DNM_RUN_DIR=\"/work/a8/pmp/work/mips_install/var/run/NetworkManager\"
-DGNOMELOCALEDIR=\"/work/a8/pmp/work/mips_install/share/locale\"
-DARP_DEBUG -I/home/work/a8/pmp/work/linux-2.6.22/include
-I/home/work/a8/pmp/work/wireless_tools_mips
-I/home/work/a8/pmp/work/mips_install/include  -g -O2 -MT
NetworkManager-NetworkManagerSystem.o -MD -MP -MF
".deps/NetworkManager-NetworkManagerSystem.Tpo" \
	  -c -o NetworkManager-NetworkManagerSystem.o `test -f
'NetworkManagerSystem.c' || echo './'`NetworkManagerSystem.c; \
	then mv -f ".deps/NetworkManager-NetworkManagerSystem.Tpo"
".deps/NetworkManager-NetworkManagerSystem.Po"; \
	else rm -f ".deps/NetworkManager-NetworkManagerSystem.Tpo"; exit 1; \
	fi
In file included from
/home/work/a8/pmp/work/linux-2.6.22/include/linux/jiffies.h:4,
                 from /home/work/a8/pmp/work/linux-2.6.22/include/net/dst.h:14,
                 from
/home/work/a8/pmp/work/linux-2.6.22/include/net/route.h:27,
                 from NetworkManagerSystem.c:30:
/home/work/a8/pmp/work/linux-2.6.22/include/linux/calc64.h: In
function 'do_div_llr':
/home/work/a8/pmp/work/linux-2.6.22/include/linux/calc64.h:23: error:
'u64' undeclared (first use in this function)
/home/work/a8/pmp/work/linux-2.6.22/include/linux/calc64.h:23: error:
(Each undeclared identifier is reported only once
/home/work/a8/pmp/work/linux-2.6.22/include/linux/calc64.h:23: error:
for each function it appears in.)
/home/work/a8/pmp/work/linux-2.6.22/include/linux/calc64.h:23: error:
expected ';' before 'result'
/home/work/a8/pmp/work/linux-2.6.22/include/linux/calc64.h:25: error:
'result' undeclared (first use in this function)
In file included from
/home/work/a8/pmp/work/linux-2.6.22/include/linux/jiffies.h:7,
                 from /home/work/a8/pmp/work/linux-2.6.22/include/net/dst.h:14,
                 from
/home/work/a8/pmp/work/linux-2.6.22/include/net/route.h:27,
                 from NetworkManagerSystem.c:30:


Thanks,
Alex

Attachment: log
Description: Binary data

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

It was created by NetworkManager configure 0.6.5, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure --host=mipsel-linux --prefix=/work/a8/pmp/work/mips_install CPPFLAGS=-I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include HAL_CFLAGS=-I/home/work/a8/pmp/work/mips_install/include/hal HAL_LIBS=-L/home/work/a8/pmp/work/mips_install/lib -lhal --without-gnome DBUS_CFLAGS=-I/work/a8/pmp/work/mips_install/include/dbus-1.0 -I/work/a8/pmp/work/mips_install/lib/dbus-1.0/include DBUS_LIBS=-L/home/work/a8/pmp/work/mips_install/lib -ldbus-glib-1 GTHREAD_LIBS=-L/home/work/a8/pmp/work/mips_install/lib -lgthread-2.0 LIBNL_CFLAGS=-I/work/a8/pmp/work/mips_install/include LIBNL_LIBS=-L/home/work/a8/pmp/work/mips_install/lib -lnl --oldincludedir=/home/work/a8/pmp/work/linux-2.6.22/include GLIB_CFLAGS=-I/work/a8/pmp/work/mips_install/include/glib-2.0 -I/work/a8/pmp/work/mips_install/lib/glib-2.0/include GLIB_LIBS=-L/work/a8/pmp/work/mips_install/lib -lglib-2.0 GTHREAD_CFLAGS=-I/work/a8/pmp/work/mips_install/include/glib-2.0 -I/work/a8/pmp/work/mips_install/lib/glib-2.0/include GOBJECT_CFLAGS=-I/work/a8/pmp/work/mips_install/include/glib-2.0 -I/work/a8/pmp/work/mips_install/lib/glib-2.0/include

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

hostname = ubuntu
uname -m = i686
uname -r = 2.6.22-14-generic
uname -s = Linux
uname -v = #1 SMP Tue Dec 18 08:02:57 UTC 2007

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

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

PATH: /home/alex/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/games
PATH: /work/a8/pmp/work/mipseltools-gcc-4.1.2/bin


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

configure:2148: checking for a BSD-compatible install
configure:2204: result: /usr/bin/install -c
configure:2215: checking whether build environment is sane
configure:2258: result: yes
configure:2291: checking for gawk
configure:2307: found /usr/bin/gawk
configure:2318: result: gawk
configure:2329: checking whether make sets $(MAKE)
configure:2350: result: yes
configure:2429: checking for mipsel-linux-strip
configure:2445: found /work/a8/pmp/work/mipseltools-gcc-4.1.2/bin/mipsel-linux-strip
configure:2456: result: mipsel-linux-strip
configure:2530: checking whether to enable maintainer-specific portions of Makefiles
configure:2539: result: no
configure:2566: checking for mipsel-linux-gcc
configure:2582: found /work/a8/pmp/work/mipseltools-gcc-4.1.2/bin/mipsel-linux-gcc
configure:2593: result: mipsel-linux-gcc
configure:2871: checking for C compiler version
configure:2878: mipsel-linux-gcc --version >&5
mipsel-linux-gcc (GCC) 4.1.2
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:2881: $? = 0
configure:2888: mipsel-linux-gcc -v >&5
Using built-in specs.
Target: mipsel-linux
Configured with: ../gcc-4.1.2/configure --target=mipsel-linux --host=i686-pc-linux-gnu --prefix=/opt/mipseltools-gcc-4.1.2 --disable-multilib --enable-shared --enable-languages=c,c++ --with-headers=/opt/mipseltools-gcc-4.1.2/mipsel-linux/include
Thread model: posix
gcc version 4.1.2
configure:2891: $? = 0
configure:2898: mipsel-linux-gcc -V >&5
mipsel-linux-gcc: '-V' option must have argument
configure:2901: $? = 1
configure:2924: checking for C compiler default output file name
configure:2951: mipsel-linux-gcc  -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include  conftest.c  >&5
configure:2954: $? = 0
configure:2992: result: a.out
configure:3009: checking whether the C compiler works
configure:3019: ./a.out
./configure: line 3020: ./a.out: cannot execute binary file
configure:3022: $? = 126
configure:3039: result: yes
configure:3046: checking whether we are cross compiling
configure:3048: result: yes
configure:3051: checking for suffix of executables
configure:3058: mipsel-linux-gcc -o conftest  -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include  conftest.c  >&5
configure:3061: $? = 0
configure:3085: result: 
configure:3091: checking for suffix of object files
configure:3117: mipsel-linux-gcc -c  -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c >&5
configure:3120: $? = 0
configure:3143: result: o
configure:3147: checking whether we are using the GNU C compiler
configure:3176: mipsel-linux-gcc -c  -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c >&5
configure:3182: $? = 0
configure:3199: result: yes
configure:3204: checking whether mipsel-linux-gcc accepts -g
configure:3234: mipsel-linux-gcc -c -g -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c >&5
configure:3240: $? = 0
configure:3339: result: yes
configure:3356: checking for mipsel-linux-gcc option to accept ISO C89
configure:3430: mipsel-linux-gcc  -c -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c >&5
configure:3436: $? = 0
configure:3459: result: none needed
configure:3488: checking for style of include used by make
configure:3516: result: GNU
configure:3544: checking dependency style of mipsel-linux-gcc
configure:3627: result: gcc3
configure:3645: checking whether mipsel-linux-gcc and cc understand -c and -o together
configure:3680: mipsel-linux-gcc -c conftest.c -o conftest2.o >&5
configure:3683: $? = 0
configure:3689: mipsel-linux-gcc -c conftest.c -o conftest2.o >&5
configure:3692: $? = 0
configure:3703: cc -c conftest.c >&5
configure:3706: $? = 0
configure:3714: cc -c conftest.c -o conftest2.o >&5
configure:3717: $? = 0
configure:3723: cc -c conftest.c -o conftest2.o >&5
configure:3726: $? = 0
configure:3744: result: yes
configure:3782: checking for a BSD-compatible install
configure:3838: result: /usr/bin/install -c
configure:3927: checking build system type
configure:3945: result: i686-pc-linux-gnu
configure:3967: checking host system type
configure:3982: result: mipsel-unknown-linux-gnu
configure:4004: checking for a sed that does not truncate output
configure:4060: result: /bin/sed
configure:4063: checking for grep that handles long lines and -e
configure:4137: result: /bin/grep
configure:4142: checking for egrep
configure:4220: result: /bin/grep -E
configure:4236: checking for ld used by mipsel-linux-gcc
configure:4303: result: /home/work/a8/pmp/work/mipseltools-gcc-4.1.2/mipsel-linux/bin/ld
configure:4312: checking if the linker (/home/work/a8/pmp/work/mipseltools-gcc-4.1.2/mipsel-linux/bin/ld) is GNU ld
configure:4327: result: yes
configure:4332: checking for /home/work/a8/pmp/work/mipseltools-gcc-4.1.2/mipsel-linux/bin/ld option to reload object files
configure:4339: result: -r
configure:4357: checking for BSD-compatible nm
configure:4406: result: /work/a8/pmp/work/mipseltools-gcc-4.1.2/bin/mipsel-linux-nm -B
configure:4410: checking whether ln -s works
configure:4414: result: yes
configure:4421: checking how to recognise dependent libraries
configure:4597: result: pass_all
configure:4831: checking how to run the C preprocessor
configure:4871: mipsel-linux-gcc -E -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c
configure:4877: $? = 0
configure:4908: mipsel-linux-gcc -E -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:4914: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "NetworkManager"
| #define PACKAGE_TARNAME "NetworkManager"
| #define PACKAGE_VERSION "0.6.5"
| #define PACKAGE_STRING "NetworkManager 0.6.5"
| #define PACKAGE_BUGREPORT "dcbw redhat com"
| #define PACKAGE "NetworkManager"
| #define VERSION "0.6.5"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4947: result: mipsel-linux-gcc -E
configure:4976: mipsel-linux-gcc -E -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c
configure:4982: $? = 0
configure:5013: mipsel-linux-gcc -E -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:5019: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "NetworkManager"
| #define PACKAGE_TARNAME "NetworkManager"
| #define PACKAGE_VERSION "0.6.5"
| #define PACKAGE_STRING "NetworkManager 0.6.5"
| #define PACKAGE_BUGREPORT "dcbw redhat com"
| #define PACKAGE "NetworkManager"
| #define VERSION "0.6.5"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5057: checking for ANSI C header files
configure:5087: mipsel-linux-gcc -c -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c >&5
configure:5093: $? = 0
configure:5221: result: yes
configure:5245: checking for sys/types.h
configure:5266: mipsel-linux-gcc -c -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c >&5
configure:5272: $? = 0
configure:5288: result: yes
configure:5245: checking for sys/stat.h
configure:5266: mipsel-linux-gcc -c -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c >&5
configure:5272: $? = 0
configure:5288: result: yes
configure:5245: checking for stdlib.h
configure:5266: mipsel-linux-gcc -c -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c >&5
configure:5272: $? = 0
configure:5288: result: yes
configure:5245: checking for string.h
configure:5266: mipsel-linux-gcc -c -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c >&5
configure:5272: $? = 0
configure:5288: result: yes
configure:5245: checking for memory.h
configure:5266: mipsel-linux-gcc -c -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c >&5
configure:5272: $? = 0
configure:5288: result: yes
configure:5245: checking for strings.h
configure:5266: mipsel-linux-gcc -c -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c >&5
configure:5272: $? = 0
configure:5288: result: yes
configure:5245: checking for inttypes.h
configure:5266: mipsel-linux-gcc -c -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c >&5
configure:5272: $? = 0
configure:5288: result: yes
configure:5245: checking for stdint.h
configure:5266: mipsel-linux-gcc -c -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c >&5
configure:5272: $? = 0
configure:5288: result: yes
configure:5245: checking for unistd.h
configure:5266: mipsel-linux-gcc -c -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c >&5
configure:5272: $? = 0
configure:5288: result: yes
configure:5315: checking dlfcn.h usability
configure:5332: mipsel-linux-gcc -c -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c >&5
configure:5338: $? = 0
configure:5352: result: yes
configure:5356: checking dlfcn.h presence
configure:5371: mipsel-linux-gcc -E -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c
configure:5377: $? = 0
configure:5391: result: yes
configure:5424: checking for dlfcn.h
configure:5432: result: yes
configure:5459: checking for mipsel-linux-g++
configure:5475: found /work/a8/pmp/work/mipseltools-gcc-4.1.2/bin/mipsel-linux-g++
configure:5486: result: mipsel-linux-g++
configure:5561: checking for C++ compiler version
configure:5568: mipsel-linux-g++ --version >&5
mipsel-linux-g++ (GCC) 4.1.2
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:5571: $? = 0
configure:5578: mipsel-linux-g++ -v >&5
Using built-in specs.
Target: mipsel-linux
Configured with: ../gcc-4.1.2/configure --target=mipsel-linux --host=i686-pc-linux-gnu --prefix=/opt/mipseltools-gcc-4.1.2 --disable-multilib --enable-shared --enable-languages=c,c++ --with-headers=/opt/mipseltools-gcc-4.1.2/mipsel-linux/include
Thread model: posix
gcc version 4.1.2
configure:5581: $? = 0
configure:5588: mipsel-linux-g++ -V >&5
mipsel-linux-g++: '-V' option must have argument
configure:5591: $? = 1
configure:5594: checking whether we are using the GNU C++ compiler
configure:5623: mipsel-linux-g++ -c  -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.cpp >&5
configure:5629: $? = 0
configure:5646: result: yes
configure:5651: checking whether mipsel-linux-g++ accepts -g
configure:5681: mipsel-linux-g++ -c -g -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.cpp >&5
configure:5687: $? = 0
configure:5786: result: yes
configure:5811: checking dependency style of mipsel-linux-g++
configure:5894: result: gcc3
configure:5921: checking how to run the C++ preprocessor
configure:5957: mipsel-linux-g++ -E -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.cpp
configure:5963: $? = 0
configure:5994: mipsel-linux-g++ -E -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.cpp
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
configure:6000: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "NetworkManager"
| #define PACKAGE_TARNAME "NetworkManager"
| #define PACKAGE_VERSION "0.6.5"
| #define PACKAGE_STRING "NetworkManager 0.6.5"
| #define PACKAGE_BUGREPORT "dcbw redhat com"
| #define PACKAGE "NetworkManager"
| #define VERSION "0.6.5"
| #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.  */
| #include <ac_nonexistent.h>
configure:6033: result: mipsel-linux-g++ -E
configure:6062: mipsel-linux-g++ -E -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.cpp
configure:6068: $? = 0
configure:6099: mipsel-linux-g++ -E -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.cpp
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
configure:6105: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "NetworkManager"
| #define PACKAGE_TARNAME "NetworkManager"
| #define PACKAGE_VERSION "0.6.5"
| #define PACKAGE_STRING "NetworkManager 0.6.5"
| #define PACKAGE_BUGREPORT "dcbw redhat com"
| #define PACKAGE "NetworkManager"
| #define VERSION "0.6.5"
| #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.  */
| #include <ac_nonexistent.h>
configure:6154: checking for mipsel-linux-g77
configure:6184: result: no
configure:6154: checking for mipsel-linux-xlf
configure:6184: result: no
configure:6154: checking for mipsel-linux-f77
configure:6184: result: no
configure:6154: checking for mipsel-linux-frt
configure:6184: result: no
configure:6154: checking for mipsel-linux-pgf77
configure:6184: result: no
configure:6154: checking for mipsel-linux-cf77
configure:6184: result: no
configure:6154: checking for mipsel-linux-fort77
configure:6184: result: no
configure:6154: checking for mipsel-linux-fl32
configure:6184: result: no
configure:6154: checking for mipsel-linux-af77
configure:6184: result: no
configure:6154: checking for mipsel-linux-xlf90
configure:6184: result: no
configure:6154: checking for mipsel-linux-f90
configure:6184: result: no
configure:6154: checking for mipsel-linux-pgf90
configure:6184: result: no
configure:6154: checking for mipsel-linux-pghpf
configure:6184: result: no
configure:6154: checking for mipsel-linux-epcf90
configure:6184: result: no
configure:6154: checking for mipsel-linux-gfortran
configure:6184: result: no
configure:6154: checking for mipsel-linux-g95
configure:6184: result: no
configure:6154: checking for mipsel-linux-xlf95
configure:6184: result: no
configure:6154: checking for mipsel-linux-f95
configure:6184: result: no
configure:6154: checking for mipsel-linux-fort
configure:6184: result: no
configure:6154: checking for mipsel-linux-ifort
configure:6184: result: no
configure:6154: checking for mipsel-linux-ifc
configure:6184: result: no
configure:6154: checking for mipsel-linux-efc
configure:6184: result: no
configure:6154: checking for mipsel-linux-pgf95
configure:6184: result: no
configure:6154: checking for mipsel-linux-lf95
configure:6184: result: no
configure:6154: checking for mipsel-linux-ftn
configure:6184: result: no
configure:6198: checking for g77
configure:6228: result: no
configure:6198: checking for xlf
configure:6228: result: no
configure:6198: checking for f77
configure:6228: result: no
configure:6198: checking for frt
configure:6228: result: no
configure:6198: checking for pgf77
configure:6228: result: no
configure:6198: checking for cf77
configure:6228: result: no
configure:6198: checking for fort77
configure:6228: result: no
configure:6198: checking for fl32
configure:6228: result: no
configure:6198: checking for af77
configure:6228: result: no
configure:6198: checking for xlf90
configure:6228: result: no
configure:6198: checking for f90
configure:6228: result: no
configure:6198: checking for pgf90
configure:6228: result: no
configure:6198: checking for pghpf
configure:6228: result: no
configure:6198: checking for epcf90
configure:6228: result: no
configure:6198: checking for gfortran
configure:6228: result: no
configure:6198: checking for g95
configure:6228: result: no
configure:6198: checking for xlf95
configure:6228: result: no
configure:6198: checking for f95
configure:6228: result: no
configure:6198: checking for fort
configure:6228: result: no
configure:6198: checking for ifort
configure:6228: result: no
configure:6198: checking for ifc
configure:6228: result: no
configure:6198: checking for efc
configure:6228: result: no
configure:6198: checking for pgf95
configure:6228: result: no
configure:6198: checking for lf95
configure:6228: result: no
configure:6198: checking for ftn
configure:6228: result: no
configure:6255: checking for Fortran 77 compiler version
configure:6262:  --version >&5
./configure: line 6263: --version: command not found
configure:6265: $? = 127
configure:6272:  -v >&5
./configure: line 6273: -v: command not found
configure:6275: $? = 127
configure:6282:  -V >&5
./configure: line 6283: -V: command not found
configure:6285: $? = 127
configure:6293: checking whether we are using the GNU Fortran 77 compiler
configure:6312:  -c  conftest.F >&5
./configure: line 6313: -c: command not found
configure:6318: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
| 
|       end
configure:6335: result: no
configure:6341: checking whether  accepts -g
configure:6358:  -c -g conftest.f >&5
./configure: line 6359: -c: command not found
configure:6364: $? = 127
configure: failed program was:
|       program main
| 
|       end
configure:6380: result: no
configure:6410: checking the maximum length of command line arguments
configure:6519: result: 32768
configure:6530: checking command to parse /work/a8/pmp/work/mipseltools-gcc-4.1.2/bin/mipsel-linux-nm -B output from mipsel-linux-gcc object
configure:6635: mipsel-linux-gcc -c -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c >&5
configure:6638: $? = 0
configure:6642: /work/a8/pmp/work/mipseltools-gcc-4.1.2/bin/mipsel-linux-nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:6645: $? = 0
configure:6697: mipsel-linux-gcc -o conftest -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include  conftest.c conftstm.o >&5
configure:6700: $? = 0
configure:6738: result: ok
configure:6742: checking for objdir
configure:6757: result: .libs
configure:6809: checking for mipsel-linux-ar
configure:6825: found /work/a8/pmp/work/mipseltools-gcc-4.1.2/bin/mipsel-linux-ar
configure:6836: result: mipsel-linux-ar
configure:6905: checking for mipsel-linux-ranlib
configure:6921: found /work/a8/pmp/work/mipseltools-gcc-4.1.2/bin/mipsel-linux-ranlib
configure:6932: result: mipsel-linux-ranlib
configure:7001: checking for mipsel-linux-strip
configure:7028: result: mipsel-linux-strip
configure:7354: checking if mipsel-linux-gcc supports -fno-rtti -fno-exceptions
configure:7372: mipsel-linux-gcc -c -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:7376: $? = 0
configure:7389: result: no
configure:7404: checking for mipsel-linux-gcc option to produce PIC
configure:7614: result: -fPIC
configure:7622: checking if mipsel-linux-gcc PIC flag -fPIC works
configure:7640: mipsel-linux-gcc -c -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include -fPIC -DPIC conftest.c >&5
configure:7644: $? = 0
configure:7657: result: yes
configure:7685: checking if mipsel-linux-gcc static flag -static works
configure:7713: result: yes
configure:7723: checking if mipsel-linux-gcc supports -c -o file.o
configure:7744: mipsel-linux-gcc -c -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include -o out/conftest2.o conftest.c >&5
configure:7748: $? = 0
configure:7770: result: yes
configure:7796: checking whether the mipsel-linux-gcc linker (/home/work/a8/pmp/work/mipseltools-gcc-4.1.2/mipsel-linux/bin/ld) supports shared libraries
configure:8750: result: yes
configure:8771: checking whether -lc should be explicitly linked in
configure:8776: mipsel-linux-gcc -c -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c >&5
configure:8779: $? = 0
configure:8794: mipsel-linux-gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:8797: $? = 0
configure:8809: result: no
configure:8817: checking dynamic linker characteristics
configure:9426: result: GNU/Linux ld.so
configure:9435: checking how to hardcode library paths into programs
configure:9460: result: immediate
configure:9474: checking whether stripping libraries is possible
configure:9479: result: yes
configure:10280: checking if libtool supports shared libraries
configure:10282: result: yes
configure:10285: checking whether to build shared libraries
configure:10306: result: yes
configure:10309: checking whether to build static libraries
configure:10313: result: yes
configure:10405: creating libtool
configure:10993: checking for ld used by mipsel-linux-g++
configure:11060: result: /home/work/a8/pmp/work/mipseltools-gcc-4.1.2/mipsel-linux/bin/ld
configure:11069: checking if the linker (/home/work/a8/pmp/work/mipseltools-gcc-4.1.2/mipsel-linux/bin/ld) is GNU ld
configure:11084: result: yes
configure:11135: checking whether the mipsel-linux-g++ linker (/home/work/a8/pmp/work/mipseltools-gcc-4.1.2/mipsel-linux/bin/ld) supports shared libraries
configure:12069: result: yes
configure:12087: mipsel-linux-g++ -c -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.cpp >&5
configure:12090: $? = 0
configure:12209: checking for mipsel-linux-g++ option to produce PIC
configure:12483: result: -fPIC
configure:12491: checking if mipsel-linux-g++ PIC flag -fPIC works
configure:12509: mipsel-linux-g++ -c -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include -fPIC -DPIC conftest.cpp >&5
configure:12513: $? = 0
configure:12526: result: yes
configure:12554: checking if mipsel-linux-g++ static flag -static works
configure:12582: result: yes
configure:12592: checking if mipsel-linux-g++ supports -c -o file.o
configure:12613: mipsel-linux-g++ -c -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include -o out/conftest2.o conftest.cpp >&5
configure:12617: $? = 0
configure:12639: result: yes
configure:12665: checking whether the mipsel-linux-g++ linker (/home/work/a8/pmp/work/mipseltools-gcc-4.1.2/mipsel-linux/bin/ld) supports shared libraries
configure:12690: result: yes
configure:12757: checking dynamic linker characteristics
configure:13366: result: GNU/Linux ld.so
configure:13375: checking how to hardcode library paths into programs
configure:13400: result: immediate
configure:19583: checking for ANSI C header files
configure:19747: result: yes
configure:19777: checking fcntl.h usability
configure:19794: mipsel-linux-gcc -c -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c >&5
configure:19800: $? = 0
configure:19814: result: yes
configure:19818: checking fcntl.h presence
configure:19833: mipsel-linux-gcc -E -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c
configure:19839: $? = 0
configure:19853: result: yes
configure:19886: checking for fcntl.h
configure:19894: result: yes
configure:19777: checking paths.h usability
configure:19794: mipsel-linux-gcc -c -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c >&5
configure:19800: $? = 0
configure:19814: result: yes
configure:19818: checking paths.h presence
configure:19833: mipsel-linux-gcc -E -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c
configure:19839: $? = 0
configure:19853: result: yes
configure:19886: checking for paths.h
configure:19894: result: yes
configure:19777: checking sys/ioctl.h usability
configure:19794: mipsel-linux-gcc -c -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c >&5
configure:19800: $? = 0
configure:19814: result: yes
configure:19818: checking sys/ioctl.h presence
configure:19833: mipsel-linux-gcc -E -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c
configure:19839: $? = 0
configure:19853: result: yes
configure:19886: checking for sys/ioctl.h
configure:19894: result: yes
configure:19777: checking sys/time.h usability
configure:19794: mipsel-linux-gcc -c -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c >&5
configure:19800: $? = 0
configure:19814: result: yes
configure:19818: checking sys/time.h presence
configure:19833: mipsel-linux-gcc -E -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c
configure:19839: $? = 0
configure:19853: result: yes
configure:19886: checking for sys/time.h
configure:19894: result: yes
configure:19777: checking syslog.h usability
configure:19794: mipsel-linux-gcc -c -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c >&5
configure:19800: $? = 0
configure:19814: result: yes
configure:19818: checking syslog.h presence
configure:19833: mipsel-linux-gcc -E -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c
configure:19839: $? = 0
configure:19853: result: yes
configure:19886: checking for syslog.h
configure:19894: result: yes
configure:19767: checking for unistd.h
configure:19773: result: yes
configure:19908: checking for mode_t
configure:19938: mipsel-linux-gcc -c -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c >&5
configure:19944: $? = 0
configure:19959: result: yes
configure:19971: checking for pid_t
configure:20001: mipsel-linux-gcc -c -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c >&5
configure:20007: $? = 0
configure:20022: result: yes
configure:20034: checking whether time.h and sys/time.h may both be included
configure:20064: mipsel-linux-gcc -c -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c >&5
configure:20070: $? = 0
configure:20085: result: yes
configure:20097: checking whether mipsel-linux-gcc needs -traditional
configure:20139: result: no
configure:20146: checking for working memcmp
configure:20227: result: no
configure:20242: checking for select
configure:20298: mipsel-linux-gcc -o conftest -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include  conftest.c  >&5
configure:20304: $? = 0
configure:20322: result: yes
configure:20242: checking for socket
configure:20298: mipsel-linux-gcc -o conftest -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include  conftest.c  >&5
configure:20304: $? = 0
configure:20322: result: yes
configure:20242: checking for uname
configure:20298: mipsel-linux-gcc -o conftest -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include  conftest.c  >&5
configure:20304: $? = 0
configure:20322: result: yes
configure:20370: checking for intltool >= 0.27.2
configure:20377: result: 0.35.5 found
configure:20433: checking for perl
configure:20451: found /usr/bin/perl
configure:20463: result: /usr/bin/perl
configure:20482: checking for XML::Parser
configure:20485: result: ok
configure:20496: checking for iconv
configure:20514: found /usr/bin/iconv
configure:20527: result: /usr/bin/iconv
configure:20537: checking for msgfmt
configure:20555: found /usr/bin/msgfmt
configure:20568: result: /usr/bin/msgfmt
configure:20578: checking for msgmerge
configure:20596: found /usr/bin/msgmerge
configure:20609: result: /usr/bin/msgmerge
configure:20619: checking for xgettext
configure:20637: found /usr/bin/xgettext
configure:20650: result: /usr/bin/xgettext
configure:20687: mipsel-linux-gcc -o conftest -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include  conftest.c  >&5
configure:20693: $? = 0
configure:20828: checking locale.h usability
configure:20845: mipsel-linux-gcc -c -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c >&5
configure:20851: $? = 0
configure:20865: result: yes
configure:20869: checking locale.h presence
configure:20884: mipsel-linux-gcc -E -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c
configure:20890: $? = 0
configure:20904: result: yes
configure:20937: checking for locale.h
configure:20945: result: yes
configure:20959: checking for LC_MESSAGES
configure:20985: mipsel-linux-gcc -o conftest -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include  conftest.c  >&5
configure:20991: $? = 0
configure:21008: result: yes
configure:21037: checking libintl.h usability
configure:21054: mipsel-linux-gcc -c -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c >&5
configure:21060: $? = 0
configure:21074: result: yes
configure:21078: checking libintl.h presence
configure:21093: mipsel-linux-gcc -E -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c
configure:21099: $? = 0
configure:21113: result: yes
configure:21146: checking for libintl.h
configure:21153: result: yes
configure:21164: checking for ngettext in libc
configure:21192: mipsel-linux-gcc -o conftest -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include  conftest.c  >&5
configure:21198: $? = 0
configure:21216: result: yes
configure:21220: checking for dgettext in libc
configure:21248: mipsel-linux-gcc -o conftest -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include  conftest.c  >&5
configure:21254: $? = 0
configure:21272: result: yes
configure:21281: checking for bind_textdomain_codeset
configure:21337: mipsel-linux-gcc -o conftest -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include  conftest.c  >&5
configure:21343: $? = 0
configure:21361: result: yes
configure:21848: checking for msgfmt
configure:21875: result: /usr/bin/msgfmt
configure:21888: checking for dcgettext
configure:21944: mipsel-linux-gcc -o conftest -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include  conftest.c   >&5
conftest.c:60: warning: conflicting types for built-in function 'dcgettext'
configure:21950: $? = 0
configure:21968: result: yes
configure:21979: checking if msgfmt accepts -c
configure:21994: msgfmt -c -o /dev/null conftest.foo
configure:21997: $? = 0
configure:21999: result: yes
configure:22009: checking for gmsgfmt
configure:22040: result: /usr/bin/msgfmt
configure:22050: checking for xgettext
configure:22077: result: /usr/bin/xgettext
configure:22106: mipsel-linux-gcc -o conftest -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include  conftest.c   >&5
configure:22112: $? = 0
configure:22281: checking for catalogs to be installed
configure:22306: result:  ar be latin bg bs ca cs da de dz el en_CA en_GB es fi fr gl gu hr hu it ja ka ko lt pl mk nb ne nl pa pt_BR rw sk sq sr Latn sr sv uk vi wa zh_CN zh_TW
configure:22339: checking whether byte ordering is bigendian
configure:22372: mipsel-linux-gcc -c -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c >&5
configure:22378: $? = 0
configure:22410: mipsel-linux-gcc -c -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:46: error: 'not' undeclared (first use in this function)
conftest.c:46: error: (Each undeclared identifier is reported only once
conftest.c:46: error: for each function it appears in.)
conftest.c:46: error: expected ';' before 'big'
configure:22416: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "NetworkManager"
| #define PACKAGE_TARNAME "NetworkManager"
| #define PACKAGE_VERSION "0.6.5"
| #define PACKAGE_STRING "NetworkManager 0.6.5"
| #define PACKAGE_BUGREPORT "dcbw redhat com"
| #define PACKAGE "NetworkManager"
| #define VERSION "0.6.5"
| #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
| #define STDC_HEADERS 1
| #define HAVE_FCNTL_H 1
| #define HAVE_PATHS_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYSLOG_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_SELECT 1
| #define HAVE_SOCKET 1
| #define HAVE_UNAME 1
| #define GETTEXT_PACKAGE "NetworkManager"
| #define HAVE_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| /* 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:22556: result: no
configure:22583: checking for /etc/redhat-release
configure:22589: error: cannot check for file existence when cross compiling
configure:22599: result: no
configure:22605: checking for /etc/SuSE-release
configure:22611: error: cannot check for file existence when cross compiling
configure:22621: result: no
configure:22627: checking for /etc/fedora-release
configure:22633: error: cannot check for file existence when cross compiling
configure:22643: result: no
configure:22649: checking for /etc/gentoo-release
configure:22655: error: cannot check for file existence when cross compiling
configure:22665: result: no
configure:22671: checking for /etc/debian_version
configure:22677: error: cannot check for file existence when cross compiling
configure:22687: result: yes
configure:22693: checking for /etc/arch-release
configure:22699: error: cannot check for file existence when cross compiling
configure:22709: result: no
configure:22715: checking for /etc/slackware-version
configure:22721: error: cannot check for file existence when cross compiling
configure:22731: result: no
configure:22813: checking for wireless-tools >= 28pre9
configure:22838: mipsel-linux-gcc -c -g -O2 -I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include conftest.c >&5
configure:22844: $? = 0
configure:22858: result: yes
configure:22874: checking for mipsel-linux-pkg-config
configure:22907: result: no
configure:22917: checking for pkg-config
configure:22935: found /usr/bin/pkg-config
configure:22947: result: /usr/bin/pkg-config
configure:22961: WARNING: In the future, Autoconf will not detect cross-tools
whose name does not start with the host triplet.  If you think this
configuration is useful to you, please write to autoconf gnu org 
configure:22976: checking pkg-config is at least version 0.9.0
configure:22979: result: yes
configure:22990: checking for DBUS
configure:23095: result: yes
configure:23134: checking for GTHREAD
configure:23239: result: yes
configure:23246: checking for GLIB
configure:23351: result: yes
configure:23358: checking for GOBJECT
configure:23384: $PKG_CONFIG --exists --print-errors "gobject-2.0 >= 2.6"
configure:23387: $? = 0
configure:23463: result: yes
configure:23470: checking for GMODULE
configure:23478: $PKG_CONFIG --exists --print-errors "gmodule-2.0"
configure:23481: $? = 0
configure:23496: $PKG_CONFIG --exists --print-errors "gmodule-2.0"
configure:23499: $? = 0
configure:23575: result: yes
configure:23582: checking for HAL
configure:23687: result: yes
configure:24144: checking for LIBNL
configure:24249: result: yes
configure:24265: checking for libgcrypt-config
configure:24296: result: no
configure:24502: checking for dhcdbd
configure:24521: found /usr/sbin/dhcdbd
configure:24533: result: /usr/sbin/dhcdbd
configure:24566: checking for wpa_supplicant
configure:24585: found /sbin/wpa_supplicant
configure:24597: result: /sbin/wpa_supplicant
configure:24630: checking for ip
configure:24649: found /sbin/ip
configure:24661: result: /sbin/ip
configure:24732: checking for more warnings
configure:24797: result: no
configure:24991: creating ./config.status

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

This file was extended by NetworkManager config.status 0.6.5, which was
generated by GNU Autoconf 2.61.  Invocation command line was

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

on ubuntu

config.status:806: creating Makefile
config.status:806: creating include/Makefile
config.status:806: creating utils/Makefile
config.status:806: creating src/Makefile
config.status:806: creating src/named-manager/Makefile
config.status:806: creating src/vpn-manager/Makefile
config.status:806: creating src/dhcp-manager/Makefile
config.status:806: creating src/backends/Makefile
config.status:806: creating libnm-util/libnm-util.pc
config.status:806: creating libnm-util/Makefile
config.status:806: creating dispatcher-daemon/Makefile
config.status:806: creating gnome/Makefile
config.status:806: creating gnome/libnm_glib/libnm_glib.pc
config.status:806: creating gnome/libnm_glib/Makefile
config.status:806: creating gnome/vpn-properties/Makefile
config.status:806: creating test/Makefile
config.status:806: creating test/test-common/Makefile
config.status:806: creating test/libnm-util/Makefile
config.status:806: creating initscript/Makefile
config.status:806: creating initscript/RedHat/Makefile
config.status:806: creating initscript/RedHat/NetworkManager
config.status:806: creating initscript/RedHat/NetworkManagerDispatcher
config.status:806: creating initscript/Gentoo/Makefile
config.status:806: creating initscript/Gentoo/NetworkManager
config.status:806: creating initscript/Debian/Makefile
config.status:806: creating initscript/Slackware/Makefile
config.status:806: creating initscript/Slackware/rc.networkmanager
config.status:806: creating initscript/Slackware/rc.networkmanager-dispatcher
config.status:806: creating initscript/SUSE/Makefile
config.status:806: creating initscript/SUSE/networkmanager
config.status:806: creating initscript/SUSE/networkmanager-dispatcher
config.status:806: creating initscript/Arch/Makefile
config.status:806: creating initscript/Arch/networkmanager
config.status:806: creating initscript/Arch/networkmanager-dispatcher
config.status:806: creating man/Makefile
config.status:806: creating man/NetworkManager.1
config.status:806: creating man/NetworkManagerDispatcher.1
config.status:806: creating man/nm-tool.1
config.status:806: creating po/Makefile.in
config.status:806: creating NetworkManager.pc
config.status:806: creating config.h
config.status:1050: config.h is unchanged
config.status:1096: executing depfiles commands
config.status:1096: executing intltool commands
config.status:1096: executing default-1 commands
config.status:1096: executing po/stamp-it commands

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
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=set
ac_cv_env_CPPFLAGS_value='-I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include'
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_DBUS_CFLAGS_set=set
ac_cv_env_DBUS_CFLAGS_value='-I/work/a8/pmp/work/mips_install/include/dbus-1.0 -I/work/a8/pmp/work/mips_install/lib/dbus-1.0/include'
ac_cv_env_DBUS_LIBS_set=set
ac_cv_env_DBUS_LIBS_value='-L/home/work/a8/pmp/work/mips_install/lib -ldbus-glib-1'
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_GCONF_CFLAGS_set=
ac_cv_env_GCONF_CFLAGS_value=
ac_cv_env_GCONF_LIBS_set=
ac_cv_env_GCONF_LIBS_value=
ac_cv_env_GLADE_CFLAGS_set=
ac_cv_env_GLADE_CFLAGS_value=
ac_cv_env_GLADE_LIBS_set=
ac_cv_env_GLADE_LIBS_value=
ac_cv_env_GLIB_CFLAGS_set=set
ac_cv_env_GLIB_CFLAGS_value='-I/work/a8/pmp/work/mips_install/include/glib-2.0 -I/work/a8/pmp/work/mips_install/lib/glib-2.0/include'
ac_cv_env_GLIB_LIBS_set=set
ac_cv_env_GLIB_LIBS_value='-L/work/a8/pmp/work/mips_install/lib -lglib-2.0'
ac_cv_env_GMODULE_CFLAGS_set=
ac_cv_env_GMODULE_CFLAGS_value=
ac_cv_env_GMODULE_LIBS_set=
ac_cv_env_GMODULE_LIBS_value=
ac_cv_env_GNOME_KEYRING_CFLAGS_set=
ac_cv_env_GNOME_KEYRING_CFLAGS_value=
ac_cv_env_GNOME_KEYRING_LIBS_set=
ac_cv_env_GNOME_KEYRING_LIBS_value=
ac_cv_env_GOBJECT_CFLAGS_set=set
ac_cv_env_GOBJECT_CFLAGS_value='-I/work/a8/pmp/work/mips_install/include/glib-2.0 -I/work/a8/pmp/work/mips_install/lib/glib-2.0/include'
ac_cv_env_GOBJECT_LIBS_set=
ac_cv_env_GOBJECT_LIBS_value=
ac_cv_env_GTHREAD_CFLAGS_set=set
ac_cv_env_GTHREAD_CFLAGS_value='-I/work/a8/pmp/work/mips_install/include/glib-2.0 -I/work/a8/pmp/work/mips_install/lib/glib-2.0/include'
ac_cv_env_GTHREAD_LIBS_set=set
ac_cv_env_GTHREAD_LIBS_value='-L/home/work/a8/pmp/work/mips_install/lib -lgthread-2.0'
ac_cv_env_GTK_CFLAGS_set=
ac_cv_env_GTK_CFLAGS_value=
ac_cv_env_GTK_LIBS_set=
ac_cv_env_GTK_LIBS_value=
ac_cv_env_HAL_CFLAGS_set=set
ac_cv_env_HAL_CFLAGS_value=-I/home/work/a8/pmp/work/mips_install/include/hal
ac_cv_env_HAL_LIBS_set=set
ac_cv_env_HAL_LIBS_value='-L/home/work/a8/pmp/work/mips_install/lib -lhal'
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBGNOMEUI_CFLAGS_set=
ac_cv_env_LIBGNOMEUI_CFLAGS_value=
ac_cv_env_LIBGNOMEUI_LIBS_set=
ac_cv_env_LIBGNOMEUI_LIBS_value=
ac_cv_env_LIBNL_CFLAGS_set=set
ac_cv_env_LIBNL_CFLAGS_value=-I/work/a8/pmp/work/mips_install/include
ac_cv_env_LIBNL_LIBS_set=set
ac_cv_env_LIBNL_LIBS_value='-L/home/work/a8/pmp/work/mips_install/lib -lnl'
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=mipsel-linux
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_f77_compiler_gnu=no
ac_cv_file__etc_SuSE_release=no
ac_cv_file__etc_arch_release=no
ac_cv_file__etc_debian_version=yes
ac_cv_file__etc_fedora_release=no
ac_cv_file__etc_gentoo_release=no
ac_cv_file__etc_redhat_release=no
ac_cv_file__etc_slackware_version=no
ac_cv_func_bind_textdomain_codeset=yes
ac_cv_func_dcgettext=yes
ac_cv_func_memcmp_working=no
ac_cv_func_select=yes
ac_cv_func_socket=yes
ac_cv_func_uname=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_paths_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_ioctl_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_syslog_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_host=mipsel-unknown-linux-gnu
ac_cv_objext=o
ac_cv_path_DHCDBD_BINARY_PATH=/usr/sbin/dhcdbd
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GMSGFMT=/usr/bin/msgfmt
ac_cv_path_GREP=/bin/grep
ac_cv_path_INTLTOOL_ICONV=/usr/bin/iconv
ac_cv_path_INTLTOOL_MSGFMT=/usr/bin/msgfmt
ac_cv_path_INTLTOOL_MSGMERGE=/usr/bin/msgmerge
ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
ac_cv_path_INTLTOOL_XGETTEXT=/usr/bin/xgettext
ac_cv_path_IP_BINARY_PATH=/sbin/ip
ac_cv_path_LIBGCRYPT_CONFIG=no
ac_cv_path_MSGFMT=/usr/bin/msgfmt
ac_cv_path_WPA_SUPPLICANT_BINARY_PATH=/sbin/wpa_supplicant
ac_cv_path_XGETTEXT=/usr/bin/xgettext
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AR=mipsel-linux-ar
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=mipsel-linux-gcc
ac_cv_prog_CPP='mipsel-linux-gcc -E'
ac_cv_prog_CXX=mipsel-linux-g++
ac_cv_prog_CXXCPP='mipsel-linux-g++ -E'
ac_cv_prog_RANLIB=mipsel-linux-ranlib
ac_cv_prog_STRIP=mipsel-linux-strip
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_mipsel_linux_gcc_c_o=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=no
ac_cv_prog_gcc_traditional=no
ac_cv_prog_make_make_set=yes
ac_cv_type_mode_t=yes
ac_cv_type_pid_t=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_val_LC_MESSAGES=yes
gt_cv_func_dgettext_libc=yes
gt_cv_func_dgettext_libintl=no
gt_cv_func_ngettext_libc=yes
gt_cv_have_gettext=yes
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/home/work/a8/pmp/work/mipseltools-gcc-4.1.2/mipsel-linux/bin/ld
lt_cv_path_LDCXX=/home/work/a8/pmp/work/mipseltools-gcc-4.1.2/mipsel-linux/bin/ld
lt_cv_path_NM='/work/a8/pmp/work/mipseltools-gcc-4.1.2/bin/mipsel-linux-nm -B'
lt_cv_path_SED=/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 \2/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=32768
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 \\2/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'\''"'
pkg_cv_DBUS_CFLAGS='-I/work/a8/pmp/work/mips_install/include/dbus-1.0 -I/work/a8/pmp/work/mips_install/lib/dbus-1.0/include'
pkg_cv_DBUS_LIBS='-L/home/work/a8/pmp/work/mips_install/lib -ldbus-glib-1'
pkg_cv_GLIB_CFLAGS='-I/work/a8/pmp/work/mips_install/include/glib-2.0 -I/work/a8/pmp/work/mips_install/lib/glib-2.0/include'
pkg_cv_GLIB_LIBS='-L/work/a8/pmp/work/mips_install/lib -lglib-2.0'
pkg_cv_GMODULE_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
pkg_cv_GMODULE_LIBS='-Wl,--export-dynamic -lgmodule-2.0 -ldl -lglib-2.0  '
pkg_cv_GOBJECT_CFLAGS='-I/work/a8/pmp/work/mips_install/include/glib-2.0 -I/work/a8/pmp/work/mips_install/lib/glib-2.0/include'
pkg_cv_GOBJECT_LIBS='-lgobject-2.0 -lglib-2.0  '
pkg_cv_GTHREAD_CFLAGS='-I/work/a8/pmp/work/mips_install/include/glib-2.0 -I/work/a8/pmp/work/mips_install/lib/glib-2.0/include'
pkg_cv_GTHREAD_LIBS='-L/home/work/a8/pmp/work/mips_install/lib -lgthread-2.0'
pkg_cv_HAL_CFLAGS=-I/home/work/a8/pmp/work/mips_install/include/hal
pkg_cv_HAL_LIBS='-L/home/work/a8/pmp/work/mips_install/lib -lhal'
pkg_cv_LIBNL_CFLAGS=-I/work/a8/pmp/work/mips_install/include
pkg_cv_LIBNL_LIBS='-L/home/work/a8/pmp/work/mips_install/lib -lnl'

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

ACLOCAL='${SHELL} /work/a8/pmp/work/NetworkManager-0.6.5_mips/missing --run aclocal-1.7'
ALL_LINGUAS='ar be latin bg bs ca cs da de dz el en_CA en_GB es fi fr gl gu hr hu it ja ka ko lt pl mk nb ne nl pa pt_BR rw sk sq sr Latn sr sv uk vi wa zh_CN zh_TW'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /work/a8/pmp/work/NetworkManager-0.6.5_mips/missing --run tar'
AR='mipsel-linux-ar'
AUTOCONF='${SHELL} /work/a8/pmp/work/NetworkManager-0.6.5_mips/missing --run autoconf'
AUTOHEADER='${SHELL} /work/a8/pmp/work/NetworkManager-0.6.5_mips/missing --run autoheader'
AUTOMAKE='${SHELL} /work/a8/pmp/work/NetworkManager-0.6.5_mips/missing --run automake-1.7'
AWK='gawk'
CATALOGS=' ar.gmo be latin gmo bg.gmo bs.gmo ca.gmo cs.gmo da.gmo de.gmo dz.gmo el.gmo en_CA.gmo en_GB.gmo es.gmo fi.gmo fr.gmo gl.gmo gu.gmo hr.gmo hu.gmo it.gmo ja.gmo ka.gmo ko.gmo lt.gmo pl.gmo mk.gmo nb.gmo ne.gmo nl.gmo pa.gmo pt_BR.gmo rw.gmo sk.gmo sq.gmo sr Latn gmo sr.gmo sv.gmo uk.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo'
CATOBJEXT='.gmo'
CC='mipsel-linux-gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='mipsel-linux-gcc -E'
CPPFLAGS='-I/home/work/a8/pmp/work/linux-2.6.22/include -I/home/work/a8/pmp/work/wireless_tools_mips -I/home/work/a8/pmp/work/mips_install/include'
CXX='mipsel-linux-g++'
CXXCPP='mipsel-linux-g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g -O2'
CYGPATH_W='echo'
DATADIRNAME='share'
DBUS_CFLAGS='-I/work/a8/pmp/work/mips_install/include/dbus-1.0 -I/work/a8/pmp/work/mips_install/lib/dbus-1.0/include -DDBUS_VERSION_MAJOR=1 -DDBUS_VERSION_MINOR=1 -DDBUS_VERSION_MICRO=1'
DBUS_LIBS='-L/home/work/a8/pmp/work/mips_install/lib -ldbus-glib-1'
DBUS_SYS_DIR='${prefix}/etc/dbus-1/system.d'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DHCDBD_BINARY_PATH='/usr/sbin/dhcdbd'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
EXPANDED_BINDIR='/work/a8/pmp/work/mips_install/bin'
F77=''
FFLAGS=''
GCONF_CFLAGS=''
GCONF_LIBS=''
GETTEXT_PACKAGE='NetworkManager'
GLADE_CFLAGS=''
GLADE_LIBS=''
GLIB_CFLAGS='-I/work/a8/pmp/work/mips_install/include/glib-2.0 -I/work/a8/pmp/work/mips_install/lib/glib-2.0/include'
GLIB_GENMARSHAL='glib-genmarshal'
GLIB_LIBS='-L/work/a8/pmp/work/mips_install/lib -lglib-2.0'
GMODULE_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include  '
GMODULE_LIBS='-Wl,--export-dynamic -lgmodule-2.0 -ldl -lglib-2.0  '
GMOFILES=' ar.gmo be latin gmo bg.gmo bs.gmo ca.gmo cs.gmo da.gmo de.gmo dz.gmo el.gmo en_CA.gmo en_GB.gmo es.gmo fi.gmo fr.gmo gl.gmo gu.gmo hr.gmo hu.gmo it.gmo ja.gmo ka.gmo ko.gmo lt.gmo pl.gmo mk.gmo nb.gmo ne.gmo nl.gmo pa.gmo pt_BR.gmo rw.gmo sk.gmo sq.gmo sr Latn gmo sr.gmo sv.gmo uk.gmo vi.gmo wa.gmo zh_CN.gmo zh_TW.gmo'
GMSGFMT='/usr/bin/msgfmt'
GNOME_KEYRING_CFLAGS=''
GNOME_KEYRING_LIBS=''
GOBJECT_CFLAGS='-I/work/a8/pmp/work/mips_install/include/glib-2.0 -I/work/a8/pmp/work/mips_install/lib/glib-2.0/include'
GOBJECT_LIBS='-lgobject-2.0 -lglib-2.0  '
GREP='/bin/grep'
GTHREAD_CFLAGS='-I/work/a8/pmp/work/mips_install/include/glib-2.0 -I/work/a8/pmp/work/mips_install/lib/glib-2.0/include'
GTHREAD_LIBS='-L/home/work/a8/pmp/work/mips_install/lib -lgthread-2.0'
GTK_CFLAGS=''
GTK_LIBS=''
HAL_CFLAGS='-I/home/work/a8/pmp/work/mips_install/include/hal'
HAL_LIBS='-L/home/work/a8/pmp/work/mips_install/lib -lhal'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
INSTOBJEXT='.mo'
INTLLIBS=''
INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract'
INTLTOOL_ICONV='/usr/bin/iconv'
INTLTOOL_KBD_RULE='%.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_MERGE='$(top_builddir)/intltool-merge'
INTLTOOL_MSGFMT='/usr/bin/msgfmt'
INTLTOOL_MSGMERGE='/usr/bin/msgmerge'
INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@'
INTLTOOL_PERL='/usr/bin/perl'
INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_PROP_RULE='%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SERVER_RULE='%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SERVICE_RULE='%.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SHEET_RULE='%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_UPDATE='$(top_builddir)/intltool-update'
INTLTOOL_XAM_RULE='%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_XGETTEXT='/usr/bin/xgettext'
INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@'
INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
IP_BINARY_PATH='/sbin/ip'
IWLIB='-liw'
LDFLAGS=''
LIBGCRYPT_CFLAGS=''
LIBGCRYPT_CONFIG='no'
LIBGCRYPT_LIBS=''
LIBGNOMEUI_CFLAGS=''
LIBGNOMEUI_LIBS=''
LIBNL_CFLAGS='-I/work/a8/pmp/work/mips_install/include'
LIBNL_LIBS='-L/home/work/a8/pmp/work/mips_install/lib -lnl'
LIBOBJS=' ${LIBOBJDIR}memcmp$U.o'
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=' ${LIBOBJDIR}memcmp$U.lo'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /work/a8/pmp/work/NetworkManager-0.6.5_mips/missing --run makeinfo'
MKINSTALLDIRS='./mkinstalldirs'
MSGFMT='/usr/bin/msgfmt'
MSGFMT_OPTS='-c'
OBJEXT='o'
PACKAGE='NetworkManager'
PACKAGE_BUGREPORT='dcbw redhat com'
PACKAGE_NAME='NetworkManager'
PACKAGE_STRING='NetworkManager 0.6.5'
PACKAGE_TARNAME='NetworkManager'
PACKAGE_VERSION='0.6.5'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
POFILES=' ar.po be latin po bg.po bs.po ca.po cs.po da.po de.po dz.po el.po en_CA.po en_GB.po es.po fi.po fr.po gl.po gu.po hr.po hu.po it.po ja.po ka.po ko.po lt.po pl.po mk.po nb.po ne.po nl.po pa.po pt_BR.po rw.po sk.po sq.po sr Latn po sr.po sv.po uk.po vi.po wa.po zh_CN.po zh_TW.po'
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
RANLIB='mipsel-linux-ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/bash'
STRIP='mipsel-linux-strip'
TARGET_ARCH_FALSE=''
TARGET_ARCH_TRUE='#'
TARGET_DEBIAN_FALSE='#'
TARGET_DEBIAN_TRUE=''
TARGET_GENTOO_FALSE=''
TARGET_GENTOO_TRUE='#'
TARGET_REDHAT_FALSE=''
TARGET_REDHAT_TRUE='#'
TARGET_SLACKWARE_FALSE=''
TARGET_SLACKWARE_TRUE='#'
TARGET_SUSE_FALSE=''
TARGET_SUSE_TRUE='#'
USE_NLS='yes'
VERSION='0.6.5'
WITH_GCRYPT_FALSE=''
WITH_GCRYPT_TRUE='#'
WITH_GNOME_FALSE=''
WITH_GNOME_TRUE='#'
WPA_SUPPLICANT_BINARY_PATH='/sbin/wpa_supplicant'
XGETTEXT='/usr/bin/xgettext'
ac_ct_CC=''
ac_ct_CXX=''
ac_ct_F77=''
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_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='mipsel-unknown-linux-gnu'
host_alias='mipsel-linux'
host_cpu='mipsel'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='/work/a8/pmp/work/NetworkManager-0.6.5_mips/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/home/work/a8/pmp/work/linux-2.6.22/include'
pdfdir='${docdir}'
prefix='/work/a8/pmp/work/mips_install'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define PACKAGE_NAME "NetworkManager"
#define PACKAGE_TARNAME "NetworkManager"
#define PACKAGE_VERSION "0.6.5"
#define PACKAGE_STRING "NetworkManager 0.6.5"
#define PACKAGE_BUGREPORT "dcbw redhat com"
#define PACKAGE "NetworkManager"
#define VERSION "0.6.5"
#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
#define STDC_HEADERS 1
#define HAVE_FCNTL_H 1
#define HAVE_PATHS_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYSLOG_H 1
#define HAVE_UNISTD_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_SELECT 1
#define HAVE_SOCKET 1
#define HAVE_UNAME 1
#define GETTEXT_PACKAGE "NetworkManager"
#define HAVE_LOCALE_H 1
#define HAVE_LC_MESSAGES 1
#define HAVE_BIND_TEXTDOMAIN_CODESET 1
#define HAVE_GETTEXT 1
#define HAVE_DCGETTEXT 1
#define ENABLE_NLS 1
#define DBUS_SYSTEMD_DIR "${prefix}/etc/dbus-1/system.d"
#define DHCDBD_BINARY_PATH "/usr/sbin/dhcdbd"
#define WPA_SUPPLICANT_BINARY_PATH "/sbin/wpa_supplicant"
#define IP_BINARY_PATH "/sbin/ip"
#define EXPANDED_BINDIR "/work/a8/pmp/work/mips_install/bin"

configure: exit 0


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