cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: How to Configure Curl to resolve hugefile build failure

From: Yang Tse <yangsita_at_gmail.com>
Date: Tue, 20 Oct 2009 13:52:02 +0200

2009/10/19, Dantzler, DeWayne C wrote:

> [...]
> curl version: 7.19.6
> [...]
> LDAP support: enabled (OpenLDAP)
> [...]
> /usr/bin/cc -DHAVE_CONFIG_H -I../include -I../include -I../lib -I../src -I../lib -I../src
> -Ae -DDDPS_USYS_HP -D_HPUX_SOURCE -z +W 4227,4255 -s +O2 -c -o
> [...]
> /bin/sh ../libtool --tag=CC --mode=link /usr/bin/cc -Ae -DDDPS_USYS_HP
> -D_HPUX_SOURCE -z +W 4227,4255 -s +O2 -L/ots/SUNWwbsvr/bin/https/lib/
> -o curl main.o hugehelp.o urlglob.o writeout.o writeenv.o getpass.o homedir.o
> curlutil.o os-specific.o strtoofft.o strdup.o rawstr.o nonblock.o ../lib/libcurl.la
> -lnspr4
> [...]
> /usr/ccs/bin/ld: Unsatisfied symbols:

Double check that 'gmake' is installed on your build system, and that
it can be located through the PATH environment variable.

"-L/ots/SUNWwbsvr/bin/https/lib/" neither curl nor libcurl needs "Sun
ONE Web Server" libraries nor API.

"-lnspr4" neither curl nor libcurl needs "Netscape Portable Runtime "
libraries nor API.

Before running configure script, cleanup environment variables CFLAGS,
CPPFLAGS, LDFLAGS, and CC.

Extract curl-7.19.6.tar.gz to a newly created subdirectory and run
configure script from there keeping a full log of its output,
something like the following:

./configure 2>&1 | tee configure.log

Afterwards run:

make 2>&1 | tee make.log

Upload configure.log and make.log somewhere and provide a link to
them, as well as the whole command line used to run the configure
script, so that we can see what's actually happening.

-- 
-=[Yang]=-
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2009-10-20