I installed the AWS SDK for C++ on a Linux machine by following the instructions. I am currently finding it difficult to compile and run my code. I am compiling a file called test.cpp by typing g++ -o something test.cpp.
I tried to put the exam together.
in a cpp file
g++ -o something test.cpp
I expected the file to compile. Instead, I got this error message:
(std::__cxx11::basic_string<char, std::char_traits, std::allocator >)': test.cpp:(.text.ZN3Aws11DeleteArrayINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEvPT[ZN3Aws11DeleteArrayINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEEEvPT]+0xd9): undefined reference to `Aws::Free(void)' /usr/bin/ld: warning: creating DT_TEXTREL in a PIE
This is a subset of the error message.