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:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; q=dns; s= default; b=R+dSgK4wxBs0aC3JtxYw+UEColoXttFAN+1qBkgkdOIRw/H7YtpYN jzcCgs2XWi+eoyYZdyhI567p0kr7Pp/WLU4yFIxxumkSO4DxQdKmDNLmhWOGwEAJ ScRJJ4M5WCDW2mIOy6+7EY4W2qIiDttUMThBLRcaIscueFM29LAsW4= 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:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding; s=default; bh=lpT8e6xiHBq/6TZ2BQT2hN5QSgQ=; b=G9K4SjkRY/nxQdUXKmYtEC4108ot 9mWP3nCKa51Vi8a8gbWWcePi7/EAjvHEQCEu5+9xo30Q+04OU3UdlvvP2giWQa/J 3HD6Nb3IlY3qxp9qhbbGALgbty93peesXKDG5z81U4zHn2Uq6zjX7wDscjT4Lqqw TIrWMVzdb5ZyOLI= 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.8 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 spammy=luck!, H*M:post, Hx-languages-length:2745, H*F:U*mark X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Mark Geisert Subject: Re: Cygwin 1.7-58 with windows 2008 Date: Fri, 11 Mar 2016 06:38:08 +0000 (UTC) Lines: 58 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes Rashi Singhal writes: > Hello. > > Please help me in resolving below compilation error: > I am compiling Cygwin 1.7.0.58 > > make[5]: Leaving directory > `/cygwin-1.7.0-58/i686-pc-cygwin/winsup/w32api/lib/directx' > make[4]: Leaving directory `/cygwin-1.7.0-58/i686-pc- cygwin/winsup/w32api/lib' > make[3]: Leaving directory `/cygwin-1.7.0-58/i686-pc- cygwin/winsup/w32api' > make[3]: Entering directory `/cygwin-1.7.0-58/i686-pc- cygwin/winsup/cygwin' > g++ -L/cygdrive/c/cygwin/cygwin-1.7.0-58/i686-pc-cygwin/winsup > -L/cygdrive/c/cygwin/cygwin-1.7.0-58/i686-pc-cygwin/winsup/cygwin > -L/cygdrive/c/cygwin/cygwin-1.7.0-58/i686-pc-cygwin/winsup/w32api/lib > -isystem /cygdrive/c/cygwin/cygwin-1.7.0-58/winsup/include -isystem > /cygdrive/c/cygwin/cygwin-1.7.0-58/winsup/cygwin/include -isystem > /cygdrive/c/cygwin/cygwin-1.7.0-58/winsup/w32api/include > -B/cygdrive/c/cygwin/cygwin-1.7.0-58/i686-pc-cygwin/newlib/ -isystem > /cygdrive/c/cygwin/cygwin-1.7.0-58/i686-pc-cygwin/newlib/targ-include > -isystem /cygdrive/c/cygwin/cygwin-1.7.0-58/newlib/libc/include -c > -DHAVE_CONFIG_H -g -O2 -MMD -Werror -fmerge-constants -ftracer > -Wall -Wstrict-aliasing -Wwrite-strings -fno-common -pipe -fbuiltin > -fmessage-length=0 -I. > -I/cygdrive/c/cygwin/cygwin-1.7.0-58/winsup/cygwin > -I/cygdrive/c/cygwin/cygwin-1.7.0-58/winsup/w32api/include > -I../../.././winsup/cygwin/config/i386 > -I/usr/lib/gcc/i686-pc-cygwin/3.4.4/include -fno-rtti -fno-exceptions > -o ./_cygwin_crt0_common.o > ../../.././winsup/cygwin/lib/_cygwin_crt0_common.cc > > make[3]: *** [_cygwin_crt0_common.o] Error 127 > make[3]: Leaving directory `/cygwin-1.7.0-58/i686-pc- cygwin/winsup/cygwin' > make[2]: *** [cygwin] Error 1 > make[2]: Leaving directory `/cygwin-1.7.0-58/i686-pc-cygwin/winsup' > make[1]: *** [all-target-winsup] Error 2 > make[1]: Leaving directory `/cygwin-1.7.0-58' > make: *** [all] Error 2 > > Please give some clue what could be missing I don't know the answer to your question. But it appears you might be building in the same directory that holds the Cygwin source. That won't work. You should be following the recipe in the FAQ, located here... https://cygwin.com/faq.html#faq.programming.building-cygwin Note that the list of required build tools shown there may be a little different for such an old release, so beware. But the main point is to set up a build directory like /oss, with subdirectories /oss/build, /oss/install, and /oss/src. What I tend to do is define a symbolic link /oss/src that points at the directory containing the Cygwin source tree, /cygdrive/c/cygwin/cygwin-1.7.0-58 in your case. Then cd to /oss/build and run configure and make like the FAQ entry describes. Good luck! ..mark -- 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