[Info-vax] linkshrlib.com - link opensource libraries into shareable images

John Reagan johnrreagan at earthlink.net
Fri Aug 3 00:28:14 EDT 2012


> Hopefully similar functionality is included in the C and other compilers
> as well.

The problem with such a feature is that SYMBOL_VECTORs are order dependent. 
If you add a new routine to the middle of your C (or Fortran or Pascal 
or...) module, you want the new PROCEDURE entry to be at the END of the 
symbol vector.  Of course, the compiler wouldn't know how to do that.  Each 
"automatically generated symbol vector" might have a different order than 
the prior one.

John




More information about the Info-vax mailing list