Bug 88187
Summary: | .la files not included | ||
---|---|---|---|
Product: | [Retired] Red Hat Public Beta | Reporter: | M Runesson <m.runesson> |
Component: | libglade2 | Assignee: | Owen Taylor <otaylor> |
Status: | CLOSED WONTFIX | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | phoebe | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2003-04-07 14:17:01 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: |
Description
M Runesson
2003-04-07 13:59:56 UTC
Our policy is never to include .la files, and they are never needed. They simply duplicate information that is included in the shared library itself on linux, and lead to all sorts of problems. What happened is that you compiled some other library yourself that dependended on libglade's .la files, and that .la file got a hard-coded reference to the .la file that was removed. Once you fix that problem (grep libglade /usr/lib/*.la) things will be fine. |