On Fri, Jun 8, 2012 at 3:52 AM, Jim Michaels <jmich...@yahoo.com> wrote: > it looks to be the fact that *this* gcc expects an argument on -V while the > one on linux does not (?). > interesting. there are a LOT of things I would like to compile, but I can't > because of this bug. > > ----------config.log-------- > > This file contains any messages produced by compilers while > running configure, to aid debugging if configure makes a mistake. > > It was created by configure, which was > generated by GNU Autoconf 2.59. Invocation command line was > > $ ./configure > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = jim-13l5nom9i4u > uname -m = i686 > uname -r = 1.0.17(0.48/3/2) > uname -s = MINGW32_NT-5.1 > uname -v = 2011-04-24 23:39 > > /usr/bin/uname -p = unknown > /bin/uname -X = unknown > > /bin/arch = unknown > /usr/bin/arch -k = unknown > /usr/convex/getsysinfo = unknown > hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: . > PATH: /usr/local/bin > PATH: /mingw/bin > PATH: /bin > PATH: /c/gnuwin32/GetGnuWin32/bin > PATH: /c/gnuwin32/GetGnuWin32/gnuwin32/sbin > PATH: /c/gnuwin32/GetGnuWin32/gnuwin32/bin > PATH: /c/Perl/site/bin > PATH: /c/Perl/bin > PATH: /c/WINDOWS/system32 > PATH: /c/WINDOWS > PATH: /c/WINDOWS/system32/WBEM > PATH: /c/PHP-5.4.0 > PATH: /c/u > PATH: /c/x > PATH: /c/program files/7-zip > PATH: /c/bin > PATH: /c/Program Files/Csound/bin > PATH: /c/Program Files/Common Files/Roxio Shared/9.0/DLLShared/ > PATH: /c/Program Files/CMake 2.8/bin > PATH: /c/Program Files/Common Files/HP/Digital Imaging/bin > PATH: /c/Program Files/HP/Digital Imaging/bin/ > PATH: /c/Program Files/HP/Digital Imaging/bin/Qt/Qt 4.3.3 > PATH: /c/Program Files/WinMerge > PATH: /c/Program Files/Java/jdk1.6.0_26/bin > PATH: /c/Program Files/Common Files/Ulead Systems/MPEG > PATH: /c/Program Files/Microsoft SQL Server/100/Tools/Binn/ > PATH: /c/Program Files/Microsoft SQL Server/100/DTS/Binn/ > PATH: /c/Program Files/Common Files/Intuit/QBPOSSDKRuntime > PATH: /c/Program Files/Microsoft Visual Studio 10.0/VC/bin > PATH: /c/Program Files/Microsoft Visual Studio 10.0/Common7/Tools/1033 > PATH: /c/Program Files/Microsoft Visual Studio 10.0/Common7/Tools > PATH: /c/Program Files/Microsoft Visual Studio 10.0/Common7/Tools/VDT > PATH: /c/Program Files/Microsoft Visual Studio 10.0/Common7/Tools/VDT/1033 > PATH: /c/Program Files/Microsoft Visual Studio > 10.0/Common7/Tools/ProjectComponents > PATH: /c/Program Files/Microsoft Visual Studio 10.0/Common7/IDE > PATH: /c/Program Files/Microsoft Visual Studio 10.0/Common7/IDE/1033 > PATH: /c/Program Files/Microsoft Visual Studio 10.0/Common7/Packages > PATH: /c/Program Files/Microsoft Visual Studio 10.0/Common7/Packages/1033 > PATH: /c/Program Files/Opera > PATH: /c/Program Files/QuickTime/QTSystem/ > PATH: /c/Program Files/OpenAxiom/bin > PATH: /c/Program Files/Notepad++/ > PATH: /c/tsepro
You should think to trim your PATH to a minimal set by exporting what you need from ~/.profile file. > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1340: checking for gcc > configure:1356: found /c/Program Files/OpenAxiom/bin/gcc What GCC is this? And paths with spaces is an issue that will cause you much grief. > configure:1366: result: gcc > configure:1610: checking for C compiler version > configure:1613: gcc --version </dev/null >&5 > gcc.exe (GCC) 3.4.5 (mingw special) Ah, I see, an old MinGW version. > Copyright (C) 2004 Free Software Foundation, Inc. > This is free software; see the source for copying conditions. There is NO > warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. > > configure:1616: $? = 0 > configure:1618: gcc -v </dev/null >&5 > Using built-in specs. > Configured with: ../gcc-3.4.5/configure --with-gcc --with-gnu-ld > --with-gnu-as --host=mingw32 --target=mingw32 --prefix=/mingw > --enable-threads --disable-nls --enable-languages=c,c++,f77,ada,objc,java > --disable-win32-registry --disable-shared --enable-sjlj-exceptions > --enable-libgcj --disable-java-awt --without-x --enable-java-gc=boehm > --disable-libgcj-debug --enable-interpreter --enable-hash-synchronization > --enable-libstdcxx-debug > Thread model: win32 > gcc version 3.4.5 (mingw special) > configure:1621: $? = 0 > configure:1623: gcc -V </dev/null >&5 > gcc.exe: `-V' option must have argument > configure:1626: $? = 1 > configure:1649: checking for C compiler default output file name > configure:1652: gcc conftest.c >&5 > \mingw\lib\gcc\mingw32\..\..\..\mingw32\bin\ld.exe: cannot find crtbegin.o: > No such file or directory > \mingw\lib\gcc\mingw32\..\..\..\mingw32\bin\ld.exe: cannot find -lgcc > \mingw\lib\gcc\mingw32\..\..\..\mingw32\bin\ld.exe: cannot find -lgcc > \mingw\lib\gcc\mingw32\..\..\..\mingw32\bin\ld.exe: cannot find crtend.o: No > such file or directory As others have mentioned your installation is foul. Perhaps all you need to do is adjust your PATH variable to point to a correctly installed GCC. -- Earnie -- https://sites.google.com/site/earnieboyd ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public