> By the way, gcc has the option -fpic to produce address independant code. > Is this fully supported for the m68k in 2.7.2.3? I tried to produce a What about -mpcrel? Doesn't it do (about) the same thing? I usually use '-mbaserel -mpcrel -fomit-frame-pointer -O2' as it produces the smallest code (GCCs <= 2.5.8). - Eero