>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:

Angus> Post me a patch (against 1.3 cvs), so I get it right and I'll
Angus> try.

It is as simple as the following

JMarc

? config.h.in
Index: src/support/lyxsum.C
===================================================================
RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/support/lyxsum.C,v
retrieving revision 1.28
diff -u -p -r1.28 lyxsum.C
--- src/support/lyxsum.C	25 Sep 2002 10:03:41 -0000	1.28
+++ src/support/lyxsum.C	15 Oct 2002 12:40:14 -0000
@@ -18,6 +18,10 @@
 
 using std::endl;
 
+// We have to instanciate this one explicitely because non-GNU toolchains
+// do not understand weak symbols (JMarc)
+template class boost::detail::crc_table_t<32, 79764919, true>;
+
 // Various implementations of lyx::sum(), depending on what methods
 // are available. Order is faster to slowest.
 #if defined(HAVE_MMAP) && defined(HAVE_MUNMAP)

Reply via email to