Thread: trying to get MinGW

  1. #16
    Registered User
    Join Date
    Apr 2010
    Location
    Vancouver
    Posts
    132
    I always get "warning: auto-importing has been activated without --enable-auto-import specified on the command line.
    This should work unless it involves constant data structures referencing symbols from auto-imported DLLs." how do I fix or hide this message?

  2. #17
    Lurking whiteflags's Avatar
    Join Date
    Apr 2006
    Location
    United States
    Posts
    9,612
    You could make the switch part of your gcc argument list.

  3. #18
    Registered User
    Join Date
    Apr 2010
    Location
    Vancouver
    Posts
    132
    Sorry, so I don't even understand what it means by auto-importing? If I type in --enable-auto-import it gives me an error
    Last edited by c_weed; 09-17-2010 at 05:09 PM.

  4. #19
    Registered User
    Join Date
    Apr 2010
    Location
    Vancouver
    Posts
    132

    Talking

    Thanks for the replies

  5. #20
    Nasal Demon Xupicor's Avatar
    Join Date
    Sep 2010
    Location
    Poland
    Posts
    179
    It was an issue with some version of MinGW - why not use this simple installer with fresh version of gcc, g++ and library files, also including Boost library.
    MinGW Distro - nuwen.net

    This does not however include gdb, which you would have to "install" by yourself - downloading it from MinGW sourceforge page: File Manager - SourceForge Downloads
    then downloading needed dependencies (I think it was libexpat: File Manager - SourceForge Downloads - well, you'll get an error message when running gdb so you'll know what to download )

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. MinGW causing problems with sprintf()
    By sedavidw in forum C Programming
    Replies: 6
    Last Post: 01-14-2010, 05:37 AM
  2. Mingw and elcipse HELP
    By Rob4226 in forum Windows Programming
    Replies: 1
    Last Post: 03-04-2008, 01:35 AM
  3. MinGW thread-safe runtime libraries
    By Mario F. in forum C++ Programming
    Replies: 3
    Last Post: 08-21-2006, 08:15 AM
  4. Free compiler for commercial development? (mingw?)
    By kook44 in forum Windows Programming
    Replies: 8
    Last Post: 01-07-2006, 09:32 AM
  5. compiling mingw to enable timeSetEvent
    By underthesun in forum Windows Programming
    Replies: 2
    Last Post: 02-02-2005, 06:00 PM