>> /usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: out >> of memory allocating 62212 bytes after a total of 402587648 bytes > > You need to read your error messages :-)
Thanks, it's resolved. Cheers RT PS: (solution) cygwin does not allow more than 384MB to an application, but to link deal ii more than 1GB is required, solution is to change max bound e.g. as follows: regtool -i set /HKLM/Software/Cygnus\ Solutions/Cygwin/heap_chunk_in_mb 1024 regtool -v list /HKLM/Software/Cygnus\ Solutions/Cygwin > > W. > > ------------------------------------------------------------------------- > Wolfgang Bangerth email: [email protected] > www: http://www.math.tamu.edu/~bangerth/ > > _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
