Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 11350

Summary: moving from gcc-3.2 -> gcc-3.2.1 causes breakage in /usr/lib/libaspell.la
Product: Gentoo Linux Reporter: Jonathan Nall <nall>
Component: [OLD] LibraryAssignee: Jonathan Nall <nall>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 1.4_rc1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jonathan Nall 2002-11-28 14:32:05 UTC
/usr/lib/libaspell.la contains the following when compiled with gcc-3.2:
/usr/lib/libaspell.la:dependency_libs='-L/usr/powerpc-unknown-linux-gnu/bin
-L/usr/powerpc-unknown-linux-gnu/lib -L/lib
-L/usr/lib/gcc-lib/powerpc-unknown-linux-gnu/3.2
-L/usr/lib/gcc-lib/powerpc-unknown-linux-gnu/3.2/../../../../powerpc-unknown-linux-gnu/lib
/usr/lib/gcc-lib/powerpc-unknown-linux-gnu/3.2/libstdc++.la -lm -lc -lgcc_s'

when gcc is upgraded to gcc-3.2.1, the hard references to:
/usr/lib/gcc-lib/powerpc-unknown-linux-gnu/3.2/libstdc++.la
break.
Comment 1 Jonathan Nall 2002-11-28 17:01:09 UTC

*** This bug has been marked as a duplicate of 11094 ***