Felix-Antoine Bourbonnais wrote:
Georg Baum wrote:
Helge Hafting wrote:
I use lyx-1.4 on two linux machines, one i386 and one amd64. Recently,
I have been unable to run the compiled lyx on amd64.
Documents display fine, but lyx usually dies on the first attempt
to change the document. (Keypress, paste, insert->something)
A quick test shows no problems here on amd64 (SuSE 10).
I'm using LyX 1.4.0svn on a AMD64 with Debian Unstable and all is
working fine.
libc6 2.3.6-1
libstdc++6 4.0.2-9
libqt3-mt 3:3.3.5-3
What compiler do you use? I use gcc-4.0.3 which has been fine
for lots of earlier lyxes.
Looking at library versions, I found that libstdc++ and
libgcc1 were indeed wrong versions, they were for gcc 4.1.
So I downgraded them to the same versions as you have here.
Unfortunately, that did not help. I recompiled lyx
and have exactly the same problem still.
How can I know what compiler was used for a library?
I tried strings /usr/lib/libstdc++.so.6.0.7 | grep GCC
and got
GCC_3.3
GCC_3.0
So, 3.0 or 3.3? :-(
And gcc 4.0 worked fine for such a long time - strange.
Helge Hafting