perm@mizar.docs.uu.se (Per Mildner) (11/16/89)
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.)