Philipp Thomas wrote:
[please no crossposting and a reply to the list is sufficient]]
* Linda Walsh (suse@tlinx.org) [20120626 19:24]:
Philipp Thomas wrote:
Why doesn't the compiler look where it needs to when it is run?
It would if you had installed all neccessary parts. But as cpp46 is missing, you won't succeed
Seems like using a special build system to get around a GCC bug is missing the point.
There is no GCC bug, just PEBKAC. Obs a) makes sure you build in a defined environment and b) resolves all requirements if stated correctly.
What variables is GCC not setting so it can call it's "cc1" phase"?
It's not a "phase" but the actual C compiler. The gcc binary is just a driver that calls the right compiler for the sources given with the right flags and afterwards passes the neccessay internal libraries to the linker.
When I login fresh it calls a different compiler than when I start with a fresh environment??
My PATH is set ok, but we never used to have to set internal paths for compilers for them to work.
You were just missing a package.
??? Why does it work in the more normal case? -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org