Brian, In what context is this tar question? gnuplot install on the Mac? In which case you want to do something like:
...$ tar -xf ..../gnuplot-4.4.4.tar This assumes the mac download took care of the .gz suffix. If your file is still called .tar.gz you'll need: ...$ tar -xzf ..../gnuplot-4.4.4.tar The mac build for me went completely smoothly. It assumes you have already installed xcode from your distribution dvds. If you don't have xcode installed you need to do a lot more. /Eric On Thu, Nov 24, 2011 at 7:51 PM, Brian Schott <[email protected]>wrote: > Could someone supply the tar -x command and options to unpack for me, > please? > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
