Path: utzoo!attcan!uunet!aplcen!uakari.primate.wisc.edu!ames!pasteur!ucbvax!andrew.cmu.edu!ghoti+ From: ghoti+@andrew.cmu.edu (Adam Stoller) Newsgroups: comp.soft-sys.andrew Subject: Re: Problems with Andrew on Sun SS-1 Message-ID: Date: 27 Feb 90 20:59:54 GMT References: <4ZudpPP0_csmMjxqRr@icase.edu> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 21 Excerpts from internet.info-andrew: 27-Feb-90 Re: Problems with Andrew on.. Tom Crockett@icase.edu (2599+0) > The [..] Makefiles need to be edited manually to add a -Bstatic option > for linking: Have you tried something of the form: make dependInstall DEFINES=-Bstatic I'm not absolutely positive that it works - but I believe the make variable 'DEFINES' is included in CFLAGS, and hence you wouldn't need to edit the Makefiles. If this is true - then either: (a) the specific system.mcr file should be changed [here] to include -Bstatic as part of STD_DEFINES, or (b) you should add the DEFINES=-Bstatic to your site's site.mcr --fish