Re: [Mingw-w64-public] msys ./configure gives error 77, compiler doesn't generate exe's

2012-06-11 Thread Earnie Boyd
On Sat, Jun 9, 2012 at 4:08 AM, Jim Michaels jmich...@yahoo.com wrote:
 2027 auto build 32-bit windows.
 here is my fstab:
 $ cat /etc/fstab
 c:/ /c
 e:/ /e
 c:/prj /prj
 c:/prj/fltk /fltk
 c:/wxWidgets-2.9.3 /wx
 c:/mingw-w32-bin_i686-mingw_2027 /mingw
 c:/mingw-w64-bin_i686-mingw_2027 /mingw64
 c:/jackplugins /jp

 so as you can see, /mingw/ isn't the mingw you are thinking...

It was your config.log file that told me.  I didn't have to think about it.


 BASH manual says is supposed to use .bashrc on startup.  does this shell use
 instead .profile? hmm.  that's different.


MSYS uses sh.exe which uses .profile.  You have read the entire manual of bash.

 so now I have this essentially for my .profile:

 $ cat ~/.profile
 ADDR2LINE=`ls /mingw/bin/*mingw32-addr2line.exe`
 CC=`ls /mingw/bin/*mingw32-gcc.exe`
 CPP=`ls /mingw/bin/*mingw32-cpp.exe`
 CXX=`ls /mingw/bin/*mingw32-g++.exe`
 AR=`ls /mingw/bin/*mingw32-ar.exe`
 AS=`ls /mingw/bin/*mingw32-as.exe`
 DLLTOOL=`ls /mingw/bin/*mingw32-dlltool.exe`
 DLLWRAP=`ls /mingw/bin/*mingw32-dllwrap.exe`
 GPROF=`ls /mingw/bin/*mingw32-gprof.exe`

 export ADDR2LINE AR AS CC CPP CXX DLLTOOL DLLWRAP GPROF

 and most things compile (except mingw-w64).

You mean the /mingw64 directory?  Don't you need to change the
variables to point to that?

 I would really like to be able to compile it because I need the update.
 difference I suppose between your builds and mine is I am trying to build on
 a windows system - if that's possible.

 I always get an error during make.


Looks like you need to debug why.

 other stuff now compiles just fine (well, except for the ones that are
 unix-specific like jack audio, and apache modules).  :-(

 looks like I am not going to be doing much with Jack audio server.


You'll need to figure out how to port these or turn on others ports of
these packages.  I know apache has Windows builds, I use it, but I use
someone else's distribution.

-- 
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


Re: [Mingw-w64-public] msys ./configure gives error 77, compiler doesn't generate exe's

2012-06-11 Thread Teemu Nätkinniemi
On 11.6.2012 18:48, Earnie Boyd wrote:
 On Sat, Jun 9, 2012 at 4:08 AM, Jim Michaels jmich...@yahoo.com wrote:
 other stuff now compiles just fine (well, except for the ones that are
 unix-specific like jack audio, and apache modules).  :-(

 looks like I am not going to be doing much with Jack audio server.


 You'll need to figure out how to port these or turn on others ports of
 these packages.  I know apache has Windows builds, I use it, but I use
 someone else's distribution.

Jack has prebuilt binaries for Windows.




--
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


Re: [Mingw-w64-public] msys ./configure gives error 77, compiler doesn't generate exe's

2012-06-08 Thread Ruben Van Boxem
 ()
 | {
 |
 |   ;
 |   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


Re: [Mingw-w64-public] msys ./configure gives error 77, compiler doesn't generate exe's

2012-06-08 Thread JonY
On 6/8/2012 16:26, Ruben Van Boxem wrote:
 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: gccconftest.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
 

Did OP mean to use 3.4.5? It is very very old. Agreed, whatever it is OP
did, the compiler install is broken.




signature.asc
Description: OpenPGP digital signature

Re: [Mingw-w64-public] msys ./configure gives error 77, compiler doesn't generate exe's

2012-06-08 Thread Earnie Boyd
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
-- 

Re: [Mingw-w64-public] msys ./configure gives error 77, compiler doesn't generate exe's

2012-06-08 Thread Jon
 configure:1340: checking for gcc
 configure:1356: found /c/Program Files/OpenAxiom/bin/gcc

You're begging for failures when you install to a PATH with spaces. For example:

C:\Users\Jon\Documents\CDev\sandboxecho %PATH%
C:\spacey path\mingw-rvb\bin;...

C:\Users\Jon\Documents\CDev\sandboxtype helloworld.c
#include stdio.h
int main(int argc, char *argv[]) { printf(Hello World!\n); return 0; }

C:\Users\Jon\Documents\CDev\sandboxgcc --version
gcc (rubenvb-4.6.3) 4.6.3
...

C:\Users\Jon\Documents\CDev\sandboxgcc -Wall -O3 -o hw.exe helloworld.c
gcc: error: CreateProcess: No such file or directory

Jon

--
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


Re: [Mingw-w64-public] msys ./configure gives error 77, compiler doesn't generate exe's

2012-06-08 Thread frank
Hi, I agree with the others. Strip your PATH from spaces and until only 
one toolset is found at a time .
A good place for this is a batchfile that creates a mingw session if you 
need. Never mix-up VS and
mingw paths unless you are aware what they are doing exactly. Sometimes 
it is also helpful using msys
console but not the cmd prompt from windows (or vice versa).

best, .. frank

--
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


Re: [Mingw-w64-public] msys ./configure gives error 77, compiler doesn't generate exe's

2012-06-07 Thread xunxun

于 2012/6/7 15:36, Jim Michaels 写道:
I am using auto build 2027 since it is the only latest one I know 
of that works.


Jim Michaels@jim-13l5nom9i4u /jp/bristol-0.60.10
$ ./configure
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/jp/bristol-0.60.10':
configure: error: C compiler cannot create executables
See `config.log' for more details.

Jim Michaels@jim-13l5nom9i4u /jp/bristol-0.60.10

Jim Michaels@jim-13l5nom9i4u /jp/bristol-0.60.10
$ ./configure ; cat .profile
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-mingw32
checking host system type... i686-pc-mingw32
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/jp/bristol-0.60.10':
configure: error: C compiler cannot create executables
See `config.log' for more details.
CC=/mingw/bin/i686-w64-mingw32-mingw32-gcc
CXX=/mingw/bin/i686-w64-mingw32-g++


Jim Michaels@jim-13l5nom9i4u /jp/bristol-0.60.10
$ tail -1 config.log
configure: exit 77

Jim Michaels@jim-13l5nom9i4u /jp/bristol-0.60.10

not sure what to do at this point. I am not a unix developer yet.I am 
trying to build Jack audio server plugins.  this is sort of like a cry 
for help, I am no expert at fixing configure scripts if they are 
broken. MSYS seems to have nothing to make autoconf run properly if 
that is supposed to be my first step to fix the configure script.  I 
have never run autoconf before, so I don't know what to do with it.
maybe I should be taking this to a linux newsgroup instead? I brought 
it here first because its mingw-w64+msys I am compiling this on.


I noticed some configure scripts work and some don't, for whatever 
reason (date compiled?).



It's hard to say.

At least, you should provide the related config.log

--
Best Regards,
xunxun

--
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


Re: [Mingw-w64-public] msys ./configure gives error 77, compiler doesn't generate exe's

2012-06-07 Thread Earnie Boyd
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