Bug Fix: 'make all' now successfully compiles on Cygwin

Please forgive my etiquette if this is not the correct forum to post
this bug fix for Cygwin installations of libwww-5.3.2.

Thanks!

In 'w3c-libwww-5.3.2/Library/Examples/Makefile' replace the below
statement:
noinst_PROGRAMS =  head$(EXEEXT) libapp_1$(EXEEXT) libapp_2$(EXEEXT) \
libapp_3$(EXEEXT) libapp_4$(EXEEXT) init$(EXEEXT) chunk$(EXEEXT) \
chunkbody$(EXEEXT) LoadToFile$(EXEEXT) postform$(EXEEXT) \
multichunk$(EXEEXT) put$(EXEEXT) post$(EXEEXT) trace$(EXEEXT) \
range$(EXEEXT) tzcheck$(EXEEXT) mget$(EXEEXT) isredirected$(EXEEXT) \
listen$(EXEEXT) eventloop$(EXEEXT) memput$(EXEEXT) getheaders$(EXEEXT) \

showlinks$(EXEEXT) showtags$(EXEEXT) showtext$(EXEEXT) tiny$(EXEEXT) \
upgrade$(EXEEXT) cookie$(EXEEXT) showxml ptri stri rdf_parse_file
rdf_parse_buffer

with:
noinst_PROGRAMS =  head$(EXEEXT) libapp_1$(EXEEXT) libapp_2$(EXEEXT) \
libapp_3$(EXEEXT) libapp_4$(EXEEXT) init$(EXEEXT) chunk$(EXEEXT) \
chunkbody$(EXEEXT) LoadToFile$(EXEEXT) postform$(EXEEXT) \
multichunk$(EXEEXT) put$(EXEEXT) post$(EXEEXT) trace$(EXEEXT) \
range$(EXEEXT) tzcheck$(EXEEXT) mget$(EXEEXT) isredirected$(EXEEXT) \
listen$(EXEEXT) eventloop$(EXEEXT) memput$(EXEEXT) getheaders$(EXEEXT) \

showlinks$(EXEEXT) showtags$(EXEEXT) showtext$(EXEEXT) tiny$(EXEEXT) \
upgrade$(EXEEXT) cookie$(EXEEXT) showxml$(EXEEXT) ptri$(EXEEXT)
stri$(EXEEXT) \
rdf_parse_file$(EXEEXT) rdf_parse_buffer$(EXEEXT)

As requested in the "Patches.html":
MIT is hereby permitted to distribute these contributions as part of its
W3C software distributions at no cost to MIT or its licensed users.

--Mike Bytnar

Received on Friday, 9 March 2001 15:57:52 UTC