public inbox for pthreads-win32@sourceware.org
 help / color / mirror / Atom feed
From: Vincent T <v.toto@numericable.fr>
To: pthreads-win32@sourceware.org
Subject: Cannot link pthread
Date: Thu, 31 May 2007 08:08:00 -0000	[thread overview]
Message-ID: <465E78D4.2060806@numericable.fr> (raw)

[-- Attachment #1: Type: text/plain, Size: 631 bytes --]

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


[-- Attachment #2: test_pthread.7z --]
[-- Type: application/octet-stream, Size: 2912 bytes --]

             reply	other threads:[~2007-05-31  7:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-31  8:08 Vincent T [this message]
2007-06-07 17:04 ` Zhu Han

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=465E78D4.2060806@numericable.fr \
    --to=v.toto@numericable.fr \
    --cc=pthreads-win32@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).