On Monday, January 3, 2005, at 02:25  AM, Martin Costabel wrote:

Robert Wyatt wrote:
[First of all, happy new year to everyone! And thanks for making the Binary Dist
option available to fink; I like it!]
I deleted the old kdepim3 but am still having difficulty. I apologize in advance
if my holiday made me forget something that I thought I knew...:

Same here :-) but I think this is still the same problem as before the holidays.
[]
The complete output is here:
http://uts.cc.utexas.edu/~bentones/development/at-home/ 20050102kdepim3.txt

Let me phrase my question from last time differently: Do you have

/sw/lib/libkcal_imap.1.dylib

on your system?

To look more broadly, could you run the command (in bash, this is one line)

for lib in /sw/lib/libk*.*.dylib ; do otool -l $lib | grep TWOLEVEL > /dev/null || echo $lib ; done

and see if it gives something. It would show those libraries that were compiled as flat_namespace.

Or do you have the environment variable DYLD_FORCE_FLAT_NAMESPACE set, or any other environment variable containing "DYLD"?

--
Martin

I don't have libkcal_imap.1.dylib, but I do have MANY libk*.*.dylib thingies.


bash-2.05a$ for lib in /sw/lib/libk*.*.dylib ; do otool -l $lib | grep TWOLEVEL > /dev/null || echo $lib ; done
/sw/lib/libkarbonbase.0.0.0.dylib
/sw/lib/libkarbonbase.0.dylib
/sw/lib/libkarboncommon.0.0.0.dylib
/sw/lib/libkarboncommon.0.dylib
/sw/lib/libkdchart.0.0.0.dylib
/sw/lib/libkdchart.0.dylib
/sw/lib/libkdefakes.4.2.0.dylib
/sw/lib/libkdefakes.4.dylib
/sw/lib/libkghostviewlib.0.0.0.dylib
/sw/lib/libkghostviewlib.0.dylib
/sw/lib/libkimproxy.0.0.0.dylib
/sw/lib/libkimproxy.0.dylib
/sw/lib/libkjava.1.0.0.dylib
/sw/lib/libkjava.1.dylib
/sw/lib/libkmdi.1.0.0.dylib
/sw/lib/libkmdi.1.dylib
/sw/lib/libkmultipage.0.0.0.dylib
/sw/lib/libkmultipage.0.dylib
/sw/lib/libknewstuff.1.0.0.dylib
/sw/lib/libknewstuff.1.dylib
/sw/lib/libkochart.1.0.0.dylib
/sw/lib/libkochart.1.dylib
/sw/lib/libkommanderplugin.0.0.0.dylib
/sw/lib/libkommanderplugin.0.dylib
/sw/lib/libkommanderwidget.0.0.0.dylib
/sw/lib/libkommanderwidget.0.dylib
/sw/lib/libkommanderwidgets.0.0.0.dylib
/sw/lib/libkommanderwidgets.0.dylib
/sw/lib/libkscreensaver.4.2.0.dylib
/sw/lib/libkscreensaver.4.dylib
/sw/lib/libksplashthemes.0.0.0.dylib
/sw/lib/libksplashthemes.0.dylib
/sw/lib/libktexteditor.0.0.0.dylib
/sw/lib/libktexteditor.0.dylib
bash-2.05a$




-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Fink-beginners mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to