Re: [Rd] Error compiling on HP-UX

2006-12-19 Thread Pascal A. Niklaus
On Tuesday 19 December 2006 12:35, Hin-Tak Leung wrote: > Hmm, HP-UX on IA64 is 64-bit or not? It looks as if it can operate > in 32-bit mode or run 32-bit binaries. It would be useful if you run > this: > > gcc -E -dM - < /dev/null > /tmp/macrolist > > and post the compiler's internal macro list.

Re: [Rd] Error compiling on HP-UX

2006-12-19 Thread Pascal A. Niklaus
> _APP32_64BIT_OFF_T gets defined in sys/stdsyms.h: > (I've put the file at http://azug.minpet.unibas.ch/~pascal/R/stdsyms.h) > > # ifdef _FILE_OFFSET_BITS > # if _FILE_OFFSET_BITS == 64 > #define _FILE64 /* _FILE64 is obsolescent; don't use it */ > #define __64BIT_OFF_T > #i

Re: [Rd] Error compiling on HP-UX

2006-12-19 Thread Pascal A. Niklaus
> > This sits in the include file: We have unconditional declarations > >extern sbsize_t sendfile __((int, int, off_t, bsize_t, > >const struct iovec *, int)); > >extern sbsize_t sendpath __((int, char *, off_t, bsize_t, > >con

Re: [Rd] Error compiling on HP-UX

2006-12-18 Thread Pascal A. Niklaus
Thanks for your answer. > The gcc version might be helpful bash-2.05b$ gcc --version gcc (GCC) 4.1.1 Pascal __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

[Rd] Error compiling on HP-UX

2006-12-18 Thread Pascal A. Niklaus
Dear all, I hope this is the right mailing list for my question -- I felt that this was too technical for R-help. I am trying to compile R-2.4.0 on a HP-UX system: ./configure MAKE=gmake --prefix=$HOME --without-x --without-tcltk --disable-R-profiling --without-readline --disable-multibyte