#14 closed task (fixed)
Fix Libtool on Multilib systems
| Reported by: | Ryan Oliver | Owned by: | Ryan Oliver |
|---|---|---|---|
| Priority: | major | Milestone: | CLFS Standard 1.0.0 |
| Component: | BOOK | Version: | CLFS Standard 1.0.0 |
| Keywords: | Cc: |
Description
Libtool has issues on multilib builds with linking in incorrect libraries after reading the wrong .la files. This is primarily a result of libtool using the library search path returned by gcc (eg gcc -print-search-dirs) for locating .la files, which does not print multilib dirs.
Change History (4)
comment:1 by , 20 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 20 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Upgrade to GCC 4.1 with patch PR20425 fixes this issue.
comment:3 by , 19 years ago
| Version: | unstable → 1.0.0 |
|---|
Note:
See TracTickets
for help on using tickets.

See Ticket #11 for how to fix this for gcc-4.1.0. Will backport the patch to gcc-4.0.x so we can clear this ticket.