Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Reply-To: From: "Pankaj K Garg" To: Subject: Configure error Date: Mon, 13 Oct 2003 10:44:05 -0700 Message-ID: <000201c391b1$9c3517f0$37fea8c0@nsr.hp.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Importance: Normal I recently downloaded Cygwin from cygwin.com, and everything seems to be working fine. Now when I try to compile any software using configure/make routine, I keep getting the following error: configure: error: installation or configuration problem: C++ compiler cannot create executables. Digging into config.log, I see that its choking at the following point: configure:795: checking whether the C++ compiler (c++ ) works configure:811: c++ -o conftest conftest.C 1>&5 /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/libgcc.a(w32-shared-ptr.o)(.text+0x189): undefined reference to `_pthread_atfork' collect2: ld returned 1 exit status configure: failed program was: #line 806 "configure" #include "confdefs.h" int main(){return(0);} Can anyone tell me what I'm doing wrong? Would appreciate any help as I'm stuck at this point for a while. Pankaj --- Pankaj K Garg gargp AT acm DOT org 1684 Nightingale Avenue 408-373-4027 Sunnyvale, CA 94304 http://home.earthlink.net/~gargp -- 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/