'Problem in building AWS SDK C++ EC2 library

i have a problem in building the aws c++ sdk Ec2 library on linux. I followed the steps bellow:

The compilation is panding at this point:

screenshot



Solution 1:[1]

I had the same problem compiling on a machine with 3Gb of memory and I could see that it started using the (much slower) swap, so it would run for 12h+ without results.

So make sure to meet the minimum requirements:

4GB of RAM is required to build some of the larger clients.

https://sdk.amazonaws.com/cpp/api/0.11.0-7-g6be9f8d/

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Heye Everts