Path: utzoo!censor!geac!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!samsung!uunet!bywater!arnor!arnor!marc From: marc@arnor.uucp Newsgroups: comp.unix.aix Subject: Re: Can the RS6000 do NON-dynamic linking? Message-ID: Date: 13 Dec 90 16:35:45 GMT References: <1990Dec12.192323.9559@uvmark.uucp> Sender: news@arnor.uucp (NNTP News Poster) Organization: IBM T.J. Watson Research Center, Hawthorne, New York Lines: 6 In-Reply-To: todd@uvmark.uucp's message of 12 Dec 90 19:23:23 GMT If -bnso is specified on an ld (or cc which does an ld) all libraries will be processed as unshared. Your executable will have bound copies of everything. If you provide a malloc, it will replace the libc malloc. Marc Auslander