Christian Ebert wrote: > LC_ALL=C ./intltool-merge -x -u -c ./po/.intltool-merge-cache ./po > freedesktop.org.xml.in freedesktop.org.xml > Generating and caching the translation database > Merging translations into freedesktop.org.xml. > dyld: lazy symbol binding failed: Symbol not found: _XML_ParserCreate_MM > Referenced from: > /sw/lib/perl5/5.8.8/darwin-thread-multi-2level/auto/XML/Parser/Expat/Expat.bundle > Expected in: dynamic lookup
You could go into the build directory /sw/src/fink.build/shared-mime-info-0.40-2/... (look where the files intltool-merge and freedesktop.org.xml.in are living) and run the above command "LC_ALL=C ./intltool-merge ..." by hand. Precede it with sudo env DYLD_PRINT_LIBRARIES=1 This will show you if there is perhaps a different libexpat.1.dylib being loaded. -- Martin ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
