home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!sun-barr!ames!uakari.primate.wisc.edu!caen!uvaarpa!murdoch!murdoch.acc.virginia.edu!heyes
- From: heyes@dadev.cebaf.gov (Graham Heyes)
- Newsgroups: comp.sys.mac.programmer
- Subject: a.out to Think C compatible objects ??
- Message-ID: <HEYES.92Jul23093044@dadev.cebaf.gov>
- Date: 23 Jul 92 14:30:44 GMT
- Sender: usenet@murdoch.acc.Virginia.EDU
- Distribution: comp.sys.mac.programmer
- Organization: Continuous Electron Beam Accelerator Facility
- Lines: 17
-
- At work I often use gnu cross compilers to generate 68000
- code (gccx68). At home I use Think C 5.0 to play about on
- my Mac Plus.
- Just out of interest I compiled the same code
- fragments using gccx68 and Think C then disassembled them.
- The Think C code is nowhere near as highly optimized as the
- gnu generated code. This is no big supprise since I already
- know that gnu is very highly optimizing. Think C is nice to
- work with and the code generated is quite good for everyday
- use. It would be nice though to compile time critical code
- using gccx68 and generate a library to link into Think C.
-
- Is there any way I can convert the a.out format
- output of the gnu compiler into something that I can link
- to Think C?
-
- Graham Heyes
-