Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!hellgate.utah.edu!caen!sdd.hp.com!spool.mu.edu!uunet!shelby!agate!ziploc!eps From: eps@toaster.SFSU.EDU (Eric P. Scott) Newsgroups: comp.sys.next Subject: Re: Library function redefinition Message-ID: <1383@toaster.SFSU.EDU> Date: 2 Mar 91 09:01:46 GMT References: <1991Feb28.190319.22658@usenet.ins.cwru.edu> <1991Mar1.143756.12400@usenet.ins.cwru.edu> Reply-To: eps@cs.SFSU.EDU (Eric P. Scott) Organization: San Francisco State University Lines: 13 In article <1991Mar1.143756.12400@usenet.ins.cwru.edu> chet@po.CWRU.Edu writes: >It seems that the NeXT/Mach ld simply maps the library into my process's >address space, and damn any symbols that I already defined. Aww, poor baby. Betcha don't use System V or SunOS 4.1+ either. >What I would like is a switch to cc or ld that restores the traditional >behavior, even in the presence of shared libraries. If it can't be done, >that's OK, too. -Dgetenv=my_incompatible_replacement_for_getenv -=EPS=-