Update of bug #20575 (project freeciv):

                  Status:                    None => In Progress            
             Assigned to:                    None => cazfi                  

    _______________________________________________________

Follow-up Comment #1:

It seems that configure finds pthreads, and selects that. In my Windows build
environments (crosser cross-compiling, building official installer packages)
pthreds are not found, but it ends using winthreads (directly).
Problem here is compiler flag "-pthread" added unconditionally when pthreads
are in use. That flag is needed on some platforms, but cause compile failure
on some - this MinGW environment seems to be one of the latter ones.
So this needs some work on the configure script to add "-pthread" only
conditionally.

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?20575>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to