Ethereal-dev: [Ethereal-dev] Problem in linking the files

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "harsha ss" <harsha.ss@xxxxxxxxxxxxxx>
Date: 29 Nov 2004 14:59:39 -0000

 
Hello list,

I have a problem in linking the files.
  I have written a separate file with open,read and write routine.
  The corresponding .o and .lo files are generated.Its ok with that.
  Now I want to call the routines like col_set_str in column-utils.c.
  But it is therea in epan directory and when I build after adding including the column-utils.h with full pathname I am getting 'undefined reference to col_set_str' during the linking.
I have tried with adding the column-utils.* in Makefile.common of the wiretap directory.It is not working.

How should I include the file in epan directory so that the linking will be done properly.
My file is in wiretap directory.


regards
    Harsha