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:from:to:references:in-reply-to:subject:date :message-id:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=eH+wiGrJpa6c1UpvMdnn0914VTe5XQPYra/kaZzU+2b f1+qDJzps5X0XdBusimvlHEedNb8FFYbKdkanlfcdB5oCFE7iyrPKqlj5oXa2F/d PV4/8o7+3IOcxp6OjE71tphRTqb3wjw3b32JDQ3zJPIJN4bal0Cu0vPv04ZnnH9A = 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:from:to:references:in-reply-to:subject:date :message-id:mime-version:content-type:content-transfer-encoding; s=default; bh=KlHjFQAUO3wau5fd5AdhAbKPfos=; b=RWo5KwVPc6iqbFFFY DbsYDFExp+l/GoLrDZljCYRCWGIDjdAhyhowG8qDEylyxDekoHAIn122Ma2Ric+l +tomxbasxqwSV7G2yAr2enzL+QTYeWz90eiUSKZPRaamQFSFVut0gowv0/9kVnFb RrZLNrkSIohIA5Edj/GgRH+LG8= 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 X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,EXECUTABLE_URI,KHOP_THREADED,RCVD_VIA_APNIC,RP_MATCHES_RCVD,SPF_HELO_PASS,TW_YG autolearn=no version=3.3.1 From: Fedin Pavel

To: cygwin AT cygwin DOT com References: <000701ce52cd$4276d360$c7647a20$%fedin AT samsung DOT com> In-reply-to: Subject: RE: 64-bit toolchain questions Date: Fri, 17 May 2013 14:06:16 +0400 Message-id: <001001ce52e6$2c24ad80$846e0880$%fedin@samsung.com> MIME-version: 1.0 Content-type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id r4HA6W5J017079 Hello! > You need a 64-bit Cygwin install to run it in. Well, actually just the > 64-bit cygwin1.dll in case of "Hello World". Unfortunately you don't > get an error message in case of a missing DLL. > > ftp://cygwin.com/pub/cygwin/64bit/setup64.exe > > (Warning: this is still very much in beta.) Wow, cool! At last! Installed and tested it. I believe i should be able to at least run C compiler in this environment. And take one small bug report. :) I wanted to port my spawn patch for 'make' and noticed that make is a cygport now. However looks like cygport is buggy a bit. 'cygport make prep' ends up in: --- cut --- *** ERROR: SRC_DIR is not correctly defined --- cut --- I'm not really familiar with cygport, however after studyin --debug output i managed to work around it by adding 'SRC_DIR=" make-3.82.90"' to make.cygport. For some reason cygport seems to ignore VERSION and tries to extract $PV from .cygport file's name. Perhaps renaming it to 'make-3.82.90.cygport' would also work, i have not tested. And also, for some reason, supplied patch was not applied automatically. I had to do it manually after 'prep'. Kind regards. -- 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