cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: RedHat Linux libcurl 7.28.1 gcc compiler error log file

From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Wed, 5 Dec 2012 20:26:45 +0100

On Wed, Dec 05, 2012 at 07:04:50AM -0500, Frank Chang wrote:
> Daniel Stenberg and Libcurl 7.28.1 Developers, Per Daniel Stenberg's request,
> we are posting the first several hundred lines of the compile errors from Red
> Hat Enterprise Linux 4 for libcurl 7.28.1. Is there a potential workaround so
> that Red Hat Enterprise 4.XX OS licensees do not have to upgarde to Red Hat
> Enterprise Linux 5. Thank you
>
> make[1]: Entering directory `/net/beige/export/marc/DQT/EmailLib/lirh5g_deb'
> errfn=asyn-thread.c ; gcc -g -Wall -W -Wno-unused -Wno-sign-compare -D_DEBUG
> -pthread -DTHREADSAFE -m32 -D_NO_GUI -DBUILDING_LIBCURL -I../Include -I../../
> cpswindows/Include -I../curl-7.28.1 -I../../FuzzyMatchingLib/Include -I../../
> util/mdLicense -I../../sqlite.3.7 -I../../util -fpic ../curl-7.28.1/
> asyn-thread.c -o asyn-thread.o -c > ${errfn}.ERR 2>&1 ; res=$? ; if [ ${res}

Just what the the configure command look like that you used before this
compile? And what do the last 30 lines of configure's output say? curl
doesn't use sqlite, or FuzzyMatchingLib or mdLicense, for example, which
tells me this isn't an ordinary compile on plain RHEL 4 machine. Those
extra -I lines could certainly throw off the compile if there are
things like setup.h files in them, as could stray CFLAGS or other
environment variables.

>>> Dan
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2012-12-05