I had same problem linking the library under cygwin, moving to a PC with higher memory and doing the changes you suggested everything was ok thanks Santiago
From: [email protected] Date: Mon, 7 Nov 2011 06:59:40 -0500 To: [email protected] CC: [email protected] Subject: Re: [deal.II] linking library problem Hi, Inspiring from Bärbel comment, I guess problem is due to memory limitation on linking library (on Cygwin shell which allow only 500 MB by default), so change it using this commands, and let us know if it solves your problem (it increase default value to 1GB): regtool -i set /HKLM/Software/Cygnus\ Solutions/Cygwin/heap_chunk_in_mb 1024 regtool -v list /HKLM/Software/Cygnus\ Solutions/Cygwin Cheers RT On Mon, Nov 7, 2011 at 6:39 AM, Bärbel Janssen <[email protected]> wrote: you check if there is enough space _______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
_______________________________________________ dealii mailing list http://poisson.dealii.org/mailman/listinfo/dealii
