If, when compiling gcc, it dies with the following error:
gcc: c-parse.c: No such file or directory
Here is the (wonderfully non-obvious) solution:
The problem is that gcc now either requires bison to compile (and conviniently doesn't tell you that,) or that for some reason, it chooses bison over yacc when you don't have bison.
|
Kithsiri unverified user 18 Jul 2006 |
Samething happend to me i am compiling GCC 3.4.6 for AIX 5.2 machine. I got the same error and when i installed bison it was vanished. Thank you for your information. |