On Tuesday 01 October 2002 8:35 pm, Keeron �gren wrote:
> Testing around writing in the src/Makefile
> I tried switching around -ljpeg and -lforms -
> finding out that it didn't matter.
> But changing the LIBS variable, including
> -lforms and -ljpeg semed logical and made some
> diference - but I got the same error from ld,
> besides that there are no Undefined symbols.
Morning, Keeron.
Looking at the output from your compiler, it seems that the only
undefined symbol left to resolve is
boost::detail::crc_table_t<>::table_.
This comes from src/support/lyxsum.C. It may be that your
compiler has been confused by the earlier errors and that
touch src/support/lyxsum.C
make
cures your problems.
Regards,
Angus