Opened 19 years ago

Closed 19 years ago

Last modified 15 years ago

#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 Ryan Oliver, 19 years ago

Owner: changed from clfs-commits@… to Ryan Oliver
Status: newassigned

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.

comment:2 by Jim Gifford, 19 years ago

Resolution: fixed
Status: assignedclosed

Upgrade to GCC 4.1 with patch PR20425 fixes this issue.

comment:3 by Jim Gifford, 18 years ago

Version: unstable1.0.0
Note: See TracTickets for help on using tickets.