From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu From: mirtchov@cpsc.ucalgary.ca MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] malloc redefinition when linking pcc with 8c programs Date: Mon, 1 Dec 2003 11:13:25 -0700 Topicbox-Message-UUID: 99a7e37e-eacc-11e9-9e20-41e7f4b1d025 I'm having this problem I can't get around -- trying to link .8 files compiled with ape/pcc and .8 files compiled with 8c I get the following: malloc: /386/lib/libc.a(mallocz): redefinition: malloc (1012) TEXT malloc+0(SB),$24 free: /386/lib/libc.a(mallocz): redefinition: free (1041) TEXT free+0(SB),$12 realloc: /386/lib/libc.a(mallocz): redefinition: realloc (1049) TEXT realloc+0(SB),$28 calloc: /386/lib/libc.a(mallocz): redefinition: calloc (1078) TEXT calloc+0(SB),$24 atexit: /386/lib/libc.a(exits): redefinition: atexit (776) TEXT atexit+0(SB),$16 Any ideas? andrey