]> git.cworth.org Git - notmuch/commitdiff
Fix linking with gcc to use g++ to link in C++ libs.
authorStewart Smith <stewart@flamingspork.com>
Wed, 18 Nov 2009 01:05:53 +0000 (12:05 +1100)
committerCarl Worth <cworth@cworth.org>
Wed, 18 Nov 2009 13:34:02 +0000 (05:34 -0800)
Previously, Ubuntu 9.10, gcc 4.4.1 was getting:

/usr/bin/ld: lib/notmuch.a(database.o): in function global
constructors keyed to BOOLEAN_PREFIX_INTERNAL:database.cc(.text+0x3a):
error: undefined reference to 'std::ios_base::Init::Init()'


No differences found