Hi.. thanks for your response. I'm able to run ignite c++ client by using a simple make file which has 'LDFLAGS' set to folders in $IGNITE_HOME/platforms/cpp , and 'LDLIBS' set to -lpthread, -lignite-common, -lignite, -lignite-jni, -lignite-binary. The IGNITE_HOME should have all the cpp libraries built first using the instructions provided in DEVNOTES. Also while running the program, we have to set $LD_LIBRARY_PATH to the folders in make file which are set to the 'LDFLAGS' .
-- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Running-Ignite-client-in-C-tp15441p15566.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
