Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 134820 - gcc 4.1.1 doesn't provide gcjh on the standard PATH
Summary: gcc 4.1.1 doesn't provide gcjh on the standard PATH
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-29 13:24 UTC by Michael Mohr
Modified: 2006-05-29 14:57 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 Michael Mohr 2006-05-29 13:24:06 UTC
GCC 3.4.5 provides gcjh in /usr/bin.  However, after upgrading to 4.1.1 it is not available.  It was compiled and is available if you explicitly use 'gcjh-4.1.1', but this will break some build scripts.
Comment 1 Mark Loeser (RETIRED) gentoo-dev 2006-05-29 13:36:54 UTC
This works for me.  Did you change profiles with gcc-config?  if you did, can you change to an old profile and change back, does that make `gcjh --version` report that it is 4.1.1?
Comment 2 Michael Mohr 2006-05-29 14:57:07 UTC
Nevermind, this isn't a bug.  I can't reproduce the problem now, so I assume it was some problem with the shell I was using.  Perhaps I hadn't sourced profile in that shell or something.