I've successfully gotten R 2.2.1 to compile on AIX 5.2. 

However, when I run "make install", I receive the following message:

/appl/perform/workspace/R-2.2.1
[EMAIL PROTECTED]/appl/perform/workspace/R-2.2.1] make install
/appl/perform/workspace/R-2.2.1/m4
Target "install" is up to date.
/appl/perform/workspace/R-2.2.1/tools
Target "install" is up to date.
/appl/perform/workspace/R-2.2.1/doc
installing doc ...
../tools/install-sh: no destination specified.
make: The error code from the last command is 1.


Stop.
make: The error code from the last command is 1.


Stop.


R has been built as I can go into R-2.2.1/bin and launch R. However, I
get the following when running demo(graphics):

> if (dev.cur() <= 1) get(getOption("device"))()
Error in get(getOption("device"))() : X11 module cannot be loaded
In addition: Warning message:
unable to load shared library
'/appl/perform/workspace/R-2.2.1/modules/R_X11.so':
  Could not load module
/appl/perform/workspace/mbeason/R-2.2.1/modules/R_X11.so.
        Dependent module /usr/java14/jre/bin/libjpeg.a(libjpeg.so.62)
could not be loaded.
        File /usr/java14/jre/bin/libjpeg.a is not an
          archive or the file could not be read properly.
System error: Exec format error
System error: Exec format error
Could not load module /usr/java14/jre/bin/libjpeg.a.
        Dependent module /usr/java14/jre/bin/libjpeg.a could not be
loaded.


Any thoughts on this would be greatly appreciated. I feel as though I'm
VERY close to getting this fully functional.

Thanks!

Matt

        [[alternative HTML version deleted]]

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to