When I try to compile my program on ubuntu using gcc, i get these errors:
main.c:(.text+0x162): undefined reference to
json_parse' main.c:(.text+0x182): undefined reference to
json_value_free'
However, these functions are included in a file called json.h, which I import in main.c and which I include in my gcc command.
Anyone got a clue?