cURL / Mailing Lists / curl-users / Single Mail

curl-users

Unable to build curl from the source because of an unresolved reference hugehelp

From: Dantzler, DeWayne C <dewayne.c.dantzler_at_boeing.com>
Date: Mon, 19 Oct 2009 20:33:56 -0700

How do I resovle the reference to hughhelp? Is this a configurable option or do I need to run configure with a specific switch or specify a certain library? The hugehelp.o exist in the src tree, so the object file is present.

curl version: 7.19.6
  Host setup: hppa2.0w-hp-hpux11.11
  Install prefix: /site/sw/ots/curl/curl-7.19.6
  Compiler: /usr/bin/cc
  SSL support: no (--with-ssl / --with-gnutls)
  SSH support: no (--with-libssh2)
  zlib support: no (--with-zlib)
  krb4 support: no (--with-krb4*)
  GSSAPI support: no (--with-gssapi)
  SPNEGO support: no (--with-spnego)
  c-ares support: no (--enable-ares)
  ipv6 support: no (--enable-ipv6)
  IDN support: no (--with-libidn)
  Build libcurl: Shared=yes, Static=yes
  Built-in manual: enabled
  Verbose errors: enabled (--disable-verbose)
  SSPI support: no (--enable-sspi)
  ca cert bundle: no
  ca cert path: no
  LDAP support: enabled (OpenLDAP)
  LDAPS support: no (--enable-ldaps)

>>>>>>>>>>> part of the make build <<<<<<<<<<<<<<<

/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 nonblock.o `test -f '../lib/nonblock.c' || echo './'`../lib/nonblock.c
cc: "/usr/include/sys/socket.h", line 504: warning 562: Redeclaration of "sendfile" with a different storage class specifier: "sendfile" will have internal linkage.
cc: "/usr/include/sys/socket.h", line 505: warning 562: Redeclaration of "sendpath" with a different storage class specifier: "sendpath" will have internal linkage.
/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
libtool: link: warning: this platform does not like uninstalled shared libraries
libtool: link: warning: `curl' will be relinked during installation
libtool: link: /usr/bin/cc -Ae -DDDPS_USYS_HP -D_HPUX_SOURCE -z +W 4227,4255 -s +O2 -o .libs/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 -L/ots/SUNWwbsvr/bin/https/lib/ -L../lib/.libs -lcurl -lldap -lnspr4 -Wl,+b -Wl,/net/sinai/home/d/dcd9420/labs/curl/curl-7.19.6/lib/.libs:/site/ots/curl/curl-7.19.6/lib
/usr/ccs/bin/ld: Unsatisfied symbols:
   hugehelp (first referenced in main.o) (code)
make[2]: *** [curl] Error 1
make[2]: Leaving directory `/net/sinai/home/d/dcd9420/labs/curl/curl-7.19.6/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/net/sinai/home/d/dcd9420/labs/curl/curl-7.19.6/src'
make: *** [all-recursive] Error 1

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-users
FAQ: http://curl.haxx.se/docs/faq.html
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2009-10-20