From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17066 invoked by alias); 20 Jun 2014 14:37:33 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 17057 invoked by uid 89); 20 Jun 2014 14:37:32 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.6 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: nm15-vm9.access.bullet.mail.gq1.yahoo.com Received: from nm15-vm9.access.bullet.mail.gq1.yahoo.com (HELO nm15-vm9.access.bullet.mail.gq1.yahoo.com) (216.39.63.253) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 20 Jun 2014 14:37:19 +0000 Received: from [216.39.60.175] by nm15.access.bullet.mail.gq1.yahoo.com with NNFMP; 20 Jun 2014 14:37:17 -0000 Received: from [98.138.226.244] by tm11.access.bullet.mail.gq1.yahoo.com with NNFMP; 20 Jun 2014 14:37:17 -0000 Received: from [127.0.0.1] by smtp115.sbc.mail.ne1.yahoo.com with NNFMP; 20 Jun 2014 14:37:17 -0000 X-Yahoo-SMTP: 0z5TJLmswBDohOc2QznCIeoaEiEalQiTSMLFNdKdTt4t X-Rocket-Received: from 2600kPC (aschwarz1309@75.22.33.254 with plain [98.138.84.52]) by smtp115.sbc.mail.ne1.yahoo.com with SMTP; 20 Jun 2014 14:37:17 +0000 UTC From: "Arthur Schwarz" To: "'Arthur Schwarz'" , Cc: <10walls@gmail.com> References: <9D11C0FA97F94A69A68A45B7A449C70F@HPDV7TNotebook> In-Reply-To: <9D11C0FA97F94A69A68A45B7A449C70F@HPDV7TNotebook> Subject: RE: Question on gcc install Date: Fri, 20 Jun 2014 14:37:00 -0000 Message-ID: <2E98DFC6544A4D3580A80B89062DFAAF@2600kPC> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-SW-Source: 2014-06/txt/msg00325.txt.bz2 > 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. > Can you at least be specific about the errors? It is rather frustrating reading your emails, being so vague about and all. Are you mixing Cygwin and mingw code? Sorry. I was remiss. Execution fails on all of the mingw compilers with the same error message. All compilations use the same command line options. > i686-pc-mingw32-g++ -Wall -Wno-reorder -Wno-unused-value -DYYDEBUG=1 -DDEBUG_IO -c -g -MMD -MP -MF > slip.exe /E/home/skidmarks/Projects/SLIP/slip/dist/Debug/mingw-Windows/slip.exe: error while loading shared libraries: libstdc++-6.dll: cannot open shared object file: No such file or directory RUN FAILED (exit value 127, total time: 15ms) After execution I ran the following find on /usr. > find /usr/i686-pc-cygwin /usr/i686-pc-mingw32 /usr/i686-w64-mingw32 /usr/x86_64-w64-mingw32 -iname 'libstdc++-6.dll' i686-pc-mingw32/sys-root/mingw/bin/libstdc++-6.dll i686-w64-mingw32/sys-root/mingw/bin/libstdc++-6.dll x86_64-w64-mingw32/sys-root/mingw/bin/libstdc++-6.dll /usr/i686-pc-cygwin apparently does not use this dll and the generated mingw executables can not find it. Can anything be done about this - I refrain from 'guessing', 'inferring', or 'assuming (causality)'. -- 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