Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!uwm.edu!rpi!uupsi!sunic!kuling!irf From: irf@kuling.UUCP (Bo Thide') Newsgroups: comp.sys.hp Subject: HP-UX `ld' tricks. Message-ID: <1783@kuling.UUCP> Date: 4 Nov 90 17:16:21 GMT Organization: DoCS, Uppsala University, Sweden Lines: 13 I am trying to speed up my linking and have played around with the HP-UX 7.0 `ld' options "-X" and "-A". Questions: 1. The "-X " option allows you to define the initial size for the linker's global symbol table. This will reduce link time for very large programs. Is there a clever way to set to maximize the speed-up? 2. The "-A name" option specifies incremental loading. How would I use that in a makefile? Are there any special "ld -A" tricks used by the HP-UX masters out there? Bo