git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* threaded-grep cause msys build failure
@ 2010-01-29 10:27 Zoltán Füzesi
  2010-01-29 12:03 ` Johannes Sixt
  0 siblings, 1 reply; 10+ messages in thread
From: Zoltán Füzesi @ 2010-01-29 10:27 UTC (permalink / raw)
  To: git lista

Hi,

Building git in msys environment fails:
...
    LINK git.exe
builtin-grep.o: In function `wait_all':
D:\devel\msysgit\git/builtin-grep.c:260: undefined reference to
`pthread_cond_broadcast'
collect2: ld returned 1 exit status
make: *** [git.exe] Error 1

I guess compat/win32/pthread.c misses pthread_cond_broadcast implementation.

Zé

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2010-01-30 10:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-29 10:27 threaded-grep cause msys build failure Zoltán Füzesi
2010-01-29 12:03 ` Johannes Sixt
2010-01-29 19:26   ` [RFC/PATCH] MSVC: Windows-native implementation of pthread_cond_broadcast Zoltán Füzesi
2010-01-29 20:02     ` Johannes Sixt
2010-01-29 22:16       ` [PATCH] Windows: a minimal pthread_cond_broadcast Johannes Sixt
2010-01-29 23:54         ` [PATCH] Implement pthread_cond_broadcast on Windows Johannes Sixt
2010-01-30  2:28           ` Johannes Schindelin
2010-01-30  9:30             ` Johannes Sixt
2010-01-30 10:50               ` Johannes Schindelin
2010-01-29 20:13     ` [RFC/PATCH] MSVC: Windows-native implementation of pthread_cond_broadcast Johannes Schindelin

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 NNTP newsgroup(s).