John Ridgway wrote:
Will 5.1 run on MacOS X 10.5 (Leopard)? 5.0 does not (at least not on my intel iMac).
This has now been fixed in CVS. The problem was not in Poly/ML but the buggy linker in 10.5. See posts in various other forums about projects that have been caught with this. After about a day logged on to Larry Paulson's Mac in Cambridge I managed to produce a work around.
The linker was misinterpreting relocation information in the object file produced by PolyML.export on the Mac and produced a garbled executable. The old linker (ld_classic) correctly handled the object file but wouldn't work with newer libraries in 10.5. I've changed the format of the object file it generated and the linker now seems to process the file correctly.
David.