Milton Woods wrote:

> Greetings,
> 
> I have attempted to compile LyX version 1.3.3 (with xforms-1.0) on a
> fresh install of the latest release of Cygwin (1.5.5-1) and gcc
> (3.3.1-2). The configure script runs without a hitch (with the flag
> --with-extra-lib=/usr/local/lib:/usr/bin). The compile runs without
> error until the final link of lyx.exe, when g++ complains about some
> unresolved symbols (details below).

I note that others have reported similar problems when compiling lyx 
on the Mac.

On a Linux Alpha machine I find that I have to add the following to 
get the thing to link. (This makes no real sense but does work. Go 
figure...)

# Enables the linker to overcome a bug that leads to errors:
# chset.o(.rodata+0x8): relocation truncated to fit: GPREL32 UND
LDFLAGS=-Wl,-t
export LDFLAGS

Although the reported error is different, perhaps the solution is the 
same?

-- 
Angus

Reply via email to