>>>>> "Reynald" == Reynald Affeldt <[EMAIL PROTECTED]> writes:
Reynald> Hi, When compiling lyx-1.0.0 and the related stuff last
Reynald> month, I hadn't any problem. I have decided to upgrade to
Reynald> lyx-1.0.1 and that happened :(
Reynald> make[1]: Entering directory
Reynald> `/home/users/user_dir/download/lyx-1.0.1/src' g++ -c -g -O2
Reynald> -I. -I. -I../images -I/home/users/user_dir/include
Reynald> -I/usr/local/X11R6.4/include lyxserver.C /usr/ccs/bin/as:
Reynald> "/var/tmp/ccgnl7kK.s", line 8558: error: constant value must
Reynald> be between -4096 and 4095 make[1]: *** [lyxserver.o] Error 1
Reynald> make[1]: Leaving directory
Reynald> `/home/users/user_dir/download/lyx-1.0.1/src' make: *** [all]
Reynald> Error 1
Reynald> I am rather new to the computer thing and I really don't know
Reynald> what to do.
Unfortunately, the problem seems to be in the generated assembly
language. So this is either a bug in the compiler or a bug in the
assembler. Since we do not know which C++ code line is the culprit, I
can't really help there. Moreover, the code in lyxserver.C did not
change between 1.0.0 and 1.0.1...
Are you sure you did compile with the same flags as 1.0.0 and that
your system has not changed since then?
JMarc