Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!zaphod.mps.ohio-state.edu!wuarchive!uunet!kddlab!cs.titech!titccy.cc.titech!necom830!mohta From: mohta@necom830.cc.titech.ac.jp (Masataka Ohta) Newsgroups: comp.unix.internals Subject: Re: Shared Lib Question (ISC) Message-ID: <212@titccy.cc.titech.ac.jp> Date: 20 May 91 09:50:49 GMT References: <19252@rpp386.cactus.org> <19255@rpp386.cactus.org> <1991May10.192648.3147@Think.COM> <19261@rpp386.cactus.org> <7611@segue.segue.com> <19310@rpp386.cactus.org> Sender: news@titccy.cc.titech.ac.jp Organization: Tokyo Institute of Technology Lines: 18 It should be noted this thread of a library of pure text is meaningless. In article <19310@rpp386.cactus.org> jfh@rpp386.cactus.org (John F Haugh II) writes: >By placing the address of certain routines in a jump-table that resides >at a well-known address, He is now reffering to assign static addresses (well-known address). If we can have statically assigned addresses it is easy to have global variable, because they also can have statically assigned addresses. So, pureness is not neccessary. Of course, it is wrong to simply assume we can assign static addresses. Masataka Ohta