Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!tut.cis.ohio-state.edu!ucbvax!decwrl!shelby!csli!dmr From: dmr@csli.Stanford.EDU (Daniel M. Rosenberg) Newsgroups: comp.sys.next Subject: Overloading functions Message-ID: <9368@csli.Stanford.EDU> Date: 11 Jun 89 02:34:53 GMT Sender: dmr@csli.Stanford.EDU (Daniel M. Rosenberg) Reply-To: dmr@csli.stanford.edu (Daniel M. Rosenberg) Organization: World Otherness Ministries Lines: 13 Recently, when trying to compile bash (a shell from the Free Software folks) on my Cube, I ran into a problem I have run into before. Bash makes its own versions of malloc(), free(), and realloc(). Ld does not appreciate them competing with the ones in libc. Is there any simple way to tell the compiler or loader to just overload redefined functions? Thanks for any hints. -- # Daniel M. Rosenberg // Stanford CSLI // Opinions are my own only. # dmr@csli.stanford.edu // decwrl!csli!dmr // dmr%csli@stanford.bitnet