> dyld: gnumeric version mismatch for library: /sw/lib/libbonobo.2.dylib > (compatibility version of user: 3.0.0 greater than library's version: 0.0.0)
I'm afraid you are suffering from a problem which is caused when you are using the bash shell to provide /bin/sh functionality when compiling fink packages. This was discovered fairly recently, and there is a fix, but not all packages have been fixed yet. To cure the problem, you need to switch /bin/sh back to the original version (i.e., it matches zsh) and then recompile any packages which you compiled with bash. The ones you got errors on are good for a starting point. In general, you can find out the version numbers of the library libfoo by looking at the second line in the output of "otool -L /sw/lib/libfoo.dylib" If you see 0.0.0, it's a pretty good bet that you need to recompile. Sorry for the trouble, we are working on getting all fink packages updated to avoid this problem, since bash will provide /bin/sh in OS X 10.2. -- Dave _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
