On 2006-01-04 08:12:03 -0700 [EMAIL PROTECTED] wrote:



(gdb) run
Starting program: /usr/GNUstep/Local/Applications/Affiche.app/Affiche
Reading symbols for shared libraries ..+.......+...............+ done

Program received signal EXC_BAD_ACCESS, Could not access memory.
Reason: KERN_INVALID_ADDRESS at address: 0x746f7270
0x90a418b0 in objc_msgSend ()
(gdb) bt
#0  0x90a418b0 in objc_msgSend ()
(gdb)

It appears that the dynamic loader is using the Apple libobjc library rather than the GNU one. You can see in the email you sent, that both libobjc-gnu (GNU) and libobjc.A.dylib (Apple) are included in the list of libraries. I think one of your other libraries is pulling in the apple libraries when it shouldn't. I have had that happen with libjpeg (via Fink). I'm not sure if that is your problem though.



_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to