Bug 217069
| Summary: | /usr/bin/ld: cannot find -lgcj | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Andrew Cagney <cagney> |
| Component: | gcc | Assignee: | Jakub Jelinek <jakub> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6 | CC: | dnovillo, dwmw2 |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2006-11-23 18:49:22 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 173278 | ||
|
Description
Andrew Cagney
2006-11-23 17:32:55 UTC
work-around?
torreja$ sudo yum install libgcj-devel.ppc
torreja$ rpm -qa --queryformat '%{NAME}.%{ARCH}\n' | grep gcj
libgcj-devel.ppc
java-1.4.2-gcj-compat.ppc
libgcj.ppc
libgcj.ppc64
torreja$ gcj -m64 -g -O -o frysk2493/Npe --main=Npe frysk2493/Npe.o
torreja$
confused!
You want gcc 4.1.1-35 and above, this sounds like a dup of #214195. *** This bug has been marked as a duplicate of 214195 *** $ ssh torreja rpm -q gcc gcc-4.1.1-30 so yes, likely. When is 4.1.1-35 gcc available on FC-6? |