> >Trying to emerge the kde packages I get a make error from kde-libs > >build. > > > >Its looking for: > > /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.4/libstdc++.la: > >i386 packages but what is installed there is: > > /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/libstdc++.la > >i686 stuff. > > > >Do I need to pass something to emerge? If so how is it done? > >Or is emerge/make supposed to know what is installed? > >
It sounds like you changed your CHOST value after the initial system build (notice the difference in location is exactly what the CHOST value looks like). As a temporary fix, I'd suggest creating a link from the i686 dir to one in the i386 dir. Then re-emerge glibc to ensure everything is correct for your CHOST value. > You need libstdc++-v3. So What you need to do here is 'emerge > libstdc++-v3' then try to emerge kde again. This might solve the specific problem, but leaves the system in a questionable state (in that some things would still probably look in the 386 directory). -- [email protected] mailing list
