On 18/09/06, System Administrator <[EMAIL PROTECTED]> wrote:
> Can you please send me your config.log?
>
> DB
>

Here it is:

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

It was created by ObexFTP configure 0.19, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure --prefix=/home/petriai/usbobex
PKG_CONFIG_PATH=/home/petriai/usbobex/lib/pkgconfig/ --disable-perl
--disable-python --disable-tcl

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

hostname = ubuntu
uname -m = i686
uname -r = 2.6.15-26-386
uname -s = Linux
uname -v = #1 PREEMPT Thu Aug 3 02:52:00 UTC 2006

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

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

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/games


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

configure:1580: checking for a BSD-compatible install
configure:1635: result: /usr/bin/install -c
configure:1646: checking whether build environment is sane
configure:1689: result: yes
configure:1722: checking for gawk
configure:1751: result: no
configure:1722: checking for mawk
configure:1738: found /usr/bin/mawk
configure:1748: result: mawk
configure:1758: checking whether make sets $(MAKE)
configure:1778: result: yes
configure:1959: checking for style of include used by make
configure:1987: result: GNU
configure:2058: checking for gcc
configure:2074: found /usr/bin/gcc
configure:2084: result: gcc
configure:2328: checking for C compiler version
configure:2331: gcc --version </dev/null >&5
gcc (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
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:2334: $? = 0
configure:2336: gcc -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu
--enable-libstdcxx-debug --enable-java-awt=gtk-default
--enable-gtk-cairo
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre
--enable-mpfr --disable-werror --with-tune=pentium4
--enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
configure:2339: $? = 0
configure:2341: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:2344: $? = 1
configure:2367: checking for C compiler default output file name
configure:2370: gcc    conftest.c  >&5
configure:2373: $? = 0
configure:2419: result: a.out
configure:2424: checking whether the C compiler works
configure:2430: ./a.out
configure:2433: $? = 0
configure:2450: result: yes
configure:2457: checking whether we are cross compiling
configure:2459: result: no
configure:2462: checking for suffix of executables
configure:2464: gcc -o conftest    conftest.c  >&5
configure:2467: $? = 0
configure:2492: result:
configure:2498: checking for suffix of object files
configure:2519: gcc -c   conftest.c >&5
configure:2522: $? = 0
configure:2544: result: o
configure:2548: checking whether we are using the GNU C compiler
configure:2572: gcc -c   conftest.c >&5
configure:2578: $? = 0
configure:2582: test -z
                         || test ! -s conftest.err
configure:2585: $? = 0
configure:2588: test -s conftest.o
configure:2591: $? = 0
configure:2604: result: yes
configure:2610: checking whether gcc accepts -g
configure:2631: gcc -c -g  conftest.c >&5
configure:2637: $? = 0
configure:2641: test -z
                         || test ! -s conftest.err
configure:2644: $? = 0
configure:2647: test -s conftest.o
configure:2650: $? = 0
configure:2661: result: yes
configure:2678: checking for gcc option to accept ANSI C
configure:2748: gcc  -c -g -O2  conftest.c >&5
configure:2754: $? = 0
configure:2758: test -z
                         || test ! -s conftest.err
configure:2761: $? = 0
configure:2764: test -s conftest.o
configure:2767: $? = 0
configure:2785: result: none needed
configure:2803: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before 'me'
configure:2809: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2944: checking dependency style of gcc
configure:3027: result: gcc3
configure:3046: checking for strerror in -lcposix
configure:3076: gcc -o conftest -g -O2   conftest.c -lcposix   >&5
/usr/bin/ld: cannot find -lcposix
collect2: ld returned 1 exit status
configure:3082: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "ObexFTP"
| #define PACKAGE_TARNAME "obexftp"
| #define PACKAGE_VERSION "0.19"
| #define PACKAGE_STRING "ObexFTP 0.19"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "obexftp"
| #define VERSION "0.19"
| /* end confdefs.h.  */
|
| /* 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 strerror ();
| int
| main ()
| {
| strerror ();
|   ;
|   return 0;
| }
configure:3108: result: no
configure:3162: checking for gcc
configure:3188: result: gcc
configure:3432: checking for C compiler version
configure:3435: gcc --version </dev/null >&5
gcc (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
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:3438: $? = 0
configure:3440: gcc -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu
--enable-libstdcxx-debug --enable-java-awt=gtk-default
--enable-gtk-cairo
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre
--enable-mpfr --disable-werror --with-tune=pentium4
--enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
configure:3443: $? = 0
configure:3445: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:3448: $? = 1
configure:3451: checking whether we are using the GNU C compiler
configure:3507: result: yes
configure:3513: checking whether gcc accepts -g
configure:3564: result: yes
configure:3581: checking for gcc option to accept ANSI C
configure:3688: result: none needed
configure:3706: gcc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before 'me'
configure:3712: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3847: checking dependency style of gcc
configure:3930: result: gcc3
configure:3960: checking for a BSD-compatible install
configure:4015: result: /usr/bin/install -c
configure:4026: checking whether ln -s works
configure:4030: result: yes
configure:4117: checking build system type
configure:4135: result: i686-pc-linux-gnu
configure:4143: checking host system type
configure:4157: result: i686-pc-linux-gnu
configure:4165: checking for a sed that does not truncate output
configure:4219: result: /bin/sed
configure:4222: checking for egrep
configure:4232: result: grep -E
configure:4248: checking for ld used by gcc
configure:4315: result: /usr/bin/ld
configure:4324: checking if the linker (/usr/bin/ld) is GNU ld
configure:4339: result: yes
configure:4344: checking for /usr/bin/ld option to reload object files
configure:4351: result: -r
configure:4369: checking for BSD-compatible nm
configure:4418: result: /usr/bin/nm -B
configure:4422: checking how to recognise dependent libraries
configure:4598: result: pass_all
configure:4834: checking how to run the C preprocessor
configure:4869: gcc -E  conftest.c
configure:4875: $? = 0
configure:4907: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:4913: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "ObexFTP"
| #define PACKAGE_TARNAME "obexftp"
| #define PACKAGE_VERSION "0.19"
| #define PACKAGE_STRING "ObexFTP 0.19"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "obexftp"
| #define VERSION "0.19"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4952: result: gcc -E
configure:4976: gcc -E  conftest.c
configure:4982: $? = 0
configure:5014: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:5020: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "ObexFTP"
| #define PACKAGE_TARNAME "obexftp"
| #define PACKAGE_VERSION "0.19"
| #define PACKAGE_STRING "ObexFTP 0.19"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "obexftp"
| #define VERSION "0.19"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:5064: checking for ANSI C header files
configure:5089: gcc -c -g -O2  conftest.c >&5
configure:5095: $? = 0
configure:5099: test -z
                         || test ! -s conftest.err
configure:5102: $? = 0
configure:5105: test -s conftest.o
configure:5108: $? = 0
configure:5197: gcc -o conftest -g -O2   conftest.c  >&5
conftest.c: In function 'main':
conftest.c:28: warning: incompatible implicit declaration of built-in
function 'exit'
configure:5200: $? = 0
configure:5202: ./conftest
configure:5205: $? = 0
configure:5220: result: yes
configure:5244: checking for sys/types.h
configure:5260: gcc -c -g -O2  conftest.c >&5
configure:5266: $? = 0
configure:5270: test -z
                         || test ! -s conftest.err
configure:5273: $? = 0
configure:5276: test -s conftest.o
configure:5279: $? = 0
configure:5290: result: yes
configure:5244: checking for sys/stat.h
configure:5260: gcc -c -g -O2  conftest.c >&5
configure:5266: $? = 0
configure:5270: test -z
                         || test ! -s conftest.err
configure:5273: $? = 0
configure:5276: test -s conftest.o
configure:5279: $? = 0
configure:5290: result: yes
configure:5244: checking for stdlib.h
configure:5260: gcc -c -g -O2  conftest.c >&5
configure:5266: $? = 0
configure:5270: test -z
                         || test ! -s conftest.err
configure:5273: $? = 0
configure:5276: test -s conftest.o
configure:5279: $? = 0
configure:5290: result: yes
configure:5244: checking for string.h
configure:5260: gcc -c -g -O2  conftest.c >&5
configure:5266: $? = 0
configure:5270: test -z
                         || test ! -s conftest.err
configure:5273: $? = 0
configure:5276: test -s conftest.o
configure:5279: $? = 0
configure:5290: result: yes
configure:5244: checking for memory.h
configure:5260: gcc -c -g -O2  conftest.c >&5
configure:5266: $? = 0
configure:5270: test -z
                         || test ! -s conftest.err
configure:5273: $? = 0
configure:5276: test -s conftest.o
configure:5279: $? = 0
configure:5290: result: yes
configure:5244: checking for strings.h
configure:5260: gcc -c -g -O2  conftest.c >&5
configure:5266: $? = 0
configure:5270: test -z
                         || test ! -s conftest.err
configure:5273: $? = 0
configure:5276: test -s conftest.o
configure:5279: $? = 0
configure:5290: result: yes
configure:5244: checking for inttypes.h
configure:5260: gcc -c -g -O2  conftest.c >&5
configure:5266: $? = 0
configure:5270: test -z
                         || test ! -s conftest.err
configure:5273: $? = 0
configure:5276: test -s conftest.o
configure:5279: $? = 0
configure:5290: result: yes
configure:5244: checking for stdint.h
configure:5260: gcc -c -g -O2  conftest.c >&5
configure:5266: $? = 0
configure:5270: test -z
                         || test ! -s conftest.err
configure:5273: $? = 0
configure:5276: test -s conftest.o
configure:5279: $? = 0
configure:5290: result: yes
configure:5244: checking for unistd.h
configure:5260: gcc -c -g -O2  conftest.c >&5
configure:5266: $? = 0
configure:5270: test -z
                         || test ! -s conftest.err
configure:5273: $? = 0
configure:5276: test -s conftest.o
configure:5279: $? = 0
configure:5290: result: yes
configure:5316: checking dlfcn.h usability
configure:5328: gcc -c -g -O2  conftest.c >&5
configure:5334: $? = 0
configure:5338: test -z
                         || test ! -s conftest.err
configure:5341: $? = 0
configure:5344: test -s conftest.o
configure:5347: $? = 0
configure:5357: result: yes
configure:5361: checking dlfcn.h presence
configure:5371: gcc -E  conftest.c
configure:5377: $? = 0
configure:5397: result: yes
configure:5432: checking for dlfcn.h
configure:5439: result: yes
configure:5504: checking for g++
configure:5520: found /usr/bin/g++
configure:5530: result: g++
configure:5546: checking for C++ compiler version
configure:5549: g++ --version </dev/null >&5
g++ (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
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:5552: $? = 0
configure:5554: g++ -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu
--enable-libstdcxx-debug --enable-java-awt=gtk-default
--enable-gtk-cairo
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre
--enable-mpfr --disable-werror --with-tune=pentium4
--enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
configure:5557: $? = 0
configure:5559: g++ -V </dev/null >&5
g++: '-V' option must have argument
configure:5562: $? = 1
configure:5565: checking whether we are using the GNU C++ compiler
configure:5589: g++ -c   conftest.cc >&5
configure:5595: $? = 0
configure:5599: test -z
                         || test ! -s conftest.err
configure:5602: $? = 0
configure:5605: test -s conftest.o
configure:5608: $? = 0
configure:5621: result: yes
configure:5627: checking whether g++ accepts -g
configure:5648: g++ -c -g  conftest.cc >&5
configure:5654: $? = 0
configure:5658: test -z
                         || test ! -s conftest.err
configure:5661: $? = 0
configure:5664: test -s conftest.o
configure:5667: $? = 0
configure:5678: result: yes
configure:5720: g++ -c -g -O2  conftest.cc >&5
configure:5726: $? = 0
configure:5730: test -z
                         || test ! -s conftest.err
configure:5733: $? = 0
configure:5736: test -s conftest.o
configure:5739: $? = 0
configure:5765: 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:5771: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "ObexFTP"
| #define PACKAGE_TARNAME "obexftp"
| #define PACKAGE_VERSION "0.19"
| #define PACKAGE_STRING "ObexFTP 0.19"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "obexftp"
| #define VERSION "0.19"
| #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:5720: g++ -c -g -O2  conftest.cc >&5
configure:5726: $? = 0
configure:5730: test -z
                         || test ! -s conftest.err
configure:5733: $? = 0
configure:5736: test -s conftest.o
configure:5739: $? = 0
configure:5765: g++ -c -g -O2  conftest.cc >&5
configure:5771: $? = 0
configure:5775: test -z
                         || test ! -s conftest.err
configure:5778: $? = 0
configure:5781: test -s conftest.o
configure:5784: $? = 0
configure:5809: checking dependency style of g++
configure:5892: result: gcc3
configure:5919: checking how to run the C++ preprocessor
configure:5950: g++ -E  conftest.cc
configure:5956: $? = 0
configure:5988: g++ -E  conftest.cc
conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory
configure:5994: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "ObexFTP"
| #define PACKAGE_TARNAME "obexftp"
| #define PACKAGE_VERSION "0.19"
| #define PACKAGE_STRING "ObexFTP 0.19"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "obexftp"
| #define VERSION "0.19"
| #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:6033: result: g++ -E
configure:6057: g++ -E  conftest.cc
configure:6063: $? = 0
configure:6095: g++ -E  conftest.cc
conftest.cc:25:28: error: ac_nonexistent.h: No such file or directory
configure:6101: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "ObexFTP"
| #define PACKAGE_TARNAME "obexftp"
| #define PACKAGE_VERSION "0.19"
| #define PACKAGE_STRING "ObexFTP 0.19"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "obexftp"
| #define VERSION "0.19"
| #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:6198: checking for g77
configure:6227: result: no
configure:6198: checking for f77
configure:6227: result: no
configure:6198: checking for xlf
configure:6227: result: no
configure:6198: checking for frt
configure:6227: result: no
configure:6198: checking for pgf77
configure:6227: result: no
configure:6198: checking for fort77
configure:6227: result: no
configure:6198: checking for fl32
configure:6227: result: no
configure:6198: checking for af77
configure:6227: result: no
configure:6198: checking for f90
configure:6227: result: no
configure:6198: checking for xlf90
configure:6227: result: no
configure:6198: checking for pgf90
configure:6227: result: no
configure:6198: checking for epcf90
configure:6227: result: no
configure:6198: checking for f95
configure:6227: result: no
configure:6198: checking for fort
configure:6227: result: no
configure:6198: checking for xlf95
configure:6227: result: no
configure:6198: checking for ifc
configure:6227: result: no
configure:6198: checking for efc
configure:6227: result: no
configure:6198: checking for pgf95
configure:6227: result: no
configure:6198: checking for lf95
configure:6227: result: no
configure:6198: checking for gfortran
configure:6227: result: no
configure:6239: checking for Fortran 77 compiler version
configure:6242:  --version </dev/null >&5
./configure: line 6243: --version: command not found
configure:6245: $? = 127
configure:6247:  -v </dev/null >&5
./configure: line 6248: -v: command not found
configure:6250: $? = 127
configure:6252:  -V </dev/null >&5
./configure: line 6253: -V: command not found
configure:6255: $? = 127
configure:6263: checking whether we are using the GNU Fortran 77 compiler
configure:6277:  -c  conftest.F >&5
./configure: line 6278: -c: command not found
configure:6283: $? = 127
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
|
|       end
configure:6309: result: no
configure:6315: checking whether  accepts -g
configure:6327:  -c -g conftest.f >&5
./configure: line 6328: -c: command not found
configure:6333: $? = 127
configure: failed program was:
|       program main
|
|       end
configure:6358: result: no
configure:6388: checking the maximum length of command line arguments
configure:6497: result: 32768
configure:6508: checking command to parse /usr/bin/nm -B output from gcc object
configure:6613: gcc -c -g -O2  conftest.c >&5
configure:6616: $? = 0
configure:6620: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[
        ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[         ][      
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1
\2 \2/p' \> conftest.nm
configure:6623: $? = 0
configure:6675: gcc -o conftest -g -O2   conftest.c conftstm.o >&5
configure:6678: $? = 0
configure:6716: result: ok
configure:6720: checking for objdir
configure:6735: result: .libs
configure:6825: checking for ar
configure:6841: found /usr/bin/ar
configure:6852: result: ar
configure:6905: checking for ranlib
configure:6921: found /usr/bin/ranlib
configure:6932: result: ranlib
configure:6985: checking for strip
configure:7001: found /usr/bin/strip
configure:7012: result: strip
configure:7235: checking for correct ltmain.sh version
configure:7285: result: yes
configure:7345: checking if gcc supports -fno-rtti -fno-exceptions
configure:7363: 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:7367: $? = 0
configure:7380: result: no
configure:7395: checking for gcc option to produce PIC
configure:7605: result: -fPIC
configure:7613: checking if gcc PIC flag -fPIC works
configure:7631: gcc -c -g -O2  -fPIC -DPIC conftest.c >&5
configure:7635: $? = 0
configure:7648: result: yes
configure:7676: checking if gcc static flag -static works
configure:7704: result: yes
configure:7714: checking if gcc supports -c -o file.o
configure:7735: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
configure:7739: $? = 0
configure:7761: result: yes
configure:7787: checking whether the gcc linker (/usr/bin/ld) supports
shared libraries
configure:8745: result: yes
configure:8766: checking whether -lc should be explicitly linked in
configure:8771: gcc -c -g -O2  conftest.c >&5
configure:8774: $? = 0
configure:8789: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o
conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:8792: $? = 0
configure:8804: result: no
configure:8812: checking dynamic linker characteristics
configure:9437: result: GNU/Linux ld.so
configure:9446: checking how to hardcode library paths into programs
configure:9471: result: immediate
configure:9485: checking whether stripping libraries is possible
configure:9490: result: yes
configure:10324: checking if libtool supports shared libraries
configure:10326: result: yes
configure:10329: checking whether to build shared libraries
configure:10350: result: yes
configure:10353: checking whether to build static libraries
configure:10357: result: yes
configure:10449: creating libtool
configure:11037: checking for ld used by g++
configure:11104: result: /usr/bin/ld
configure:11113: checking if the linker (/usr/bin/ld) is GNU ld
configure:11128: result: yes
configure:11179: checking whether the g++ linker (/usr/bin/ld)
supports shared libraries
configure:12117: result: yes
configure:12135: g++ -c -g -O2  conftest.cpp >&5
configure:12138: $? = 0
configure:12257: checking for g++ option to produce PIC
configure:12531: result: -fPIC
configure:12539: checking if g++ PIC flag -fPIC works
configure:12557: g++ -c -g -O2  -fPIC -DPIC conftest.cpp >&5
configure:12561: $? = 0
configure:12574: result: yes
configure:12602: checking if g++ static flag -static works
configure:12630: result: yes
configure:12640: checking if g++ supports -c -o file.o
configure:12661: g++ -c -g -O2  -o out/conftest2.o conftest.cpp >&5
configure:12665: $? = 0
configure:12687: result: yes
configure:12713: checking whether the g++ linker (/usr/bin/ld)
supports shared libraries
configure:12738: result: yes
configure:12805: checking dynamic linker characteristics
configure:13430: result: GNU/Linux ld.so
configure:13439: checking how to hardcode library paths into programs
configure:13464: result: immediate
configure:19690: checking for ANSI C header files
configure:19846: result: yes
configure:19864: checking for dirent.h that defines DIR
configure:19888: gcc -c -g -O2  conftest.c >&5
configure:19894: $? = 0
configure:19898: test -z
                         || test ! -s conftest.err
configure:19901: $? = 0
configure:19904: test -s conftest.o
configure:19907: $? = 0
configure:19918: result: yes
configure:19931: checking for library containing opendir
configure:19961: gcc -o conftest -g -O2   conftest.c  >&5
configure:19967: $? = 0
configure:19971: test -z
                         || test ! -s conftest.err
configure:19974: $? = 0
configure:19977: test -s conftest
configure:19980: $? = 0
configure:20050: result: none required
configure:20212: checking arpa/inet.h usability
configure:20224: gcc -c -g -O2  conftest.c >&5
configure:20230: $? = 0
configure:20234: test -z
                         || test ! -s conftest.err
configure:20237: $? = 0
configure:20240: test -s conftest.o
configure:20243: $? = 0
configure:20253: result: yes
configure:20257: checking arpa/inet.h presence
configure:20267: gcc -E  conftest.c
configure:20273: $? = 0
configure:20293: result: yes
configure:20328: checking for arpa/inet.h
configure:20335: result: yes
configure:20212: checking errno.h usability
configure:20224: gcc -c -g -O2  conftest.c >&5
configure:20230: $? = 0
configure:20234: test -z
                         || test ! -s conftest.err
configure:20237: $? = 0
configure:20240: test -s conftest.o
configure:20243: $? = 0
configure:20253: result: yes
configure:20257: checking errno.h presence
configure:20267: gcc -E  conftest.c
configure:20273: $? = 0
configure:20293: result: yes
configure:20328: checking for errno.h
configure:20335: result: yes
configure:20212: checking fcntl.h usability
configure:20224: gcc -c -g -O2  conftest.c >&5
configure:20230: $? = 0
configure:20234: test -z
                         || test ! -s conftest.err
configure:20237: $? = 0
configure:20240: test -s conftest.o
configure:20243: $? = 0
configure:20253: result: yes
configure:20257: checking fcntl.h presence
configure:20267: gcc -E  conftest.c
configure:20273: $? = 0
configure:20293: result: yes
configure:20328: checking for fcntl.h
configure:20335: result: yes
configure:20212: checking netdb.h usability
configure:20224: gcc -c -g -O2  conftest.c >&5
configure:20230: $? = 0
configure:20234: test -z
                         || test ! -s conftest.err
configure:20237: $? = 0
configure:20240: test -s conftest.o
configure:20243: $? = 0
configure:20253: result: yes
configure:20257: checking netdb.h presence
configure:20267: gcc -E  conftest.c
configure:20273: $? = 0
configure:20293: result: yes
configure:20328: checking for netdb.h
configure:20335: result: yes
configure:20212: checking netinet/in.h usability
configure:20224: gcc -c -g -O2  conftest.c >&5
configure:20230: $? = 0
configure:20234: test -z
                         || test ! -s conftest.err
configure:20237: $? = 0
configure:20240: test -s conftest.o
configure:20243: $? = 0
configure:20253: result: yes
configure:20257: checking netinet/in.h presence
configure:20267: gcc -E  conftest.c
configure:20273: $? = 0
configure:20293: result: yes
configure:20328: checking for netinet/in.h
configure:20335: result: yes
configure:20203: checking for stdlib.h
configure:20208: result: yes
configure:20203: checking for string.h
configure:20208: result: yes
configure:20212: checking sys/ioctl.h usability
configure:20224: gcc -c -g -O2  conftest.c >&5
configure:20230: $? = 0
configure:20234: test -z
                         || test ! -s conftest.err
configure:20237: $? = 0
configure:20240: test -s conftest.o
configure:20243: $? = 0
configure:20253: result: yes
configure:20257: checking sys/ioctl.h presence
configure:20267: gcc -E  conftest.c
configure:20273: $? = 0
configure:20293: result: yes
configure:20328: checking for sys/ioctl.h
configure:20335: result: yes
configure:20212: checking sys/socket.h usability
configure:20224: gcc -c -g -O2  conftest.c >&5
configure:20230: $? = 0
configure:20234: test -z
                         || test ! -s conftest.err
configure:20237: $? = 0
configure:20240: test -s conftest.o
configure:20243: $? = 0
configure:20253: result: yes
configure:20257: checking sys/socket.h presence
configure:20267: gcc -E  conftest.c
configure:20273: $? = 0
configure:20293: result: yes
configure:20328: checking for sys/socket.h
configure:20335: result: yes
configure:20212: checking sys/time.h usability
configure:20224: gcc -c -g -O2  conftest.c >&5
configure:20230: $? = 0
configure:20234: test -z
                         || test ! -s conftest.err
configure:20237: $? = 0
configure:20240: test -s conftest.o
configure:20243: $? = 0
configure:20253: result: yes
configure:20257: checking sys/time.h presence
configure:20267: gcc -E  conftest.c
configure:20273: $? = 0
configure:20293: result: yes
configure:20328: checking for sys/time.h
configure:20335: result: yes
configure:20212: checking termios.h usability
configure:20224: gcc -c -g -O2  conftest.c >&5
configure:20230: $? = 0
configure:20234: test -z
                         || test ! -s conftest.err
configure:20237: $? = 0
configure:20240: test -s conftest.o
configure:20243: $? = 0
configure:20253: result: yes
configure:20257: checking termios.h presence
configure:20267: gcc -E  conftest.c
configure:20273: $? = 0
configure:20293: result: yes
configure:20328: checking for termios.h
configure:20335: result: yes
configure:20203: checking for unistd.h
configure:20208: result: yes
configure:20212: checking sys/select.h usability
configure:20224: gcc -c -g -O2  conftest.c >&5
configure:20230: $? = 0
configure:20234: test -z
                         || test ! -s conftest.err
configure:20237: $? = 0
configure:20240: test -s conftest.o
configure:20243: $? = 0
configure:20253: result: yes
configure:20257: checking sys/select.h presence
configure:20267: gcc -E  conftest.c
configure:20273: $? = 0
configure:20293: result: yes
configure:20328: checking for sys/select.h
configure:20335: result: yes
configure:20398: checking for pkg-config
configure:20416: found /usr/bin/pkg-config
configure:20428: result: /usr/bin/pkg-config
configure:20443: checking pkg-config is at least version 0.9.0
configure:20446: result: yes
configure:20457: checking for OPENOBEX
configure:20465: $PKG_CONFIG --exists --print-errors "openobex"
configure:20468: $? = 0
configure:20483: $PKG_CONFIG --exists --print-errors "openobex"
configure:20486: $? = 0
configure:20562: result: yes
configure:20607: checking for ld used by GCC
configure:20671: result: /usr/bin/ld
configure:20680: checking if the linker (/usr/bin/ld) is GNU ld
configure:20693: result: yes
configure:20700: checking for shared library run path origin
configure:20713: result: done
configure:21143: checking for iconv
configure:21170: gcc -o conftest -g -O2   conftest.c  >&5
configure:21176: $? = 0
configure:21180: test -z
                         || test ! -s conftest.err
configure:21183: $? = 0
configure:21186: test -s conftest
configure:21189: $? = 0
configure:21255: result: yes
configure:21278: checking for iconv declaration
configure:21312: gcc -c -g -O2  conftest.c >&5
configure:21318: $? = 0
configure:21322: test -z
                         || test ! -s conftest.err
configure:21325: $? = 0
configure:21328: test -s conftest.o
configure:21331: $? = 0
configure:21346: result:
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t
*inbytesleft, char * *outbuf, size_t *outbytesleft);
configure:21366: checking for Bluetooth support
configure:21406: gcc -c -g -O2  conftest.c >&5
conftest.c:48:37: error: bluetooth/bluetooth.h: No such file or directory
conftest.c:49:34: error: bluetooth/rfcomm.h: No such file or directory
conftest.c: In function 'main':
conftest.c:60: error: 'bdaddr_t' undeclared (first use in this function)
conftest.c:60: error: (Each undeclared identifier is reported only once
conftest.c:60: error: for each function it appears in.)
conftest.c:60: error: syntax error before 'bdaddr'
conftest.c:61: error: storage size of 'addr' isn't known
configure:21412: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "ObexFTP"
| #define PACKAGE_TARNAME "obexftp"
| #define PACKAGE_VERSION "0.19"
| #define PACKAGE_STRING "ObexFTP 0.19"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "obexftp"
| #define VERSION "0.19"
| #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 STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| /* end confdefs.h.  */
|
|                               #ifdef __FreeBSD__
|                               #include <sys/types.h>
|                               #include <bluetooth.h>
|                               #else /* Linux */
|                               #include <sys/socket.h>
|                               #include <bluetooth/bluetooth.h>
|                               #include <bluetooth/rfcomm.h>
|                               #endif
|
| int
| main ()
| {
|
|                               #ifdef __FreeBSD__
|                               bdaddr_t bdaddr;
|                               struct sockaddr_rfcomm addr;
|                               #else /* Linux */
|                               bdaddr_t bdaddr;
|                               struct sockaddr_rc addr;
|                               #endif
|
|   ;
|   return 0;
| }
configure:21436: result: no
configure:21452: checking for Bluetooth SDP support
configure:21475: gcc -c -g -O2  conftest.c >&5
conftest.c:43:31: error: bluetooth/sdp.h: No such file or directory
conftest.c: In function 'main':
conftest.c:49: error: 'sdp_list_t' undeclared (first use in this function)
conftest.c:49: error: (Each undeclared identifier is reported only once
conftest.c:49: error: for each function it appears in.)
conftest.c:49: error: syntax error before 'sdplist'
configure:21481: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "ObexFTP"
| #define PACKAGE_TARNAME "obexftp"
| #define PACKAGE_VERSION "0.19"
| #define PACKAGE_STRING "ObexFTP 0.19"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "obexftp"
| #define VERSION "0.19"
| #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 STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| /* end confdefs.h.  */
|
|                               #include <bluetooth/sdp.h>
|
| int
| main ()
| {
|
|                               sdp_list_t sdplist;
|
|   ;
|   return 0;
| }
configure:21515: result: no
configure:21519: checking for USB support
configure:21543: gcc -c -g -O2  conftest.c >&5
conftest.c:43:31: error: openobex/obex.h: No such file or directory
conftest.c:44:37: error: openobex/obex_const.h: No such file or directory
conftest.c: In function 'main':
conftest.c:50: error: 'obex_usb_intf_t' undeclared (first use in this function)
conftest.c:50: error: (Each undeclared identifier is reported only once
conftest.c:50: error: for each function it appears in.)
conftest.c:50: error: syntax error before 'usb_intf'
configure:21549: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "ObexFTP"
| #define PACKAGE_TARNAME "obexftp"
| #define PACKAGE_VERSION "0.19"
| #define PACKAGE_STRING "ObexFTP 0.19"
| #define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
| #define PACKAGE "obexftp"
| #define VERSION "0.19"
| #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 STDC_HEADERS 1
| #define HAVE_DIRENT_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_ERRNO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_ICONV 1
| #define ICONV_CONST
| /* end confdefs.h.  */
|
|                               #include <openobex/obex.h>
|                               #include <openobex/obex_const.h>
|
| int
| main ()
| {
|
|                               obex_usb_intf_t usb_intf;
|
|   ;
|   return 0;
| }
configure:21582: result: no
configure:22092: gcc -c -g -O2  conftest.c >&5
configure:22098: $? = 0
configure:22102: test -z
                         || test ! -s conftest.err
configure:22105: $? = 0
configure:22108: test -s conftest.o
configure:22111: $? = 0
configure:22310: creating ./config.status

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

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

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

on ubuntu

config.status:764: creating Makefile
config.status:764: creating swig/perl/Makefile
config.status:764: creating swig/perl/Makefile.PL
config.status:764: creating swig/python/Makefile
config.status:764: creating swig/tcl/Makefile
config.status:764: creating swig/Makefile
config.status:764: creating contrib/Makefile
config.status:764: creating doc/Makefile
config.status:764: creating apps/Makefile
config.status:764: creating bfb/Makefile
config.status:764: creating multicobex/Makefile
config.status:764: creating obexftp/Makefile
config.status:764: creating obexftp.spec
config.status:868: creating config.h
config.status:1190: executing depfiles commands

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

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_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_OPENOBEX_CFLAGS_set=
ac_cv_env_OPENOBEX_CFLAGS_value=
ac_cv_env_OPENOBEX_LIBS_set=
ac_cv_env_OPENOBEX_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=
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_header_arpa_inet_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_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_select_h=yes
ac_cv_header_sys_socket_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_termios_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_host_alias=i686-pc-linux-gnu
ac_cv_lib_cposix_strerror=no
ac_cv_objext=o
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=mawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
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_search_opendir='none required'
acl_cv_path_LD=/usr/bin/ld
acl_cv_prog_gnu_ld=yes
acl_cv_rpath=done
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_bluetooth_found=no
am_cv_func_iconv=yes
am_cv_lib_iconv=no
am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf,
size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
am_cv_proto_iconv_arg1=
am_cv_sdplib_found=no
am_cv_usb_found=no
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=/usr/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
lt_cv_path_NM='/usr/bin/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_OPENOBEX_CFLAGS='-I/home/petriai/usbobex/include  '
pkg_cv_OPENOBEX_LIBS='-L/home/petriai/usbobex/lib -lopenobex  '

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

ACLOCAL='${SHELL} /home/petriai/work/obexftp-0.19/missing --run aclocal-1.7'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/petriai/work/obexftp-0.19/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /home/petriai/work/obexftp-0.19/missing --run autoconf'
AUTOHEADER='${SHELL} /home/petriai/work/obexftp-0.19/missing --run autoheader'
AUTOMAKE='${SHELL} /home/petriai/work/obexftp-0.19/missing --run automake-1.7'
AWK='mawk'
BFB_VERSION='0\:4\:0'
BLUETOOTH_CFLAGS=''
BLUETOOTH_LIBS=''
BUILD_DOCS_FALSE=''
BUILD_DOCS_TRUE='#'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2 -W -Wundef -Wmissing-declarations -Wmissing-prototypes -Wall'
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'
ENABLE_PERL_FALSE=''
ENABLE_PERL_TRUE='#'
ENABLE_PYTHON_FALSE=''
ENABLE_PYTHON_TRUE='#'
ENABLE_SWIG_FALSE=''
ENABLE_SWIG_TRUE='#'
ENABLE_TCL_FALSE=''
ENABLE_TCL_TRUE='#'
EXEEXT=''
F77=''
FFLAGS=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBICONV=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBICONV=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/petriai/work/obexftp-0.19/missing --run makeinfo'
MULTICOBEX_VERSION='1\:0\:0'
OBEXFTP_VERSION='1\:0\:1'
OBJEXT='o'
OPENOBEX_CFLAGS='-I/home/petriai/usbobex/include  '
OPENOBEX_LIBS='-L/home/petriai/usbobex/lib -lopenobex  '
PACKAGE='obexftp'
PACKAGE_BUGREPORT='[EMAIL PROTECTED]'
PACKAGE_NAME='ObexFTP'
PACKAGE_STRING='ObexFTP 0.19'
PACKAGE_TARNAME='obexftp'
PACKAGE_VERSION='0.19'
PATH_SEPARATOR=':'
PERL=''
PKG_CONFIG='/usr/bin/pkg-config'
PYTHON=''
PYTHON_CPPFLAGS=''
PYTHON_EXEC_PREFIX=''
PYTHON_EXTRA_LIBS=''
PYTHON_LDFLAGS=''
PYTHON_PLATFORM=''
PYTHON_PREFIX=''
PYTHON_SITE_PKG=''
PYTHON_VERSION=''
RANLIB='ranlib'
RELEASE='1'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
SWIG=''
SWIG_LIB=''
SWIG_PYTHON_CPPFLAGS=''
SWIG_PYTHON_OPT=''
TCLSH=''
VERSION='0.19'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
ac_pt_PKG_CONFIG='/usr/bin/pkg-config'
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='${prefix}/share'
exec_prefix='${prefix}'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/petriai/work/obexftp-0.19/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
pkgpyexecdir=''
pkgpythondir=''
prefix='/home/petriai/usbobex'
program_transform_name='s,x,x,'
pyexecdir=''
pythondir=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define HAVE_ARPA_INET_H 1
#define HAVE_DIRENT_H 1
#define HAVE_DLFCN_H 1
#define HAVE_ERRNO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_ICONV 1
#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UNISTD_H 1
#define ICONV_CONST
#define PACKAGE "obexftp"
#define PACKAGE_BUGREPORT "[EMAIL PROTECTED]"
#define PACKAGE_NAME "ObexFTP"
#define PACKAGE_STRING "ObexFTP 0.19"
#define PACKAGE_TARNAME "obexftp"
#define PACKAGE_VERSION "0.19"
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define VERSION "0.19"
#endif
#ifdef __cplusplus
extern "C" void std::exit (int) throw (); using std::exit;

configure: exit 0

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Openobex-users mailing list
[email protected]
http://lists.sourceforge.net/lists/listinfo/openobex-users

Reply via email to