Tagged Questions
0
votes
0answers
49 views
Add WXT Terminal to GNUplot 4.6.1
My MacPorts GNUplot 4.6.1 works nicely but has no WXT terminal. Over in StackOverflow
WXT terminal on OSX
this was suggested:
port variants gnuplot to list available variants.
sudo port ...
1
vote
1answer
443 views
How do I install Macports and Xcode for OS X Snow Leopard
I'm new to OS X and I have an older Snow Leopard system. I need to compile a few simple C programs for some analysis work. It seems that gcc et al are part of a package called Xcode, and that many ...
0
votes
0answers
71 views
How can I install ganglia on 10.6 with fink?
I want to install Ganglia on my mac.
I was able to get the configure script to work by installing the following fink packages:
fink install rrdtool rrdtool-dev libconfuse0
And then issuing ...
2
votes
2answers
330 views
How can I install getent on Snow Leopard?
I have several scripts which require the utility getent. In addition, I've read several handy tips which use getent.
getent is a Networking utility which is widely available on Unix, *BSD and ...
0
votes
2answers
739 views
How to install Scala on Mac OS X with MacPorts?
I'm trying to install Scala following the advice at the official website:
sudo port install scala
But this gives me:
---> Fetching archive for scala
---> Attempting to fetch ...
3
votes
1answer
352 views
Help getting Nautilus running under MacPorts
I have been trying to run Nautilus on OS X 10.6.8 without any luck. First, I installed MacPorts, then installed Nautilus. However when I try to run it from the command line, I am getting an error. I ...
3
votes
1answer
983 views
How can I install the X11 version of Firefox on Snow Leopard? (Preferably without MacPorts or Fink?)
I’m doing some screen-scraping using Selenium, a framework which lets you programmatically control web browsers on your system. I’m running it as part of a web app on a Linux server, and on my MacBook ...