How do I create inter-library dependencies within a single project?

2000-10-18 Thread Wesley W. Terpstra
I would like to run: libtool c++ -o foo.lo foo.cc libtool c++ -o bar.lo bar.cc libtool c++ -o libfoo.la foo.lo -rpath /usr/lib libtool c++ -o libbar.la bar.lo libfoo.la -rpath /usr/lib But, the last command yields: libtool: link: error: cannot link shared libraries into libtool libraries However

Re: mulit-language-branch BUG: circular macro dependencies

2000-10-18 Thread Pavel Roskin
Hello, Robert! > I am using the mulit-language-branch of CVS libtool with > the CVS sources of autoconf and automake. About a week or two ago CVS version of autoconf now supports detection of circular dependencies. The HEAD branch of libtool is affected as well (libltdl/configure.in only) > so