uci_api.c:(.text+0x1c): undefined reference to `uci_alloc_context'

649 Views Asked by At

Getting this error:

uci_api.c:(.text+0x1c): undefined reference to `uci_alloc_context'

while compiling a C file which includes uci API like uci_set uci_alloc_context, uci_load even though I compile with -luci. Is there any dependent packages?

0

There are 0 best solutions below