Hi guys,

I am trying to implement some c code called argtable, I'm sure some of you have heard of it. When I compile however, it gives the error...
: undefined reference to 'arg_scanargv'
...'arg_scanargv' being one of the functions defined in the header file argtable.h
It has no problem finding the header file that I included, and the library (argtable.a) exists.


Does anyone know what the cause of this error could be?

Muchos Gracios

Daniel

Reply via email to