"Robin Rowe" <[EMAIL PROTECTED]> writes:
> Hi. I have a shared library libfoo (in directory foo) that had some of its
> source files moved (into subdirectory foo/bar) to help make the code easier
> to manage. However, I'm having trouble linking libbar back into libfoo. Both
> libfoo and libbar build ok. But, libfoo isn't pulling in the definitions
> from libbar convenience library. When I link the main program it complains
> that the libbar symbols are undefined in libfoo.

Seems to work fine for me.  Can you tell us what versions of
autoconf/automake/libtool you are using and show us the smallest
self-contained example of the problem you're seeing?


Reply via email to