------- Comment #12 from victor dot pasko at gmail dot com 2010-07-19 10:25 ------- Isn't really difficult to fix that in libgfortran sources by using:
if(pthread_cancel) { pthread_cancel(...); } instead of just pthread_cancel(...); as it is now. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44927