Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 187435 - w3m configure cannot find gc.h
Summary: w3m configure cannot find gc.h
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Prefix Support (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo non-Linux Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-01 21:07 UTC by Xiao-Yong JIN
Modified: 2007-08-02 09:29 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 Xiao-Yong JIN 2007-08-01 21:07:29 UTC
The configure script in w3m by default does not look into
the gentoo-prefix dirctory for gc.h.  So even if you have
installed boehm-gc into gentoo-prefix, it still cannot
find the header file.  The solution could be just adding
one line to the econf command

    --with-gc="${EPREFIX}"/usr

Cheers,
Xiao-Yong
Comment 1 Fabian Groffen gentoo-dev 2007-08-02 09:29:09 UTC
this is on Linux, right?  Weird, on Darwin it worked fine.  I added the statement nevertheless as it causes no negative effects here.

Thanks!