Trouble building cURLpp with SSL support

۱۵۶ بازدید
رفتن به اولین پیام خوانده‌نشده

sean

خوانده‌نشده،
۹ آذر ۱۳۹۰، ۱:۱۱:۲۷۱۳۹۰/۹/۹
به curlpp
Hi!

I am pretty pumped up to get to work with cURLpp, but I am having
trouble building it with SSL support. I am on Mac OS X.5.

So far, I have built openSSL, and then libcurl with that. When I do a
curl--config --feature I get:

SSL
IPv6
libz
NTLM
NTLM_WB

So, I know libcurl has SSL support. Next, for cURLpp, I do

./autogen.sh
./configure --without-boost
make
make install

The install goes okay, but when I do curlpp-config --feature I see
only libz. I would like to see SSL there, to ensure I have SSL
support, right? Here are some things I've tried so far:

-doing curl--config --libs and then including the output of this in
LDFLAGS prior to autogen'ing for cURLpp.
-pasting ssl's path, /usr/local/ssl , pretty much anywhere I can think
of (like CXXFLAGS, etc.).
-some other last resort moves, not proud of them.

Notably, I am sure that I am building cURL againt the libcurl libs I
just built. This might be useful in case anybody else goes down this
road -- Mac OS seems to have a few versions of these libs spread all
over, probably related to XCode.

I would be very grateful if someone had some advice!

Thanks,
sean

Jean-Philippe Barette-LaPierre

خوانده‌نشده،
۱۰ آذر ۱۳۹۰، ۷:۴۳:۰۵۱۳۹۰/۹/۱۰
به cur...@googlegroups.com
can you post your config logs?

> --
> You received this message because you are subscribed to the Google Groups "curlpp" group.
> To post to this group, send email to cur...@googlegroups.com.
> To unsubscribe from this group, send email to curlpp+un...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/curlpp?hl=en.
>

sean

خوانده‌نشده،
۱۲ آذر ۱۳۹۰، ۱۹:۵۲:۴۷۱۳۹۰/۹/۱۲
به curlpp
Hi Jean-Philippe,

Thanks for taking a look...

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.63. Invocation command line was

$ ./configure --without-boost

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

hostname = Macintosh.local
uname -m = i386
uname -r = 9.8.0
uname -s = Darwin
uname -v = Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009;
root:xnu-1228.15.4~1/RELEASE_I386

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

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009;
root:xnu-1228.15.4~1/RELEASE_I386
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 2.00 gigabytes
Default processor set: 54 tasks, 234 threads, 2 processors
Load average: 0.57, Mach factor: 1.41
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /opt/local/bin
PATH: /opt/local/sbin
PATH: /sw/bin
PATH: /sw/sbin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/include/
PATH: /usr/local/bin
PATH: /usr/local/lib
PATH: /usr/X11/bin
PATH: /Developer/SDKs/MacOSX10.5.sdk/usr/include/
PATH: /usr/X11R6/bin


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

configure:2111: checking for a BSD-compatible install
configure:2179: result: /usr/bin/install -c
configure:2190: checking whether build environment is sane
configure:2233: result: yes
configure:2258: checking for a thread-safe mkdir -p
configure:2297: result: ./install-sh -c -d
configure:2310: checking for gawk
configure:2326: found /opt/local/bin/gawk
configure:2337: result: gawk
configure:2348: checking whether make sets $(MAKE)
configure:2370: result: yes
configure:2570: checking whether ln -s works
configure:2574: result: yes
configure:2581: checking whether make sets $(MAKE)
configure:2603: result: yes
configure:2668: checking for gcc
configure:2695: result: /Developer/usr/bin/gcc-4.0
configure:2927: checking for C compiler version
configure:2935: /Developer/usr/bin/gcc-4.0 --version >&5
i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465)
Copyright (C) 2005 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:2939: $? = 0
configure:2946: /Developer/usr/bin/gcc-4.0 -v >&5
Using built-in specs.
Target: i686-apple-darwin9
Configured with: /var/tmp/gcc/gcc-5465~16/src/configure --disable-
checking -enable-werror --prefix=/usr --mandir=/share/man --enable-
languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/
$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/
lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --
host=i686-apple-darwin9 --target=i686-apple-darwin9
Thread model: posix
gcc version 4.0.1 (Apple Inc. build 5465)
configure:2950: $? = 0
configure:2957: /Developer/usr/bin/gcc-4.0 -V >&5
gcc-4.0: argument to `-V' is missing
configure:2961: $? = 1
configure:2984: checking for C compiler default output file name
configure:3006: /Developer/usr/bin/gcc-4.0 conftest.c -lstdc++ >&5
configure:3010: $? = 0
configure:3048: result: a.out
configure:3067: checking whether the C compiler works
configure:3077: ./a.out
configure:3081: $? = 0
configure:3100: result: yes
configure:3107: checking whether we are cross compiling
configure:3109: result: no
configure:3112: checking for suffix of executables
configure:3119: /Developer/usr/bin/gcc-4.0 -o conftest conftest.c -
lstdc++ >&5
configure:3123: $? = 0
configure:3149: result:
configure:3155: checking for suffix of object files
configure:3181: /Developer/usr/bin/gcc-4.0 -c conftest.c >&5
configure:3185: $? = 0
configure:3210: result: o
configure:3214: checking whether we are using the GNU C compiler
configure:3243: /Developer/usr/bin/gcc-4.0 -c conftest.c >&5
configure:3250: $? = 0
configure:3267: result: yes
configure:3276: checking whether /Developer/usr/bin/gcc-4.0 accepts -g
configure:3306: /Developer/usr/bin/gcc-4.0 -c -g conftest.c >&5
configure:3313: $? = 0
configure:3414: result: yes
configure:3431: checking for /Developer/usr/bin/gcc-4.0 option to
accept ISO C89
configure:3505: /Developer/usr/bin/gcc-4.0 -c -g -O2 conftest.c >&5
configure:3512: $? = 0
configure:3535: result: none needed
configure:3564: checking for style of include used by make
configure:3592: result: GNU
configure:3617: checking dependency style of /Developer/usr/bin/
gcc-4.0
configure:3708: result: gcc3
configure:3728: checking how to run the C preprocessor
configure:3768: /Developer/usr/bin/gcc-4.0 -E conftest.c
configure:3775: $? = 0
configure:3806: /Developer/usr/bin/gcc-4.0 -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:3813: $? = 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.3"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3846: result: /Developer/usr/bin/gcc-4.0 -E
configure:3875: /Developer/usr/bin/gcc-4.0 -E conftest.c
configure:3882: $? = 0
configure:3913: /Developer/usr/bin/gcc-4.0 -E conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:3920: $? = 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.3"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4071: checking for C++ compiler version
configure:4079: /Developer/usr/bin/gcc-4.0 --version >&5
i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5465)
Copyright (C) 2005 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:4083: $? = 0
configure:4090: /Developer/usr/bin/gcc-4.0 -v >&5
Using built-in specs.
Target: i686-apple-darwin9
Configured with: /var/tmp/gcc/gcc-5465~16/src/configure --disable-
checking -enable-werror --prefix=/usr --mandir=/share/man --enable-
languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/
$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/
lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --
host=i686-apple-darwin9 --target=i686-apple-darwin9
Thread model: posix
gcc version 4.0.1 (Apple Inc. build 5465)
configure:4094: $? = 0
configure:4101: /Developer/usr/bin/gcc-4.0 -V >&5
gcc-4.0: argument to `-V' is missing
configure:4105: $? = 1
configure:4108: checking whether we are using the GNU C++ compiler
configure:4137: /Developer/usr/bin/gcc-4.0 -c conftest.cpp >&5
configure:4144: $? = 0
configure:4161: result: yes
configure:4170: checking whether /Developer/usr/bin/gcc-4.0 accepts -g
configure:4200: /Developer/usr/bin/gcc-4.0 -c -g conftest.cpp >&5
configure:4207: $? = 0
configure:4308: result: yes
configure:4333: checking dependency style of /Developer/usr/bin/
gcc-4.0
configure:4424: result: gcc3
configure:4453: checking for a BSD-compatible install
configure:4521: result: /usr/bin/install -c
configure:4922: checking build system type
configure:4940: result: i386-apple-darwin9.8.0
configure:4962: checking host system type
configure:4977: result: i386-apple-darwin9.8.0
configure:4999: checking for a sed that does not truncate output
configure:5055: result: /opt/local/bin/gsed
configure:5058: checking for grep that handles long lines and -e
configure:5118: result: /usr/bin/grep
configure:5123: checking for egrep
configure:5187: result: /usr/bin/grep -E
configure:5203: checking for ld used by /Developer/usr/bin/gcc-4.0
configure:5270: result: /Developer/usr/libexec/gcc/i686-apple-
darwin9/4.0.1/ld
configure:5279: checking if the linker (/Developer/usr/libexec/gcc/
i686-apple-darwin9/4.0.1/ld) is GNU ld
configure:5294: result: no
configure:5299: checking for /Developer/usr/libexec/gcc/i686-apple-
darwin9/4.0.1/ld option to reload object files
configure:5306: result: -r
configure:5324: checking for BSD-compatible nm
configure:5373: result: /usr/bin/nm -p
configure:5377: checking how to recognize dependent libraries
configure:5563: result: pass_all
configure:6086: checking for ANSI C header files
configure:6116: /Developer/usr/bin/gcc-4.0 -c -g -O2 conftest.cpp >&5
configure:6123: $? = 0
./configure: line 6149: conftest.cpp: command not found
configure:6254: result: no
configure:6278: checking for sys/types.h
configure:6299: /Developer/usr/bin/gcc-4.0 -c -g -O2 conftest.cpp >&5
configure:6306: $? = 0
configure:6323: result: yes
configure:6278: checking for sys/stat.h
configure:6299: /Developer/usr/bin/gcc-4.0 -c -g -O2 conftest.cpp >&5
configure:6306: $? = 0
configure:6323: result: yes
configure:6278: checking for stdlib.h
configure:6299: /Developer/usr/bin/gcc-4.0 -c -g -O2 conftest.cpp >&5
configure:6306: $? = 0
configure:6323: result: yes
configure:6278: checking for string.h
configure:6299: /Developer/usr/bin/gcc-4.0 -c -g -O2 conftest.cpp >&5
configure:6306: $? = 0
configure:6323: result: yes
configure:6278: checking for memory.h
configure:6299: /Developer/usr/bin/gcc-4.0 -c -g -O2 conftest.cpp >&5
configure:6306: $? = 0
configure:6323: result: yes
configure:6278: checking for strings.h
configure:6299: /Developer/usr/bin/gcc-4.0 -c -g -O2 conftest.cpp >&5
configure:6306: $? = 0
configure:6323: result: yes
configure:6278: checking for inttypes.h
configure:6299: /Developer/usr/bin/gcc-4.0 -c -g -O2 conftest.cpp >&5
configure:6306: $? = 0
configure:6323: result: yes
configure:6278: checking for stdint.h
configure:6299: /Developer/usr/bin/gcc-4.0 -c -g -O2 conftest.cpp >&5
configure:6306: $? = 0
configure:6323: result: yes
configure:6278: checking for unistd.h
configure:6299: /Developer/usr/bin/gcc-4.0 -c -g -O2 conftest.cpp >&5
configure:6306: $? = 0
configure:6323: result: yes
configure:6353: checking dlfcn.h usability
configure:6370: /Developer/usr/bin/gcc-4.0 -c -g -O2 conftest.cpp >&5
configure:6377: $? = 0
configure:6391: result: yes
configure:6395: checking dlfcn.h presence
configure:6410: conftest.cpp
./configure: line 6412: conftest.cpp: command not found
configure:6417: $? = 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.3"
| #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:6431: result: no
configure:6437: WARNING: dlfcn.h: accepted by the compiler, rejected
by the preprocessor!
configure:6439: WARNING: dlfcn.h: proceeding with the compiler's
result
configure:6459: checking for dlfcn.h
configure:6468: result: yes
configure:6493: checking how to run the C++ preprocessor
configure:6529: /Developer/usr/bin/gcc-4.0 -E conftest.cpp
configure:6536: $? = 0
configure:6567: /Developer/usr/bin/gcc-4.0 -E conftest.cpp
conftest.cpp:20:28: error: ac_nonexistent.h: No such file or directory
configure:6574: $? = 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.3"
| #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:6607: result: /Developer/usr/bin/gcc-4.0 -E
configure:6636: /Developer/usr/bin/gcc-4.0 -E conftest.cpp
configure:6643: $? = 0
configure:6674: /Developer/usr/bin/gcc-4.0 -E conftest.cpp
conftest.cpp:20:28: error: ac_nonexistent.h: No such file or directory
configure:6681: $? = 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.3"
| #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:6775: checking for g77
configure:6805: result: no
configure:6775: checking for xlf
configure:6805: result: no
configure:6775: checking for f77
configure:6805: result: no
configure:6775: checking for frt
configure:6805: result: no
configure:6775: checking for pgf77
configure:6805: result: no
configure:6775: checking for cf77
configure:6805: result: no
configure:6775: checking for fort77
configure:6805: result: no
configure:6775: checking for fl32
configure:6805: result: no
configure:6775: checking for af77
configure:6805: result: no
configure:6775: checking for xlf90
configure:6805: result: no
configure:6775: checking for f90
configure:6805: result: no
configure:6775: checking for pgf90
configure:6805: result: no
configure:6775: checking for pghpf
configure:6805: result: no
configure:6775: checking for epcf90
configure:6805: result: no
configure:6775: checking for gfortran
configure:6805: result: no
configure:6775: checking for g95
configure:6791: found /opt/local/bin/g95
configure:6802: result: g95
configure:6828: checking for Fortran 77 compiler version
configure:6836: g95 --version >&5
G95 (GCC 4.0.4 (g95 0.91!) Nov 25 2008)
Copyright (C) 2002-2005 Free Software Foundation, Inc.

G95 comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of G95
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
configure:6840: $? = 0
configure:6847: g95 -v >&5
Using built-in specs.
Target:
Configured with: ../configure --prefix=/opt/local/lib/gcc-lib/i386-
apple-darwin8.11.1/4.0.4 --with-libiconv-prefix=/opt/local/include --
enable-languages=c --with-as=/opt/local/bin/odas --with-ld=/opt/local/
bin/odld --with-nm=/opt/local/bin/odnm --with-included-gettext
Thread model: posix
gcc version 4.0.4 (g95 0.91!) Nov 25 2008
configure:6851: $? = 0
configure:6858: g95 -V >&5
g95: '-V' option must have argument
configure:6862: $? = 1
configure:6870: checking whether we are using the GNU Fortran 77
compiler
configure:6889: g95 -c conftest.F >&5
configure:6896: $? = 0
configure:6913: result: yes
configure:6919: checking whether g95 accepts -g
configure:6936: g95 -c -g conftest.f >&5
configure:6943: $? = 0
configure:6959: result: yes
configure:6992: checking the maximum length of command line arguments
configure:7104: result: 196608
configure:7116: checking command to parse /usr/bin/nm -p output from /
Developer/usr/bin/gcc-4.0 object
configure:7221: /Developer/usr/bin/gcc-4.0 -c -g -O2 conftest.cpp >&5
configure:7224: $? = 0
configure:7228: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\
([BCDEGRST][BCDEGRST]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/
p' \> conftest.nm
configure:7231: $? = 0
cannot find nm_test_var in conftest.nm
configure:7221: /Developer/usr/bin/gcc-4.0 -c -g -O2 conftest.cpp >&5
configure:7224: $? = 0
configure:7228: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[ ]\
([BCDEGRST][BCDEGRST]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2
\2/p' \> conftest.nm
configure:7231: $? = 0
configure:7283: /Developer/usr/bin/gcc-4.0 -o conftest -g -O2
conftest.cpp conftstm.o >&5
configure:7286: $? = 0
configure:7324: result: ok
configure:7328: checking for objdir
configure:7343: result: .libs
configure:7435: checking for ar
configure:7451: found /usr/bin/ar
configure:7462: result: ar
configure:7527: checking for ranlib
configure:7543: found /usr/bin/ranlib
configure:7554: result: ranlib
configure:7619: checking for strip
configure:7635: found /usr/bin/strip
configure:7646: result: strip
configure:7899: checking for dsymutil
configure:7915: found /usr/bin/dsymutil
configure:7926: result: dsymutil
configure:7991: checking for nmedit
configure:8007: found /usr/bin/nmedit
configure:8018: result: nmedit
configure:8041: checking for -single_module linker flag
configure:8062: result: yes
configure:8064: checking for -exported_symbols_list linker flag
configure:8094: /Developer/usr/bin/gcc-4.0 -o conftest -g -O2 -Wl,-
exported_symbols_list,conftest.sym conftest.cpp -lstdc++ >&5
configure:8101: $? = 0
configure:8123: result: yes
configure:8236: checking if /Developer/usr/bin/gcc-4.0 supports -fno-
rtti -fno-exceptions
configure:8254: /Developer/usr/bin/gcc-4.0 -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:8258: $? = 0
configure:8271: result: no
configure:8286: checking for /Developer/usr/bin/gcc-4.0 option to
produce PIC
configure:8518: result: -fno-common
configure:8526: checking if /Developer/usr/bin/gcc-4.0 PIC flag -fno-
common works
configure:8544: /Developer/usr/bin/gcc-4.0 -c -g -O2 -fno-common -
DPIC conftest.c >&5
configure:8548: $? = 0
configure:8561: result: yes
configure:8589: checking if /Developer/usr/bin/gcc-4.0 static flag -
static works
configure:8617: result: no
configure:8627: checking if /Developer/usr/bin/gcc-4.0 supports -c -o
file.o
configure:8648: /Developer/usr/bin/gcc-4.0 -c -g -O2 -o out/
conftest2.o conftest.c >&5
configure:8652: $? = 0
configure:8674: result: yes
configure:8700: checking whether the /Developer/usr/bin/gcc-4.0 linker
(/Developer/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports
shared libraries
configure:9670: result: yes
configure:9737: checking dynamic linker characteristics
configure:10339: result: darwin9.8.0 dyld
configure:10363: checking how to hardcode library paths into programs
configure:10388: result: immediate
configure:10402: checking whether stripping libraries is possible
configure:10416: result: yes
configure:11237: checking if libtool supports shared libraries
configure:11239: result: yes
configure:11242: checking whether to build shared libraries
configure:11263: result: yes
configure:11266: checking whether to build static libraries
configure:11270: result: yes
configure:11364: creating libtool
configure:11957: checking for ld used by /Developer/usr/bin/gcc-4.0
configure:12024: result: /Developer/usr/libexec/gcc/i686-apple-
darwin9/4.0.1/ld
configure:12033: checking if the linker (/Developer/usr/libexec/gcc/
i686-apple-darwin9/4.0.1/ld) is GNU ld
configure:12048: result: no
configure:12099: checking whether the /Developer/usr/bin/gcc-4.0
linker (/Developer/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld)
supports shared libraries
configure:13053: result: yes
configure:13070: /Developer/usr/bin/gcc-4.0 -c -g -O2 conftest.cpp
>&5
configure:13073: $? = 0
configure:13229: checking for /Developer/usr/bin/gcc-4.0 option to
produce PIC
configure:13513: result: -fno-common
configure:13521: checking if /Developer/usr/bin/gcc-4.0 PIC flag -fno-
common works
configure:13539: /Developer/usr/bin/gcc-4.0 -c -g -O2 -fno-common -
DPIC conftest.cpp >&5
configure:13543: $? = 0
configure:13556: result: yes
configure:13584: checking if /Developer/usr/bin/gcc-4.0 static flag -
static works
configure:13612: result: no
configure:13622: checking if /Developer/usr/bin/gcc-4.0 supports -c -o
file.o
configure:13643: /Developer/usr/bin/gcc-4.0 -c -g -O2 -o out/
conftest2.o conftest.cpp >&5
configure:13647: $? = 0
configure:13669: result: yes
configure:13695: checking whether the /Developer/usr/bin/gcc-4.0
linker (/Developer/usr/libexec/gcc/i686-apple-darwin9/4.0.1/ld)
supports shared libraries
configure:13721: result: yes
configure:13788: checking dynamic linker characteristics
configure:14338: result: darwin9.8.0 dyld
configure:14362: checking how to hardcode library paths into programs
configure:14387: result: immediate
configure:14926: checking if libtool supports shared libraries
configure:14928: result: yes
configure:14931: checking whether to build shared libraries
configure:14951: result: yes
configure:14954: checking whether to build static libraries
configure:14958: result: yes
configure:14968: checking for g95 option to produce PIC
configure:15200: result: -fno-common
configure:15208: checking if g95 PIC flag -fno-common works
configure:15226: g95 -c -g -O2 -fno-common conftest.f >&5
configure:15230: $? = 0
configure:15243: result: yes
configure:15271: checking if g95 static flag -static works
configure:15299: result: no
configure:15309: checking if g95 supports -c -o file.o
configure:15330: g95 -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:15334: $? = 0
configure:15356: result: yes
configure:15382: checking whether the g95 linker (/Developer/usr/
libexec/gcc/i686-apple-darwin9/4.0.1/ld) supports shared libraries
configure:16332: result: yes
configure:16399: checking dynamic linker characteristics
configure:16949: result: darwin9.8.0 dyld
configure:16973: checking how to hardcode library paths into programs
configure:16998: result: immediate
configure:20613: checking for ANSI C header files
configure:20781: result: no
configure:20811: checking curl/curl.h usability
configure:20828: /Developer/usr/bin/gcc-4.0 -c -g conftest.cpp >&5
configure:20835: $? = 0
configure:20849: result: yes
configure:20853: checking curl/curl.h presence
configure:20868: /Developer/usr/bin/gcc-4.0 -E conftest.cpp
configure:20875: $? = 0
configure:20889: result: yes
configure:20917: checking for curl/curl.h
configure:20926: result: yes
configure:20811: checking ostream usability
configure:20828: /Developer/usr/bin/gcc-4.0 -c -g conftest.cpp >&5
configure:20835: $? = 0
configure:20849: result: yes
configure:20853: checking ostream presence
configure:20868: /Developer/usr/bin/gcc-4.0 -E conftest.cpp
configure:20875: $? = 0
configure:20889: result: yes
configure:20917: checking for ostream
configure:20926: result: yes
configure:20961: checking for curl >= 7.10.0
configure:20971: result: 7.19.2
configure:20995: checking enable gcc warnings
configure:21005: result: yes
configure:21014: checking warning make an error on compilation
configure:21024: result: yes
configure:21034: checking whether to enable the maintener code
configure:21046: result: no
configure:21063: checking whether to enable Debug symbols support
options
configure:21074: result: no
configure:21081: checking if we need BUILDING_CURLPP
configure:21109: result: no
configure:21264: creating ./config.status

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

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

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

on Macintosh.local

config.status:829: creating curlpp-config
config.status:829: creating curlpp.spec
config.status:829: creating curlpp.pc
config.status:829: creating Makefile
config.status:829: creating examples/Makefile
config.status:829: creating src/Makefile
config.status:829: creating src/curlpp/Makefile
config.status:829: creating src/curlpp/internal/Makefile
config.status:829: creating src/utilspp/Makefile
config.status:829: creating include/Makefile
config.status:829: creating include/curlpp/Makefile
config.status:829: creating include/curlpp/internal/Makefile
config.status:829: creating include/utilspp/Makefile
config.status:829: creating include/utilspp/functor/Makefile
config.status:829: creating include/utilspp/singleton/Makefile
config.status:829: creating doc/Makefile
config.status:829: creating include/curlpp/config.h
config.status:1051: include/curlpp/config.h is unchanged
config.status:1103: executing depfiles commands

sean

On Dec 1, 7:43 am, Jean-Philippe Barette-LaPierre <j...@rrette.com>
wrote:

Jean-Philippe Barette-LaPierre

خوانده‌نشده،
۱۳ آذر ۱۳۹۰، ۹:۴۵:۳۲۱۳۹۰/۹/۱۳
به cur...@googlegroups.com
curlpp-config --features only calls curl-config. So, I wonder if you
got two curl-config on your system. please use dtruss to check which
curl-config it calls

sean

خوانده‌نشده،
۱۳ آذر ۱۳۹۰، ۱۸:۰۶:۵۴۱۳۹۰/۹/۱۳
به curlpp
Thanks! You were right-on. I made sure to set my paths up to use the
right libcurl libs, but forgot about the curl-configs ( I probably
should hvae just opened cURLpp-config myself) I just made a https
request so it looks like we're all good.

On Dec 4, 9:45 am, Jean-Philippe Barette-LaPierre <j...@rrette.com>
wrote:

پاسخ به همه
پاسخ به نویسنده
فرستادن
0 پیام جدید