Brad Knowles <[EMAIL PROTECTED]> writes:
> but I am wondering if scp with OpenSSH under FreeBSD does actually
> work.
Well, it works fine for me.
r.arthur ~ % uname -rs
FreeBSD 4.0-CURRENT
r.arthur ~ % ssh -V
SSH Version OpenSSH-1.2.2, protocol version 1.5.
Compiled with SSL.
Roland
I wrote:
> I will try doing an update (using sysinstall) to one of the latest
> -current snapshots and do the buildworld again from there.
Ok, I did just that and it still fails at
/usr/src/contrib/ncurses/ncurses/tinfo/comp_hash.c:
cc -o make_hash -O -pipe -I. -I/usr/src/lib/libncurses
-I/usr/
Kris Kennaway <[EMAIL PROTECTED]> writes:
> You don;t have the ncurses port installed?
No, I do not. It does not build.
I will try doing an update (using sysinstall) to one of the latest
-current snapshots and do the buildworld again from there.
Roland
To Unsubscribe: send mail to [
T.E.Dickey wrote:
> I suspect that it is including the wrong version of curses.h (though
> typeCalloc should be in curs.priv.h - which would be unambiguous).
Well, I don't think, that's it:
r.arthur ~ % diff /usr/include/curses.h /usr/src/lib/libcurses/curses.h
r.arthur ~ % diff /usr/include/nc
I cvsupped -current at about 10.30 am (CET). Thats the last lines of
my buildworld log:
cc -o make_hash -O -pipe -I. -I/usr/src/lib/libncurses
-I/usr/src/lib/libncurses/../../contrib/ncurses/ncurses
-I/usr/src/lib/libncurses/../../contrib/ncurses/include -Wall -DFREEBSD_NATIVE
-DNDEBUG -DHAVE_
Hi,
Linuxthreads (http://lt.tar.com/) is supposed to "compile cleanly
against 4.0-current after March 22." (quote from the mentioned web
page)
However, I cvsuped -current on March 31. As the Makefile for the
linuxthreads port contains:
.if !exists(${SRC_BASE}/include/pthread/uthread/pthread.h)
B