Path: utzoo!utgpu!water!watmath!uunet!labrea!rutgers!noao!nud!mcdchg!ddsw1!jlg From: jlg@ddsw1.UUCP (JL Gomez) Newsgroups: unix-pc.general Subject: Re: ld -F Message-ID: <1518@ddsw1.UUCP> Date: 8 Aug 88 01:35:53 GMT References: <422@manta.pha.pa.us> Distribution: unix-pc Organization: Traveller's Aid, Mundelein, IL Lines: 18 From article <422@manta.pha.pa.us>, by brant@manta.pha.pa.us (Brant Cheikes): > > Note to CCC script writers: If we can really link using -F, and it's > really better than the default (-z, apparently), then why not fix CCC > to give ld the -F option unless contraindicated? Just change the run= to: run="/bin/ld $ldargs $ofiles $ldlibs $extralib $startoff $libc" That's all. All program's cc'd thru ccc will have the -F option when you do a file on the executable. Somewhere in the manuals I've read that everything for ld must before /lib/crt0s.o /lib/shlib.ifile in order for -F to work. Also, -F is the most natural format for the machine because the object code is loaded by modulo 4096 (the page frame size). Read the man page for ld. -- JL Gomez