This is the mail archive of the cygwin-developers mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

missing or wrong mingw_lib ?


building from last cvs

make[3]: *** No rule to make target `/libkernel32.a', needed by `cygwin0.dll'. Stop.
make[3]: Leaving directory `/pub/cygwin/cvs/build/i686-pc-cygwin/winsup/cygwin'


$ grep libkernel32.a /pub/cygwin/cvs/build/i686-pc-cygwin/winsup/cygwin/Makefile
DLL_IMPORTS:=$(mingw_lib)/libkernel32.a $(mingw_lib)/libntdll.a



but on source tree "$(mingw_lib)" is not reported on other files


$ grep -rH mingw_lib *
winsup/cygwin/Makefile.in:DLL_IMPORTS:=$(mingw_lib)/libkernel32.a $(mingw_lib)/libntdll.a
winsup/mingw/Makefile.in: echo "static int __mingw_libm_dummy;" > _libm_dummy.c





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]