| Summary: | dev-lang/gpc:path problem | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Riccardo <multix> |
| Component: | New packages | Assignee: | Maintainers for Miscelleneous Language Packages [OBSOLETE] <lang-misc+disabled> |
| Status: | RESOLVED NEEDINFO | ||
| Severity: | normal | CC: | znmeb |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | PPC | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Riccardo
2006-11-05 03:01:00 UTC
also happens on x86 -- looks like an easy fix, though ... just add a link to gpcpp in /usr/bin Yeah ... after the install, if you do the following: ln -s /usr/libexec/gpc/i686-pc-linux-gnu/3.4/gpcpp /usr/bin/ ln -s /usr/libexec/gpc/i686-pc-linux-gnu/3.4/gpc1 /usr/bin/ ln -s /usr/libexec/gpc/i686-pc-linux-gnu/3.4/collect2 /usr/bin/ stuff works. I think you need all three; I had to do the first two to get a compile to go, and I did the third because it looked like the right thing to do. :) Added ~ppc. Reassigning to lang-misc. gpc installs a file /etc/env.d/56gpc which should make sure your PATH gets set correctly. Did you make sure to log out and in again, or to run `source /etc/profile`? If you did, and it still didn't work, would you please attach that file? Get back to us please... |