Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linking issue - Undefined reference while accessing azure storage with C++ #422

Open
KaavyaShreeSK opened this issue Dec 14, 2023 · 0 comments

Comments

@KaavyaShreeSK
Copy link

Hi team,

Facing challenges in accessing the azure blob storage using SDK in C++. Followed all procedures as mentioned in the documentation, yet having issues while linking the libraries. I've installed the libraries using Vcpkg. Have linked the following libraries in the cmakeList.txt,

azure-storage-common

azure-storage-blobs

azure-core

Even after linking the libraries, getting undefined reference to the functions of azure storage.

undefined reference to `Azure::Storage::Blobs::BlobServiceClient::CreateFromConnectionString(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, Azure::Storage::Blobs::BlobClientOptions const&)'

I request to kindly guide me on resolving the error and let me know if this is due to any mistakes while library linking and installation.

Thanks

Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant