shaikat3 / open-vcdiff

Automatically exported from code.google.com/p/open-vcdiff
Apache License 2.0
0 stars 0 forks source link

Makefile.am doesn't list all library dependencies causing linking errors with gold #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use the GNU gold linker.

$ ld -v
GNU gold (GNU Binutils 2.19.1) 1.7

2. Build and run distcheck

$ ./configure ; make distcheck
...
/usr/bin/ld: decodetable_test.o: in function open_vcdiff::(anonymous 
namespace)::DecodeTableTest_UnGetAddCopy_Test::TestBody():../src/logging.h:
54: undefined reference to 'open_vcdiff::g_fatal_error_occurred'

What is the expected output? What do you see instead?
distcheck should pass.

What version of the product are you using? On what operating system?
SVN head.

Original issue reported on code.google.com by jamesd...@gmail.com on 19 Nov 2009 at 8:20

GoogleCodeExporter commented 9 years ago
Fixed in open-vcdiff version 0.8.

Original comment by openvcd...@gmail.com on 4 Aug 2010 at 6:45