On Mon, 19 Feb 2001, Amihai Silverman wrote:
> Thank you for yor reply. After Installing properly xforms,
> the compilation of lyx-1.1.6fix1 on sparc solaris 2.6 fails
> with the error:
>
> Undefined first referenced
> symbol in file
> fl_free bmtable.o
> fl_set_object_helper
> ../src/frontends/xforms/.libs/libxforms.a(Toolbar_pimpl.o)
> fl_calloc bmtable.o
> ld: fatal: Symbol referencing errors. No output written to lyx
Maybe LyX uses now new versions of the header files (*.h) but older
version of the library file (libforms.a)? Also check that the link command
which gives the error message has "-lforms" in it.