Tagged Questions
The irix tag has no wiki summary.
4
votes
1answer
136 views
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 ...
3
votes
3answers
296 views
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 ...
1
vote
3answers
325 views
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.
0
votes
1answer
19 views
Loading shared libraries in IRIX UNIX: failing due to ENOSPC
I am running into problems on an ancient IRIX 6.5 system. First a program did not find a shared library, because I moved the program from one machine to another.
I then fetched the library and put it ...
0
votes
0answers
61 views
cups not printing classification
Our print server is using cups, and it is set to use a classification but the classification is not appearing on the pages. The banner prints and all config files look to be okay (printers.conf, ...
0
votes
1answer
115 views
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 ...
0
votes
2answers
127 views
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 ...