everkuijlen wrote:
> I understand. I did the test you suggest and they worked out well
> However do these programs make use libmitab library ? As I removed
> libmitab.so the programs are still running well. I'm looking for a
> program that is used the library.
>
Well, the test programs are statically linked to the same .a files that
are used to generate libmitab.so, so if one work then the other should work.
However if you really want to link and test tab2tab against libmitab.so
then you could modify the tab2tab target in mitab/GNUMakefile as follows:
tab2tab: tab2tab.o $(LIBS) mitab.h mitab_priv.h
$(CXX) $(LFLAGS) -o tab2tab tab2tab.o -L. -lmitab $(LIB_DBMALLOC) -lm
... and rebuild. Then 'ldd tab2tab' should report libmitab.so.1 in the
list of dependencies.
Then copy libmitab.so* to your system libdir or set LD_LIBRARY_PATH to
point to the mitab directory, so that it can be found at runtime.
Daniel
--
Daniel Morissette
http://www.mapgears.com/
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/mitab/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/mitab/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:[EMAIL PROTECTED]
mailto:[EMAIL PROTECTED]
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/