Lattice C
This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.
Jack,
You *do* have to generate relocatable code for the
Amiga – Msrs. Big Blue and company don't multitask – this is
the real reason the programs on the Amiga have to be relocatable.
You can't depend on your program to load into the same area of memory
each time, since a user may have placed another program (or another
activation of your program) there earlier.
Fortunately, the 68000 makes this easy.
Best,
SDB