On Mar 31, 2001, [EMAIL PROTECTED] wrote:
> undefined reference to Namespace::Class::Method
Assuming Namespace::Class::Method is indeed defined somewhere, make
sure the library in which it is defined appears after libraries in
which it is referenced. Ordering of libraries is relevant. If there
are cross-dependencies, you may have to list libraries more than once.
You'll probably be better off creating libtool convenience libraries
in the sub-directories, and creating a single library in the top
level. An alternative is to use a CVS version of automake, that
allows sources in sub-directories to be mentioned.
--
Alexandre Oliva Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist *Please* write to mailing lists, not to me