Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Aug 2000 00:12:04 -0400
From:      Claude Cormier <techsupport@devises-or.com>
To:        Dan Nelson <dnelson@emsphone.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: Version 2.2.8 - C compiler - vprintf()
Message-ID:  <39977194.D2D30AAD@devises-or.com>
References:  <39960BCD.6E1622B@devises-or.com> <20000812223213.A12554@dan.emsphone.com> <3996AB0C.73240EF3@devises-or.com> <20000813094608.A13422@dan.emsphone.com> <399758F7.2F2E2C4F@devises-or.com> <20000813223535.A12309@dan.emsphone.com>

next in thread | previous in thread | raw e-mail | index | archive | help


Dan Nelson wrote:
> 
> Ok; Run configure again and then take a look at the config.log file.
> What is in the log right after the line reading "checking for vprintf"?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
configure:3558: checking for socket     

So it doesn't generate any error. However, I noticed that the config.h
file that is generated does not have  #include HAVE_VPRINTF 1  which
must be defined.

Also, I got these two errors in config.log

ltconfig:915: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c
-I/usr/local/include/openssl conftest.c 1>&5
cc1: Invalid option `-fno-exceptions'

and

ltconfig:1657: eval "/usr/bin/nm -p conftest.o | sed -n -e 's/^.*[ 
]\([BCDEGRST]\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' >
conftest.nm"
cannot find nm_test_var in conftest.nm



> Also, what version of curl are you trying to compile?  I successfully
> built curl-6.5.2 and curl-7.1 on a 2.2.5 machine with no errors.  And
> finally, what does "nm /usr/lib/libc.a | grep vprintf" print?

nm: vprintf.o
utf2.o: no name list00000000 T _vprintf

nm: mskanji.o: no name list
nm: euc.o: no name list
nm: bt_debug.o: no name list


I hope this helps.

Claude


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?39977194.D2D30AAD>