Using ObjectMalloc with gcc3.3/Xcode/etc: Does it work???
Using ObjectMalloc with gcc3.3/Xcode/etc: Does it work???
- Subject: Using ObjectMalloc with gcc3.3/Xcode/etc: Does it work???
- From: Michael Shantzis <email@hidden>
- Date: Thu, 10 Jul 2003 15:17:42 -0700
Has anyone been able to get ObjectMalloc to work with the new
development tools?
Every time I attempt to run a program using ObjectMalloc, I get the
error:
"The subtask was terminated by signal 5"
(i.e. the program is receiving a TRAP, I think")
In the "Standard Error" window, I get the following message:
dyld:
/Users/mas/Projects/texteditor/build/texteditor.app/Contents/MacOS/
texteditor multiple definitions of symbol __objcInit
/Users/mas/Projects/texteditor/build/texteditor.app/Contents/MacOS/
texteditor definition of __objcInit
/usr/lib/libobjc.A.dylib(libobjc.ppc.o) definition of __objcInit
I'm just wondering if I should report this as a bug or if I'm doing
something wrong...
thx,
m
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.