[gnu.bash.bug] GCC_SUNOS4_FLAG = -Bstatic ???

perf@efd.lth.se (Per Foreby) (08/12/89)

Why? (see subject) 

Can I link dynamically to save memory? Any disadvantages?
--
Per Foreby
System manager at EFD, Lund Institute of Technology (Lund University)
Snail: E-huset, Tekniska Hogskolan i Lund, Box 118, S-221 00 LUND, Sweden. 
Email: perf@efd.lth.se		Phone: int + 46 46-10 74 92

bfox@AUREL.CALTECH.EDU (Brian Fox) (08/12/89)

   Date: 11 Aug 89 19:02:38 GMT
   From: mcvax!kth!sunic!Urd!newsuser@uunet.uu.net  (Per Foreby)
   Organization: EFD, Lund Institute of Technology, Lund, Sweden
   Sender: bug-bash-request@prep.ai.mit.edu

   Why? (see subject) [GCC_SUNOS4_FLAG = -Bstatic]

   Can I link dynamically to save memory? Any disadvantages?

You can dynamically link to save swap space (isn't that what you meant?)
but GDB can't debug Sun dynamically linked things.

Brian Fox