Displaying 10 results from an estimated 10 matches for "dd64".
Did you mean:
d664
2003 May 26
1
Problem with a 64bit R on HP-UX]
...lled:
B3901BA B.11.11.04 HP C/ANSI C Developer's
Bundle for HP-UX 11.i (S800)
B3909DB B.11.11.60 HP Fortran 90 Compiler
and associated products (S800)
B3913DB C.03.33.01 HP aC++ Compiler (S800)
This is our configure step:
./configure --prefix=/site/R-1.7.0 CC="cc" CFLAGS="+O2 +DD64" \
CXX="aCC" CXXFLAGS="+O2 +DD64" \
FC="f90" F77="f90" FFLAGS="+O2 +DD64" \
LD="f90" LDFLAGS="+DD64" \
--without-jpeglib --without-libpng
This steps seems to end ok:
R is now configured for hppa2.0w-hp-hpux11.11
Source di...
2007 Nov 01
1
Problem with compiling 64bit R(2.5.1) under HP-UX(ia64)
Hi there,
We are trying to compile a 64bit version of R (2.5.1) on HP-UX
(B.11.23 U ia64), but are running into some problems.
This is our configure step:
../configure --prefix=/rnd/homes/lfan/R251 --enable-R-shlib CC="cc"
CFLAGS="+z +DD64" CXX="aCC" CXXFLAGS="-b -lxnet +z +DD64" FC="f90"
FCFLAGS="+DD64" F77="f90" FFLAGS="+DD64" LDFLAGS="-L/usr/lib/hpux64
-L/opt/fortran90/lib" LIBnn=lib --with-x=no --with-readline=no
--with-iconv=no --without-jpeglib --without...
2010 Jan 18
1
A question about build R-2.10.0 on HP-UX ia64 server.
...ended-packages] Error 2
gmake[1]: Leaving directory `/rnd/homes/jixu/tmp/R-2.10.1/src/library/Recommended'
gmake: *** [stamp-recommended] Error 2
Any help or suggestions would be appreciated.
In addition I use below parameter:
export CC="cc"
export CFLAGS="-AC99 +DD64"
export CXX="aCC"
export CXXFLAGS="-b +DD64"
export F77="f90"
export FFLAGS="+DD64"
export LDFLAGS="-L/opt/fortran90/lib -L/usr/lib/hpux64"
./configure --prefix=$/usr/homes/myrhome --enable-R-shlib --with-x --with-re...
2008 Jul 14
0
Can't compile in HPUX 11.31 on IA64
...achine is HPUX 11.31, 32-CPUs of Itanium II.
Compilers are HPUX C, C++ and Fortran.
(B3910B A.06.15, May 2007)
My config string:
./configure --prefix=/apps/INTEL/R --enable-R-shlib CC=/opt/aCC/bin/cc CXX=/opt/aCC/bin/aCC FC=/opt/fortran90/bin/f90 --prefix=/apps/INTEL/R --enable-R-shlib CFLAGS=+z +DD64 CXXFLAGS=-b +z +DD64 FCFLAGS=+DD64 F77=f90 FFLAGS=+DD64 LDFLAGS=-L/usr/lib/hpux64 -L/opt/fortran90/lib LIBnn=lib --with-x=no --with-readline=no --with-iconv=no --without-jpeglib --without-libpng --without-system-bzlib --without-tcltk --without-system-pcre --without-system-zlib
It gets as far as &q...
2010 Jan 18
0
Build R-2.10.0 on HP-UX ia64 server
...** [recommended-packages] Error 2
gmake[1]: Leaving directory `/rnd/homes/jixu/tmp/R-2.10.1/src/library/Recommended'
gmake: *** [stamp-recommended] Error 2
Any help or suggestions would be appreciated.
In addition I use below parameter:
export CC="cc"
export CFLAGS="-AC99 +DD64"
export CXX="aCC"
export CXXFLAGS="-b +DD64"
export F77="f90"
export FFLAGS="+DD64"
export LDFLAGS="-L/opt/fortran90/lib -L/usr/lib/hpux64"
./configure --prefix=$/usr/homes/myrhome --enable-R-shlib --with-x --with-readline=no
In addition t...
2004 Sep 03
1
rsync 2.6.2 with Posix socket on HP-UX
Hi,
I tried to compile rsync 2.6.2 as a 64-bit application
on HP-UX 11.23.
$ CC=cc CFLAGS="-Ae +DD64" configure
$ make
$ make check
'make check' fails with daemon mode tests with the
following error message.
rsync: socketpair_tcp failed (Address family not supported by protocol family).
There seems to be a problem with the mixture of BSD
and Posix socket specification. So I mod...
2004 Nov 18
1
Declaration of RuleThickness() in src/main/plotmath.c (PR#7380)
...nderstand what I am seeing the problem is more general:
In src/main/plotmath.c, the following function is defined
/* Thickness of rules */
static double RuleThickness()
{
return 0.015;
}
but later it is called in expressions like
RuleThickness(gc, dd)
This leads to a compiler error:
cc +DD64 -I../../src/extra/zlib -I../../src/extra/bzip2 -I../../src/extra/pcre
-I. -I../../src/include -I../../src/include -I/usr/local/include -DHAVE_CONFIG_H
-O +e -c plotmath.c -o plotmath.o
Error 181: "plotmath.c", line 255 # Expected 0 argument(s) for "double
RuleThickness()"; ha...
2007 Nov 13
1
compile error in hp-ux 11.23PA system with OpenSSH4.7p1
Hi all,
I am compiling the OpenSSH4.7p1 on hp-ux PA11.23 system, however, it gives the following bug:
cc +DD64 -I. -I. -I../include/openssl -I../include/tcpwrap -I../include/zlib -D_HPUX_SOURCE -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1 -I/usr/local/include -I../include/gssapi -DSSHDIR=\"/opt/ssh/etc\" -D_PATH_SSH_PROGRAM=\"/opt/ssh/bin/ssh\" -D_PATH_SSH_ASKPASS_DEFAULT=\"/opt/ss...
2002 May 20
0
Rsync and files larger than 2 GB in size on HP-UX 64bit
...ad the suggestion posted on this list about
adding -D_LARGEFILE64_SOURCE to build rsync, but
it does not work correctly on my platform
which is an: 9000/800/N4000-55 with 64bit hp-ux using
HP's C compiler (B3901BA)
i solved the problem by building rsync as a 64 bit
application:
CFLAGS='+O3 +DD64' ./configure --prefix=/opt/rsync
could you please add this flag to configure if
getconf KERNEL_BITS returns 64
regards,
L.
P.S. i am not on this list so please flame me privately
--
Luca Berra -- bluca@comedia.it
Communication Media & Services S.r.l.
/"\
\ / ASCII R...
2005 May 03
1
filename paths different in server mode
...9;ssh' and remote
shell over to the broken machine then things work as expected.
$ rsync -a -e ssh ewok:/mnt/tools/cadroot/release/bin/ .
$ ls
set_env
...more contents of bin not shown...
I configured using the native HP ANSI C compiler like this:
./configure CC=cc CFLAGS='-Ae +DD64'
make
If I take that same code base and compile it on my Debian GNU/Linux
system I get a working result without the extra 'bin' directory. So
this must have some factor of outside influence that is causing this
difference in server side behavior.
Thanks
Bob