Hi,
I was able to compile my application cpp but when I tried to link, I have the below error:
/tmp/ccIM35WN.o: In function main': MyApp.cpp:(.text+0x47f): undefined reference toredox::Redox::connect(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int, std::function<void (int)>)'
collect2: error: ld returned 1 exit status
Thanks,
Mike
Hi,
I was able to compile my application cpp but when I tried to link, I have the below error:
/tmp/ccIM35WN.o: In function
main': MyApp.cpp:(.text+0x47f): undefined reference toredox::Redox::connect(std::__cxx11::basic_string<char, std::char_traits, std::allocator > const&, int, std::function<void (int)>)'collect2: error: ld returned 1 exit status
Thanks,
Mike