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
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