On Tue, Sep 14, 2004 at 01:35:00PM -0500, Kevin D. Kinsey, DaleCo, S.P. said: > Adam Smith wrote: > > >On Tue, Sep 14, 2004 at 12:09:44PM +0400, Anton Kazak said: > > > > > >>? ????????? ?? 14 ???????? 2004 11:41 Adam Smith ???????: > >>Hello Adam! > >> > >>I know this bug. Don't use 'make' in xtrerm, if you have Xorg. Use 'make' > >>from text console (like CTRL-ALT-F2, or other). I don't know the reason > >>of this future. Maybe solve lather. > >> > >> > > > >Bizarre! I'll install Eterm or Aterm and see if the same problem exists > >with them but I didn't think that whether you did a make from within an > >xterm or a console tty it would have had such an impact. > > > >Cheers for the pointer. > > > > > >Adam > > > > > > Sorry to butt in ... but did this help? > > I couldn't help but think the issue here might be the fact > that when running xterm, X is running? So, how would > using Eterm or Aterm help??
Yes, it did! Eterm has no problem make-installing software. Check out the output from this 'make installkernel': cd /usr/share/man; set - `grep "^[a-zA-Z]" /usr/src/etc/man.alias`; while [ $# -gt 0 ] ; do rm -rf "$1"; ln -s "$2" "$1"; shift; shift; done cd /usr/share/openssl/man; set - `grep "^[a-zA-Z]" /usr/src/etc/man.alias`; while [ $# -gt 0 ] ; do rm -rf "$1"; ln -s "$2" "$1"; shift; shift; done cd /usr/share/openssl/man/en.ISO8859-1; ln -sf ../man* . cd /usr/share/nls; set - `grep "^[a-zA-Z]" /usr/src/etc/nls.alias`; while [ $# -gt 0 ] ; do rm -rf "$1"; ln -s "$2" "$1"; shift; shift; done shift: can't shift that many *** Error code 2 Stop in /usr/src/etc. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Eterm had no problem doing the installkernel. -- Adam Smith Internode : http://www.internode.on.net Phone : (08) 8228 2999 Dog for sale: Eats lots and is fond of children. _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"