I have a problem with htdig installation on FC5. I have downloaded htdig-3.1.6. 

Running ./configure

Start as if all will go well but finally it displays:

configure: error: To compile ht://Dig, you will need a C++ library. Try 
installing libstdc++.

I then decided to install libstdc++ with:

yum install libstdc++

Which did not complain until it finished.

I then run ./configure again but the same error
configure: error: To compile ht://Dig, you will need a C++ library. Try 
installing libstdc++.

I decided to download libstdc++-2.8.0.tar.gz from

ftp://ftp.gnu.org/gnu/libstdc++/

Having downloaded and unpacked it I proceeded as follows:

]#./configure
Configuring for a i686-pc-linux-gnu host.
Created "Makefile" in /home/hosea/downloads/libstdc++/libstdc++-2.8.0 using 
"mt-frag"

]# make

This gave some errors error towards the end as follows:

gcc -c -g -O2 -I. -I./../include  choose-temp.c
choose-temp.c: In function âchoose_temp_baseâ:
choose-temp.c:127: warning: incompatible implicit declaration of built-in 
function âstrlenâ
choose-temp.c:130: warning: incompatible implicit declaration of built-in 
function âstrcpyâ
choose-temp.c:145: warning: incompatible implicit declaration of built-in 
function âabortâ
test -z "" || \
  gcc -c -g -O2 -I. -I./../include   concat.c -o pic/concat.o
gcc -c -g -O2 -I. -I./../include  concat.c
test -z "" || \
  gcc -c -g -O2 -I. -I./../include   cplus-dem.c -o pic/cplus-dem.o
gcc -c -g -O2 -I. -I./../include  cplus-dem.c
cplus-dem.c: In function âdemangle_templateâ:
cplus-dem.c:1075: warning: incompatible implicit declaration of built-in 
function âabortâ
test -z "" || \
  gcc -c -g -O2 -I. -I./../include   fdmatch.c -o pic/fdmatch.o
gcc -c -g -O2 -I. -I./../include  fdmatch.c
test -z "" || \
  gcc -c -g -O2 -I. -I./../include   fnmatch.c -o pic/fnmatch.o
gcc -c -g -O2 -I. -I./../include  fnmatch.c
test -z "" || \
  gcc -c -g -O2 -I. -I./../include   getopt.c -o pic/getopt.o
gcc -c -g -O2 -I. -I./../include  getopt.c
test -z "" || \
  gcc -c -g -O2 -I. -I./../include   getopt1.c -o pic/getopt1.o
gcc -c -g -O2 -I. -I./../include  getopt1.c
test -z "" || \
  gcc -c -g -O2 -I. -I./../include   getruntime.c -o pic/getruntime.o
gcc -c -g -O2 -I. -I./../include  getruntime.c
test -z "" || \
  gcc -c -g -O2 -I. -I./../include   hex.c -o pic/hex.o
gcc -c -g -O2 -I. -I./../include  hex.c
test -z "" || \
  gcc -c -g -O2 -I. -I./../include   floatformat.c -o pic/floatformat.o
gcc -c -g -O2 -I. -I./../include  floatformat.c
test -z "" || \
  gcc -c -g -O2 -I. -I./../include   objalloc.c -o pic/objalloc.o
gcc -c -g -O2 -I. -I./../include  objalloc.c
objalloc.c: In function âobjalloc_free_blockâ:
objalloc.c:214: warning: incompatible implicit declaration of built-in function 
âabortâ
test -z "" || \
  gcc -c -g -O2 -I. -I./../include   obstack.c -o pic/obstack.o
gcc -c -g -O2 -I. -I./../include  obstack.c
test -z "" || \
  gcc -c -g -O2 -I. -I./../include   pexecute.c -o pic/pexecute.o
gcc -c -g -O2 -I. -I./../include  pexecute.c
pexecute.c: In function âpexecuteâ:
pexecute.c:596: warning: incompatible implicit declaration of built-in function 
âexitâ
test -z "" || \
  gcc -c -g -O2 -I. -I./../include   spaces.c -o pic/spaces.o
gcc -c -g -O2 -I. -I./../include  spaces.c
test -z "" || \
  gcc -c -g -O2 -I. -I./../include   strerror.c -o pic/strerror.o
gcc -c -g -O2 -I. -I./../include  strerror.c
strerror.c:460: error: static declaration of âsys_nerrâ follows non-static 
declaration
/usr/include/bits/sys_errlist.h:27: error: previous declaration of âsys_nerrâ 
was here
strerror.c:461: error: conflicting types for âsys_errlistâ
/usr/include/bits/sys_errlist.h:28: error: previous declaration of 
âsys_errlistâ was here
make[1]: *** [strerror.o] Error 1
make[1]: Leaving directory 
`/home/hosea/downloads/libstdc++/libstdc++-2.8.0/libiberty'
make: *** [all-libiberty] Error 2


So I cannot proceed installing htdig.

Any advise.

Hosea


 
____________________________________________________________________________________
Don't pick lemons.
See all the new 2007 cars at Yahoo! Autos.
http://autos.yahoo.com/new_cars.html 
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
ht://Dig general mailing list: <[email protected]>
ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html
List information (subscribe/unsubscribe, etc.)
https://lists.sourceforge.net/lists/listinfo/htdig-general

Reply via email to