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
Hi
I've created a automake/autoconf setup for my project, however I can't get it to
link.
My project consists of multiple directories, now the only way to get this to
compile as far as I can see is to link each directory into a library, then link
all the libraries at the end with my main functio