Version 1 (modified by 19 years ago) ( diff ) | ,
---|
.. contents:: .. sectnum::
The linker ===========
Do you know that ilink 5 screws up when there are many exports?
Yes, I do know. Possible workarounds are
- Use a different linker, for instance ilink from vac308 or the a.out linker.
- Reduce the number of exported symbols. For instance use declspec(dllexport) or set up a generic export filter of some kind.
- Split up the .dll so the new dlls end up with an acceptable number of exports.
- Help me implement LX and OMF backends for binutils (and the gnu linker).
Note:
See TracWiki
for help on using the wiki.