I guess I found the reason why x86_64-w64-mingw32-gcc can't locate pthread.h.
It's because a macro
#if HAVE_PTHREAD
#include
is used in source files, but the macro is not defined by mingw, about which
I found it existiing before according to google search. I re-built it after
the macro
On 9/21/2010 08:01, ke...@ca wrote:
Hello All,
Goal: Building 64-bit application on Cygwin
OS: 64-bit Windows 7
I used "x86_64-w64-mingw32-gcc " to build the application, but failed.
The output tells missing pthread.h. pthread.h is included in one of my
source files.
I located the file, o
On Mon, Sep 20, 2010 at 10:38:48PM -0400, Charles Wilson wrote:
>On 9/20/2010 10:18 PM, Christopher Faylor wrote:
>> On Mon, Sep 20, 2010 at 05:01:52PM -0700, ke...@ca wrote:
>>> I used "x86_64-w64-mingw32-gcc " to build the application, but failed.
>>> The output tells missing pthread.h. pthre
On Mon, 2010-09-20 at 17:01 -0700, ke...@ca wrote:
> I used "x86_64-w64-mingw32-gcc " to build the application, but failed.
> The output tells missing pthread.h. pthread.h is included in one of my
> source files.
>
> I located the file, one in C:\cygwin\usr\include, the other
> C:\cygwin\usr\x
On 9/20/2010 10:18 PM, Christopher Faylor wrote:
> On Mon, Sep 20, 2010 at 05:01:52PM -0700, ke...@ca wrote:
>> I used "x86_64-w64-mingw32-gcc " to build the application, but failed.
>> The output tells missing pthread.h. pthread.h is included in one of my
>> source files.
>>
>> I located the f
On Mon, Sep 20, 2010 at 05:01:52PM -0700, ke...@ca wrote:
>
>Hello All,
>
>Goal: Building 64-bit application on Cygwin
>OS: 64-bit Windows 7
>
>I used "x86_64-w64-mingw32-gcc " to build the application, but failed.
>The output tells missing pthread.h. pthread.h is included in one of my
>source
6 matches
Mail list logo