From: <we...@cw...> - 2002-07-10 09:07:43
|
Quoting Royce Mitchell III <ro...@ev...>: > 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? > touch drivers/lib/zlib/zlib.sym works for me. |