* Linda Walsh (suse@tlinx.org) [20120625 20:28]:
COLLECT_GCC_OPTIONS='-v' '--version' '-mtune=generic' '-march=x86-64' cc1 -quiet -v -iprefix ../lib64/gcc/x86_64-suse-linux/4.6/ help-dummy -quiet -dumpbase help-dummy -mtune=generic -march=x86-64 -auxbase help-dummy -version --version -o /tmp/ccggVtI6.s gcc: error trying to exec 'cc1': execvp: No such file or directory
No wonder! Something like COMPILER_PATH=/usr/lib64/gcc/x86_64-suse-linux/4.6/ is missing in the output so it's no wonder the compiler driver doesn't find the languge specific compilers which reside in a version specific directory. Which version of SuSE is this, I assume 12.1? Is this the gcc that comes with that distribution? Why don't you use 'osc build' which will build the package locally but fetches all that's needed from the obs? Philipp -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org