Actions
Bug #13394
closedMinGW x86_64-w64-mingw32-gcc.exe command line options -
    Bug #13394:
    MinGW x86_64-w64-mingw32-gcc.exe command line options - 
  
Status:
Rejected
Assignee:
-
Target version:
-
ruby -v:
ruby 2.5.0dev (2017-03-30 trunk 58221) [x64-mingw32]
Description
In my config.log file, I'm finding a few errors like:
x86_64-w64-mingw32-gcc.exe: error: unrecognized command line option '-V'
x86_64-w64-mingw32-gcc.exe: error: unrecognized command line option '-qversion'; did you mean '--version'?
It shows a prompt for --version, but another entry seems to show -v is accepted.
I don't know if this is a problem, or just setup testing...
        
           Updated by MSP-Greg (Greg L) over 8 years ago
          Updated by MSP-Greg (Greg L) over 8 years ago
          
          
        
        
      
      Never mind. Setup testing
configure.in:533
for option in --version -v -V -qversion; do
        
           Updated by nobu (Nobuyoshi Nakada) over 8 years ago
          Updated by nobu (Nobuyoshi Nakada) over 8 years ago
          
          
        
        
      
      - Status changed from Open to Rejected
Actions