On Mon, 2 Jun 2003, Daniel Fone wrote: > 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?
You might need to pass the -largtable argument to gcc so gcc links the argtable library with your code. Tim Wright Assistant Lecturer Department of Computer Science University of Canterbury "Language, like terrorism, targets civilians and generates fear to effect political change." -- "Collateral Language" John Collins and Ross Glover ed.
