Op 8 jun. 2012 09:53 schreef "Jim Michaels" <jmich...@yahoo.com> het
volgende:
>
> 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
>
>
> ## ----------- ##
> ## Core tests. ##
> ## ----------- ##
>
> configure:1340: checking for gcc
> configure:1356: found /c/Program Files/OpenAxiom/bin/gcc
> 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)
> 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
> configure:1655: $? = 1

You're wrong. Your compiler can't find libgcc or the crt. Something is
wrong with your compiler or setup.

Ruben

> configure: failed program was:
> | /* confdefs.h.  */
> |
> | #define PACKAGE_NAME ""
> | #define PACKAGE_TARNAME ""
> | #define PACKAGE_VERSION ""
> | #define PACKAGE_STRING ""
> | #define PACKAGE_BUGREPORT ""
> | /* end confdefs.h.  */
> |
> | int
> | main ()
> | {
> |
> |   ;
> |   return 0;
> | }
> configure:1694: error: C compiler cannot create executables
>
> See `config.log' for more details.
>
> ## ---------------- ##
> ## Cache variables. ##
> ## ---------------- ##
>
> ac_cv_env_CC_set=
> ac_cv_env_CC_value=
> ac_cv_env_CFLAGS_set=
> ac_cv_env_CFLAGS_value=
> ac_cv_env_CPPFLAGS_set=
> ac_cv_env_CPPFLAGS_value=
> ac_cv_env_CPP_set=
> ac_cv_env_CPP_value=
> ac_cv_env_LDFLAGS_set=
> ac_cv_env_LDFLAGS_value=
> ac_cv_env_build_alias_set=
> ac_cv_env_build_alias_value=
> ac_cv_env_host_alias_set=
> ac_cv_env_host_alias_value=
> ac_cv_env_target_alias_set=
> ac_cv_env_target_alias_value=
> ac_cv_prog_ac_ct_CC=gcc
>
> ## ----------------- ##
> ## Output variables. ##
> ## ----------------- ##
>
> APXS=''
> CC='gcc'
> CFLAGS=''
> CPP=''
> CPPFLAGS=''
> DEFS=''
> DST_CLASS=''
> ECHO_C=''
> ECHO_N='-n'
> ECHO_T=''
> EGREP=''
> EXEEXT=''
> LDFLAGS=''
> LIBOBJS=''
> LIBS=''
> LTLIBOBJS=''
> OBJEXT=''
> PACKAGE_BUGREPORT=''
> PACKAGE_NAME=''
> PACKAGE_STRING=''
> PACKAGE_TARNAME=''
> PACKAGE_VERSION=''
> PATH_SEPARATOR=':'
> SET_MAKE=''
> SHELL='/bin/sh'
> ac_ct_CC='gcc'
> bindir='${exec_prefix}/bin'
> build_alias=''
> datadir='${prefix}/share'
> exec_prefix='NONE'
> host_alias=''
> includedir='${prefix}/include'
> infodir='${prefix}/info'
> libdir='${exec_prefix}/lib'
> libexecdir='${exec_prefix}/libexec'
> localstatedir='${prefix}/var'
> mandir='${prefix}/man'
> oldincludedir='/usr/include'
> prefix='NONE'
> program_transform_name='s,x,x,'
> sbindir='${exec_prefix}/sbin'
> sharedstatedir='${prefix}/com'
> sysconfdir='${prefix}/etc'
> target_alias=''
>
> ## ----------- ##
> ## confdefs.h. ##
> ## ----------- ##
>
> #define PACKAGE_BUGREPORT ""
> #define PACKAGE_NAME ""
> #define PACKAGE_STRING ""
> #define PACKAGE_TARNAME ""
> #define PACKAGE_VERSION ""
>
> configure: exit 77
>
>> ________________________________
>> From: Earnie Boyd <ear...@users.sourceforge.net>
>> To: mingw-w64-public@lists.sourceforge.net
>> Sent: Thursday, June 7, 2012 6:48 AM
>> Subject: Re: [Mingw-w64-public] msys ./configure gives error 77,
"compiler doesn't generate exe's"
>>
>> On Thu, Jun 7, 2012 at 3:36 AM, Jim Michaels <jmich...@yahoo.com> wrote:
>> > $ tail -1 config.log
>> > configure: exit 77
>>
>> You need more than just the tail end of the file.  You need to find
>> the section in config.log that failed.  For some reason GCC aborted
>> when trying to execute a program or aborted during the build of the
>> program it was about to execute.
>>
>> --
>> 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
>>
>>
>
>
------------------------------------------------------------------------------
> 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
>
------------------------------------------------------------------------------
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

Reply via email to