Re: Old applications (Maple, Mathematica) on Psyche

2002-10-02 Thread Neal D. Becker
I haven't actually installed psyche yet, but this is what I expect. The C++ < ABI has changed. 1. C apps should not be affected. 2. You can't reliably link old ABI C++ code with new ABI C++ code, so you need to recompile your C++ libs if you need to link new code to them. 3. Existing

Old applications (Maple, Mathematica) on Psyche

2002-10-02 Thread Nevin Kapur
Two questions: - I would like to know if anyone has tried running Maple 8 or Mathematica 4.2 on Psyche. Is there any reason to believe that they wouldn't run? - If upgrading from 7.3, does one need to recompile locally compiled apps, e.g., (X)Emacs? I ask these questions because I don't