cuongphphanoi / mongoose

Automatically exported from code.google.com/p/mongoose
MIT License
0 stars 0 forks source link

Minor typo in Makefile (variable LINFLAGS) #333

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Sorry, I don't have enough resources to handle cygwin build.

Original comment by valenok on 23 Sep 2012 at 1:00