discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

linking GWorksapce on MacOSX - now at runtime


From: Yves de Champlain
Subject: linking GWorksapce on MacOSX - now at runtime
Date: Wed, 17 Aug 2005 13:46:58 -0400

I don't get that one :-\

every GNUstep binary I have (base-gui-back-gworkspace) all link to libobjc-gnu

At least that what shows up with

for file in `grep -r libobjc * | awk '{print $3}'`; do otool -l $file | grep libobjc; done

However, when I do "openapp GWorkspace" I get a segfault in libobjc.A.dylib (Apple's)

Thread 0 Crashed:
0   libobjc.A.dylib     0x909ad0f8 objc_msgSend + 24
1 libobjc.A.dylib 0x909ad044 _objc_fixup_protocol_objects_for_image + 180
2   libobjc.A.dylib     0x909a92e8 map_images + 728
3 dyld 0x8fe102d4 ImageLoaderMachO::doNotification (dyld_image_mode, unsigned, dyld_image_info const*) + 112 4 dyld 0x8fe062e8 dyld::notifyAdding (std::vector<ImageLoader*, std::allocator<ImageLoader*> >&) + 256 5 dyld 0x8fe0f5b8 ImageLoader::runInitializers (ImageLoader::LinkContext const&) + 280
6   dyld                0x8fe0381c dyld::initializeMainExecutable() + 96
7   GWorkspace          0x00002018 _call_mod_init_funcs + 52 (crt.c:305)
8   GWorkspace          0x00001e08 _start + 156 (crt.c:226)
9   GWorkspace          0x00001d68 start + 60


My DYLD path is set OK

DYLD_LIBRARY_PATH=/Users/yves/GNUstep/Library/Libraries:/opt/local/ GNUstep/Local/Library/Libraries:/opt/local/GNUstep/System/Library/ Libraries

so what can I do ?

yves




reply via email to

[Prev in Thread] Current Thread [Next in Thread]