Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!zaphod.mps.ohio-state.edu!wuarchive!psuvax1!psuvm!cunyvm!byuvax!physc1!kla From: kla@physc1.byu.edu Newsgroups: comp.lang.c Subject: RE: User Libraries, when to use? Message-ID: <79kla@physc1.byu.edu> Date: 10 Apr 90 23:31:16 GMT Lines: 4 My understanding of libraries under unix is somewhat limited, but I haven't seen any advantage to using libraries there. However, with MSC 5.1 I understand that libraries are very useful because they only link in the actual libraries needed by a particular program. Under unix it seems that everything is linked in every time. If I am wrong about this I'd like to know about it.