[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [PATCH] for MinGW Re: [Libvir] Pthreads error in windows compilation
- From: Atsushi SAKAI <sakaia jp fujitsu com>
- To: "Richard W.M. Jones" <rjones redhat com>
- Cc: "'libvir-list redhat com'" <libvir-list redhat com>, Gabriel Kaufmann <Gabriel Kaufmann ericom com>
- Subject: Re: [PATCH] for MinGW Re: [Libvir] Pthreads error in windows compilation
- Date: Thu, 07 Feb 2008 15:22:05 +0900
Hi, Rich
I just took pthread.h from pthread-win32.
http://sourceware.org/pthreads-win32/
I think it is correct way.
Or any other way exists?
Thanks
Atsushi SAKAI
"Richard W.M. Jones" <rjones redhat com> wrote:
> Atsushi SAKAI wrote:
> > Hi,
> >
> >  Today I recognized.
> > It would be better to write #include <pthread.h> in hash.h than hash.c.
> > And compilation works if configure.in changes in MINGW?
> > Would you apply this patch?
>
> I think actually it's better to push the '#include <pthread.h>' all the
> way up into src/internal.h. It's required in other places, eg. in
> src/libvirt.c.
>
> However, the biggest problem I have is I don't have pthread.h in MinGW.
> Where do you get pthread from for MinGW?
>
> About the other part of this patch:
>
> - MINGW_EXTRA_LDFLAGS="-no-undefined"
> + MINGW_EXTRA_LDFLAGS="-lintl -lpthreadGC2"
>
> '-no-undefined' is required in order to get libtool to build a DLL.
>
> Rich.
>
> --
> Emerging Technologies, Red Hat - http://et.redhat.com/~rjones/
> Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod
> Street, Windsor, Berkshire, SL4 1TE, United Kingdom. Registered in
> England and Wales under Company Registration No. 03798903
>
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]