Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!convex!ewright From: ewright@convex.com (Edward V. Wright) Newsgroups: comp.sys.mac.programmer Subject: Re: THINK C linking wish Keywords: smart linking Message-ID: <109545@convex.convex.com> Date: 29 Nov 90 23:20:15 GMT References: <16796@natinst.natinst.com> Sender: news@convex.com Distribution: usa Organization: Convex Computer Corporation; Richardson, TX Lines: 10 davoli@natinst.com (Russell Davoli) writes: > >It would be really nice if there was a way to get "smarter" linking >out of THINK C. By this, I mean that the linker includes only the >functions called in the program. As I understand it, presently the >linker will link in all the functions from a file if even one of those >is called. Are you sure about that? I know that isn't true with THINK Pascal, so I would be fairly surprised to find out that is with THINK C.