From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,aa21646068c11fac X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,CP1252 Path: g2news2.google.com!postnews.google.com!z17g2000vbd.googlegroups.com!not-for-mail From: Harry Tucker Newsgroups: comp.lang.ada Subject: Re: Installing MinGW and testing it out I have a problem. Date: Fri, 21 May 2010 05:19:34 -0700 (PDT) Organization: http://groups.google.com Message-ID: <987ffad0-7b89-4d22-a938-1e2752f13f88@z17g2000vbd.googlegroups.com> References: <5d0323a2-3639-4e4f-88b0-a0c58b41761b@k31g2000vbu.googlegroups.com> <36255937-19fd-4e9b-9b7d-1898d4880eab@e21g2000vbl.googlegroups.com> NNTP-Posting-Host: 68.94.87.223 Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1274444375 29000 127.0.0.1 (21 May 2010 12:19:35 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 21 May 2010 12:19:35 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: z17g2000vbd.googlegroups.com; posting-host=68.94.87.223; posting-account=gm6zjwoAAADRUx8sKB8rAyyVV-bSRk9M User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3,gzip(gfe) Xref: g2news2.google.com comp.lang.ada:11844 Date: 2010-05-21T05:19:34-07:00 List-Id: On May 20, 9:07=A0pm, Yannick Duch=EAne (Hibou57) wrote: > Le Fri, 21 May 2010 02:27:43 +0200, Harry Tucker =A0 > Can you see something meaningful there ? > > --enable-win32-registry is the default option, as far as I remember. You = =A0 > can check if --disable-win32-registry or --enable-win32-registry was give= n =A0 > as a build option, with this command: > gcc -v > with a minus =93v=94. This displays configuration options used to build G= CC. > > If this does not help, will seek for other hypotheses ;) > > -- > There is even better than a pragma Assert: a SPARK --# check. Thanks again. Here are the -v responses from the two programs. Neither is using the registry which is good. I think that I will have to just finish the install of MSYS and disable the WinGW installation for now. COLLECT_GCC=3DC:\MinGW\bin\gcc.exe COLLECT_LTO_WRAPPER=3Dc:/mingw/bin/../libexec/gcc/mingw32/4.5.0/lto- wrapper.exe Target: mingw32 Configured with: ../gcc-4.5.0/configure --enable-languages=3Dc,c+ +,ada,fortran,objc,obj-c++ --disable-sjlj-exception s --with-dwarf2 --enable-shared --enable-libgomp --disable-win32- registry --enable-libstdcxx-debug --enable-versio n-specific-runtime-libs --disable-werror --build=3Dmingw32 --prefix=3D/ mingw Thread model: win32 gcc version 4.5.0 (GCC) and then Target: i686-pc-mingw32 Configured with: /pristina.b/gnatmail/release-gpl/build-pristina/src/ configure --prefix=3D/gnat-prefix --with-build- time-tools=3D/pristina.b/gnatmail/release-gpl/build-pristina/obj --with- gmp=3D/pristina.b/gnatmail/release-gpl/build-p ristina/libmpfr/install --with-mpfr=3D/pristina.b/gnatmail/release-gpl/ build-pristina/libmpfr/install --build=3Di686-p c-mingw32 --enable-languages=3Dc,ada,c++ --disable-nls --without- libiconv-prefix --disable-libada --enable-checking=3D release --enable-threads=3Dwin32 --disable-sjlj-exceptions --with- bugurl=3DURL:mailto:report@adacore.com Thread model: win32 gcc version 4.3.4 20090511 for GNAT GPL 2009 (20090511) (GCC)