X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-2.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW,SARE_HEAD_DATE39 X-Spam-Check-By: sourceware.org Date: Thu, 26 Mar 2009 12:02:43 -0500 (GMT+5) From: Dana To: cygwin AT cygwin DOT com Subject: Re: problem with pthread.h In-Reply-To: Message-ID: References: User-Agent: Alpine 1.10 (LFD 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com I have the same problem with or without -I in the command line. The thing is that I did the command grep "pthread_attr_t" sys/*.h while being in /usr/include, and it came up empty. Furthermore, I had an older version of cygwin from a few months back which had the said type in the file types.h, but which caused the other incompatibilities I mentioned. I updated cygwin only two days ago and the new file types.h that was installed didn't have that type in anymore. I noticed that this problem of missing type is inherent to the MinGW version of the g++ compilers, and that the newest version of cygwin seems to use those tools instead of their own g++. Could you indicate perhaps a mirror site that you know has the correct version having the type? I will try to uninstall cygwin and install it again from scratch. Dana Vrajitoru -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/