What steps will reproduce the problem?
1. Checkout latest sources using:
hg clone https://code.google.com/p/mongoose mongoose_checkout
2. cd mongoose_checkout
3. vi Makefile
--- snip ---
27 LINFLAGS = -ldl -pthread $(CFLAGS)
--- snip ---
What is the expected output? What do you see instead?
gcc/g++ on Linux (maybe other nixes as well?) are tolerant of the -pthread
parameter.
This gets flagged as an error message on Cygwin:
gcc: unrecognized option '-pthread'
What version of the product are you using? On what operating system?
Checkout as of "Thu, Mar 29, 2012 18:54:47"
Cygwin 1.7 on windows XP
Please provide any additional information below.
Not that I really want to use the Cygwin version of Mongoose, just happened to
try it today.
Original issue reported on code.google.com by shantanu...@gmail.com on 29 Mar 2012 at 1:25
Original issue reported on code.google.com by
shantanu...@gmail.com
on 29 Mar 2012 at 1:25