reader@newsguy.com wrote: > Rumen Yotov <rumen@qrypto.org> writes: > >> Check Bug-125728 for a solution (must change toolchain.eclass in an >> overlay) and rebuild GCC *or* just manually fix/change broken .la files. >> ...SKIP... > > Can you explain a little more about the manual fix...? > In the bug reports one poster mentions setting a symlink but doesn't > spell out the details. > Hi again, Don't have your original mail (with error messages) but shortly: Open the 'broken' *.la file/s and find the place where the broken paths are (IIRC it's /usr/lib/... instead of /usr/lib/../../../..). One solution is to manually edit the 'broken' *.la files putting the right paths *or* IMHO create a link with the short-path name pointing to the correct one. Sorry if this is too vague. Used the first method. PS: could use 'qlist' or 'equery' with 'grep' to find the right paths. Rumen