>>>>> "Andre" == Andre Poenitz <[EMAIL PROTECTED]> writes:
Andre> What happens if you put an explicit instantiation somewhere in Andre> lyxsum.C: Andre> template boost::detail::crc_table_t<32, 79764919, Andre> true>::table_; Indeed, adding template class boost::detail::crc_table_t<32, 79764919, true>; fixes the problem! This is certainly good enough for 1.2.2cvs, but a better fix is needed for 1.3.0... JMarc
