> g++: Internal error: Killed (program cc1plus) It is the kernel killing your compiler because your computer runs out of memory and the process which takes the most is killed to save your computer. Compile with smaller number of jobs or with smalle chunkSize. You can watch how much memory processes take using the htop program (package htop).
Cheers, v. _______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

