Re: Cygwin problem make Linux c++ app in windows

2010-03-24 Thread Christopher Faylor
On Wed, Mar 24, 2010 at 10:31:29AM -0400, Don Porges wrote: > > >-Original Message- >From: cygwin-owner... >Of crmpteltd >Sent: Wednesday, March 24, 2010 1:28 AM >To: cygwin >Subject: Cygwin problem make Linux c++ app in windows Please don't forward email,

RE: Cygwin problem make Linux c++ app in windows

2010-03-24 Thread Don Porges
-Original Message- From: cygwin-ow...@cygwin.com [mailto:cygwin-ow...@cygwin.com] On Behalf Of crmpteltd Sent: Wednesday, March 24, 2010 1:28 AM To: cygwin@cygwin.com Subject: Cygwin problem make Linux c++ app in windows Hi all, I am a new user of Cygwin, seeking advice on a make

Re: Cygwin problem make Linux c++ app in windows

2010-03-23 Thread Tim Prince
On 3/23/2010 10:27 PM, crmpteltd wrote: from the first few error log, it seems there is a problem recognizing pthread.h the Linux lib used are: #include #include #include #include #include The make command was g++ -c -Wall main.cpp http_client.cpp string.cpp g++ -lpthread main.o http_client.o s

Cygwin problem make Linux c++ app in windows

2010-03-23 Thread crmpteltd
Hi all, I am a new user of Cygwin, seeking advice on a make problem in Cygwin. I downloaded a Linux C++ app source file and was looking forward to compiling in windows using the makefile. However, I got a long list of error below. I checked with the author, and the app has no problem in Linux.