This is the mail archive of the pthreads-win32@sourceware.org mailing list for the pthreas-win32 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cannot link pthread


unscribe pthread-win32

On 5/31/07, Vincent T <v.toto@numericable.fr> wrote:
Dear pthread experts,

I am new to using open source, and this question is certainly silly. I
recently downoaded GNU Chess for my daughter, and I tried to compile it
under MinGW (my platform is Windows 2000). I met a problem which I
reproduced by the attached test program (zipped with 7zip.exe). The file
log.txt is the result of the following command :

make 2>log.txt

VBR,
      Vincent.

PS1  : The link is successful with Visual lib if I suppress from test.c
the following lines :

    pthread_mutex_t mtx;
    pthread_mutex_lock(0);
    pthread_cond_signal(0);
    pthread_cond_wait(0,0);
    pthread_mutex_unlock(0);





--
best regards,
hanzhu


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]