Skip to content
Prev 2458 / 398506 Next

R compiling on SOLARIS 2.6

On Thu, 22 Apr 1999, Carl Carpenter wrote:

            
Gulp.  No I really mean GULP!

Without additional info it is hard to comment.  What is your
application?
Try leaving out the specification of where the X libraries are.
Autoconf is pretty good at figuring things like this out.

Most people I know are using X11R6 now, but I think that openwindows is
current enough for it to do the job.
The path to the X11 include files is not being set.  Try letting the
configure script discover the location of them.  If that fails, do the
configure and then try setting the correct lines in Makeconf.

My lines on Solaris look like

X_CFLAGS =  -I/usr/local/X11R6/include
X_LIBS =  -L/usr/local/X11R6/lib -R/usr/local/X11R6/lib -lX11
X_PRE_LIBS =  -lSM -lICE                                     
X_EXTRA_LIBS = -lsocket  -lnsl                               

which suggests that something like

X_CFLAGS =  -I/usr/openwin/include
X_LIBS =  -L/usr/openwin/lib -lX11
X_PRE_LIBS =                                 
X_EXTRA_LIBS = -lsocket  -lnsl                               

may work under openwindows.

Let us know what happens.  As a last resort we can get you binaries.

	Ross

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._