Displaying 2 results from an estimated 2 matches for "bz2_version".
Did you mean:
bp_version
2015 Nov 04
0
Building R for AIX in 64-bit mode
...Dec 20 2010
/opt/freeware/lib/libbz2.a
root at x072:[/data/prj/cran/64/R-devel]find /usr /opt -name bzlib.h -ls
66420 7 -rw-r--r-- 1 root system 6245 Nov 3 10:15
/opt/buildaix/include/bzlib.h
Seems a very specific bzip2 library is desired - 1.0.6 - not what the
message says!
BZ2_version():1.0.5, 10-Dec-2007
/* end confdefs.h. */
#include <stdio.h>
#ifdef HAVE_BZLIB_H
#include <bzlib.h>
#endif
int main() {
char *ver = BZ2_bzlibVersion();
fprintf(stderr,"BZ2_version():%s\n",ver); /* added by aixtools
for debugging */
exit(strcmp(ver, &quo...
2015 Nov 04
2
Building R for AIX in 64-bit mode
On 2015-10-15 15:02, Prof Brian Ripley wrote:
> On 15/10/2015 13:32, Michael Felt wrote:
>> Hi.
>>
>> Just wanted to let you know I am getting close to packaging R for AIX in
>> 64.bit mode.
>
> Which version? (You mentioned 3.1.3 and 3.2.2 far below.) There is
> little value in reporting on frozen branches, and most value in
> reporting on R-devel where