Hello,
I am trying to build Linux ‘Consumer’ example from the tutorial:
Real-Time-SDK-master/Cpp-C/Ema/Examples/Training/Consumer/100_Series/100_MP_Streaming
I downloaded Real-Time-SDK-2.1.3.E1.linux
I am linking with
Real-Time-SDK-2.1.3.E1.linux/setup/RTSDK-2.1.3.E1.linux.rrg/Cpp-C/Ema/Libs/OL7_64_GCC482/Optimized/libema.a
Also with librssl.a and libansi.a
From real-Time-SDK-2.1.3.E1.linux/setup/RTSDK-2.1.3.E1.linux.rrg/Cpp-C/Eta/Libs/OL7_64_GCC482/Optimized
However, I am still getting a lot of undefined references. Especially rssl and xml.
What other libraries should I reference so I can build this example?
Thank you.