similar to: Compiler messages when building opsnssh 3.9pl for hp_ux 11.0

Displaying 20 results from an estimated 400 matches similar to: "Compiler messages when building opsnssh 3.9pl for hp_ux 11.0"

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\"
2002 May 08
0
need help - where to get binaries for HPUX 11.0 for 2 .2.3a AND winbind
Hello Altaf, You can now pull swdepot of Samba 2.2.3a WITH winbind from the samba ftp site - this is swinstallable and so you will not need to compile - it already has winbind built. You can get it from: http://us1.samba.org/samba/ftp/bin-pkgs/hp/samba2.2.3a/ named samba_2.2.3a_HPUX_withwinbind.depot hope this helps, Don -----Original Message----- From: Muhammad Altaf Bashir
2001 Dec 26
0
Sampa-2.2.2 Compile error on HP-UX 11
I am trying to compile samba-2.2.2 on HP-UX 11 server. I have installed GCC 3.0.1 and 2.11.2 binutils. Also, I have downloaded the most recent updates for samba-2.2.2 using cvs. ./configure --with-pam -with-winbind works fine, but I get the following error when I try make: . . . Compiling lib/snprintf.c lib/snprintf.c:770: conflicting types for `snprintf'
2000 Mar 23
1
Found a bug in the OpsnSSH configuration script
[I'm cc:ing openssl-users at openssl.org, because questions about this are getting there over and over...] There's a problem that several people who installed OpenSSL to be able to uyse OpenSSH have faced: Could not find working SSLeay / OpenSSL libraries, please install I don't recall how SSLeay was installed, but for OpenSSL, there's a glitch in the way it tries to find
2004 Sep 08
1
AIX compilation issues - openssh V 3.8.1p1 and 3.9p1
I'm getting the following error when I compile openssh with IBM's xlc compiler. /usr/vac/bin/xlc -g -I. -I.. -I. -I./.. -I/opt/freeware/include -I/usr/local/include -DHAVE_CONFIG_H -c bsd-arc4random.c "/usr/include/syms.h", line 288.9: 1506-213 (S) Macro name T_NULL cannot be redefined. "/usr/include/syms.h", line 288.9: 1506-358 (I) "T_NULL" is defined on
1999 Jul 08
0
Samba 2.0.4b compile problems on HP-UX 11.0
I'm having some trouble compiling samba 2.0.4b on an 64bit HP-UX 11 system. The configure script finishes without any errors. But when I go to compile it, I get these errors: Compiling smbd/server.c (Bundled) cc: warning 480: The -O option is available only with the C/ANSI C product; ignored. cpp: "/usr/include/sys/xti.h", line 488: warning 2001: Redefinition of macro TCP_NODELAY.
2004 Apr 30
1
problem conpiling snprintf.c
>From Michele Cawley problem: tring to install on a HPUX v11 system. make install comming back with below error. Using LIBS = -lgen -lsec -lnsl Compiling lib/snprintf.c lib/snprintf.c:792: conflicting types for `snprintf' /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.1/include/stdio.h:493: previous d eclaration of `snprintf' *** Error exit code 1 Stop. regards Michele
2017 May 30
2
Pseudo-instruction that overwrites its input register
On Tue, 30 May 2017, Nemanja Ivanovic wrote: > This is typically accomplished with something like PPC's `RegConstraint` and > `NoEncode`. You can see examples of it that are very similar to what you're after in > PPC's load/store with update forms (i.e. load a value and update the base register > with the effective address - these are used for pre-increment loads/stores).
2017 May 30
1
Pseudo-instruction that overwrites its input register
The reason the ones in PPCInstrInfo.td don't have the patterns to match is the reason they are more analogous to your problem. Namely, tblgen does not have a way to produce nodes with more than one result. The load-with-update instructions do exactly that - one of the inputs is also an output, but the other output is independent (and necessarily a separate register). The FMA variants have
2007 Feb 08
1
supsmu(periodic=TRUE) can crash R by reading before start of array (PR#9502)
supsmu(periodic=TRUE) can crash R by reading before start of array. To reproduce: set.seed(1) xx <- runif(29000) yy <- rnorm(29000) span <- 0.49 i <- 1 while(i < 200){ cat(i,"\n") int <- supsmu(xx,yy,periodic=T,span=span) i <-i+1 } results in: 1 2 3 4 5 6 7 8 9 Program received signal SIGSEGV,
2003 Sep 29
0
Openssh-3.7.1p2 install on HP-UX 11i not working
I downloaded http://gatekeep.cs.utah.edu/hppd/hpux/Networking/Admin/openssh-3.7.1p2/ and have been trying to install it on our HP-UX 11i system. Although configure completes successfully, make give the following errors: gcc -g -O2 -Wall -Wpointer-arith -Wno-uninitialized -I. -I.. -I. -I./.. -I/usr/local/ssl/include -D_HPUX_SOURCE -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDE D=1
2001 Feb 09
1
I don't know if this is the right place
I don't know if this is the right place for my problem, but couldn't find any other place. I am trying to install OpenSSH in a HPUX system, I installed OpenSSL and Zlibzlib-1.1.3, but when I execute configure, get the following: # ./configure loading cache ./config.cache checking for gcc... cc checking whether the C compiler (cc ) works... yes checking whether the C compiler (cc ) is a
2003 Jan 30
0
Compiling 3.0 alpha 21 on HP-UX 11.00
Hi! I'm trying to compile 3.0 alpha 21 on a HP-UX 11.00 machine. make bombs out with the following error message: lib/snprintf.c:790: conflicting types of `snprintf? /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.2/include/stdio.h:493: previous declaration of `snprintf? *** Error exit code 1 I tried to compile it with gcc 3.2, which I got from the HP-UX porting centre. I wanted to use
2003 Mar 13
1
Samba-2.2.7a on HPUX 11.00 trying to compile LDAP support
Dear all, I am trying to use Samba with LDAP support so I can't use the CIFS binaries. I are having an issue with compiling samba-2.27.a (patched) on our HPUX server. I am configuring it with these Samba option flags: --prefix=/opt/samba --libdir=/etc/opt/samba --localstatedir=/var/opt/samba --with-privatedir=/var/opt/samba/private --with-lockdir=/var/opt/samba/locks
2005 Dec 16
4
[Bug 1133] configure.ac sets wrong BROKEN_ var (snprintf/vsnprintf)
http://bugzilla.mindrot.org/show_bug.cgi?id=1133 Summary: configure.ac sets wrong BROKEN_ var (snprintf/vsnprintf) Product: Portable OpenSSH Version: -current Platform: HPPA OS/Version: HP-UX Status: NEW Severity: major Priority: P2 Component: Build system AssignedTo: bitbucket at mindrot.org
2016 Oct 28
0
Disk near failure
Hi Yamaban, Great expalanation. I think you know how to buy an ssd. There is no doubt about samsung ssds quality vs other. My question about neutron was to get your opinion about this product. My doubt was about differences between slc, mlc and tlc. Mlc endurance respect tlc is better and I though that the mlc of neutron gives me more endurance respect to the tlc. From a technic point of view,
2001 Feb 21
0
openssh-2.3.0p1 on HP-UX 11.00 went mad
Hi, I had a strange effect: I tried to debug a program with GNU debugger when very strange messages appeared on the screen. Like: (gdb) Undefined command: "3". Try "help". (gdb) Undefined command: "". Try "help". (gdb) Undefined command: "". Try "help". (gdb) Undefined command: "". Try "help". I found out that
2003 Jul 07
4
Error compiling 3.0.0beta2 on HP-UX
Hello! I'm trying to compile 3.0.0beta2 on a HP-UX 11.00 machine with gcc v3.2. After running configure --prefix=/some/where, I ran make which exited with this error message: Compiling lib/snprintf.c lib/snprintf.c:832: conflicting types for `snprintf' /usr/local/lib/gcc-lib/hppa2.0n-hp-hpux11.00/3.2/include/stdio.h:493: previous declaration of `snprintf' *** Error exit code 1
2002 Feb 12
2
Compileing 2.2.3a ( and ealier) on HPUX11
Hi, I am trying to compile 2.2.3a on an HPUX11 system using HP's native compilers and I am getting the folling errors. cpp: "/usr/include/sys/xti.h", line 488: warning 2001: Redefinition of macro TCP_NODELAY. cpp: "/usr/include/sys/xti.h", line 489: warning 2001: Redefinition of macro TCP_MAXSEG. The above is an example, it happens for each stage of the compile process.
2016 Oct 28
2
Re: Disk near failure
On Fri, 28 Oct 2016 18:50, Alessandro Baggi wrote: > Il 28/10/2016 16:28, Valeri Galtsev ha scritto: >> On Fri, October 28, 2016 2:42 am, Alessandro Baggi wrote: >> > Il 27/10/2016 19:38, Yamaban ha scritto: >> > > For my personal use I would replace that Drive asap. >> > > - There is no warranty for it anymore (time since buy) >> > > -