[sage-devel] Re: Building linbox-1.4.2 fails

2017-04-11 Thread Sho Takemori
Thank you for answering. It seems that an Amazon EC2 instance doesn't have swap by default. I will add swap (and increase the memory) and try building again. 2017年4月11日火曜日 16時11分57秒 UTC+2 Dima Pasechnik: > > you're getting > > > g++: internal compiler error: Killed (program cc1plus) > > > which

[sage-devel] Re: Building linbox-1.4.2 fails

2017-04-11 Thread Dima Pasechnik
you're getting g++: internal compiler error: Killed (program cc1plus) which might indicate that you need more memory (or at least more swap). On Tuesday, April 11, 2017 at 2:18:38 PM UTC+1, Sho Takemori wrote: > > Dear all, > > I try to build Sage using Amazon EC2 t2.micro. > But building li