Allan Rae <[EMAIL PROTECTED]> writes:
| On Thu, 23 Mar 2000, Kurt V. Hindenburg wrote:
|
| > Trying to compile lyx :
| > /usr/src/lyx-1.1.4/src/screen.C:809: undefined reference to `fl_gc'
| > /usr/src/lyx-1.1.4/src/screen.C:812: undefined reference to `fl_gc'
| > /usr/src/lyx-1.1.4/src/screen.C:831: undefined reference to `fl_gc'
| > /usr/src/lyx-1.1.4/src/screen.C:836: undefined reference to `fl_gc'
| >
| > where is fl_gc at?
| >
| > Also tried the binary version
| > lyx: error in loading shared libraries: lyx: undefined symbol: fl_gc
| >
| > Any ideas?
| > Kurt
|
| Your xforms library doesn't contain fl_gc. The latest lyx CVS no longer
| requires this particular variable so you can either try to find a newer
| version of xforms-0.89 (which I think you are using) or downgrade to the
| stable xforms-0.88 or get lyx from cvs or wait for the next prerelease.
|
| All four options have their own disadvantages.
|
| Allan. (ARRae)
Applying fix1 and fix2 to 1.1.4 should also fix this.
Lgb