[comp.sys.amiga.tech] Object code transferral

bagchi@dip.eecs.umich.edu (Ranjan Bagchi) (12/30/89)

	A thought that come over me while I was screaming at compiler
incompatibilities:  Exactly how difficult would it be to take the
object code produced by the much faster g++ or gcc and modify
it so that blink could make a working amiga program out of it.
 
Obviously, for any Amiga-type application, this would be a pain
because you'd have to move all the amiga-specific libraries to
your *NIX system, but the speed and standardization just might
make it worth it.
 
	-rj
	bagchi@sparky.eecs.umich.edu
 
	I am not a concrete mousepad.

ONM29@DMSWWU1A.BITNET (Frank Wuebbeling) (01/02/90)

We have implemented a program that translates gcc-Compiler-output
into a form readable by the AZTEC assembler. I can say that it works
very fine, we have translated Common TeX this way.

Frank Wuebbeling (ONM29@DMSWWU1A.BITNET)