For the record:
After following the tips suggested by Alexander and Viktor and reading the OpenOffice docs here's what I did:
For dlcompat: sudo ln -s /sw/lib/libdl.0.dylib /usr/local/lib/libdl.0.dylib sudo ln -s /usr/local/lib/libdl.0.dylib /usr/local/lib/libdl.dylib
Similarly for fondu: sudo ln -s /sw/bin/fondu /usr/local/bin/fondu
gimp-print and esp-ghostscript I already have installed with the packages from <http://gimp-print.sourceforge.net/MacOSX.php3> and it appears these are installed into the /usr/local tree.
Which leaves me with 'libfreetype 6.2+' as OOo requires:
sudo ln -s /sw/lib/libfreetype.6.3.2.dylib /usr/local/lib/libfreetype.6.3.2.dylib
sudo ln -s /sw/lib/libfreetype.6.3.2.dylib /usr/local/lib/libfreetype.6.dylib sudo ln -s /sw/lib/libfreetype.6.3.2.dylib /usr/local/lib/libfreetype.dylib sudo ln -s /sw/lib/libfreetype.a /usr/local/lib/libfreetype.a sudo ln -s /sw/lib/libfreetype.la /usr/local/lib/libfreetype.la
Though there is also a libfreetype in /usr/X11R6/lib, presumably installed by Apple X11? Wonder which OO uses.
-rw-r--r-- 1 root wheel 254136 May 7 13:00 libfreetype.6.2.dylib
lrwxr-xr-x 1 root wheel 21 Jun 4 09:30 libfreetype.6.dylib -> libfreetype.6.2.dylib
-rw-r--r-- 1 root wheel 329800 Feb 6 02:05 libfreetype.a
lrwxr-xr-x 1 root wheel 21 Jun 4 09:30 libfreetype.dylib -> libfreetype.6.2.dylib
Anyway, everything seems to launch and work just fine, anti-aliased text and all. Fonts were converted, presumably usng the fink installed fondu, and my other fink installed X11 apps seem to be working ok.
thanks
-- Adrian [EMAIL PROTECTED] IM ID: perlucida
------------------------------------------------------- This SF.Net email is sponsored by: INetU Attention Web Developers & Consultants: Become An INetU Hosting Partner. Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission! INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
