Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.mel.connect.com.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.wildstar.net!news.ececs.uc.edu!newsfeeds.sol.net!worldnet.att.net!news.u.washington.edu!root From: Kevin Hilman <khilman@ee.washington.edu> Newsgroups: comp.unix.bsd.bsdi.misc Subject: ssh-1.2.17 on BSDI 3.0 Date: 12 Mar 1997 12:25:57 -0800 Organization: None. Lines: 25 Sender: khilman@bozo.ee.washington.edu Message-ID: <v1n2s8oo16.fsf@bozo.ee.washington.edu> NNTP-Posting-Host: bozo.ee.washington.edu NNTP-Posting-User: khilman X-Newsreader: Gnus v5.3/Emacs 19.34 Xref: euryale.cc.adfa.oz.au comp.unix.bsd.bsdi.misc:6297 Anyone have ssh running on BSDI3.0? On all other machines I've tried (sunos, linux, hp-ux), ssh hascompiled 'out of the box' for me but it won't compile on bsdi3.0. Here's the last few lines where it fails in case anyone is interested. I don't have the time right now to track this down, so I'm hoping someone has seen this already. cd gmp-2.0.2-ssh-2; make for subdir in mpn mpz mpf mpq mpbsd demos; do target=`echo all-recursive | sed s/-recursive//`; echo making $target in $subdir; (cd $subdir && make $target) || case " " in *k*) fail=yes;; *) exit 1;; esac; done && test -z "$fail" making all in mpn for subdir in tests; do target=`echo all-recursive | sed s/-recursive//`; echo making $target in $subdir; (cd $subdir && make $target) || case " " in *k*) fail=yes;; *) exit 1;; esac; done && test -z "$fail" making all in tests make: don't know how to make add_n.o. Stop *** Error code 1 Stop. *** Error code 1 Stop. -- Kevin Hilman -- khilman@ee.washington.edu University of Washington --- Image Computing Systems Lab PGP public key at http://icsl.ee.washington.edu/~khilman/