For one of my projects (pspell, http://pspell.sourceforge.net) I want to
have to different interfaces into the same library. One interface I hope
to rarely have to change and it is for other applications to link into the
library. The other interface will change very often and it is intended
for the psepll modules and possible other spell checkers to link into. Is
this type of thing possible to do with libtool (or with shared libraries
in general). Naturally it is the programmers restorability to link into the
right interface because there is nothing stopping them from using some of
low level symbols but link into the higher level interface.
Thanks in advance. It would really help me out.
---
Kevin Atkinson
[EMAIL PROTECTED]
http://metalab.unc.edu/kevina/