> I've updated to revision 20243 recently and have the same old problem - > only now I can't seem to be able to compile the whole library with > diabled 'enable_threads' option (I manually defined it =no in the > Make.global_options because he always set it =yes no matter how I > changed the configure file (deleted, =disabled,...) but that is just my > ignorance I think).
You need to use ./configure --disable-threads Only editing common?make.global_options isn't enough, there are also other places that are affected by this configure switch. > With multithreading compilation I still can't write gmv files (see > earlier posts). What conclusion have we come to in this regard? Best W. ------------------------------------------------------------------------- Wolfgang Bangerth email: [email protected] www: http://www.math.tamu.edu/~bangerth/ _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
