On Tuesday 15 October 2002 3:31 pm, Jean-Marc Lasgouttes wrote: > >>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: > > Angus> On Tuesday 15 October 2002 1:41 pm, Jean-Marc > Lasgouttes wrote: 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 > > Angus> I can confirm that my Tru64 box (Compaq cxx, as, ld) > has no Angus> problems either with or without your patch. > > Can you run nm on lyxsum.o (without the patch), just to see > what kind of symbol is crc_table_t<...>::table_ ? > > JMarc
Without the patch. 1. On the Linux Alpha machine. lyxsum.o compiled with g++-2.95.4 aleem@thorax:src$ nm -C support/lyxsum.o | grep crc_table_t 00000000000000c8 V boost::detail::crc_table_t<32, 79764919, true>::table_ 0000000000000ac0 W boost::detail::crc_table_t<32, 79764919, true>::init_table(void) lyxsum.o compiled with g++-3.0 aleem@thorax:src$ nm -C support/lyxsum.o | grep crc_table_t 0000000000000000 W boost::detail::crc_table_t<(unsigned long)32, (unsigned)79764919, (bool)1>::init_table() 0000000000000000 V boost::detail::crc_table_t<(unsigned long)32, (unsigned)79764919, (bool)1>::table_ 0000000000000000 V boost::detail::crc_table_t<(unsigned long)32, (unsigned)79764919, (bool)1>::init_table()::did_init 2. On the Tru64 machine lyxsum.o compiled with cxx aleem@pneumon:src-> nm support/lyxsum.o | grep crc_table_t boost::detail::crc_table_t<32, 79764919, 1>::init_table(void) | 0000000000000000 | U | 0000000000000008 Regards, Angus
