casper@iesd.auc.dk ( Helge Solberg ) (09/07/90)
I have problems with the TURBO PASCAL Linker. I have a very large program constisting of many units, which I can not link. I have tried every thing as linking to disk with the external TPC but always I get "OUT OF MEMORY". I have unsuccesfully tried to move the TPC to some EMS to let the linker get more memory but this didn't work. If you have any suggestions on the problem, please let me know.
mg2n+@andrew.cmu.edu (Martin G. Greenberg) (09/11/90)
If you're not doing so already, tell the compiler to use the disk as the link buffer, also you may wat to shut off some of the options like local symbols. MGG