|
From: Eric K. <ek...@rz...> - 2002-06-06 19:55:40
|
"Jason Filby" <jas...@ya...> wrote: > make[1]: Entering directory `C:/ros/reactos/drivers/lib/zlib' > cc -O -c -o example.o example.c > process_begin: CreateProcess((null), cc -O -c -o example.o example.c, > ...) faile > d. > make (e=2): The system cannot find the file specified. > make[1]: *** [example.o] Error 2 > make[1]: Leaving directory `C:/ros/reactos/drivers/lib/zlib' > make: *** [zlib] Error 2 > > The makefile looks ok, and I can see drivers/lib/zlib/example.c - > what's wrong? In drivers/lib/zlib/makefile is a line "CC = cc". Change it to "CC=gcc" and everything builds again. Eric |