mma guckes@lin207:~/.P/install>mmake make: *** No targets specified and no makefile found. Stop. guckes@lin207:~/.P/install>ccd screen-3.9.13/  guckes@lin207:~/.P/install/screen-3.9.13>guckes@lin207:~/.P/install/screen-3.9.13>wwhich compilescreen_compilescreen _compilescreen () { ./configure --prefix=$HOME --enable-colors256 } guckes@lin207:~/.P/install/screen-3.9.13>_compilescreen this is screen version 3.9.13 checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking how to run the C preprocessor... gcc -E checking whether gcc needs -traditional... no checking for library containing strerror... none required checking for gawk... gawk checking for a BSD-compatible install... /usr/bin/install -c configure: checking for buggy tools... - sh is 'GNU bash, version 2.05a.0(1)-release (i386-pc-linux-gnu)'. - sed is 'GNU sed version 3.02'. checking if a system-wide socket dir should be used... yes checking for the socket dir... (eff_uid ? "/tmp/uscreens" : "/tmp/screens") configure: checking for MIPS... configure: checking for Ultrix... configure: checking for butterfly... configure: checking for POSIX.1... - you have a POSIX system configure: checking for System V... configure: checking for sequent/ptx... configure: checking SVR4... checking for ANSI C header files... no checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes configure: checking for Solaris 2.x... configure: checking BSD job jontrol... - you have jobcontrol configure: checking setreuid... configure: checking seteuid... configure: checking select... configure: checking fifos... - your fifos are usable configure: checking for broken fifo implementation... - your implementation is ok configure: checking sockets... - your sockets are usable configure: checking socket implementation... - you are normal - both sockets and fifos usable. let's take fifos. configure: checking select return value... - select can't count configure: checking for tgetent... configure: checking libcurses... - you use the terminfo database configure: checking ospeed... configure: checking for /dev/ptc... configure: checking for SVR4 ptys... checking for getpt... yes configure: checking for ptyranges... configure: checking default tty permissions/group... - pty mode: 0620, group: 5 configure: checking getutent... configure: checking ut_host... checking utempter.h usability... no checking utempter.h presence... no checking for utempter.h... no configure: checking for libutil(s)... configure: checking getloadavg... assuming posix signal definition configure: checking for crypt and sec libraries... configure: checking crypt... configure: checking IRIX sun library... configure: checking syslog... configure: checking wait union... configure: checking for termio or termios... configure: checking getspnam... configure: checking getttyent... configure: checking whether memcpy/memmove/bcopy handles overlapping arguments... checking long file names... yes checking for vsprintf... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for setenv... yes checking for nl_langinfo(CODESET)... yes checking for rename... yes checking for fchmod... yes checking for fchown... yes checking for strerror... yes checking for lstat... yes checking for _exit... yes checking for utimes... yes checking for vsnprintf... yes checking for getcwd... yes checking for setlocale... yes checking for strftime... yes checking for the global screenrc file... "/home/robinson/emailer/guckes/etc/screenrc" checking for the utf8-encodings location... "/home/robinson/emailer/guckes/share/screen/utf8encodings" configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating config.h config.status: executing default commands Now please check the pathnames in the Makefile and in the user configuration section in config.h. Then type 'make' to make screen. Good luck. guckes@lin207:~/.P/install/screen-3.9.13>mmake CPP="gcc -E " srcdir=. sh ./osdef.sh AWK=gawk CC="gcc -g -O2" srcdir=. sh ./comm.sh AWK=gawk srcdir=. sh ./term.sh gcc -c -I. -I. -g -O2 screen.c gcc -c -I. -I. -g -O2 ansi.c gcc -c -I. -I. -g -O2 fileio.c gcc -c -I. -I. -g -O2 mark.c gcc -c -I. -I. -g -O2 misc.c gcc -c -I. -I. -g -O2 resize.c gcc -c -I. -I. -g -O2 socket.c gcc -c -I. -I. -g -O2 search.c sh ./tty.sh tty.c gcc -c -I. -I. -g -O2 tty.c gcc -c -I. -I. -g -O2 term.c gcc -c -I. -I. -g -O2 window.c gcc -c -I. -I. -g -O2 utmp.c gcc -c -I. -I. -g -O2 loadav.c gcc -c -I. -I. -g -O2 putenv.c gcc -c -I. -I. -g -O2 help.c gcc -c -I. -I. -g -O2 termcap.c gcc -c -I. -I. -g -O2 input.c gcc -c -I. -I. -g -O2 attacher.c gcc -c -I. -I. -g -O2 pty.c gcc -c -I. -I. -g -O2 process.c gcc -c -I. -I. -g -O2 display.c gcc -c -I. -I. -g -O2 comm.c gcc -c -I. -I. -g -O2 kmapdef.c gcc -c -I. -I. -g -O2 acls.c gcc -c -I. -I. -g -O2 braille.c gcc -c -I. -I. -g -O2 braille_tsi.c gcc -c -I. -I. -g -O2 logfile.c gcc -c -I. -I. -g -O2 layer.c gcc -c -I. -I. -g -O2 sched.c gcc -c -I. -I. -g -O2 teln.c gcc -c -I. -I. -g -O2 nethack.c gcc -c -I. -I. -g -O2 encoding.c gcc -o screen screen.o ansi.o fileio.o mark.o misc.o resize.o socket.o search.o tty.o term.o window.o utmp.o loadav.o putenv.o help.o termcap.o input.o attacher.o pty.o process.o display.o comm.o kmapdef.o acls.o braille.o braille_tsi.o logfile.o layer.o sched.o teln.o nethack.o encoding.o -lcurses -lutil -lcrypt guckes@lin207:~/.P/install/screen-3.9.13>make install ./etc/mkinstalldirs /home/robinson/emailer/guckes/bin `sed < config.h -n -e '/define SCREENENCODINGS/s/^.*"\([^"]*\)"/\1/p'` cd doc ; make installdirs make[1]: Entering directory `/import/Mweb/guckes/install/screen-3.9.13/doc' ./../etc/mkinstalldirs /home/robinson/emailer/guckes/man/man1 /home/robinson/emailer/guckes/info make[1]: Leaving directory `/import/Mweb/guckes/install/screen-3.9.13/doc' if [ -f /home/robinson/emailer/guckes/bin/screen-3.9.13 ] && [ ! -f /home/robinson/emailer/guckes/bin/screen-3.9.13.old ]; \ then mv /home/robinson/emailer/guckes/bin/screen-3.9.13 /home/robinson/emailer/guckes/bin/screen-3.9.13.old; fi /usr/bin/install -c screen /home/robinson/emailer/guckes/bin/screen-3.9.13 chown root /home/robinson/emailer/guckes/bin/screen-3.9.13 && chmod 4755 /home/robinson/emailer/guckes/bin/screen-3.9.13 chown: changing ownership of `/home/robinson/emailer/guckes/bin/screen-3.9.13': Operation not permitted make: [install_bin] Error 1 (ignored) if [ -f /home/robinson/emailer/guckes/bin/screen ] && [ ! -f /home/robinson/emailer/guckes/bin/screen.old ]; then mv /home/robinson/emailer/guckes/bin/screen /home/robinson/emailer/guckes/bin/screen.old; fi rm -f /home/robinson/emailer/guckes/bin/screen (cd /home/robinson/emailer/guckes/bin && ln -sf screen-3.9.13 screen) cp ./utf8encodings/?? `sed < config.h -n -e '/define SCREENENCODINGS/s/^.*"\([^"]*\)"/\1/p'` cd doc ; make install make[1]: Entering directory `/import/Mweb/guckes/install/screen-3.9.13/doc' ./../etc/mkinstalldirs /home/robinson/emailer/guckes/man/man1 /home/robinson/emailer/guckes/info /usr/bin/install -c -m 644 ./screen.1 /home/robinson/emailer/guckes/man/man1/screen.1 make screen.info make[2]: Entering directory `/import/Mweb/guckes/install/screen-3.9.13/doc' make[2]: `screen.info' is up to date. make[2]: Leaving directory `/import/Mweb/guckes/install/screen-3.9.13/doc' if test -f screen.info; then d=.; else d=.; fi; \ if test -f $d/screen.info; then \ for f in $d/screen.info*; do /usr/bin/install -c -m 644 $f /home/robinson/emailer/guckes/info;done; \ if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then \ install-info --info-dir=/home/robinson/emailer/guckes/info $d/screen.info; \ else true; fi; \ fi perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LC_CTYPE = "iso_8859_1", LANG = "C" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). * Screen: (screen). Full-screen window manager. install-info: replacing existing dir entry for `screen' make[1]: Leaving directory `/import/Mweb/guckes/install/screen-3.9.13/doc' if [ -d /usr/lib/terminfo ]; then \ PATH="$PATH:/usr/5bin" tic ./terminfo/screeninfo.src; \ chmod 644 /usr/lib/terminfo/s/screen*; \ fi chmod: changing permissions of `/usr/lib/terminfo/s/screen': Operation not permitted chmod: changing permissions of `/usr/lib/terminfo/s/screen-bce': Operation not permitted chmod: changing permissions of `/usr/lib/terminfo/s/screen-w': Operation not permitted chmod: changing permissions of `/usr/lib/terminfo/s/screen.teraterm': Operation not permitted chmod: changing permissions of `/usr/lib/terminfo/s/screen.xterm-r6': Operation not permitted chmod: changing permissions of `/usr/lib/terminfo/s/screen.xterm-xfree86': Operation not permitted chmod: changing permissions of `/usr/lib/terminfo/s/screen2': Operation not permitted chmod: changing permissions of `/usr/lib/terminfo/s/screen3': Operation not permitted make: [install] Error 1 (ignored) termcap entry (./terminfo/screencap) should be installed manually. You may also want to install ./etc/etcscreenrc in /home/robinson/emailer/guckes/etc/screenrc guckes@lin207:~/.P/install/screen-3.9.13>