Displaying 5 results from an estimated 5 matches for "b3901ba".
2003 May 26
1
Problem with a 64bit R on HP-UX]
Greetings,
We are trying to compile a 64bit version of R (1.7.0) on HP-UX (11.11),
but are running into some problems.
The following relevant filesets are installed:
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" \
C...
2002 May 20
0
Rsync and files larger than 2 GB in size on HP-UX 64bit
Hello,
I read 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@...
2004 Jan 09
0
Samba 2.2.8a and HP-UX 11.11 (11i)
...X fnum=11679 max=6880 nread=6880
[2004/01/09 15:57:13, 3] smbd/process.c:process_smb(846)
Transaction 59292 of length 74
...isn't there a lot of redundancy in there?
Environment:
HP-UX njmsa B.11.11 U 9000/800 627349383 unlimited-user license
Samba v2.2.8a / Windows XP client workstations
B3901BA B.11.11.06 HP C/ANSI C Developer's Bundle for HP-UX 11.i (S800)
PHSS_28706 1.0 ANSI C compiler B.11.11.06 cumulative patch
---- _ _ _ _ ___ _ _ _
|Y#| | | |\/| | \ |\ | | | Ryan Novosielski - Jr. UNIX Systems Admin
|$&| |__| | | |__/ | \| _| | novosirj@umdnj.edu...
2004 Jul 14
12
HP-UX 11i and largefiles on rsync 2.6.2
Hello,
I'm running HP-UX 11i on an rp74xx. It's 64-bit.
C compiler is as follows:
B3901BA B.11.11.03 HP C/ANSI C Developer's Bundle for HP-UX 11.i (S800)
B3913DB C.03.30.02 HP aC++ Compiler (S800)
/usr/bin/cc:
LINT B.11.11.02 CXREF B.11.11.02
HP92453-01 B.11.11.02 HP C Compiler
$ Sep 8 2000 23:13:51 $
I have successfully compiled rsync 2.6.2 and it run...
2003 Dec 01
0
No subject
...ttp://lists.samba.org/pipermail/samba/
Hi Andreas,
This is failing for you because you are just using the 'bundled' verison of
the c compiler that comes with the opsys; mainly just good for recompiling
the kernel, etc when you make changes. You need to use an ansi c compiler -
hp has one,
B3901BA - HP C/ANSI C Developer's Bundle fo
r HP-UX 11.00 (S800)
or you can pull down a free gcc (which is ansi standard) from
http://gcc.gnu.org I believe you will need version 3.0 or at least a recent
cvs version for HP-UX 11...
Hope this helps
Don
-----Original Message-----
From: Stulz An...