<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Hello&nbsp; all R users,
<p>I tried to compile R1.3.0 on Solari Ultra60,&nbsp;&nbsp; R configured
as follows(command ./configure)
<p>then&nbsp; I used "make"&nbsp; to make&nbsp; x&nbsp; files. I got the
information&nbsp; which looks that the <font color="#3366FF">X11 s unsupported</font>.
<br>Does anyone can help me to find the reason why I couldn't make the
successful compile.
<br>If anyone has the precompiled R under sparc workstation,&nbsp; may
I get a copy?
<br>&nbsp;
<p>Thank you very much in advance for ur help.
<p>Zhuanshi He
<br>Advanced Environmental Monitoring and Research Center
<br>Kwangju Institute of Science and Technology
<br>Republic of Korea
<br><A HREF="http://www.geocities.com/hzs.geo">http://www.geocities.com/hzs.geo</A>
<br>&nbsp;
<p>----------------------------------
<br>R is now configured for sparc-sun-solaris2.7
<p>&nbsp; Source directory:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
.
<br>&nbsp; Installation directory:&nbsp;&nbsp;&nbsp; /usr/local
<br>&nbsp; C compiler:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
gcc&nbsp; -g -O2
<br>&nbsp; C++ compiler:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
c++&nbsp; -g -O2
<br>&nbsp; FORTRAN compiler:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
g77&nbsp; -g -O2
<p>&nbsp; <font color="#FF0000">X11 support:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
yes</font>
<br>&nbsp; Gnome support:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
no
<br>&nbsp; Tcl/Tk support:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
no
<p>&nbsp; R profiling support:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; yes
<br>&nbsp; R as a shared library:&nbsp;&nbsp;&nbsp;&nbsp; no
<br>-----------------------------------
<br>&nbsp;
<p>"make "&nbsp; output some information like
<p>make[3]: `R.bin' is up to date.
<br>make[3]: Leaving directory `/export/home/hzs/Softwarz/R/All.platforms/R-1.3.0/src/main'
<br>make[2]: Leaving directory `/export/home/hzs/Softwarz/R/All.platforms/R-1.3.0/src/main'
<br>make[2]: Entering directory `/export/home/hzs/Softwarz/R/All.platforms/R-1.3.0/src/modules'
<br>make[3]: Entering directory `/export/home/hzs/Softwarz/R/All.platforms/R-1.3.0/src/modules/X11'
<br>make[4]: Entering directory `/export/home/hzs/Softwarz/R/All.platforms/R-1.3.0/src/modules/X11'
<br>make[4]: Leaving directory `/export/home/hzs/Softwarz/R/All.platforms/R-1.3.0/src/modules/X11'
<br>make[4]: Entering directory `/export/home/hzs/Softwarz/R/All.platforms/R-1.3.0/src/modules/X11'
<br><font color="#3333FF">gcc -I. -I../../../src/include -I../../../src/include&nbsp;
-I/usr/local/include -DHAVE_CONFIG_H&nbsp; -fPIC&nbsp; -g -O2 -c dataentry.c
-o dataentry.o</font>
<br><font color="#3333FF">dataentry.c: In function `doSpreadKey':</font>
<br><font color="#3333FF">dataentry.c:1195: `XK_Page_Up' undeclared (first
use in this function)</font>
<br><font color="#3333FF">dataentry.c:1195: (Each undeclared identifier
is reported only once</font>
<br><font color="#3333FF">dataentry.c:1195: for each function it appears
in.)</font>
<br><font color="#3333FF">dataentry.c:1199: `XK_Page_Down' undeclared (first
use in this function)</font>
<br>make[4]: *** [dataentry.o] Error 1
<br>make[4]: Leaving directory `/export/home/hzs/Softwarz/R/All.platforms/R-1.3.0/src/modules/X11'
<br>make[3]: *** [R] Error 2
<br>make[3]: Leaving directory `/export/home/hzs/Softwarz/R/All.platforms/R-1.3.0/src/modules/X11'
<br>make[2]: *** [R] Error 1
<br>make[2]: Leaving directory `/export/home/hzs/Softwarz/R/All.platforms/R-1.3.0/src/modules'
<br>make[1]: *** [R] Error 1
<br>make[1]: Leaving directory `/export/home/hzs/Softwarz/R/All.platforms/R-1.3.0/src'
<br>make: *** [R] Error 1
<br>&nbsp;
<br>&nbsp;
<br>&nbsp;</html>