Re: [Rd] AIX testers needed

2007-05-29 Thread Jason Barnhart
Programming Concepts: Writing and Debugging Programs' - Original Message - From: "Ei-ji Nakama" <[EMAIL PROTECTED]> To: "Jason Barnhart" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, May 21, 2007 7:32 PM Subject: Re: [Rd] AIX testers

Re: [Rd] AIX testers needed

2007-05-21 Thread Ei-ji Nakama
fore launching R. > > I'll keep investigating. > > My call to configure is listed below. > > /configure --prefix=$HOME/usr/local --program-suffix=rc --with-readline=no > --with-x=no --enable-memory-profiling > > > - Original Message - > From: "Ei-ji N

Re: [Rd] AIX testers needed

2007-05-21 Thread Jason Barnhart
x,xx)) Error: cannot allocate vector of size 228.9 Mb - Original Message - From: "Hin-Tak Leung" <[EMAIL PROTECTED]> To: "Jason Barnhart" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, May 21, 2007 11:02 AM Subject: Re: [Rd] AIX testers needed >

Re: [Rd] AIX testers needed

2007-05-21 Thread Hin-Tak Leung
Jason Barnhart wrote: > Thank you for responding. > > I should have added -a on my ulimit command. Here are its results; > which I believe are not the limiting factor. > > %/ > ulimit -a > core file size(blocks, -c) 1048575 > data seg size (kbytes, -d) unlimited > file size

Re: [Rd] AIX testers needed

2007-05-21 Thread Jason Barnhart
refix=$HOME/usr/local --program-suffix=rc --with-readline=no --with-x=no --enable-memory-profiling - Original Message - From: "Ei-ji Nakama" <[EMAIL PROTECTED]> To: "Jason Barnhart" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, May 1

Re: [Rd] AIX testers needed

2007-05-19 Thread Ei-ji Nakama
Hi. system("ulimit") of AIX gives back file block size. A limit of memory is `ulimit -m'. I made gcc-4.1.2 and made R-2.5.0+patched, but the problem did not happen. $ gcc-4.1 -v Using built-in specs. Target: powerpc-ibm-aix5.2.0.0 Configured with: ../configure --with-as=/usr/bin/as --with-ld=/us

Re: [Rd] AIX testers needed

2007-05-18 Thread Jason Barnhart
Per the request to test the latest tarball referenced below, I have built R on AIX 5.3. There is a memory issue, please see 3) below. 1) Build with --enable-BLAS-shlib option. Builds and passes "make check". 2) GNU libiconv was installed; R configured *without* the --without- ic

Re: [Rd] AIX testers needed

2007-04-21 Thread Ei-ji Nakama
Hi, Thank you for the test. What did the compiler use? I am making the wrapper that uses iconv of AIX. However, there is still an bug... 2007/4/20, Daniel Platt <[EMAIL PROTECTED]>: > Hi, > > The build worked smoothly. > > 'install.packages("e1071")' worked correctly (this used to crash on the

Re: [Rd] AIX testers needed

2007-04-20 Thread Daniel Platt
Hi, The build worked smoothly. 'install.packages("e1071")' worked correctly (this used to crash on the only version I had managed to build before). I have noticed that there are a lot of permissions that I had to check after I did a "make install" . "make check" failed with the following mes