Displaying 6 results from an estimated 6 matches for "aix51".
Did you mean:
aix5.1
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 * Rf_al...
2004 Sep 15
1
secureCRT 3.3 -> openssh v3.7pl (checkpoint firewall)
Client - secureCRT 3.3 outside the firewall (Checkpoint)
Server - openssh v3.7 on an aix51 rs6k inside the fw
The firewall lets in the first packet but blocks the second with the
message: ssh 1.x not allowed. The connection gets reset. Here is the
trace from the client:
[SSH LOCAL ONLY] : Connect: 12.x.x.x:22 [direct]
[SSH LOCAL ONLY] : StateChange: SSH_STATE_UNINITIALIZED->SSH_STA...
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)...
2005 May 11
5
Implementing R on IBM p690 cluster Jump
...from f77... -v
checking for Fortran libraries of f77... -L/usr/local/lib -lg -lxlf90 -L/usr/lpp/xlf/lib -lxlopt -lxlf -lxlomp_ser -lm
checking how to get verbose linking output from gcc... -v
checking for C libraries of gcc... -L/usr/local/lib -L/usr/bin/../lib/gcc-lib/powerpc-ibm-aix5.1.0.0/2.9-aix51-020209 -L/usr/bin/../lib/gcc-lib -L/usr/opt/freeware/lib -L/opt/freeware/GNUPro/lib/gcc-lib/powerpc-ibm-aix5.1.0.0/2.9-aix51-020209 -L/usr/bin/../lib/gcc-lib/powerpc-ibm-aix5.1.0.0/2.9-aix51-020209/../../.. -L/opt/freeware/GNUPro/lib/gcc-lib/powerpc-ibm-aix5.1.0.0/2.9-aix51-020209/../../.. /usr/bin...
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)...
2004 Aug 04
0
RE: Does tcltk matter for the plot
...ately, your next problem may be that you can't start an X11
> device (it looks like you are failing to allocate memory for the
> device).
>
> Paul
>
>
> Liao, Kexiao wrote:
>
>>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 snap...