Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!mizar.docs.uu.se!perm From: perm@mizar.docs.uu.se (Per Mildner) Newsgroups: gnu.bash.bug Subject: -Bstatic should be -static for gcc Message-ID: <8911152007.AAmizar05104@mizar.DoCS.UU.SE> Date: 15 Nov 89 20:07:15 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 11 bash 1.04 In Makefile: GCC_SUNOS4_FLAG = -Bstatic should be GCC_SUNOS4_FLAG = -static relevant from gcc.info `-static' On Suns running version 4, this prevents linking with the shared libraries. (`-g' has the same effect.)