Laurie Spiegel <
laurie....@gmail.com> wrote:
> Or if anyone still has an old Mac set up with CodeWarrior 6 maybe a
> version could be compiled that doesn't require an PowerPC code.
Well, there's the transition to the Carbon API, for one. The last
version to come with m68k support was 4.x, the last version to support
Traditional MacOS was 6.1.1 (according to
<
https://web.archive.org/web/20140703145116/http://www.eudora.com/techsu
pport/kb/2350hq.html/>). You would have to undo the Carbon changes, and
cut out use of any apis not avilable in System 8 (or, preferably, 7.1).
And, of course, there is SSL support. While there are Open Source SSL
libraries for embedded use, building one on System 7 is a project in
itself.
So, not for the faint of heart. ;)