delorie.com/archives/browse.cgi | search |
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:references:message-id:date:from:reply-to | |
:subject:to:in-reply-to:mime-version:content-type | |
:content-transfer-encoding; q=dns; s=default; b=w95xZzY3U10ymyPY | |
glhHPEq7vqZ5MpwerwdKtUf2kLjQhxr+dMr/ftofeY6gFbO+AyCgX1OztZ2/8zcL | |
WCIudBeW8PFkDyY3Bb0oNX1l/nLoHRiTyb9eitI3SX04Mi9Kt8BGgj44WzRxU4SO | |
7tUjvc/EzTaumW8X1jGcIhKTvUQ= | |
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:references:message-id:date:from:reply-to | |
:subject:to:in-reply-to:mime-version:content-type | |
:content-transfer-encoding; s=default; bh=/kI7FrhB0x2jiiQ1Nf4Gmd | |
iJebI=; b=Kxf1pSYcf0fd+aonlwYpLOQWki58eVnPoBLfDvuBIRmY/hlZl3YCdg | |
LHfxYFLpEIR/4V43XpmBmOGYy4GBNaygEprg08xTvxed5VD+Iq/56eS56UROjCVt | |
6599a6aU+PJJ+l+br6qj8q42ZeiRp5UAWNmTM9fIvGjVAtGaMWTNw= | |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
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.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 |
X-HELO: | nm11-vm3.access.bullet.mail.gq1.yahoo.com |
References: | <bug-58799-23798 AT http DOT gcc DOT gnu DOT org/bugzilla/> <bug-58799-23798-jpgPVpVU2B AT http DOT gcc DOT gnu DOT org/bugzilla/> <1382135640 DOT 94420 DOT YahooMailNeo AT web181306 DOT mail DOT ne1 DOT yahoo DOT com> |
Message-ID: | <1382135893.8524.YahooMailNeo@web181304.mail.ne1.yahoo.com> |
Date: | Fri, 18 Oct 2013 15:38:13 -0700 (PDT) |
From: | Arthur Schwarz <aschwarz1309 AT att DOT net> |
Reply-To: | Arthur Schwarz <aschwarz1309 AT att DOT net> |
Subject: | g++ -m32 option causes an error |
To: | "cygwin AT cygwin DOT com" <cygwin AT cygwin DOT com> |
In-Reply-To: | <1382135640.94420.YahooMailNeo@web181306.mail.ne1.yahoo.com> |
MIME-Version: | 1.0 |
X-MIME-Autoconverted: | from quoted-printable to 8bit by delorie.com id r9IMcT9i010810 |
The following e-mails show the nature of the error. The claim by the gcc developers is that g++ (GCC) 4.8.1 was not built correctly. No error occurs during compilation with i686-pc-mingw32-g++ (GCC) 4.7.3. Of course I can't load or execute because of: /c/home/skidmarks/Projects/SLIP/slip/dist/Debug/MinGW64-Windows/slip.exe: error while loading shared libraries: ?: cannot open shared object file: No such file or directory If this is not a cygwin issue (but is an issue) I will redirect the e-mail. art ----- Forwarded Message ----- From: pinskia at gcc dot gnu.org <gcc-bugzilla AT gcc DOT gnu DOT org> Subject: [Bug target/58799] -mx32 causes a fatal internal error during a Netbeans compile http://gcc.gnu.org/bugzilla/show_bug.cgi?id=58799 --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to aschwarz1309 from comment #2) > -m32 generates the following error. The output is copied from the Netbeans > IDE output window. That means the compiler you have installed does not have the multi-lib'ed support for 32bits. Please report that bug to where you got GCC. -- You are receiving this mail because: You reported the bug.     * Arthur Schwarz      * To     * pinskia at gcc dot gnu.org    -m32 generates the following error. The output is copied from the Netbeans IDE output window. g++ -w -m32  -c -g -MMD -MP -MF build/Debug/Cygwin-Windows/SlipCellBase.o.d -o build/Debug/Cygwin-Windows/SlipCellBase.o SlipCellBase.cpp In file included from /usr/lib/gcc/x86_64-pc-cygwin/4.8.1/include/c++/bits/stl_algo.h:59:0,                 from /usr/lib/gcc/x86_64-pc-cygwin/4.8.1/include/c++/algorithm:62,                 from SlipCellBase.cpp:12: /usr/lib/gcc/x86_64-pc-cygwin/4.8.1/include/c++/cstdlib:178:10: error: expected unqualified-id before ‘__int128’   inline __int128          ^ nbproject/Makefile-Debug.mk:118: recipe for target `build/Debug/Cygwin-Windows/SlipCellBase.o' failed -- 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |