X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 	tests=AWL,BAYES_00,SPF_PASS
X-Spam-Check-By: sourceware.org
Message-ID: <4B1D68ED.8090501@gmail.com>
Date: Mon, 07 Dec 2009 20:43:25 +0000
From: Dave Korn <dave.korn.cygwin@googlemail.com>
User-Agent: Thunderbird 2.0.0.17 (Windows/20080914)
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: Re: Help with errors while compiling
References: <26683356.post@talk.nabble.com>
In-Reply-To: <26683356.post@talk.nabble.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Afflictedd2 wrote:

> I'm trying to build a simple program using pthreads, but I get the following
> errors, why?

> g++ -c   -g -o "Debug/Pthreads.o" -I/Cygwin/usr/include  Pthreads.cpp
                                   ^^^^^^^^^^^^^^^^^^^^^^

  Don't do that, for a start.  The compiler knows about all the system's
default include directories already, and has them in a carefully-placed search
order.  If you're lucky, it will just ignore that -I option; if you're unlucky
it might be messing things up.

  If that doesn't fix it you'll need to try and show us a small simple
testcase; sounds like whatever it is, we'd just need the first ten lines of
your Pthreads.cpp file (up to the #include that prompts the first errors) in
order to try and reproduce it.

    cheers,
      DaveK

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

