irix

Where can I find prebuilt Subversion binaries for SGI IRIX?

We have a few SGI Onyx 350 and Orgin 350 systems running IRIX 6.5.x that we would like to install Subversion on. One of them will likely be used as a simple repository server running svnserve. The others will only need client installs. The Subversion webpage has links to unofficial binaries for many *NIX systems, including HP-UX, Sola...

How do I find the MAC address programatically on IRIX?

How do I find the MAC address of a network card on IRIX? I'd rather not shell out to something that displays it and parse the output. I'm coding C. Methods that require root access are acceptable. ...

Monotonic clock on IRIX

I want to get a monotonic clock on IRIX, like: clock_gettime(CLOCK_MONOTONIC, &t); But CLOCK_MONOTONIC doesn't exist on IRIX. It has CLOCK_SGI_CYCLE, but that (as the names says) cycles too often (about every 90s on my machine in case you're interested). Is there any other (fairly high-res) clock that I can use, that isn't affected ...

IRIX bash shell expands expression in single quotes, yet shouldnt...

At the shell, I enter a single-quote and then carriage return and then a series of lines and then another single-quote: root@aim:/root > ' > @stat = lstat($ARGV[0]); > if (!@stat) { if (@stat = lstat($ARGV[0]);) { > print "nil\n"; > exit 0; > } > ' However, if you notice the interpreted output from the shell: bash: @stat = lstat($A...

Porting IRIS GL to Open GL?

Hi I'm really new to IRIX, IRIS GL, and Motif. I must compile more than 30 C codes written in 1997. Because these sources require header files such as XmAll.h, Xlib.h, and so on, I thought I just needed Unix and Open Motif to compile them. I installed FreeBSD as a guest OS on my Mac OSX, so almost all missing header files were found. (e...