Question

How can I link jsoncpp with a C++ program using g++? I tried:

g++ -o program program.cpp -L/path/to/library/files -ljsoncpp, -ljson, -llibjsoncpp

but g++ keeps saying:

/usr/bin/ld: cannot find -lsomething

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top