www.delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Message-ID: | <80575AFA5F0DD31197CE00805F650D767B20FB@wilber.adroit.com> |
From: | "Robinow, David" <drobinow AT dayton DOT adroit DOT com> |
To: | cygwin AT cygwin DOT com |
Subject: | RE: gcc -mno-cygwin creates cygwin executables! |
Date: | Wed, 12 Dec 2001 17:00:55 -0500 |
MIME-Version: | 1.0 |
X-Mailer: | Internet Mail Service (5.5.2650.21) |
I must say I'm baffled by this whole thread (NPI) Why are you using such a lame program. Just add #include <pthread.h> to zz.c and everything should work as intended, no? If you don't do that it seems you get what you deserve. Am I missing something? -----Original Message----- From: Teun Burgers [mailto:a DOT rburgers AT freeler DOT nl] Sent: Wednesday, December 12, 2001 2:51 PM To: cygwin AT cygwin DOT com Cc: Robert Collins Subject: Re: gcc -mno-cygwin creates cygwin executables! To sum up this thread: consider the following program: main () { pthread_create(); } gcc -mno-cygwin -o zz.exe zz.c -lpthread will compile and build. A cygcheck on zz.exe reveals that libcygwin.a is linked in. The problem with this is that a configure script with CC='gcc -mno-cygwin' will incorrectly find that libpthread.a is available with AC_SEARCH_LIBS(pthread_create, -lpthread) -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |