cURL / Mailing Lists / curl-library / Single Mail

curl-library

Problems with gmake for curlpp-0.3.0

From: Juan David Palomino <jpalomino_at_tcpsi.es>
Date: Thu, 15 Apr 2004 13:14:39 +0200

Hi, i'm traying to install curlpp-0.3.0 on HP-UX 11.00
The first error happens when i execute configure:
checking if libcurl version is >= 7.10.0...
./configure[6607]: -ge: The specified number is not valid for this command.
no
configure: error: *** libcurl is too old. You need a libcurl installation newer
                 or equal to 7.10.0.
I have installed licurl 7.11.0 so the problem is that -ge doesn't work well. I solve the problem changing the line
{ echo "configure: error: *** libcurl is too old. You need a libcurl installation newer
                 or equal to 7.10.0." 1>&2; exit 1; } ---> or equal to 7.10.0." 1>&2; }
The problem starts when i try to compile curlpp.
I type gmake and the results is:
/bin/sh ../../../libtool --silent --mode=link c++ -W -Wall -Werror -o libsingleton.la -rpath /home/jdavid/pruebas/curlpp-0.2.0/instalacion/lib lifetime_library.lo lifetime_with_longevity.lo -lstdc++ -L/usr/local/lib -lcurl -lz
c++: libsingleton.sl.0: No such file or directory
c++: +b: No such file or directory
c++: /home/jdavid/pruebas/curlpp-0.2.0/instalacion/lib: No such file or directory

Help please. Thank you to all.
Received on 2004-04-15