[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Convenience lib puzzle
From: |
Assar Westerlund |
Subject: |
Re: Convenience lib puzzle |
Date: |
02 Jun 2003 09:14:22 -0400 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 |
"Robin Rowe" <address@hidden> 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?