Kornel Benko wrote: > I have no problems on Suse 9.2. Recompiling everything may help ...
Of course I did a 'make clean' before and rerun autogen.sh and configure. > gcc: 3.3.4-11 > autoconf: 2.59-78, I had to remove the cache-directories > "./lib/reLyX/autom4te.cache" and "./autom4te.cache" I have exactly the same packages. Meanwhile I found the problem: math_amsarrayinset.o was a symlink to math_amsarrayinset.lo. Don't ask me why. Removing math_amsarrayinset.o did not help, the symlink was recreated by make. Only removing both math_amsarrayinset.lo and math_amsarrayinset.o did help. Now everything is perfect. Georg