"Numerical Recipes in C" is nonport

Rahul Dhesi dhesi at bsu-cs.UUCP
Fri Sep 23 12:56:06 AEST 1988


In article <225800072 at uxe.cso.uiuc.edu> mcdonald at uxe.cso.uiuc.edu writes:
[re linkers with 6-char limit]

>And all of this is rather unimportant, because it should be possible
>to write a linker that links all the C files together and leaves only
>operating system calls and calls to other languages for the system linker.

Actually, it's even easier than that.  The C compiler can generate an
internal object format.  A custom post-processor takes these object
files, scans for all long identifiers, shortens them to unique 6-char
names, and produces as its output system-format object files ready for
the standard linker.  No linking need be done by this post processor.
-- 
Rahul Dhesi         UUCP:  <backbones>!{iuvax,pur-ee,uunet}!bsu-cs!dhesi



More information about the Comp.lang.c mailing list