July 28, 2009
11:57 p.m.
On Wed, Jul 29, 2009 at 2:38 AM, Daniel Wheeler<daniel.wheeler2@gmail.com> wrote:
-Wall -Wstrict-prototypes -fPIC
compile options: '-c' gcc: _configtest.c gcc: error trying to exec 'cc1': execvp: No such file or directory gcc: error trying to exec 'cc1': execvp: No such file or directory
That's your problem right there: your compiler is broken. What happens if you call gcc by yourself on a trivial C program ? David