>>>>> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes:
Angus> Max Bian wrote: >> I have some linking errors when I compile lyx 1.3.0 under cygwin. >> It is the last step (make lyx.exe)! >> >> Anyone knows what it might mean and how to solve it? Angus> g++ -O -fno-exceptions -o lyx.exe ... -lforms -lflimage -ljpeg Angus> -lXpm ... Angus> The problem lies with the order "-lforms -lflimage". Swap them Angus> around and all will be well. Angus> This problem is solved in the LyX 1.3.x bug fix branch. You are very optimistic. I did not do anything about it yet. So, now I have to actually look at it. It seems that we have _explicit_ code to swap the order of the two libraries only for cygwin (this was a patch from Kayvan, I seem to remember). So I guess the solution is to remove this bogus special casing. JMarc
