[Bug 371] New: OpenSSH fails to build on Alpha True64 in cipher.c

Chris Adams cmadams at hiwaay.net
Fri Jul 26 08:35:11 EST 2002


Once upon a time, Steve VanDevender <stevev at darkwing.uoregon.edu> said:
> Dump the "-std1" in your CFLAGS, and it should build.  -std1 invokes a
> somewhat overly picky ANSI C mode.  I configured OpenSSH 3.4p1 under
> Digital UNIX 4.0g with
> 
> CC="cc -I/usr/local/include -L/usr/shlib -L/usr/local/lib \
> -D_SOCKADDR_LEN" CFLAGS="-fast" ./configure --sysconfdir=/etc/ssh \
> --with-tcp-wrappers --with-prngd-socket=/var/run/entropy \
> --with-default-path=/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/sbin

With OpenSSL 0.9.6c/OpenSSH 3.4p1, I used CC="cc -I/usr/local/include"
and CFLAGS="-O -ieee -std1 -arch generic -tune ev67" and it worked fine.
I haven't yet had a chance to look at the OpenSSH snapshot (I know,
Tru64/privsep needs testing/work).

-- 
Chris Adams <cmadams at hiwaay.net>
Systems and Network Administrator - HiWAAY Internet Services
I don't speak for anybody but myself - that's enough trouble.



More information about the openssh-unix-dev mailing list