WHERE IS THE SOURCE FOR XEYES IN AIX 3.2.4?
ITEM: RTA000053034
QUESTION:
I have a customer that just bought their RS/6000 model 340. He has
installed AIX Windows and wants to run xeyes. I know that the source
is supposed to be out there some where, but I can't seem to find it.
Where is the source? And are there any special instructions that I
should know about to compile/use it?
---------- ---------- ---------- --------- ---------- ----------
A: I found the xeyes.c file in /usr/lpp/X11/Xamples/demos/xeyes/
on my AIX 3.2.4 PMP system. xeyes.c is part of installation
image X11dev.src 01.02.03.00. If you do not have the source
file, then you will have to install (or reinstall) this
installation image.
I followed the procedure below to compile and test xeyes:
1) cd /usr/lpp/X11/Xamples/demos/xeyes
2) I copied all the xeyes source files to a directory
created in my HOME directory:
mkdir $HOME/xeyes
for file in *.c; do cp $file $HOME/xeyes; done
3) cd $HOME/xeyes
4) Compile all the files:
for file in *.c; do cc -c $file; done
5) Remove xeyes.o to enable step 6 to work:
rm xeyes.o
6) cc -O -o xeyes -lm -lXmu -lXt -lX11 -lXext xeyes.c *.o
7) I ran the program by entering "./xeyes". It seemed to
work as expected.
---------- ---------- ---------- --------- ---------- ----------
This item was created from library item Q676738 CKGVK
Additional search words:
AIX AIXWINDOWS ALTERNATE CKGVK DEC94 ENVIRONMENT INDEX IX OZNEW
RISCSYSTEM RISCXWIN SL SOFTWARE SOURCE XEYES 3.2.4
WWQA: ITEM: RTA000053034 ITEM: RTA000053034
Dated: 10/1996 Category: RISCXWIN
This HTML file was generated 99/06/24~12:43:20
Comments or suggestions?
Contact us