hould be an improvement, and is for most people
and most X servers.
>
> Thanks,
> Jagat
>
>
> -Original Message-
> From: Prof Brian Ripley [mailto:[EMAIL PROTECTED]
> Sent: Friday, May 12, 2006 8:06 AM
> To: Sheth, Jagat K
> Cc: r-devel@stat.math.ethz.ch
>
Jagat
-Original Message-
From: Prof Brian Ripley [mailto:[EMAIL PROTECTED]
Sent: Friday, May 12, 2006 8:06 AM
To: Sheth, Jagat K
Cc: r-devel@stat.math.ethz.ch
Subject: Re: [Rd] R-2.3.0 make error on AIX 5.2
We've seen something almost identical before. Looks like fcntl is
redefining ope
We've seen something almost identical before. Looks like fcntl is
redefining open (and not open()). At the top of the file is
#ifdef HAVE_FCNTL_H
# include
#endif
Insert
#undef open
in there.
On Fri, 12 May 2006, Sheth, Jagat K wrote:
> I am encountering a make error on an AIX 5.2 with R
I am encountering a make error on an AIX 5.2 with R-2.3.0 and
R-patched_2006-05-10 after successfully configuring them using gcc-4.1.0, gnu
make, and the following configure options
CC=/usr/local/bin/gcc
F77=/usr/local/bin/gfortran
CXX=/usr/local/bin/g++
MAIN_LDFLAGS=-Wl,-brtl
SHLIB_LDFLAGS=