Another Linker Problem: version mismatch for library
Another Linker Problem: version mismatch for library
- Subject: Another Linker Problem: version mismatch for library
- From: Philip Mötteli <email@hidden>
- Date: Sun, 16 Nov 2003 17:00:53 +0100
Hi
Another linker problem:
dyld: /private/tmp/MultiMarkets version mismatch for library:
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
(compatibility version of user: 32736.0.8 greater than library's
version: 300.0.0)
I can't see, where I could have done that. I didn't change anything,
except replacing a method call in my code, recompiled it and now I have
the above linker error.
I recompiled the whole program, but no change.
Btw, the backtrace is the following:
gdb) bt
#0 0x8fe019e0 in halt ()
#1 0x8fe0acf4 in link_edit_error ()
#2 0x8fe0428c in map_library_image ()
#3 0x8fe03930 in load_library_image ()
#4 0x8fe06a0c in load_images_libraries ()
#5 0x8fe02e18 in load_executable_image ()
#6 0x8fe01b70 in _dyld_init ()
Current language: auto; currently c
And again: In the meantime I have started using DDD as my debugger. In
DDD no such problem at all. The program runs as normal. And the same
from the command line or from a debugger from the command line.
Re
Phil
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.