On Mon, Jun 11, 2012 at 5:39 PM, Joerg Wunsch <invalid.nore...@gnu.org> wrote:
> Follow-up Comment #26, bug #30559 (project avrdude):
>
> The current implementation breaks compilation for Win32
> target systems, as it assumes the general availability
> of pthreads:
>
> make  all-recursive
> Making all in .
> mingw32-gcc -DHAVE_CONFIG_H -I.  -DCONFIG_DIR=\"/usr/local/etc\"  -Wall
> -Wno-pointer-sign -g -O2 -DWIN32NATIVE -MT libavrdude_a-ft245r.o -MD -MP -MF
> .deps/libavrdude_a-ft245r.Tpo -c -o libavrdude_a-ft245r.o `test -f 'ft245r.c'
> || echo './'`ft245r.c
> ft245r.c:73:21: fatal error: pthread.h: No such file or directory
> compilation terminated.
> *** Error code 1
>
> Note that the "p" in "pthread" stands for "Posix", so it
> should be clear it is not available in Win32 ...

Pthread exists for win32:

http://sources.redhat.com/pthreads-win32/

--
Benjamin Henrion <bhenrion at ffii.org>
FFII Brussels - +32-484-566109 - +32-2-3500762
"In July 2005, after several failed attempts to legalise software
patents in Europe, the patent establishment changed its strategy.
Instead of explicitly seeking to sanction the patentability of
software, they are now seeking to create a central European patent
court, which would establish and enforce patentability rules in their
favor, without any possibility of correction by competing courts or
democratically elected legislators."

_______________________________________________
avrdude-dev mailing list
avrdude-dev@nongnu.org
https://lists.nongnu.org/mailman/listinfo/avrdude-dev

Reply via email to