Re: [Mingw-w64-public] libgomp build failure

2012-12-22 Thread Ruben Van Boxem
Hmm. Might even be a quantum fluctuation; the i686-w64-mingw32 build just completed without a hitch :S... Thanks for taking a look. Ruben 2012/12/22 Kai Tietz > Hmm, by looking into config.log files, I don't see actual that one of > those variables isn't set. So something on replacement see

Re: [Mingw-w64-public] libgomp build failure

2012-12-22 Thread Kai Tietz
Hmm, by looking into config.log files, I don't see actual that one of those variables isn't set. So something on replacement seems to go wrong ... no idea why. Cheers, Kai --- libtool ... you always need to solve issues, you wouldn't have without it ... ---

Re: [Mingw-w64-public] libgomp build failure

2012-12-22 Thread Kai Tietz
This might be caused by one of those: _AC_COMPUTE_INT([sizeof (omp_lock_t)], [OMP_LOCK_SIZE],, [AC_MSG_ERROR([unsupported system, cannot find sizeof (omp_lock_t)])]) _AC_COMPUTE_INT([__alignof (omp_lock_t)], [OMP_LOCK_ALIGN]) _AC_COMPUTE_INT([sizeof (omp_nest_lock_t)], [OMP_NEST_LOCK_SIZE]) _AC_