Shinkan wrote: > So I just emerged GCC 3.4 (my host is compiled with 4.3), > gcc-config selected it. > Would that be sufficient to build my target (by doing emerge > --root=/mytarget --config-root=/myconfig system) en ensure my > target will run GCC 3.4 compiled binaries ?
Yeah. > I tested it and emerge failed on some ports because installing them > use binaries that complain about not finding required versions of > "CXXABI" or so in libstdc++. > What could I do to fix that ? In a later email you write "something" twice instead of providing a complete and full error message. Please always show the exact errors that you encounter, or people will not be able to answer you what to do. I find that libstdc++.so.6 from gcc sometimes needs to be included in the target, in order to run some (usually third-party) binaries. //Peter
