Displaying 20 results from an estimated 6000 matches similar to: "Installation Help"
2007 Feb 03
0
Installation Help [Ignore]
Dear all,
I just went around the error I got. For your record, in case someone
encounter this again, the problem was in the "zlib" compression utility (
/usr/local/lib64/libz.a: could not read symbols: Bad value) which was not
compiled in my machine using the "-fPIC" flag. It turns out that this
library is used by the "png" module in R, therefore I just compiled R
2005 Nov 25
1
Problems compiling R under AIX 4.3
Hi,
I have problems compiling R 2.2.0 under AIX 4.3 with GCC and xlf95 (FORTRAN)
Compilers.
here the error message I got:
make[1]: Entering directory `/home/mau/sy/R-2.2.0/src/modules/X11'
make[1]: `Makedeps' is up to date.
make[1]: Leaving directory `/home/mau/sy/R-2.2.0/src/modules/X11'
make[1]: Entering directory `/home/mau/sy/R-2.2.0/src/modules/X11'
/usr/local/bin/gcc
2005 Jan 18
1
X11 installation problem Linux X86_64
Hello all,
This is my first time posting, so forgive my ignorance. I've searched high
and low but haven't come across the specific answer to my questions.
configure runs fine, then make gives this error:
...
gcc -shared -L/usr/local/lib -o R_X11.so dataentry.lo devX11.lo rotated.lo
rbitmap.lo -L/usr/X11R6/lib -lX11 -ljpeg -lpng -lz -lreadline -ldl
-lncurses -lm
/usr/bin/ld:
2004 Dec 08
1
install bug with specific JPEG library by exporting CPPFLAGS variable
Hi there,
I think I have found a small problem in the
"/my/path/R-2.0.1/src/modules/X11/MakeFile" generation.
During the configure step, I have specified a specific JPEG library by
exporting CPPFLAGS variable.
All compilation works well for individual files in the src/modules/X11/
directory, but when linking, the -ljpeg option doesn't work.
I obtain the following message (in french
2005 Dec 05
0
Compiling R under AIX 4.3
Hi,
I have some Problems compiling/linking R under AIX 4.3
Here what kind of compilers I use:
$ /usr/local/bin/gcc -v
Reading specs from /usr/local/lib/gcc/powerpc-ibm-aix4.3.2.0/3.4.3/specs
Configured with: ../gcc-3.4.3/configure --disable-nls --disable-aix64
Thread model: aix
gcc version 3.4.3
$ /usr/local/bin/ld -v
GNU ld version 2.16
and then the IBM Fortran Compiler 'xlf95'
I run
2003 May 05
1
problems compiling R on AIX5.1
Hello,
I'm trying to compile R (versions 1.6.0, 1.6.1, 1.6.2 and 1.7.0) on
our IBM Power3 Machine for an external user.
I always used to configure with
./configure --prefix=/scratch_tmp/harald/instala
I've never achieved to compile 1.7.0 because it seems that a file
called R.exp is missing (or maybe it's not well referenced on the
makefile).
Output of make:
....
xlc_r
2005 May 13
1
R make errors
I tried to install the latest version of R (2-1.0)in anAIX machine. I was able to tar, and configure with no
errors. However, when I said make, I got the following errors:
gcc -Wl,-bM:SRE -Wl,-H512 -Wl,-T512 -Wl,-bnoentry -Wl,-bexpall
-Wl,-bI:../../../etc/R.exp -L/usr/local/lib -o R_X11.so dataentry.lo devX11.lo
rotated.lo rbitmap.lo -lSM -lICE -lX11
ld: 0711-317 ERROR: Undefined symbol:
2003 Dec 22
2
R-devel with Darwin: some issues (mostly due to latest R.framework changes)
Some issues with the recent R-devel (rsync today) on Darwin:
1) Recent R-devel is a bit misleading concerning the R-framework
installation:
A new option --enable-R-framework was introduced, but
install-Rframework ignores its absence (or --disable-R-framework for
that matter) and tries to install the framework anyway in / which fails
just after the R itself was copied into /Versions/.... I
2003 May 26
1
Problem with a 64bit R on HP-UX]
Greetings,
We are trying to compile a 64bit version of R (1.7.0) on HP-UX (11.11),
but are running into some problems.
The following relevant filesets are installed:
B3901BA B.11.11.04 HP C/ANSI C Developer's
Bundle for HP-UX 11.i (S800)
B3909DB B.11.11.60 HP Fortran 90 Compiler
and associated products (S800)
B3913DB C.03.33.01 HP aC++ Compiler (S800)
This is our configure step:
2007 Oct 29
1
(PR#10379) Re: x11(....) kills R without DISPLAY
Hin-Tak Leung wrote:
> Peter Dalgaard wrote:
> <snipped>
>> You need x11() with a valid display to trigger the bug:
>>
>> [pd at titmouse2 BUILD]$ ssh -Y 192.168.1.10
>> pd at 192.168.1.10's password:
>> Last login: Sat Oct 27 02:40:16 2007 from 192.168.1.11
>> [pd at janus ~]$ echo $DISPLAY
>> localhost:10.0
>> [pd at janus ~]$
2003 Apr 20
1
R 1.7.0 fails to compile on OS X 10.2.5
Hello -
I'm trying to compile R 1.7.0 on a PowerBook running OS X 10.2.5. I've
compiled R (1.6.2) successfully before on this machine, under either
10.2.3 or 10.2.4. My gcc is from the latest Apple Developer Tools
release and the g77 is up-to-date via Fink. R passes ./configure just
fine, with the following options:
R is now configured for powerpc-apple-darwin6.5
Source
2000 Aug 15
2
Compiling R on HP-UX
Has anyone succeeded in compiling R on HP-UX?
I'm trying to compile R version 1.1.0 on a HP-UX 10.20
machine. I run into the following problems:
I got a compile error on src/unix/X11/rbitmap.c which I solved
by including setjmp.h. After that, and after editing the
Makefiles a bit cause gcc en ld can't find all the libraries, I
finally get it to compile. Then I run "make
2006 Oct 19
1
Segmentation fault/buffer overflow with fix() in Fedora Core 5 from Extras repository
The Fedora Extras update of R found its way onto my systems today and
I noted that fix() and edit() no longer work. There is a program crash
that closes up R, but it does not leave a core file. I've tested by
turning off SELinux, it had no effect.
Do you see it too? What do you think? It happens on both systems
I've tested. As far as I know, both of these systems are up-to-date.
I
2003 May 20
1
R_x11.so
Hi the list,
I just installed the R-1.7.0-1mdk.i516.rpm package on a mdk 9.1. All
looks fine until I try to launch some graphics functions as png() or
even demo( graphics). I receive the following example message:
> png()
Error in png() : R_X11 module cannot be loaded
In addition: Warning message:
unable to load shared library "/usr/lib/R/modules/R_X11.so":
2006 Feb 09
1
make: Target `all' not remade because of errors. (PR#8585)
Full_Name: Je Cade
Version: R-2.2.1
OS: RedHat 9
Submission from: (NULL) (129.49.108.173)
I followed the instructions. tar -xvf, configure, then make.
I get these error messages at the end of make and with make check.
==================================================================
==================================================================
In file included from rbitmap.c:45:
2008 Mar 17
1
unable to load shared library '/usr/local/lib/R/modules//R_X11.so'
Hi,
I downloaded a binary version of R for my Solaris 10 box (from http://www.sunfreeware.com/programlistsparc10.html#R), and everything looked fine during the installation. However, I got a "X11 module cannot be loaded" error when I attempted to save a graph to be a png file. Does it look like a problem of the Solaris box or a problem of the installation (missing library file)?
2010 Apr 17
2
grid.cap() requires more time?
Dear all,
I am puzzled by the following behavior of the new grid.cap() function,
which appears to run out of time when capturing the output of a
graphic. It works fine if I introduce a Sys.sleep(1) before executing
more code,
library(grid)
quartz()
grid.circle(gp=gpar(fill="black"))
gg <- grid.cap()
dev.new()
grid.raster(gg) ## completely blank
gg[gg!="white"] ## indeed
2006 May 12
1
X11 and vfonts modules on AIX 5.2
I am trying to get R-2.2.1 to pass make check on an AIX 5.2 at work (I know R-2.2.1 is not the latest release, but I encountered make errors in my attempts to install either R-2.3.0 or the R-patched_2006-05-10 on the version of AIX I am on. I will post those errors in a separate posting from this.)
So far, configure and make finish without error for R-2.2.1 using gnu make, gcc-4.1.0, and
2006 Oct 17
1
crush in edit()
Dear all,
I am new to R system. When I tried to edit data read from a csv file, R
system crushed, I got an error message as follows:
> edit(data)
*** buffer overflow detected ***: /usr/lib/R/bin/exec/R terminated
======= Backtrace: =========
/lib/libc.so.6(__chk_fail+0x41)[0x49d020b1]
/lib/libc.so.6[0x49d034a2]
/usr/lib/R/modules//R_X11.so[0x33ed7a]
/usr/lib/R/modules//R_X11.so[0x34050d]
2006 Oct 17
1
crush in edit()
Dear all,
I am new to R system. When I tried to edit data read from a csv file, R
system crushed, I got an error message as follows:
> edit(data)
*** buffer overflow detected ***: /usr/lib/R/bin/exec/R terminated
======= Backtrace: =========
/lib/libc.so.6(__chk_fail+0x41)[0x49d020b1]
/lib/libc.so.6[0x49d034a2]
/usr/lib/R/modules//R_X11.so[0x33ed7a]
/usr/lib/R/modules//R_X11.so[0x34050d]