- Forwarded Message -
>From: O'Reilly Media
>To: jmich...@yahoo.com
>Sent: Thursday, June 7, 2012 1:52 PM
>Subject: Code Today: 68KB of Code, Geeks & Bronies, Security Ninjas - Plus,
>Win a Free Ebook
>
>
>Code Newsletter - O'Reilly Media
>View in browser.
>Greetings Developers
On Wed, Jun 6, 2012 at 8:04 PM, John E. / TDM wrote:
> On 6/6/2012 7:18 AM, Earnie Boyd wrote:
>> On Tue, Jun 5, 2012 at 10:21 PM, John E. / TDM wrote:
>>> (2) MSYS' path
>>> translation can get in the way, or at least has gotten in the way for me in
>>> the past when building GCC.
>> When I was ma
On Thu, Jun 7, 2012 at 3:36 AM, Jim Michaels 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 t
On Thu, Jun 7, 2012 at 5:08 AM, Baruch Burstein wrote:
> I am trying to compile a program with mingw-w64, but the instructions they
> supply only target "regular" mingw. They say to compile with the `-lmingwex`
> flag. By Googling I found that this is a compatibility layer for c99
> functionality.
On Thu, Jun 7, 2012 at 12:08 PM, Baruch Burstein wrote:
> I am trying to compile a program with mingw-w64, but the instructions they
> supply only target "regular" mingw. They say to compile with the `-lmingwex`
> flag. By Googling I found that this is a compatibility layer for c99
> functionality
于 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
check
于 2012/6/7 17:08, Baruch Burstein 写道:
I am trying to compile a program with mingw-w64, but the instructions
they supply only target "regular" mingw. They say to compile with the
`-lmingwex` flag. By Googling I found that this is a compatibility
layer for c99 functionality. Does this apply to mi
I am trying to compile a program with mingw-w64, but the instructions they
supply only target "regular" mingw. They say to compile with the
`-lmingwex` flag. By Googling I found that this is a compatibility layer
for c99 functionality. Does this apply to mingw-w64 too, or is c99
functionality built
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... /b