On 7/6/06, David Lowe <[EMAIL PROTECTED]> wrote: > Greetz! > > I'm trying again to build open office. It's now asking for a > different set of dependencies than it used to. For a basically stock > Tiger setup [anacron being the only modification], do i choose > fileutils, or coreutils-default? Does the '-default' mean it's the > preferred choice?? The package descriptions aren't very informative... >
Sometimes the various utilities in coreutils provide different behavior than the corresponding system versions. -default in this case means to install symlinks to them that reside in your PATH, e.g.: $ dlocate -L coreutils /. /sw /sw/bin /sw/lib /sw/lib/coreutils /sw/lib/coreutils/bin /sw/lib/coreutils/bin/[ /sw/lib/coreutils/bin/basename /sw/lib/coreutils/bin/cat /sw/lib/coreutils/bin/chgrp ... $ dlocate -L coreutils-default /. /sw /sw/bin /sw/share /sw/share/doc /sw/share/doc/installed-packages /sw/share/doc/installed-packages/coreutils-default /sw/share/man /sw/share/man/man1 /sw/bin/[ /sw/bin/basename /sw/bin/cat /sw/bin/chgrp ... $ ls -l /sw/bin/cat lrwxr-xr-x 1 root admin 24 Jun 27 21:46 /sw/bin/cat -> ../lib/coreutils/bin/cat Fileutils provides a subset of these programs, and just installs them in /sw/bin > PowerMac G5 1.6 GHz [2 GB mem] Os X.4.7, Apple X11, XCode 2.3, Fink > 0.24.23 > > Pete: Waiter, this meat is bad. > Waiter: Who told you? > Pete: A little swallow. > > > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Fink-beginners mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/fink-beginners > -- Alexander K. Hansen Fink Documenter (still) Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
