Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.internals Subject: Re: Fundamental defect of the concept of shared libraries Keywords: ISC i386 shared libraries Message-ID: <8054@auspex.auspex.com> Date: 27 May 91 20:35:38 GMT References: <209@titccy.cc.titech.ac.jp> <7974@auspex.auspex.com> <246@titccy.cc.titech.ac.jp> Organization: Auspex Systems, Santa Clara Lines: 5 >STRCMP() is source code level inlining of strcmp(), *NOT* strcmp() >in a shared library. Yes, that's exactly what I said! It's source-code-level inlining, which works JUST FINE with "strcmp()" in a shared library.