Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13345 - gcc not found
Summary: gcc not found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Release Media
Classification: Unclassified
Component: Everything (show other bugs)
Hardware: x86 All
: High normal (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-06 00:53 UTC by 4rno
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 4rno 2003-01-06 00:53:44 UTC
had to do "ln -s /path/to/gcc /bin/gcc" in order for "make dep" to find it while
in installation final steps (1.4rc2)
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2003-01-08 12:49:58 UTC
Problem is that your environment was not updated for change in path.  A simple

  # source /etc/profile

fixes this.  It should be fixed with next stages, as it will have -r6 from
start ...