C code is not compiling with g -o object test cpp for AWS SDK

0 votes

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.

Dec 26, 2022 in AWS by Tejashwini
• 3,820 points

edited Mar 4 66 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP