Re: guard malloc vs dyld
Re: guard malloc vs dyld
- Subject: Re: guard malloc vs dyld
- From: Stefan Werner <email@hidden>
- Date: Wed, 01 Jun 2005 13:19:14 +0200
Hi,
even with the right Tcl.framework, I still get a SIGTRAP in dyld when using guard malloc:
This time, it's complaining about a double definition of _malloc_zone_register, defined in libgmalloc (obviously) and libSystem.b.dylib. Am I maybe forgetting a linker setting?
On Jun 1, 2005, at 12:54 PM, email@hidden wrote:
It turned out that a 3rd party application installed a
/Library/Frameworks/Tcl.framework, which the linker used instead of
/System/Library/Frameworks/Tcl.framework (probably in order to run on
10.2, which didn't ship with Tcl IIRC). Removing the one in /Library
made it link without double definitions.
Stefan
<x-tad-smaller>--
Stefan Werner, Media Computing Group
Department of Computer Science 10, RWTH Aachen University
Ahornstrasse 55, 52074 Aachen, Room 2U11
Phone: +49 (241) 80-21055 Fax: +49 (241) 80-22050</x-tad-smaller>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden