similar to: gcc on AIX is not compatile with R-1.9.1

Displaying 20 results from an estimated 1000 matches similar to: "gcc on AIX is not compatile with R-1.9.1"

2004 Jul 16
1
Install R on AIX 5.2 64 Bit
Hi your guys, Recently, I installed R-1.9.1 on AIX 5.2 with 64 bits environment; I already have following software installed on AIX before I compile R-1.9.1 source codes: g++ 2.9.aix51.020209-4 The GNU C++ compiler and headers gcc 2.9.aix51.020209-4 The GNU gcc C compiler and headers xlf XL Fortran for AIX perl 5.6.1-2 zlib 1.1.3-10 For latex and makeinfo stuffs, I have
2004 Aug 25
1
Testing Performance of R on AIX
Dear R Users, I compiled two R-1.9.1 environments on IBM P690 AIX platform, one with optimization level 3(-O3), another with optimization level 2(-O). I would like to do some performance comparison with these two environments. Can anybody give me some advices for how to do the performance test against R? Thanks in advance. Kexiao
2004 Jul 28
2
Parallel Functions on AIX
Dear R Development Team, Does the latest version R-1.9.1 provide parallel functions if R is running on Multiple CPUs Unix platform (IBM AIX e-server)? Kexiao [[alternative HTML version deleted]]
2004 Aug 04
0
RE: Does tcltk matter for the plot
Hi Paul, I use executable codes of tex and latex from http://aixpdslib.seas.ucla.edu/packages/tetex.html) and compile the original R-1.9.1 source codes using C for AIX compiler V6.0 and Fortran for AIX compiler 7.1.1 and generate 64 bit R environments. It works well. Kexiao -----Original Message----- From: Paul Murrell [mailto:p.murrell at auckland.ac.nz] Sent: Monday, August 02, 2004 6:10
2004 Jun 23
6
R 1.9.1 compilation error (on AIX 5.1)
> From: Prof Brian Ripley > > We do have alpha/beta test periods for new releases of R, so > would anyone > who did test AIX please confirm that they did succeed. (No > one reported > an error, including yourself: are any AIX users interested in helping > having R available for AIX?) It is much better to have such reports > during alpha test, or at least beta
2004 Jul 30
1
plot(x,y) core dump
Dear R Development Team, I compile R-1.9.1 on AIX 5.2 under 2.9-aix51-020209, and xlf 7.1. In order to let R compile successfully under gcc 2.9, I have to change one C statement of file(RHOME//src/modules/X11/devX11.c) line 1768 from "retrun FALSE" to "retrun NULL", following is C code snapshot: newX11Desc * Rf_allocNewX11DeviceDesc(double ps) { newX11Desc *xd;
2003 Sep 18
1
compille errors on AIX 5.1ML04 and AIX 4.3.3ML10
Hi, OpenSSH 3.7.1p1 doesn't compille on AIX 4.3.3 ml09 and AIX 5.1.0 ml04 previous versions worked fine gcc used: gcc-2.9.aix51.020209-3 configure: ./configure --with-default-path=/usr/local/bin:/usr/bin:/bin --sysconfdir=/etc/openssh --with-pid-dir=/etc/openssh -- with-xauth=/usr/bin/X11/xauth --prefix=/usr/local I applied the following patch [root at bedsd188:/home/root/build/openssh]
2004 May 03
3
R 1.9.0 on AIX, 64-bit
I'm trying to get R 1.9.0 running on AIX 5.1 with the standard AIX compilers (xlc, xlf) and it is failing 2 of the tests, test-Reg in reg-tests-1.R like this: bash-2.05b$ tail -30 reg-tests-1.Rout.fail [,1] [,2] [1,] 1 3 [2,] 2 4 [3,] 1 3 [4,] 2 4 > stopifnot(typeof(res) == "list") > ## were not implemented in 1.8.1 > > > ## Date objects with
2004 Jul 22
0
compile error on aix 5.2 using gcc 2.9-aix51-020209
Dear R Development Team, I just compile R-1.9.1 on AIX 5.2 using gcc 2.9-aix51-020209. During the compile process, there is an error message saying "return type mismatch in R_HOME/src/modules/X11/devX11.c line 1768. Following is the part of the C codes from file devX11.c /** This allocates an newX11Desc instance and sets its default values. */ newX11Desc *
2004 Jul 30
0
plot() core dump
Dear R Development Team, I compile R-1.9.1 on AIX 5.2 under 2.9-aix51-020209, and xlf 7.1. In order to let R compile successfully under gcc 2.9, I have to change one C statement of file(RHOME//src/modules/X11/devX11.c) line 1768 from "retrun FALSE" to "retrun NULL", following is C code snapshot: newX11Desc * Rf_allocNewX11DeviceDesc(double ps) { newX11Desc *xd;
2009 Feb 25
2
gem install mysql --> Error
Hi, When I try to install "gem install mysql" it throwing error. For your ref, bash-2.05b$ gem install mysql -- --with-mysql-dir=/opt/etrade/p6/share/mysql5 ERROR: http://gems.rubyforge.org/ does not appear to be a repository ERROR: could not find gem mysql locally or in a repository bash-2.05b$ gem install mysql -- --with-mysql-config=/opt/etrade/p6/share/mysql5/bin/mysql_config
2004 Jun 12
2
[LLVMdev] getelementptr results in seg-fault.
Hi, I'm trying to compile and run the following code-snippet: implementation uint %fie(uint* %x) { %e = getelementptr uint* %x, int 1 ; %f = load uint* %e ret uint 3 } int %main(int %argc, sbyte** %argv) { %z = malloc uint, uint 10 %g = call uint %fie(uint* %z) ret int 0 } But the getelementptr instruction gives a segmentation fault. Have I misunderstood its use? I
2003 Mar 05
8
how to find the location of the first TRUE of a logical vector
without having to check the vector element by element? Thanks a lot! Jason ===== Jason G. Liao, Ph.D. Division of Biometrics University of Medicine and Dentistry of New Jersey 335 George Street, Suite 2200 New Brunswick, NJ 08903-2688 phone (732) 235-8611, fax (732) 235-9777 http://www.geocities.com/jg_liao
2005 Feb 17
2
How to upgrade library from R 1.9.1 to R 2.0.1
Dear All: I have a library for R 1.9.1, it is very easy to setup a library in R 1.9.1. For example: I want to setup a library "test" for R1.9.1. 1. Create a folder "test" in the direct X:\ R\ rw1091\ library \. 2. Create a file "DESCRIPTION" in the direct X:\ R\ rw1091\ library\ test\. 3. Modify the "Package:" and "Title:"
2004 Nov 07
3
Calling Other (non-C or Fortran) Programs from R
Hi! I wonder if anyone has experiences of calling other programs from R (i.e., not C or Fortran programs). Specifically I want to call LEM from R and execute it in a loop to process its output in R. Thanks, Tim Liao
2020 Aug 03
1
[PATCH] virtio_pci_modern: Fix the comment of virtio_pci_find_capability()
From: Liao Pingfang <liao.pingfang at zte.com.cn> Fix the comment of virtio_pci_find_capability() by adding missing comment for the last parameter: bars. Fixes: 59a5b0f7bf74 ("virtio-pci: alloc only resources actually used.") Signed-off-by: Liao Pingfang <liao.pingfang at zte.com.cn> Signed-off-by: Yi Wang <wang.yi59 at zte.com.cn> ---
2004 Jun 12
0
[LLVMdev] getelementptr results in seg-fault.
Hi Tobias, I tried your test program on the latest CVS code. Everything worked fine. Can you tell me which version of LLVM you're using? Reid. On Sat, 2004-06-12 at 08:26, Tobias Nurmiranta wrote: > Hi, > > I'm trying to compile and run the following code-snippet: > > implementation > > uint %fie(uint* %x) { > %e = getelementptr uint* %x, int 1 > ;
2008 Feb 15
3
Error 'singular gradient' in nonlinear model fitting
w.age.female.2004 <- nls(WEIGHT ~ (alpha*TOTAL^beta)/454, start=list(alpha=1, beta=3), data=spottedseatrout2004.female.data) I am trying to fit above model to length-weight data of a fish species (spotted seatrout) by year (1999-2006). The convergence occurred for all the years except 2002 and 2004. In these two year, R shows the error called
2001 Sep 17
5
Samba 2.2.1a
I just loaded Samba 2.2.1a (previously running 2.0.7) and am having major problems. The load on my server keeps climbing (got as high as *95* this morning. Relevant info following: Manufacturer is Sun (Sun Microsystems) System Model is Enterprise 250 Model 2400 Main Memory is 2.0 GB Virtual Memory is 4.3 GB OS Version is 5.7 This machine is
2003 Jul 23
5
Dismal R performance of Athlon moble CPU?
I have been using a laptop computer of Pentium III 1.13 Ghz. I heard that AMD's Athlon has excellent floating point capacity. So I bought a Athlon 2200+ laptop yesterday. I expected that new Athlon 2200+ will be twice as fast as the P III 1.13 GB. I ran a R simulation program and the new computer is only 30% faster, in fact slightly slower than a Celeron 1.50 GB laptop. I am very disappointed