Y
Yi
We are trying to make a library of our own and are getting lots of
missing symbol errors. The missing symbols are functions from UCSC
libraries that are included from our library. The library compiles
fine, and the ar command succeeds. The problem is when you include
the library in a program and try to use one of its functions. Does
this sound like a common error?
Any hints where to look? makefile? .h file? .c file?
Thanks a lot
missing symbol errors. The missing symbols are functions from UCSC
libraries that are included from our library. The library compiles
fine, and the ar command succeeds. The problem is when you include
the library in a program and try to use one of its functions. Does
this sound like a common error?
Any hints where to look? makefile? .h file? .c file?
Thanks a lot