I am trying to compile QuantLib Python SWIG bindings on Amazon\'s EC2 instance with Amazon Linux AMI. I have managed to compile QuantLib itself successfully, however, when tryin
You need to upgrade your GCC version.
The changelog page for GCC 6 says:
The option -fno-plt is now fully functional.
Thus, from GCC 6 you can use it.
GCC 6