Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!wuarchive!brutus.cs.uiuc.edu!apple!usc!ucsd!ucbvax!UKANVAX.BITNET!MARKV From: MARKV@UKANVAX.BITNET ("MARK GOODERUM - UNIV. OF KANSAS ACS - MARKV@UKANVAX") Newsgroups: comp.lang.modula2 Subject: RE: Cross Compiling Message-ID: Date: 30 Oct 89 01:04:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: Modula2 List Organization: The Internet Lines: 13 Give or take 'minor' changes code from different Modula-2 systems should be portable at the source level accross different systems, provided you stick to the 'standard' modules (those detailed in Wirth's various books like InOut, FileSystem, etc.). Like any language you won't be able to use any OS specific stuff. Another area to watch for is compiler or processor specific dependancies (like moving >64K data structures to a Intel or other segmented machine.) For now, Mark Gooderum MARKV@UKANVAX