Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3091 - HTDig not building w. gcc-3.1
Summary: HTDig not building w. gcc-3.1
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-27 18:47 UTC by Lars Pechan
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Lars Pechan 2002-05-27 18:47:59 UTC
The HTDig ebuild version 3.1.6-r3 does not build with gcc-3.1. ./configure 
craps out when looking for a C++ standard library.

The configure script checks for the library by looking for a few headers 
(iostream.h, fstream.h etc). These headers have been deprecated and replaced 
by iostream and fstream.

It is possible to do the build by doing the following:

CPPFLAGS=-Wno-deprecated emerge htdig

The autoconf version is 2.53a.
Comment 1 Matthew Kennedy (RETIRED) gentoo-dev 2002-05-27 23:58:42 UTC
fixed in protage at -r4, but masked until verified to work on gcc-2.95.3. thanks for the contribution  Matt