Hi,
As the caption states, it removes duplicated library linkage. in tests/db/Makefile.am.
On Fri, Aug 30, 2013 at 02:38:49AM +0400, Alexander Chemeris wrote:
Hi,
As the caption states, it removes duplicated library linkage. in tests/db/Makefile.am.
Please take a look at 93d4394d1d0e14a71e6cead8a895907c92cf7784. I don't think the underlying issue has changed.
holger
On Fri, Aug 30, 2013 at 11:23 AM, Holger Hans Peter Freyther holger@freyther.de wrote:
On Fri, Aug 30, 2013 at 02:38:49AM +0400, Alexander Chemeris wrote:
Hi,
As the caption states, it removes duplicated library linkage. in tests/db/Makefile.am.
Please take a look at 93d4394d1d0e14a71e6cead8a895907c92cf7784. I don't think the underlying issue has changed.
I see.
Just curious - what version of the compiler is affected? Here is works fine on gcc 4.6.3 (Ubuntu 12.04).
On Fri, Aug 30, 2013 at 11:26:53AM +0400, Alexander Chemeris wrote:
Just curious - what version of the compiler is affected? Here is works fine on gcc 4.6.3 (Ubuntu 12.04).
It is not the compiler but the linker. And it is a good case for a commit message that failed to capture this information. The proof your commit needs to make is that there are no cyclic dependencies between the libs (but I think we still have them).