From: Royce M. I. <ro...@ev...> - 2002-07-10 06:19:24
|
make -C drivers/lib/zlib install make[1]: *** No rule to make target `zlib.sym', needed by `../../../reactos/syst em32/zlib.a'. Stop. make[1]: Entering directory `C:/reactos/drivers/lib/zlib' make[1]: Leaving directory `C:/reactos/drivers/lib/zlib' C:\MINGW\BIN\MAKE.EXE: *** [zlib_install] Error 2 Apparently the SYM files are not being generated. Here is what I've done: make clean make make install << this is where the above error appears How do I get it to create the SYM file? Royce3 |