On Wednesday 07 May 2008 12:48, Jean-Philippe Barrette-LaPierre wrote:
> On 7-May-08, at 11:33 AM, jin wrote:
> > Hello,
> >
> > I am having a problem configuring curlpp.
> > I have working curl and libcurl installed, and the $PATH includes
> > the path to
> > the curl bin files.
> > Just to make sure, I have the following in the PATH env var
> >
> > :/home/jin/Workspace/Test/Network/curllib/bin
> > :/home/jin/Workspace/Test/Network/curllib/include/curl
> > :/home/jin/Workspace/Test/Network/curllib/include/
> > :/home/jin/Workspace/Test/Network/curllib/include
> >
> > I tried both
> > export CPPFLAGS = -I~/Workspace/Test/Network/curllib/include
> > and
> > export CPPFLAGS = -I~/Workspace/Test/Network/curllib/include/curl
> > to no effect...
> >
> > Mailing list archive has a post that seemed to solve the
> > aforementioned
> > problem by adding the above path to PATH variable and declaring
> > CPPFLAGS to
> > include the header files..
> >
> > But this doesnt seem to work for me..
> > Can anyone help me?
>
> Can you send the output of the configure? With this, it would be nice
> to have the config.log.
>
> > Thank you..
> >
> > --
> > Jin
> > _______________________________________________
> > cURLpp mailing list
> > cURLpp_at_rrette.com
> > http://www.rrette.com/mailman/listinfo/curlpp
>
> _______________________________________________
> cURLpp mailing list
> cURLpp_at_rrette.com
> http://www.rrette.com/mailman/listinfo/curlpp
Here is the file..
Thank you so much in advance!
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.60. Invocation command line was
$ ./configure -prefix /home/jin/Workspace/Test/Network/curlpplib/
## --------- ##
## Platform. ##
## --------- ##
hostname = muppy
uname -m = i686
uname -r = 2.6.16.21-0.25-default
uname -s = Linux
uname -v = #1 Tue Sep 19 07:26:15 UTC 2006
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /opt/kde3/bin
PATH: /usr/local/bin
PATH: /usr/local/mi351/bin
PATH: .
PATH: /home/jin/bin
PATH: /mnt/shared/soho/bin/suse
PATH: /mnt/shared/soho/scripts
PATH: /mnt/shared/glib/2.12.12/suse/bin
PATH: /usr/rush/bin
PATH: /usr/3delight/Linux-i686/bin
PATH: /mnt/shared/cyslice/bin
PATH: /mnt/shared/wxWidgets/2.6.2/suse_mono/bin
PATH: /mnt/shared/soho/farmhand/suse/bin
PATH: /mnt/shared/soho/timesheet/suse/bin
PATH: /opt/hfs9.1.124/bin
PATH: /opt/hfs9.1.124/houdini/sbin
PATH: /opt/hfs9.1.124/toolkit/bin
PATH: /opt/gnome/bin
PATH: /mnt/shared/openexr/1.4.0/suse/bin
PATH: /mnt/shared/rar/3.7.1/src/linux/rar
PATH: /usr/local/massive/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /usr/games
PATH: /usr/X11R6/bin
PATH: /usr/lib/mit/bin
PATH: /usr/lib/mit/sbin
PATH: /home/jin/Workspace/Test/Network/curllib/bin
PATH: /home/jin/Workspace/Test/Network/curllib/include/curl
PATH: /home/jin/Workspace/Test/Network/curllib/include/
PATH: /home/jin/Workspace/Test/Network/curllib/include
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1975: checking for a BSD-compatible install
configure:2031: result: /usr/bin/install -c
configure:2042: checking whether build environment is sane
configure:2085: result: yes
configure:2150: checking for gawk
configure:2166: found /usr/bin/gawk
configure:2177: result: gawk
configure:2188: checking whether make sets $(MAKE)
configure:2209: result: yes
configure:2409: checking whether ln -s works
configure:2413: result: yes
configure:2420: checking whether make sets $(MAKE)
configure:2441: result: yes
configure:2506: checking for gcc
configure:2522: found /usr/bin/gcc
configure:2533: result: gcc
configure:2771: checking for C compiler version
configure:2778: gcc --version >&5
gcc (GCC) 4.1.0 (SUSE Linux)
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:2781: $? = 0
configure:2788: gcc -v >&5
Using built-in specs.
Target: i586-suse-linux
Configured with: ../configure --enable-threads=posix --prefix=/usr
--with-local-prefix=/usr/local --infodir=/usr/share/info
--mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib
--enable-languages=c,c++,objc,fortran,java,ada --enable-checking=release
--with-gxx-include-dir=/usr/include/c++/4.1.0 --enable-ssp --disable-libssp
--enable-java-awt=gtk --enable-gtk-cairo --disable-libjava-multilib
--with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit
--enable-libstdcxx-allocator=new --without-system-libunwind
--with-cpu=generic --host=i586-suse-linux
Thread model: posix
gcc version 4.1.0 (SUSE Linux)
configure:2791: $? = 0
configure:2798: gcc -V >&5
gcc: '-V' option must have argument
configure:2801: $? = 1
configure:2824: checking for C compiler default output file name
configure:2851: gcc -I~/Workspace/Test/Network/curllib/include/curl
conftest.c -lstdc++ >&5
configure:2854: $? = 0
configure:2900: result: a.out
configure:2905: checking whether the C compiler works
configure:2915: ./a.out
configure:2918: $? = 0
configure:2935: result: yes
configure:2942: checking whether we are cross compiling
configure:2944: result: no
configure:2947: checking for suffix of executables
configure:2954: gcc -o conftest
-I~/Workspace/Test/Network/curllib/include/curl conftest.c -lstdc++ >&5
configure:2957: $? = 0
configure:2981: result:
configure:2987: checking for suffix of object files
configure:3013: gcc -c -I~/Workspace/Test/Network/curllib/include/curl
conftest.c >&5
configure:3016: $? = 0
configure:3039: result: o
configure:3043: checking whether we are using the GNU C compiler
configure:3072: gcc -c -I~/Workspace/Test/Network/curllib/include/curl
conftest.c >&5
configure:3078: $? = 0
configure:3085: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:3088: $? = 0
configure:3095: test -s conftest.o
configure:3098: $? = 0
configure:3112: result: yes
configure:3117: checking whether gcc accepts -g
configure:3147: gcc -c -g -I~/Workspace/Test/Network/curllib/include/curl
conftest.c >&5
configure:3153: $? = 0
configure:3160: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:3163: $? = 0
configure:3170: test -s conftest.o
configure:3173: $? = 0
configure:3303: result: yes
configure:3320: checking for gcc option to accept ISO C89
configure:3394: gcc -c -g -O2 -I~/Workspace/Test/Network/curllib/include/curl
conftest.c >&5
configure:3400: $? = 0
configure:3407: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:3410: $? = 0
configure:3417: test -s conftest.o
configure:3420: $? = 0
configure:3440: result: none needed
configure:3469: checking for style of include used by make
configure:3497: result: GNU
configure:3525: checking dependency style of gcc
configure:3615: result: gcc3
configure:3637: checking how to run the C preprocessor
configure:3677: gcc -E -I~/Workspace/Test/Network/curllib/include/curl
conftest.c
configure:3683: $? = 0
configure:3721: gcc -E -I~/Workspace/Test/Network/curllib/include/curl
conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:3727: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "curlpp"
| #define VERSION "0.7.2"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3767: result: gcc -E
configure:3796: gcc -E -I~/Workspace/Test/Network/curllib/include/curl
conftest.c
configure:3802: $? = 0
configure:3840: gcc -E -I~/Workspace/Test/Network/curllib/include/curl
conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:3846: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "curlpp"
| #define VERSION "0.7.2"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3948: checking for g++
configure:3964: found /usr/bin/g++
configure:3975: result: g++
configure:4006: checking for C++ compiler version
configure:4013: g++ --version >&5
g++ (GCC) 4.1.0 (SUSE Linux)
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:4016: $? = 0
configure:4023: g++ -v >&5
Using built-in specs.
Target: i586-suse-linux
Configured with: ../configure --enable-threads=posix --prefix=/usr
--with-local-prefix=/usr/local --infodir=/usr/share/info
--mandir=/usr/share/man --libdir=/usr/lib --libexecdir=/usr/lib
--enable-languages=c,c++,objc,fortran,java,ada --enable-checking=release
--with-gxx-include-dir=/usr/include/c++/4.1.0 --enable-ssp --disable-libssp
--enable-java-awt=gtk --enable-gtk-cairo --disable-libjava-multilib
--with-slibdir=/lib --with-system-zlib --enable-shared --enable-__cxa_atexit
--enable-libstdcxx-allocator=new --without-system-libunwind
--with-cpu=generic --host=i586-suse-linux
Thread model: posix
gcc version 4.1.0 (SUSE Linux)
configure:4026: $? = 0
configure:4033: g++ -V >&5
g++: '-V' option must have argument
configure:4036: $? = 1
configure:4039: checking whether we are using the GNU C++ compiler
configure:4068: g++ -c -I~/Workspace/Test/Network/curllib/include/curl
conftest.cpp >&5
configure:4074: $? = 0
configure:4081: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:4084: $? = 0
configure:4091: test -s conftest.o
configure:4094: $? = 0
configure:4108: result: yes
configure:4113: checking whether g++ accepts -g
configure:4143: g++ -c -g -I~/Workspace/Test/Network/curllib/include/curl
conftest.cpp >&5
configure:4149: $? = 0
configure:4156: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:4159: $? = 0
configure:4166: test -s conftest.o
configure:4169: $? = 0
configure:4299: result: yes
configure:4324: checking dependency style of g++
configure:4414: result: gcc3
configure:4444: checking for a BSD-compatible install
configure:4500: result: /usr/bin/install -c
configure:4542: checking for boostlib >= 1.33.1
configure:4602: g++ -c -g -O2 -I~/Workspace/Test/Network/curllib/include/curl
-I/usr/include conftest.cpp >&5
configure:4608: $? = 0
configure:4615: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:4618: $? = 0
configure:4625: test -s conftest.o
configure:4628: $? = 0
configure:4631: result: yes
configure:4909: checking build system type
configure:4927: result: i686-pc-linux-gnu
configure:4949: checking host system type
configure:4964: result: i686-pc-linux-gnu
configure:4986: checking for a sed that does not truncate output
configure:5042: result: /usr/bin/sed
configure:5045: checking for grep that handles long lines and -e
configure:5119: result: /usr/bin/grep
configure:5124: checking for egrep
configure:5202: result: /usr/bin/grep -E
configure:5218: checking for ld used by gcc
configure:5285: result: /usr/i586-suse-linux/bin/ld
configure:5294: checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU ld
configure:5309: result: yes
configure:5314: checking for /usr/i586-suse-linux/bin/ld option to reload
object files
configure:5321: result: -r
configure:5339: checking for BSD-compatible nm
configure:5388: result: /usr/bin/nm -B
configure:5392: checking how to recognize dependent libraries
configure:5578: result: pass_all
configure:6121: checking for ANSI C header files
configure:6151: g++ -c -g -O2 -I~/Workspace/Test/Network/curllib/include/curl
conftest.cpp >&5
configure:6157: $? = 0
configure:6164: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:6167: $? = 0
configure:6174: test -s conftest.o
configure:6177: $? = 0
./configure: line 6200: -I~/Workspace/Test/Network/curllib/include/curl: No
such file or directory
configure:6302: result: no
configure:6326: checking for sys/types.h
configure:6347: g++ -c -g -O2 -I~/Workspace/Test/Network/curllib/include/curl
conftest.cpp >&5
configure:6353: $? = 0
configure:6360: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:6363: $? = 0
configure:6370: test -s conftest.o
configure:6373: $? = 0
configure:6386: result: yes
configure:6326: checking for sys/stat.h
configure:6347: g++ -c -g -O2 -I~/Workspace/Test/Network/curllib/include/curl
conftest.cpp >&5
configure:6353: $? = 0
configure:6360: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:6363: $? = 0
configure:6370: test -s conftest.o
configure:6373: $? = 0
configure:6386: result: yes
configure:6326: checking for stdlib.h
configure:6347: g++ -c -g -O2 -I~/Workspace/Test/Network/curllib/include/curl
conftest.cpp >&5
configure:6353: $? = 0
configure:6360: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:6363: $? = 0
configure:6370: test -s conftest.o
configure:6373: $? = 0
configure:6386: result: yes
configure:6326: checking for string.h
configure:6347: g++ -c -g -O2 -I~/Workspace/Test/Network/curllib/include/curl
conftest.cpp >&5
configure:6353: $? = 0
configure:6360: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:6363: $? = 0
configure:6370: test -s conftest.o
configure:6373: $? = 0
configure:6386: result: yes
configure:6326: checking for memory.h
configure:6347: g++ -c -g -O2 -I~/Workspace/Test/Network/curllib/include/curl
conftest.cpp >&5
configure:6353: $? = 0
configure:6360: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:6363: $? = 0
configure:6370: test -s conftest.o
configure:6373: $? = 0
configure:6386: result: yes
configure:6326: checking for strings.h
configure:6347: g++ -c -g -O2 -I~/Workspace/Test/Network/curllib/include/curl
conftest.cpp >&5
configure:6353: $? = 0
configure:6360: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:6363: $? = 0
configure:6370: test -s conftest.o
configure:6373: $? = 0
configure:6386: result: yes
configure:6326: checking for inttypes.h
configure:6347: g++ -c -g -O2 -I~/Workspace/Test/Network/curllib/include/curl
conftest.cpp >&5
configure:6353: $? = 0
configure:6360: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:6363: $? = 0
configure:6370: test -s conftest.o
configure:6373: $? = 0
configure:6386: result: yes
configure:6326: checking for stdint.h
configure:6347: g++ -c -g -O2 -I~/Workspace/Test/Network/curllib/include/curl
conftest.cpp >&5
configure:6353: $? = 0
configure:6360: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:6363: $? = 0
configure:6370: test -s conftest.o
configure:6373: $? = 0
configure:6386: result: yes
configure:6326: checking for unistd.h
configure:6347: g++ -c -g -O2 -I~/Workspace/Test/Network/curllib/include/curl
conftest.cpp >&5
configure:6353: $? = 0
configure:6360: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:6363: $? = 0
configure:6370: test -s conftest.o
configure:6373: $? = 0
configure:6386: result: yes
configure:6413: checking dlfcn.h usability
configure:6430: g++ -c -g -O2 -I~/Workspace/Test/Network/curllib/include/curl
conftest.cpp >&5
configure:6436: $? = 0
configure:6443: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:6446: $? = 0
configure:6453: test -s conftest.o
configure:6456: $? = 0
configure:6467: result: yes
configure:6471: checking dlfcn.h presence
configure:6486: -I~/Workspace/Test/Network/curllib/include/curl conftest.cpp
./configure: line 6487: -I~/Workspace/Test/Network/curllib/include/curl: No
such file or directory
configure:6492: $? = 127
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "curlpp"
| #define VERSION "0.7.2"
| #define HAVE_BOOST
| #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
| /* end confdefs.h. */
| #include <dlfcn.h>
configure:6513: result: no
configure:6519: WARNING: dlfcn.h: accepted by the compiler, rejected by the
preprocessor!
configure:6521: WARNING: dlfcn.h: proceeding with the compiler's result
configure:6541: checking for dlfcn.h
configure:6549: result: yes
configure:6572: checking how to run the C++ preprocessor
configure:6608: g++ -E -I~/Workspace/Test/Network/curllib/include/curl
conftest.cpp
configure:6614: $? = 0
configure:6652: g++ -E -I~/Workspace/Test/Network/curllib/include/curl
conftest.cpp
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
configure:6658: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "curlpp"
| #define VERSION "0.7.2"
| #define HAVE_BOOST
| #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:6698: result: g++ -E
configure:6727: g++ -E -I~/Workspace/Test/Network/curllib/include/curl
conftest.cpp
configure:6733: $? = 0
configure:6771: g++ -E -I~/Workspace/Test/Network/curllib/include/curl
conftest.cpp
conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory
configure:6777: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "curlpp"
| #define VERSION "0.7.2"
| #define HAVE_BOOST
| #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:6876: checking for g77
configure:6906: result: no
configure:6876: checking for f77
configure:6906: result: no
configure:6876: checking for xlf
configure:6906: result: no
configure:6876: checking for frt
configure:6906: result: no
configure:6876: checking for pgf77
configure:6906: result: no
configure:6876: checking for cf77
configure:6906: result: no
configure:6876: checking for fort77
configure:6906: result: no
configure:6876: checking for fl32
configure:6906: result: no
configure:6876: checking for af77
configure:6906: result: no
configure:6876: checking for f90
configure:6906: result: no
configure:6876: checking for xlf90
configure:6906: result: no
configure:6876: checking for pgf90
configure:6906: result: no
configure:6876: checking for pghpf
configure:6906: result: no
configure:6876: checking for epcf90
configure:6906: result: no
configure:6876: checking for gfortran
configure:6906: result: no
configure:6876: checking for g95
configure:6906: result: no
configure:6876: checking for f95
configure:6906: result: no
configure:6876: checking for fort
configure:6906: result: no
configure:6876: checking for xlf95
configure:6906: result: no
configure:6876: checking for ifort
configure:6906: result: no
configure:6876: checking for ifc
configure:6906: result: no
configure:6876: checking for efc
configure:6906: result: no
configure:6876: checking for pgf95
configure:6906: result: no
configure:6876: checking for lf95
configure:6906: result: no
configure:6876: checking for ftn
configure:6906: result: no
configure:6933: checking for Fortran 77 compiler version
configure:6940: --version >&5
./configure: line 6941: --version: command not found
configure:6943: $? = 127
configure:6950: -v >&5
./configure: line 6951: -v: command not found
configure:6953: $? = 127
configure:6960: -V >&5
./configure: line 6961: -V: command not found
configure:6963: $? = 127
configure:6971: checking whether we are using the GNU Fortran 77 compiler
configure:6990: -c conftest.F >&5
./configure: line 6991: -c: command not found
configure:6996: $? = 127
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:7030: result: no
configure:7036: checking whether accepts -g
configure:7053: -c -g conftest.f >&5
./configure: line 7054: -c: command not found
configure:7059: $? = 127
configure: failed program was:
| program main
|
| end
configure:7092: result: no
configure:7122: checking the maximum length of command line arguments
configure:7234: result: 98304
configure:7246: checking command to parse /usr/bin/nm -B output from gcc
object
configure:7351: g++ -c -g -O2 -I~/Workspace/Test/Network/curllib/include/curl
conftest.cpp >&5
configure:7354: $? = 0
configure:7358: /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:7361: $? = 0
configure:7413: g++ -o conftest -g -O2
-I~/Workspace/Test/Network/curllib/include/curl conftest.cpp conftstm.o >&5
configure:7416: $? = 0
configure:7454: result: ok
configure:7458: checking for objdir
configure:7473: result: .libs
configure:7565: checking for ar
configure:7581: found /usr/bin/ar
configure:7592: result: ar
configure:7661: checking for ranlib
configure:7677: found /usr/bin/ranlib
configure:7688: result: ranlib
configure:7757: checking for strip
configure:7773: found /usr/bin/strip
configure:7784: result: strip
configure:8070: checking if gcc supports -fno-rtti -fno-exceptions
configure:8088: gcc -c -g -O2 -I~/Workspace/Test/Network/curllib/include/curl
-fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not
for C
configure:8092: $? = 0
configure:8105: result: no
configure:8120: checking for gcc option to produce PIC
configure:8352: result: -fPIC
configure:8360: checking if gcc PIC flag -fPIC works
configure:8378: gcc -c -g -O2 -I~/Workspace/Test/Network/curllib/include/curl
-fPIC -DPIC conftest.c >&5
configure:8382: $? = 0
configure:8395: result: yes
configure:8423: checking if gcc static flag -static works
configure:8451: result: yes
configure:8461: checking if gcc supports -c -o file.o
configure:8482: gcc -c -g -O2 -I~/Workspace/Test/Network/curllib/include/curl
-o out/conftest2.o conftest.c >&5
configure:8486: $? = 0
configure:8508: result: yes
configure:8534: checking whether the gcc linker (/usr/i586-suse-linux/bin/ld)
supports shared libraries
configure:9546: result: yes
configure:9567: checking whether -lc should be explicitly linked in
configure:9572: gcc -c -g -O2 -I~/Workspace/Test/Network/curllib/include/curl
conftest.c >&5
configure:9575: $? = 0
configure:9590: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o
conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1
configure:9593: $? = 0
configure:9605: result: no
configure:9613: checking dynamic linker characteristics
configure:10215: result: GNU/Linux ld.so
configure:10224: checking how to hardcode library paths into programs
configure:10249: result: immediate
configure:10263: checking whether stripping libraries is possible
configure:10268: result: yes
configure:11182: checking if libtool supports shared libraries
configure:11184: result: yes
configure:11187: checking whether to build shared libraries
configure:11208: result: yes
configure:11211: checking whether to build static libraries
configure:11215: result: yes
configure:11308: creating libtool
configure:11896: checking for ld used by g++
configure:11963: result: /usr/i586-suse-linux/bin/ld
configure:11972: checking if the linker (/usr/i586-suse-linux/bin/ld) is GNU
ld
configure:11987: result: yes
configure:12038: checking whether the g++ linker (/usr/i586-suse-linux/bin/ld)
supports shared libraries
configure:13044: result: yes
configure:13062: g++ -c -g -O2 -I~/Workspace/Test/Network/curllib/include/curl
conftest.cpp >&5
configure:13065: $? = 0
configure:13217: checking for g++ option to produce PIC
configure:13501: result: -fPIC
configure:13509: checking if g++ PIC flag -fPIC works
configure:13527: g++ -c -g -O2 -I~/Workspace/Test/Network/curllib/include/curl
-fPIC -DPIC conftest.cpp >&5
configure:13531: $? = 0
configure:13544: result: yes
configure:13572: checking if g++ static flag -static works
configure:13600: result: yes
configure:13610: checking if g++ supports -c -o file.o
configure:13631: g++ -c -g -O2 -I~/Workspace/Test/Network/curllib/include/curl
-o out/conftest2.o conftest.cpp >&5
configure:13635: $? = 0
configure:13657: result: yes
configure:13683: checking whether the g++ linker (/usr/i586-suse-linux/bin/ld)
supports shared libraries
configure:13708: result: yes
configure:13775: checking dynamic linker characteristics
configure:14325: result: GNU/Linux ld.so
configure:14334: checking how to hardcode library paths into programs
configure:14359: result: immediate
configure:20621: checking for ANSI C header files
configure:20802: result: no
configure:20831: checking curl/curl.h usability
configure:20848: g++ -c -g -I~/Workspace/Test/Network/curllib/include/curl
conftest.cpp >&5
conftest.cpp:54:23: error: curl/curl.h: No such file or directory
configure:20854: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "curlpp"
| #define VERSION "0.7.2"
| #define HAVE_BOOST
| #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 <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <curl/curl.h>
configure:20885: result: no
configure:20889: checking curl/curl.h presence
configure:20904: g++ -E -I~/Workspace/Test/Network/curllib/include/curl
conftest.cpp
conftest.cpp:21:23: error: curl/curl.h: No such file or directory
configure:20910: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "curlpp"
| #define VERSION "0.7.2"
| #define HAVE_BOOST
| #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 <curl/curl.h>
configure:20931: result: no
configure:20959: checking for curl/curl.h
configure:20967: result: no
configure:20831: checking ostream usability
configure:20848: g++ -c -g -I~/Workspace/Test/Network/curllib/include/curl
conftest.cpp >&5
configure:20854: $? = 0
configure:20861: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:20864: $? = 0
configure:20871: test -s conftest.o
configure:20874: $? = 0
configure:20885: result: yes
configure:20889: checking ostream presence
configure:20904: g++ -E -I~/Workspace/Test/Network/curllib/include/curl
conftest.cpp
configure:20910: $? = 0
configure:20931: result: yes
configure:20959: checking for ostream
configure:20967: result: yes
configure:20981: error: *** curl/curl.h. You need a working libcurl
installation.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-linux-gnu
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~/Workspace/Test/Network/curllib/include/curl
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_f77_compiler_gnu=no
ac_cv_header_curl_curl_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_ostream=yes
ac_cv_header_stdc=no
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_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_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_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=no
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/i586-suse-linux/bin/ld
lt_cv_path_LDCXX=/usr/i586-suse-linux/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW]
[ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \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=98304
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'\''"'
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/jin/Workspace/Test/Network/curlpp-0.7.2/missing --run
aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/jin/Workspace/Test/Network/curlpp-0.7.2/missing --run
tar'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /home/jin/Workspace/Test/Network/curlpp-0.7.2/missing --run
autoconf'
AUTOHEADER='${SHELL} /home/jin/Workspace/Test/Network/curlpp-0.7.2/missing
--run autoheader'
AUTOMAKE='${SHELL} /home/jin/Workspace/Test/Network/curlpp-0.7.2/missing --run
automake-1.9'
AWK='gawk'
BOOST_CPPFLAGS='-I/usr/include'
BOOST_LDFLAGS='-L/usr/lib'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS='-I~/Workspace/Test/Network/curllib/include/curl'
CURLPP_CXXFLAGS=''
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-g '
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DLLTOOL='dlltool'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
F77=''
FFLAGS=''
GREP='/usr/bin/grep'
HAVE_BOOST_FALSE='#'
HAVE_BOOST_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=' -lstdc++'
LIBTOOL='$(SHELL) $(top_builddir)/libtool --silent'
LN_S='ln -s'
LTLIBOBJS=''
MAINTENER_CODE_FALSE=''
MAINTENER_CODE_TRUE=''
MAKEINFO='${SHELL} /home/jin/Workspace/Test/Network/curlpp-0.7.2/missing --run
makeinfo'
NO_UNDEFINED_FALSE=''
NO_UNDEFINED_TRUE='#'
OBJDUMP='objdump'
OBJEXT='o'
PACKAGE='curlpp'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PKGADD_NAME='cURLpp - a client that groks URLs++'
PKGADD_PKG='cURLpp'
PKGADD_VENDOR='http://rrette.com/curlpp.html'
RANLIB='ranlib'
RPM_VERSION='0.7.2'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='0.7.2'
VERSIONNUM=''
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_ct_F77=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='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}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i686-pc-linux-gnu'
host_alias=''
host_cpu='i686'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='/home/jin/Workspace/Test/Network/curlpp-0.7.2/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/home/jin/Workspace/Test/Network/curlpplib/'
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 ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "curlpp"
#define VERSION "0.7.2"
#define HAVE_BOOST
#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 HAVE_OSTREAM 1
configure: exit 1
_______________________________________________
cURLpp mailing list
cURLpp_at_rrette.com
http://www.rrette.com/mailman/listinfo/curlpp
Received on 2008-05-07