This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: lyx + egcs + Linux/AXP


On Fre, 05 Feb 1999 Mate Wierdl wrote:

>I see, so the problem occurs only on alpha not intel.

Exactly.

To state it once more:
LyX-1.0 does not work correctly on Linux/AXP - that is Linux running on Digital
Alpha CPU systems - if compiled by egcs-1.1.1.
The crash can be triggered by opening the Tutorial !

Actually I never heard of anybody succesfully running LyX-1.0 on any Linux/AXP
system. Some older versions worked fine for me, though.

The easiest workaround is to compile completely without optimization. That is
achieved by doing (inside the lyx build dir)
  CXXFLAGS=" -O0 " path_to_configure/configure ; make

The best workaround is to manually compile the file math_iter.C without
optimization. Only that single file math_iter.o causes the trouble.

LyX-people: Please add it to the BUGS.

egcs-people: Do you have any idea about what might cause the trouble. Anybody
             interested to look into ?

Greetings,
Jochen
-----------------------------------------------------------------------
  Jochen K"upper

  Heinrich-Heine-Universit"at D"usseldorf   jochen@uni-duesseldorf.de
  Institut f"ur Physikalische Chemie I
  Universit"atsstr. 1, Geb 26.43 Raum 02.29    phone ++49-211-8113681
  40225 D"usseldorf                            fax   ++49-211-8115195
  Germany             http://www-public.rz.uni-duesseldorf.de/~jochen
-----------------------------------------------------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]