Frank Boehme wrote:

> No. Here is how I confirmed:
> 
> # nm /usr/local/lib/libmidgard.so.3.1.0 | fgrep template
> 00009190 T midgard_traverse_filetemplate

OK, I expected this symbol to be present there. What about

for f in /usr/local/lib/libmidgard.a /usr/local/lib/libmidgard.so* 
/usr/lib/libmidgard.a /usr/lib/libmidgard.so* ; do
  echo -n $f
  nm $f | grep traverse
  echo
done | 2>/dev/null | grep -v ' T '

Emile


--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to