Re: Linking Problems

2001-04-02 Thread Alexandre Oliva
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

Linking Problems

2001-03-31 Thread lloyd
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