IRIX is the UNIX System V operating system produced by Silicon Graphics Inc.
4
votes
1answer
213 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
328 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 ...
2
votes
0answers
49 views
Signal break-codes in Linux
I am porting a code from IRIX to Linux RedHat, that is currently using signal handlers with the form of
void sig_handler (int sig, int code, struct sigcontext *).
These codes are for example ...
1
vote
3answers
402 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.
1
vote
2answers
97 views
Shell script for loop: variable strangeness
My shell-fu is weak, and these SGI (IRIX 6.5) boxes aren't helping. It works as I would expect on Linux.
The ultimate goal is to run one or more shell scripts on a remote system.
There is one shell ...
0
votes
2answers
241 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 ...
0
votes
1answer
110 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
1answer
170 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
0answers
29 views
xlock will not unlock with ldap
I have a system that is having xlock issues. I can login to the box just fine, authenticating with LDAP, but if I (or any user on the workstation) runs xlock, we cannot unlock the display.
If I run ...
0
votes
1answer
28 views
Equivalent for libSgm's Dial
I am porting a complex software from IRIX to Linux Red-Hat.
It now uses the Dial widget from libSgm (see here for example).
I searched quite a while and didn't find any equivalent/replacement for ...
0
votes
0answers
52 views
i/ostream ambigous symbol rogue wave
I have C++ code with RogueWave which was compiled in IRIX 6.5 OS (UNIX) and I need to convert it such that it can compiled in Visual Studio 2010.
However there is a problem with the stream objects - ...
0
votes
1answer
25 views
How to configure nis client in irix
Can anyone please let me know how to configure nis client in irix box.
How can I check whether nis package is installed or not in irix?