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:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=mdL jHwr14++rr4FwagoNCOTUM1eadkzt3l01koa4ESHkI9F1G65QxjQjIVhW75D6Ke1 Lsbx/+sT9F/9UUG4FLKlFn2+3sNeobCFEbgym93oMn4BwsndChhgWdKpZAxl9F8u 6xuq2LQ7JKtyuydGVNnvdTIXRL2eVszf3Od0fA4k= 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:mime-version :content-type:content-transfer-encoding; s=default; bh=X+mIkH62u V7LRh8GaQtuyBPtmDE=; b=ye6k0J2YmtIsdZ3hdrdvenxfaG0IAvD51GaeV1hHa U27PgQGqm3EyO/UXfoZJEdaB5mqSQLvJ6OibANhc40kfzHI/cYYCd8M4ZPiGV7Qy 0Bws0DrwiKsflqFMyCg7sq2II7zeXZg3XB/KGTrieQEuAWzI1nF9nLGEHwvbW0jc aw= 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=1.2 required=5.0 tests=AWL,BAYES_50,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 X-HELO: nm19-vm3.access.bullet.mail.gq1.yahoo.com X-Yahoo-SMTP: 0z5TJLmswBDohOc2QznCIeoaEiEalQiTSMLFNdKdTt4t X-Rocket-Received: from HPDV7TNotebook (aschwarz1309 AT 64 DOT 134 DOT 227 DOT 141 with plain [67.195.15.5]) by smtp112.sbc.mail.gq1.yahoo.com with SMTP; 17 Jun 2014 14:33:51 -0700 PDT From: "Arthur Schwarz" To: Subject: Re: Question on gcc install Date: Tue, 17 Jun 2014 14:33:49 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi Larry; I think I mislead you. Netbeans is quite comfortable with cygwin, and I believe demands it in a Windows environment. What Netbeans requires is the exact oath to use for gcc, g++, gfortran, the assembler, make file, gdb, and qmake (optional). The make file path and gdb are invariant. The other executables must be provided (except for the unadornded gcc, g++, gfortran, and as). The issue of "what's going on" first came up because gcc -m32 did not work for any compiler. In talking with Marc Glisse @ gcc.gnu.org, he had some questions on c++config.h. In finding the path to and looking at this file I became confused as to the directories available, their use and their association with the executables and gcc versions. Given the latest (16 Jun) release I am further confused. At the present time /bin/gcc.exe, etc., works. /bin/*mingw*.exe either compiles but does not link, or does not compile - which seems to be a header issue. gcc -m32 does not work which may be a gcc.gnu issue. If there is a resource document that I can look at to find the meaning of life, could you tell me where to find it? I have downloaded the gcc.gnu.org document set for vrs. 4.8.3, Is this sufficient? Thanks art -- 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