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 ...

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?30559>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/


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

Reply via email to