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:subject:date:message-id:references :in-reply-to:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=a47jiovUDUXTFtzj ryBxT/cQ7aaXn87Hg3EzXGsUNDSYadBfeBp/vNbxu/mCjosTXqtoIchdorQUkGjO VqzfhY+A5lOaFsnhNHbukkhmQgIykTvkNFHh1mOCKvtNJMJy6x3j5icDXmLetmfr GIWrjW9gZzqKTvhn5PZg2aK/v58= 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:subject:date:message-id:references :in-reply-to:mime-version:content-type :content-transfer-encoding; s=default; bh=R7aUQ5CtdqDOikyaqZYyI/ ANS4g=; b=oPGjsIU8a4MVf6M+B2/7HDqtT1HgOXtCWec6bqOY6IFTFJPDVJpFXn kIxjagRrG2o1RsyGrDOJOxeaowP4KsXYgz/D2feIz1smDg4cYlB6UdcWyyBkohCE gbULByV2D2WIpbTFs2MC4NKISegyQeJV99S5MlCFrtvGMRR1MUVx0= 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-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.1 spammy=jumped, H*c:alternative, password, H*c:HHH X-HELO: EUR01-DB5-obe.outbound.protection.outlook.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outlook.com; s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=ni9zF1rzHuMNNBfsVMKmknt3cO38f1vihIGfCTV9MKE=; b=q4R7huXlThvED66evprtSfBzkTkgZ18hfHz2d2B9yx/iX4G6ofx/stmBbLfBuWsd0vmfhy4b6oODDurBhhTVuemmv0ebyMoF4L3eiYiRRsb1/d7oX8EgZFcif3UHNUt/t/HhyrjpNr72M8p+G1KcChYK8RWfYGCQAOeQ7LPlC0WZOHg11X7/fixTgtcT9vxf7jPmVF939+oRkp+8zgNFyiX2S5cFMqKY/hEK4udJ7k/mes4+8hGfCoHnkdmxLPRvcgtY+0CaXTmIFOgxJeHr89P3261ni2e7g/bd39aoT5QVj6QgxgyZxspEsP9tQfNsOFzQHgy0KYHaspKzctiXDA== From: Jose Isaias Cabrera To: "cygwin AT cygwin DOT com" , "Brian DOT Inglis AT SystematicSw DOT ab DOT ca" Subject: Re: Building Bedrockdb in cygwin Date: Tue, 14 May 2019 17:11:02 +0000 Message-ID: References: <2B56GKHZ DOT RA34LFTQ DOT YAKAGWCC AT ZSAAQYFV DOT QHFNCGMV DOT ICZDFG7V> <054f8269-d9d8-290a-9b60-0139ce33f4a0 AT SystematicSw DOT ab DOT ca> ,, In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-IsSubscribed: yes Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id x4EHBGQq025148 So, finally, I was able to to through the git problem: I needed to set the correct proxy syntax, here it is in case someone ever gets a git out of memory error: git config --global http.proxy http://proxyuser:proxypwd AT proxy DOT server DOT com:8080 and change proxyuser to your proxy user change proxypwd to your proxy password change proxy.server.com to the URL of your proxy server change 8080 to the proxy port configured on your proxy server However, having jumped that huddle, I encountered a new one, which is probably easier to deal with. The make command does a lot of work, but once it's going to start compiling, I get, [good stuff clipped] CC util/pem2der.c CC util/strerror.c CC x509/cert_app.c CC x509/crl_app.c CC x509/cert_req.c CC x509/cert_write.c CC x509/req_app.c make[2]: Leaving directory '/home/e608313/Bedrock/mbedtls/programs' make[1]: Leaving directory '/home/e608313/Bedrock/mbedtls' g++-6 -g -std=c++14 -fpic -O2 -Wall -Werror -Wformat-security -DGIT_REVISION=ce62c88 -I/home/e608313/Bedrock -I/home/e608313/Bedrock/mbedtls/include -MMD -MF libstuff/libstuff.d -MT libstuff/libstuff.h.gch -c libstuff/libstuff.h make: g++-6: Command not found make: *** No rule to make target 'libstuff/libstuff.d', needed by '.build/libstuff/libstuff.d'. Stop. So, it appears that I need something called g++-6. I have both gcc and g++ $ ls /usr/bin/g++* /usr/bin/g++.exe* So, the question is, what is g++-6, and how to I get it? I tried to find it with cygwin's setup, but it's not on the distro. I tried to duckduckgo it, but I didn't get anything useful. Thoughts? Thanks josé -- 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