* Makefile.in: Link cygcheck with -lntdll even without mingw-zlib.
This commit is contained in:
parent
a010e6abed
commit
e3e942ac00
@ -1,3 +1,7 @@
|
|||||||
|
2008-07-30 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
|
||||||
|
|
||||||
|
* Makefile.in: Link cygcheck with -lntdll even without mingw-zlib.
|
||||||
|
|
||||||
2008-07-27 Christopher Faylor <me+cygwin@cgf.cx>
|
2008-07-27 Christopher Faylor <me+cygwin@cgf.cx>
|
||||||
|
|
||||||
* cygcheck.cc (load_cygwin): Free the cygwin dll after we're done with
|
* cygcheck.cc (load_cygwin): Free the cygwin dll after we're done with
|
||||||
|
@ -71,6 +71,7 @@ strace.exe: path.o
|
|||||||
cygcheck.exe: bloda.o path.o dump_setup.o
|
cygcheck.exe: bloda.o path.o dump_setup.o
|
||||||
|
|
||||||
# Provide any necessary per-target variable overrides.
|
# Provide any necessary per-target variable overrides.
|
||||||
|
cygcheck.exe: MINGW_LDFLAGS += -lntdll
|
||||||
cygpath.exe: ALL_LDFLAGS += -lntdll
|
cygpath.exe: ALL_LDFLAGS += -lntdll
|
||||||
|
|
||||||
# Check for dumper's requirements and enable it if found.
|
# Check for dumper's requirements and enable it if found.
|
||||||
@ -94,7 +95,7 @@ ifdef libz
|
|||||||
zlib_h := -include ${patsubst %/lib/mingw/libz.a,%/include/zlib.h,${patsubst %/lib/libz.a,%/include/zlib.h,$(libz)}}
|
zlib_h := -include ${patsubst %/lib/mingw/libz.a,%/include/zlib.h,${patsubst %/lib/libz.a,%/include/zlib.h,$(libz)}}
|
||||||
zconf_h := ${patsubst %/zlib.h,%/zconf.h,$(zlib_h)}
|
zconf_h := ${patsubst %/zlib.h,%/zconf.h,$(zlib_h)}
|
||||||
dump_setup.o: MINGW_CXXFLAGS += $(zconf_h) $(zlib_h)
|
dump_setup.o: MINGW_CXXFLAGS += $(zconf_h) $(zlib_h)
|
||||||
cygcheck.exe: MINGW_LDFLAGS += $(libz) -lntdll
|
cygcheck.exe: MINGW_LDFLAGS += $(libz)
|
||||||
else
|
else
|
||||||
all: warn_cygcheck_zlib
|
all: warn_cygcheck_zlib
|
||||||
endif
|
endif
|
||||||
@ -172,7 +173,7 @@ warn_dumper:
|
|||||||
@echo '*** Not building dumper.exe since some required libraries are'
|
@echo '*** Not building dumper.exe since some required libraries are'
|
||||||
@echo '*** missing: libbfd.a and libintl.a.'
|
@echo '*** missing: libbfd.a and libintl.a.'
|
||||||
@echo '*** If you need this program, check out the naked-bfd and naked-intl'
|
@echo '*** If you need this program, check out the naked-bfd and naked-intl'
|
||||||
@echo '*** sources from sources.redhat.com. Then, configure and build these'
|
@echo '*** sources from sourceware.org. Then, configure and build these'
|
||||||
@echo '*** libraries. Otherwise, you can safely ignore this warning.'
|
@echo '*** libraries. Otherwise, you can safely ignore this warning.'
|
||||||
|
|
||||||
warn_cygcheck_zlib:
|
warn_cygcheck_zlib:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user