|
|
When I run gcc on osr5 I get "cc: installation problem, cannot exec `cpp': No such file or directory" |
| You ( or more likely configure) are running gcc with -belf and the gcc
version doesn't understand it. (gcc 2.7.2.3)
change the Makefile or configure script setup from -b elf to -m elf (or remove it altogether) | |
| [Append to This Answer] |
| Previous: |
|
| Next: |
|
| ||||||||