X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=P/IZbu8mMHDna4VYSE360FdpWJbUa HFslwiCycIP7YsBJ4WLo5wpVzWSoRgO82QYgzamVLATjAlyjxWr/bQl6PuVwYxqw bNJhRx6hGeKi5kZBa1t3mVUCd6bWk7/KJcY1tpGG6k1NNXj3OzVGMw4PBgvUkGJ0 wuobpz0vcDGv9I= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=ALgNnwld5hZl4Y1ztRW+jlJMaqY=; b=fug kQS1ekqy5y8dwEHvE3T0dSVEEFh9YgXdDPTY77kReRpT0nFSHL4Wru2VMYMP+fxB j+BHhWbQqRTPlw+Pu4RkHFRboD7cM9PnZ4TOSpmnKYiC5BJ1n0htj5osyep0XIN6 /hUd+h+hiEGtpVkLG/zE4cxTHsg8LJHK0mZcXtJo= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-la0-f44.google.com X-Received: by 10.112.141.104 with SMTP id rn8mr7297157lbb.87.1414093043701; Thu, 23 Oct 2014 12:37:23 -0700 (PDT) MIME-Version: 1.0 From: Vineet Gupta Date: Fri, 24 Oct 2014 01:06:43 +0530 Message-ID: Subject: mingw32 - libtool - compiling error To: cygwin Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes Today I have update my Cygwin and thus it started giving error at the end of compiling. Using Compiler Mingw32 Libtool for cross platform compiling In function 'main': xxx.c:315:3: warning: implicit declaration of function '_spawnv' [-Wimplicit-function-declaration] rval = _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz); ^ xxx.c:315:19: error: '_P_WAIT' undeclared (first use in this function) rval = _spawnv (_P_WAIT, lt_argv_zero, (const char * const *) newargz); ^ xxx.c:315:19: note: each undeclared identifier is reported only once for each function it appears in I have also tried to find solution on Internet but didn't find any thing as earlier solution was provided to use -mno-cygwin which is now disabled. Regards, Vineet Gupta -- 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