------- Comment #11 from dannysmith at users dot sourceforge dot net  
2008-06-04 08:22 -------
This fixes for me on Vista host.  Can someone confirm?

config/ChangeLog

        PR35916
        * mh-mingw (CFLAGS): Add -D__USE_MINGW_ACCESS.


Index: config/mh-mingw
===================================================================
--- config/mh-mingw     (revision 136350)
+++ config/mh-mingw     (working copy)
@@ -1,3 +1,4 @@
 # Add -D__USE_MINGW_ACCESS to enable the built compiler to work on Windows
 # Vista (see PR33281 for details).
 BOOT_CFLAGS += -D__USE_MINGW_ACCESS
+CFLAGS += -D__USE_MINGW_ACCESS


-- 

dannysmith at users dot sourceforge dot net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |dannysmith at users dot
                   |dot org                     |sourceforge dot net
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2008-06-03 04:31:48         |2008-06-04 08:22:20
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35916

Reply via email to