Problem building mc on SuSE 6.2



This problem in subshell.c seems to be because the check for grantpt
succeeds.  grantpt is found in my libc.so.6 (glibc 2.1).  The fact
that it was found cached doesn't really matter; my system hasn't
changed since I last built it (and indeed it does exist, so that test
is at least in principle correct).

#ifdef HAVE_GRANTPT
#   include <stropts.h> /* For I_PUSH			      */
#else
#   include <grp.h>	/* For the group struct & getgrnam()  */
#endif

I'm not sure what the best fix is for this.  Certainly the use of
I_PUSH is not conditionalized on HAVE_GRANTPT.  Maybe it should be
something like this?

#if defined(HAVE_GRANTPT) && !defined(__osf__) && !defined(linux) && !defined(__linux__)


Version of mc is 4.5.39
loading cache ./config.cache
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking whether make sets ${MAKE}... (cached) yes
checking for gcc... (cached) gcc
checking whether the C compiler (gcc  ) works... yes
checking whether the C compiler (gcc  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) gcc -E
checking for ranlib... (cached) ranlib
checking whether ln -s works... (cached) yes
checking for gawk... (cached) gawk
checking whether we are using GNU make... (cached) yes
checking for AIX... no
checking for minix/config.h... (cached) no
checking for POSIXized ISC... no
checking for gcc option to accept ANSI C... (cached) 
checking whether sys/types.h defines makedev... (cached) no
checking for sys/mkdev.h... (cached) no
checking for sys/sysmacros.h... (cached) yes
checking for working const... (cached) yes
checking for mv... (cached) /bin/mv
checking for cp... (cached) /bin/cp
checking for rm... (cached) /bin/rm
checking for chmod... (cached) /bin/chmod
checking for ar... (cached) /usr/bin/ar
checking for uname... (cached) Linux
checking for netscape... (cached) netscape
checking for ANSI C header files... (cached) yes
checking for inline... (cached) inline
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for argz.h... (cached) yes
checking for limits.h... (cached) yes
checking for locale.h... (cached) yes
checking for nl_types.h... (cached) yes
checking for malloc.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking for values.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for getcwd... (cached) yes
checking for munmap... (cached) yes
checking for putenv... (cached) yes
checking for setenv... (cached) yes
checking for setlocale... (cached) yes
checking for strchr... (cached) yes
checking for strcasecmp... (cached) yes
checking for __argz_count... (cached) yes
checking for __argz_stringify... (cached) yes
checking for __argz_next... (cached) yes
checking for LC_MESSAGES... (cached) yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for libintl.h... (cached) yes
checking for gettext in libc... (cached) yes
checking for msgfmt... (cached) /usr/bin/msgfmt
checking for dcgettext... (cached) yes
checking for gmsgfmt... (cached) /usr/bin/msgfmt
checking for xgettext... (cached) /usr/bin/xgettext
checking for catalogs to be installed...  ca cs da de el es es_ES fi fr hu it ja ko nl no pl pt_BR ro ru sv wa zh_TW.Big5
checking for glib-config... (cached) /mnt1/gnome.new/bin/glib-config
checking for GLIB - version >= 1.2.0... yes
checking for a BSD compatible install... (cached) /usr/bin/ginstall -c
checking for unistd.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for crypt.h... (cached) yes
checking for grp.h... (cached) yes
checking for limits.h... (cached) yes
checking for malloc.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for termios.h... (cached) yes
checking for utime.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for sys/statfs.h... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking filename fits on dirent.d_name... (cached) yes
checking for ANSI C header files... (cached) yes
checking for st_blksize in struct stat... (cached) yes
checking for st_blocks in struct stat... (cached) yes
checking for st_rdev in struct stat... (cached) yes
checking for strerror... (cached) yes
checking for statfs... (cached) yes
checking for getwd... (cached) yes
checking for strcasecmp... (cached) yes
checking for strncasecmp... (cached) yes
checking for strdup... (cached) yes
checking for memmove... (cached) yes
checking for pwdauth... (cached) no
checking for truncate... (cached) yes
checking for initgroups... (cached) yes
checking for putenv... (cached) yes
checking for memset... (cached) yes
checking for memcpy... (cached) yes
checking for tcsetattr... (cached) yes
checking for tcgetattr... (cached) yes
checking for cfgetospeed... (cached) yes
checking for sigaction... (cached) yes
checking for sigemptyset... (cached) yes
checking for sigprocmask... (cached) yes
checking for sigaddset... (cached) yes
checking for sysconf... (cached) yes
checking for setuid... (cached) yes
checking for setreuid... (cached) yes
checking for getpt... (cached) yes
checking for pw_encrypt in -lshadow... (cached) no
checking for sys/select.h... (cached) yes
checking for crypt... (cached) no
checking for crypt in -lcrypt... (cached) yes
checking for grantpt... (cached) yes
checking for tolower in -lintl... (cached) yes
checking for statlstat... (cached) no
checking for AIX defines... no
checking for getmntent in -lgen... (cached) no
checking for fcntl.h... (cached) yes
checking for sys/dustat.h... (cached) no
checking for sys/param.h... (cached) yes
checking for sys/statfs.h... (cached) yes
checking for sys/fstyp.h... (cached) no
checking for mnttab.h... (cached) no
checking for mntent.h... (cached) yes
checking for utime.h... (cached) yes
checking for sys/statvfs.h... (cached) no
checking for sys/vfs.h... (cached) yes
checking for sys/mount.h... (cached) yes
checking for sys/filsys.h... (cached) no
checking for sys/fs_types.h... (cached) no
checking for getmntinfo... (cached) no
checking for d_ino member in directory struct... (cached) yes
checking for getmntent in -lsun... (cached) no
checking for getmntent in -lseq... (cached) no
checking for getmntent in -lgen... (cached) no
checking for getmntent... (cached) yes
checking for two-argument getmntent function... (cached) no
checking for one-argument getmntent function... (cached) yes
checking how to get filesystem space usage
checking for statvfs... (cached) yes
checking for mode_t... (cached) yes
checking for umode_t... (cached) no
checking for off_t... (cached) yes
checking for pid_t... (cached) yes
checking for uid_t in sys/types.h... (cached) yes
checking for nlink_t... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... (cached) yes
checking for working mmap... (cached) yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for X... (cached) libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for dnet_ntoa in -ldnet... (cached) no
checking for dnet_ntoa in -ldnet_stub... (cached) no
checking for gethostbyname... (cached) yes
checking for connect... (cached) yes
checking for remove... (cached) yes
checking for shmat... (cached) yes
checking for IceConnectionNumber in -lICE... (cached) yes
checking for t_accept in -lnsl... (cached) no
checking for socket in -lsocket... (cached) no
checking for socket... (cached) yes
checking for gethostbyname... (cached) yes
checking for socketpair... (cached) yes
checking for get_process_stats in -lseq... (cached) no
checking for t_accept in -lnsl... (cached) no
checking for socket in -lsocket... (cached) no
checking for socket... (cached) yes
checking for gethostbyname... (cached) yes
checking struct linger is available... yes
checking for pmap_set... (cached) yes
checking for pmap_getport... (cached) yes
checking for pmap_getmaps... (cached) yes
checking for rresvport... (cached) yes
checking for rpc/pmap_clnt.h... (cached) yes
Using the VFS switch code
checking for Gpm_Repeat in -lgpm... (cached) yes
checking for gnome-config... (cached) /mnt1/gnome.new/bin/gnome-config
checking if /mnt1/gnome.new/bin/gnome-config works... yes
checking for orbit-config... (cached) /mnt1/gnome.new/bin/orbit-config
checking for orbit-idl... (cached) /mnt1/gnome.new/bin/orbit-idl
checking for working ORBit environment... (cached) yes
checking for gnorba libraries... (cached) yes
checking for nroff... (cached) true
checking for manual formatting macros... (cached) -mandoc
checking if nroff accepts -Tlatin1 or -Tascii... (cached) checking for file... (cached) true
checking for - option to file command... (cached) yes
checking for -L option to file command... (cached) yes
checking for - option to grep command... (cached) yes
checking for subshell support... yes
checking for SLang_init_tty in -lslang... (cached) no
will call internal editor
checking for ext2fs_close in -lext2fs... (cached) checking for resizeterm... (cached) yes
checking for keyok... (cached) yes
Using SLang screen manager/terminfo
checking for pam_start in -lpam... (cached) yes
checking for -lXpm... (cached) yes
checking for X11 non-rectangular shape extension... (cached) yes

creating ./config.status
creating Make.common
creating Makefile
creating mc.spec
creating VERSION
creating doc/Makefile
creating doc-gnome/Makefile
creating doc-gnome/C/Makefile
creating vfs/Makefile
creating lib/Makefile
creating gnome/Makefile
creating gnome/mc.keys.in
creating idl/Makefile
creating src/Makefile
creating slang/Makefile
creating edit/Makefile
creating gtkedit/Makefile
creating syntax/Makefile
creating new_icons/Makefile
creating icons/Makefile
creating lib/mc.ext
creating lib/mc-gnome.ext
creating lib/mc.sh
creating lib/mc.csh
creating mcfn_install
creating vfs/extfs/ftplist
creating vfs/extfs/uzip
creating vfs/extfs/uzoo
creating vfs/extfs/lslR
creating vfs/extfs/ulha
creating vfs/extfs/uha
creating vfs/extfs/ucpio
creating vfs/extfs/deb
creating vfs/extfs/urar
creating vfs/extfs/uar
creating doc/mc.1
creating doc/mcedit.1
creating doc/mcserv.8
creating intl/Makefile
creating po/Makefile.in
creating config.h
config.h is unchanged
configuring in vfs/samba
running /bin/sh ./configure  --prefix=/mnt1/gnome.new --with-glib-prefix=/mnt1/gnome.new --with-gtk-prefix=/mnt1/gnome.new --with-gnome=/mnt1/gnome.new --cache-file=../.././config.cache --srcdir=.
loading cache ../.././config.cache
checking for gcc... (cached) gcc
checking whether the C compiler (gcc -O ) works... yes
checking whether the C compiler (gcc -O ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for a BSD compatible install... (cached) /usr/bin/ginstall -c
checking for gawk... (cached) gawk
checking whether gcc and cc understand -c and -o together... (cached) yes
checking that the C compiler understands volatile... (cached) yes
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking build system type... i686-pc-linux-gnu
checking config.cache system type... same
checking for autoconf... (cached) /usr/bin/autoconf
checking for autoheader... (cached) /usr/bin/autoheader
checking for LFS support... no
checking for inline... (cached) inline
checking how to run the C preprocessor... (cached) gcc -E
checking for ANSI C header files... (cached) yes
checking for dirent.h that defines DIR... (cached) yes
checking for opendir in -ldir... (cached) no
checking whether time.h and sys/time.h may both be included... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... (cached) yes
checking for arpa/inet.h... (cached) yes
checking for sys/fcntl.h... (cached) yes
checking for sys/select.h... (cached) yes
checking for fcntl.h... (cached) yes
checking for sys/time.h... (cached) yes
checking for sys/unistd.h... (cached) yes
checking for unistd.h... (cached) yes
checking for utime.h... (cached) yes
checking for grp.h... (cached) yes
checking for sys/id.h... (cached) no
checking for limits.h... (cached) yes
checking for memory.h... (cached) yes
checking for net/if.h... (cached) yes
checking for compat.h... (cached) no
checking for rpc/rpc.h... (cached) yes
checking for rpcsvc/nis.h... (cached) no
checking for rpcsvc/yp_prot.h... (cached) yes
checking for rpcsvc/ypclnt.h... (cached) yes
checking for sys/param.h... (cached) yes
checking for ctype.h... (cached) yes
checking for sys/wait.h... (cached) yes
checking for sys/resource.h... (cached) yes
checking for sys/ioctl.h... (cached) yes
checking for sys/mode.h... (cached) no
checking for sys/mman.h... (cached) yes
checking for sys/filio.h... (cached) no
checking for sys/priv.h... (cached) no
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking for sys/mount.h... (cached) yes
checking for sys/vfs.h... (cached) yes
checking for sys/fs/s5param.h... (cached) no
checking for sys/filsys.h... (cached) no
checking for termios.h... (cached) yes
checking for termio.h... (cached) yes
checking for sys/termio.h... (cached) no
checking for sys/statfs.h... (cached) yes
checking for sys/dustat.h... (cached) no
checking for sys/statvfs.h... (cached) no
checking for stdarg.h... (cached) yes
checking for sys/sockio.h... (cached) no
checking for shadow.h... (cached) yes
checking for netinet/tcp.h... (cached) yes
checking for netinet/in_systm.h... (cached) yes
checking for netinet/in_ip.h... (cached) no
checking for sys/security.h... (cached) no
checking for security/pam_appl.h... (cached) yes
checking for stropts.h... (cached) no
checking for poll.h... (cached) yes
checking for readline.h... (cached) no
checking for history.h... (cached) no
checking for readline/readline.h... (cached) yes
checking for readline/history.h... (cached) yes
checking for sys/capability.h... (cached) no
checking for syscall.h... (cached) yes
checking for sys/syscall.h... (cached) yes
checking for sys/acl.h... (cached) no
checking for sys/cdefs.h... (cached) yes
checking for glob.h... (cached) yes
checking size of int... (cached) 4
checking size of long... (cached) 4
checking size of short... (cached) 2
checking for working const... (cached) yes
checking for inline... (cached) inline
checking whether byte ordering is bigendian... (cached) no
checking whether char is unsigned... (cached) no
checking return type of signal handlers... (cached) void
checking for uid_t in sys/types.h... (cached) yes
checking for mode_t... (cached) yes
checking for off_t... (cached) yes
checking for size_t... (cached) yes
checking for pid_t... (cached) yes
checking for st_rdev in struct stat... (cached) yes
checking for d_off in dirent... (cached) yes
checking for ino_t... (cached) yes
checking for loff_t... (cached) yes
checking for offset_t... (cached) no
checking for ssize_t... (cached) yes
checking for main in -ldl... (cached) yes
checking for sig_atomic_t type... (cached) yes
checking for errno in errno.h... (cached) yes
checking for setresuid declaration... (cached) no
checking for setresgid declaration... (cached) no
checking for crypt declaration... (cached) no
checking for real setresuid... (cached) yes
checking for real setresgid... (cached) yes
checking for 8-bit clean memcmp... (cached) yes
checking for crypt... (cached) no
checking for crypt in -lcrypt... (cached) yes
checking for readline in -lreadline... (cached) no
checking for connect... (cached) yes
checking for execl... (cached) yes
checking for waitpid... (cached) yes
checking for getcwd... (cached) yes
checking for strdup... (cached) yes
checking for strtoul... (cached) yes
checking for strerror... (cached) yes
checking for chown... (cached) yes
checking for chmod... (cached) yes
checking for chroot... (cached) yes
checking for fstat... (cached) yes
checking for strchr... (cached) yes
checking for utime... (cached) yes
checking for utimes... (cached) yes
checking for getrlimit... (cached) yes
checking for fsync... (cached) yes
checking for bzero... (cached) yes
checking for memset... (cached) yes
checking for memmove... (cached) yes
checking for vsnprintf... (cached) yes
checking for snprintf... (cached) yes
checking for setsid... (cached) yes
checking for glob... (cached) yes
checking for strpbrk... (cached) yes
checking for pipe... (cached) yes
checking for crypt16... (cached) no
checking for getauthuid... (cached) no
checking for strftime... (cached) yes
checking for sigprocmask... (cached) yes
checking for sigblock... (cached) yes
checking for sigaction... (cached) yes
checking for innetgr... (cached) yes
checking for setnetgrent... (cached) yes
checking for getnetgrent... (cached) yes
checking for endnetgrent... (cached) yes
checking for initgroups... (cached) yes
checking for select... (cached) yes
checking for rdchk... (cached) no
checking for getgrnam... (cached) yes
checking for pathconf... (cached) yes
checking for setreuid... (cached) yes
checking for setregid... (cached) yes
checking for seteuid... (cached) yes
checking for setegid... (cached) yes
checking for setpriv... (cached) no
checking for setgidx... (cached) no
checking for setuidx... (cached) no
checking for setgroups... (cached) yes
checking for mktime... (cached) yes
checking for rename... (cached) yes
checking for ftruncate... (cached) yes
checking for stat64... (cached) no
checking for fstat64... (cached) no
checking for lstat64... (cached) no
checking for fopen64... (cached) yes
checking for atexit... (cached) yes
checking for grantpt... (cached) yes
checking for dup2... (cached) yes
checking for lseek64... (cached) yes
checking for ftruncate64... (cached) yes
checking for readdir64... (cached) yes
checking for fseek64... (cached) no
checking for fseeko64... (cached) yes
checking for ftell64... (cached) no
checking for ftello64... (cached) yes
checking for setluid... (cached) no
checking for yp_get_default_domain... (cached) no
checking for getpwanam... (cached) no
checking for srandom... (cached) yes
checking for random... (cached) yes
checking for srand... (cached) yes
checking for rand... (cached) yes
checking for setenv... (cached) yes
checking for usleep... (cached) yes
checking for mmap64... (cached) yes
checking for strcasecmp... (cached) yes
checking for syscall... (cached) yes
checking for _dup... (cached) no
checking for _dup2... (cached) no
checking for _opendir... (cached) no
checking for _readdir... (cached) no
checking for _seekdir... (cached) no
checking for _telldir... (cached) no
checking for _closedir... (cached) no
checking for __dup... (cached) no
checking for __dup2... (cached) yes
checking for __opendir... (cached) no
checking for __readdir... (cached) no
checking for __seekdir... (cached) no
checking for __telldir... (cached) no
checking for __closedir... (cached) no
checking for __getcwd... (cached) no
checking for _getcwd... (cached) no
checking for __xstat... (cached) yes
checking for __fxstat... (cached) yes
checking for __lxstat... (cached) yes
checking for _stat... (cached) no
checking for _lstat... (cached) no
checking for _fstat... (cached) no
checking for __stat... (cached) yes
checking for __lstat... (cached) yes
checking for __fstat... (cached) yes
checking for _acl... (cached) no
checking for __acl... (cached) no
checking for _facl... (cached) no
checking for __facl... (cached) no
checking for _open... (cached) no
checking for __open... (cached) yes
checking for _chdir... (cached) no
checking for __chdir... (cached) no
checking for _close... (cached) no
checking for __close... (cached) yes
checking for _fchdir... (cached) no
checking for __fchdir... (cached) no
checking for _fcntl... (cached) no
checking for __fcntl... (cached) yes
checking for getdents... (cached) no
checking for _getdents... (cached) no
checking for __getdents... (cached) no
checking for _lseek... (cached) no
checking for __lseek... (cached) yes
checking for _read... (cached) no
checking for __read... (cached) yes
checking for _write... (cached) no
checking for __write... (cached) yes
checking for _fork... (cached) no
checking for __fork... (cached) yes
checking for _stat64... (cached) no
checking for __stat64... (cached) no
checking for _fstat64... (cached) no
checking for __fstat64... (cached) no
checking for _lstat64... (cached) no
checking for __lstat64... (cached) no
checking for __sys_llseek... (cached) no
checking for llseek... (cached) yes
checking for _llseek... (cached) no
checking for __llseek... (cached) no
checking for readdir64... (cached) yes
checking for _readdir64... (cached) no
checking for __readdir64... (cached) no
checking for pread... (cached) yes
checking for _pread... (cached) no
checking for __pread... (cached) no
checking for pread64... (cached) yes
checking for _pread64... (cached) no
checking for __pread64... (cached) yes
checking for pwrite... (cached) yes
checking for _pwrite... (cached) no
checking for __pwrite... (cached) no
checking for pwrite64... (cached) yes
checking for _pwrite64... (cached) no
checking for __pwrite64... (cached) yes
checking for open64... (cached) yes
checking for _open64... (cached) no
checking for __open64... (cached) no
checking for creat64... (cached) yes
checking for stat64 in <sys/stat.h>... no
checking for lstat64 in <sys/stat.h>... no
checking for fstat64 in <sys/stat.h>... no
checking for putprpwnam in -lsecurity... (cached) no
checking for putprpwnam... (cached) no
checking for putprpwnam in -lsec... (cached) no
checking for putprpwnam... (cached) no
checking for set_auth_parameters in -lsecurity... (cached) no
checking for set_auth_parameters... (cached) no
checking for set_auth_parameters in -lsec... (cached) no
checking for set_auth_parameters... (cached) no
checking for getspnam in -lsecurity... (cached) no
checking for getspnam... (cached) yes
checking for getspnam in -lsec... (cached) no
checking for getspnam... (cached) yes
checking for bigcrypt in -lsecurity... (cached) no
checking for bigcrypt... (cached) no
checking for bigcrypt in -lsec... (cached) no
checking for bigcrypt... (cached) no
checking for getprpwnam in -lsecurity... (cached) no
checking for getprpwnam... (cached) no
checking for getprpwnam in -lsec... (cached) no
checking for getprpwnam... (cached) no
checking whether gcc accepts -fpic... (cached) yes
checking for long long... (cached) yes
checking for 64 bit off_t... (cached) no
checking for off64_t... (cached) no
checking for 64 bit ino_t... (cached) no
checking for ino64_t... (cached) no
checking for struct dirent64... (cached) no
checking for union semun... (cached) yes
checking for unsigned char... (cached) no
checking for sin_len in sock... (cached) no
checking whether seekdir returns void... (cached) yes
checking for __FILE__ macro... (cached) yes
checking for __FUNCTION__ macro... (cached) yes
checking if gettimeofday takes tz argument... (cached) yes
checking for broken readdir... (cached) no
checking for utimbuf... (cached) yes
checking for kernel oplock type definitions... (cached) no
checking for irix specific capabilities... (cached) no
checking for int16 typedef included by rpc/rpc.h... (cached) no
checking for uint16 typedef included by rpc/rpc.h... (cached) no
checking for int32 typedef included by rpc/rpc.h... (cached) no
checking for uint32 typedef included by rpc/rpc.h... (cached) no
checking for conflicting AUTH_ERROR define in rpc/rpc.h... (cached) no
checking for test routines... yes
checking for ftruncate extend... (cached) yes
checking for broken getgroups... (cached) no
checking whether getpass should be replaced... (cached) yes
checking for broken inet_ntoa... (cached) no
checking for root... (cached) yes
checking for netmask ifconf... (cached) no
checking for netmask ifreq... (cached) no
checking for netmask AIX... (cached) no
checking for trapdoor seteuid... (cached) no
checking for shared mmap... (cached) yes
checking for ftruncate needs root... (cached) no
checking for fcntl locking... (cached) yes
checking for 64 bit fcntl locking... (cached) no
checking for sysv ipc... (cached) yes
checking for a crypt that needs truncated salt... (cached) no
checking for broken nisplus include files... (cached) yes
checking whether to use smbwrapper... no
checking whether to use AFS... no
checking whether to use DFS auth... no
checking whether to use Kerberos IV... no
checking whether to use Kerberos 5... no
checking whether to use AUTOMOUNT... no
checking whether to use SMBMOUNT... no
checking whether to use PAM password database... no
checking whether to use LDAP password database... no
checking whether to use NISPLUS password database... no
checking whether to use NISPLUS_HOME... no
checking whether to use SSL... no
checking whether to use MMAP... no
checking whether to use syslog logging... no
checking whether to support netatalk... no
checking whether to support disk-quotas... no
checking how to get filesystem space usage
checking statvfs64 function (SVR4)... (cached) no
checking statvfs function (SVR4)... (cached) no
checking for 3-argument statfs function (DEC OSF/1)... (cached) no
checking for two-argument statfs with statfs.bsize member (AIX, 4.3BSD)... (cached) yes
checking if large file support can be enabled
no
checking configure summary
WARNING: No automated netmask determination - use an interfaces line
configure OK
creating ./config.status
creating include/stamp-h
sed: can't read ./include/stamp-h.in: No such file or directory
creating Makefile
creating include/config.h

Configuration:

  Source code location:       .
  Compiler:	              gcc
  Compiler flags:             -O2 -I/mnt1/gnome.new/lib/glib/include -I/mnt1/gnome.new/include -I/mnt1/gnome.new/include
  File system:                Midnight Commander Virtual File System
			      tarfs, mcfs, ftpfs, fish
  Text mode screen manager:   SLang with terminfo
  Install console saver:      yes
  Text mode mouse library:    GPM and xterm
  Text mode X11 support:      no
  Debugger code:              none
  With subshell support:      yes
  X11 versions:               Gnome+
  Internal editor:            yes
  Install path:		      /mnt1/gnome.new/bin, /mnt1/gnome.new/lib/mc

make[1]: Entering directory `/mnt1/sandbox/mc-4.5.39/intl'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/mnt1/sandbox/mc-4.5.39/intl'
make[1]: Entering directory `/mnt1/sandbox/mc-4.5.39/vfs'
ok
make mcservx
make[2]: Entering directory `/mnt1/sandbox/mc-4.5.39/vfs'
make[2]: `mcservx' is up to date.
make[2]: Leaving directory `/mnt1/sandbox/mc-4.5.39/vfs'
make[1]: Leaving directory `/mnt1/sandbox/mc-4.5.39/vfs'
make[1]: Entering directory `/mnt1/sandbox/mc-4.5.39/lib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/mnt1/sandbox/mc-4.5.39/lib'
make[1]: Entering directory `/mnt1/sandbox/mc-4.5.39/doc'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/mnt1/sandbox/mc-4.5.39/doc'
make[1]: Entering directory `/mnt1/sandbox/mc-4.5.39/slang'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/mnt1/sandbox/mc-4.5.39/slang'
make[1]: Entering directory `/mnt1/sandbox/mc-4.5.39/gtkedit'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/mnt1/sandbox/mc-4.5.39/gtkedit'
make[1]: Entering directory `/mnt1/sandbox/mc-4.5.39/edit'
ok
ok
make mx
make[2]: Entering directory `/mnt1/sandbox/mc-4.5.39/edit'
make[2]: `mx' is up to date.
make[2]: Leaving directory `/mnt1/sandbox/mc-4.5.39/edit'
touch mx
make[1]: Leaving directory `/mnt1/sandbox/mc-4.5.39/edit'
make[1]: Entering directory `/mnt1/sandbox/mc-4.5.39/src'
gcc -c -I..  -I./.. -I../slang  -I./../vfs -I./../slang -I.. -DBINDIR=\""/mnt1/gnome.new/bin/"\" -DLIBDIR=\""/mnt1/gnome.new/lib/mc/"\" -DICONDIR=\""/mnt1/gnome.new/share/pixmaps/mc/"\"  -DLOCALEDIR=\""/mnt1/gnome.new/share/locale/"\" -DCONFDIR=\""/mnt1/gnome.new/etc/"\" -DDESKTOP_INIT_DIR=\""/mnt1/gnome.new/lib/mc/desktop-scripts/"\" -DREGEX_MALLOC -DHAVE_CONFIG_H -O2 -I/mnt1/gnome.new/lib/glib/include -I/mnt1/gnome.new/include -I/mnt1/gnome.new/include  subshell.c
subshell.c:66: stropts.h: No such file or directory
make[1]: *** [subshell.o] Error 1
make[1]: Leaving directory `/mnt1/sandbox/mc-4.5.39/src'
make[1]: Entering directory `/mnt1/sandbox/mc-4.5.39/gnome'
ok
make[2]: Entering directory `/mnt1/sandbox/mc-4.5.39/gnome'
for I in mad.o; do /bin/rm -f $I; ln -s ../src/$I $I >/dev/null 2>&1; done; true
make[2]: Leaving directory `/mnt1/sandbox/mc-4.5.39/gnome'
make plain-gmc
make[2]: Entering directory `/mnt1/sandbox/mc-4.5.39/gnome'
gcc -c -I..  -I./.. -I../slang  -I./../vfs -I./../slang -I.. -DBINDIR=\""/mnt1/gnome.new/bin/"\" -DLIBDIR=\""/mnt1/gnome.new/lib/mc/"\" -DICONDIR=\""/mnt1/gnome.new/share/pixmaps/mc/"\"  -DLOCALEDIR=\""/mnt1/gnome.new/share/locale/"\" -DCONFDIR=\""/mnt1/gnome.new/etc/"\" -DDESKTOP_INIT_DIR=\""/mnt1/gnome.new/lib/mc/desktop-scripts/"\" -I./../vfs -DHAVE_X -DHAVE_GNOME -I/mnt1/gnome.new/include -DNEED_GNOMESUPPORT_H -I/mnt1/gnome.new/lib/gnome-libs/include -I/mnt1/gnome.new/lib/glib/include -I/usr/X11R6/include -DHAVE_CONFIG_H -g -O2 -I/mnt1/gnome.new/lib/glib/include -I/mnt1/gnome.new/include -I/mnt1/gnome.new/include  -I/usr/X11R6/include -I. -I./../src subshell.c
subshell.c:66: stropts.h: No such file or directory
make[2]: *** [subshell.o] Error 1
make[2]: Leaving directory `/mnt1/sandbox/mc-4.5.39/gnome'
make[1]: *** [mx] Error 2
make[1]: Leaving directory `/mnt1/sandbox/mc-4.5.39/gnome'
make[1]: Entering directory `/mnt1/sandbox/mc-4.5.39/new_icons'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/mnt1/sandbox/mc-4.5.39/new_icons'
make[1]: Entering directory `/mnt1/sandbox/mc-4.5.39/icons'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/mnt1/sandbox/mc-4.5.39/icons'
make[1]: Entering directory `/mnt1/sandbox/mc-4.5.39/idl'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/mnt1/sandbox/mc-4.5.39/idl'
make[1]: Entering directory `/mnt1/sandbox/mc-4.5.39/syntax'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/mnt1/sandbox/mc-4.5.39/syntax'
make[1]: Entering directory `/mnt1/sandbox/mc-4.5.39/po'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/mnt1/sandbox/mc-4.5.39/po'
./mkinstalldirs /mnt1/gnome.new/bin /mnt1/gnome.new/lib/mc
./mkinstalldirs /mnt1/gnome.new/man /mnt1/gnome.new/man/man8
./mkinstalldirs /mnt1/gnome.new/share/pixmaps/mc /mnt1/gnome.new/lib/mc/bin
./mkinstalldirs /mnt1/gnome.new/lib/mc/term /mnt1/gnome.new/lib/mc/extfs
./mkinstalldirs /mnt1/gnome.new/share/idl /mnt1/gnome.new/lib/mc/syntax
make[1]: Entering directory `/mnt1/sandbox/mc-4.5.39/intl'
if test "mc" = "gettext" \
   && test '' = 'intl-compat.o'; then \
  if test -r ../mkinstalldirs; then \
    ../mkinstalldirs /mnt1/gnome.new/lib /mnt1/gnome.new/include; \
  else \
    ../mkinstalldirs /mnt1/gnome.new/lib /mnt1/gnome.new/include; \
  fi; \
  /usr/bin/ginstall -c -m 644 intlh.inst /mnt1/gnome.new/include/libintl.h; \
  /usr/bin/ginstall -c -m 644 libintl.a /mnt1/gnome.new/lib/libintl.a; \
else \
  : ; \
fi
if test "mc" = "gettext"; then \
  if test -r ../mkinstalldirs; then \
    ../mkinstalldirs /mnt1/gnome.new/share/gettext/intl; \
  else \
    ../mkinstalldirs /mnt1/gnome.new/share/gettext/intl; \
  fi; \
  /usr/bin/ginstall -c -m 644 VERSION /mnt1/gnome.new/share/gettext/intl/VERSION; \
  dists="ChangeLog Makefile.in linux-msg.sed po2tbl.sed.in xopen-msg.sed gettext.h gettextP.h hash-string.h libgettext.h loadinfo.h bindtextdom.c dcgettext.c dgettext.c gettext.c finddomain.c loadmsgcat.c localealias.c textdomain.c l10nflist.c explodename.c intl-compat.c cat-compat.c"; \
  for file in $dists; do \
    /usr/bin/ginstall -c -m 644 ./$file /mnt1/gnome.new/share/gettext/intl/$file; \
  done; \
else \
  : ; \
fi
make[1]: Leaving directory `/mnt1/sandbox/mc-4.5.39/intl'
make[1]: Entering directory `/mnt1/sandbox/mc-4.5.39/vfs'
ok
make mcservx
make[2]: Entering directory `/mnt1/sandbox/mc-4.5.39/vfs'
make[2]: `mcservx' is up to date.
make[2]: Leaving directory `/mnt1/sandbox/mc-4.5.39/vfs'
for I in README extfs.ini unarj.diff; do \
    /usr/bin/ginstall -c -m 644 ./extfs/$I \
          /mnt1/gnome.new/lib/mc/extfs/$I; \
done
for I in a rpm hp48 mailfs patchfs sfs.ini trpm rpms uarj ; do \
    /usr/bin/ginstall -c -m 755 ./extfs/$I \
             /mnt1/gnome.new/lib/mc/extfs/$I; \
done
for I in deb lslR ucpio urar uzoo ftplist uar ulha uha uzip ; do \
    /usr/bin/ginstall -c -m 755 /mnt1/sandbox/mc-4.5.39/vfs/extfs/$I \
             /mnt1/gnome.new/lib/mc/extfs/$I; \
done
(if test xmcserv != x; then \
    /usr/bin/ginstall -c -m 755 mcserv /mnt1/gnome.new/bin/mcserv; \
fi)
make[1]: Leaving directory `/mnt1/sandbox/mc-4.5.39/vfs'
make[1]: Entering directory `/mnt1/sandbox/mc-4.5.39/lib'
for I in mc.hint mc.hint.es mc.lib mc.menu; \
do /usr/bin/ginstall -c -m 644 ./$I /mnt1/gnome.new/lib/mc/$I; done
for I in mc.ext mc-gnome.ext mc.csh mc.sh; \
do /usr/bin/ginstall -c -m 644 /mnt1/sandbox/mc-4.5.39/lib/$I /mnt1/gnome.new/lib/mc/$I; done
for I in mc.csh mc.sh; \
do /usr/bin/ginstall -c -m 755 /mnt1/sandbox/mc-4.5.39/lib/$I /mnt1/gnome.new/lib/mc/bin//$I; done
for I in README.xterm linux.ti xterm.ad xterm.ti ansi.ti vt100.ti xterm.tcap; \
do /usr/bin/ginstall -c -m 644 ./$I /mnt1/gnome.new/lib/mc/term/$I; done
./../mkinstalldirs /mnt1/gnome.new/etc
/usr/bin/ginstall -c -m 644 ./mc.global /mnt1/gnome.new/etc
./../mkinstalldirs /mnt1/gnome.new/lib/mc/desktop-scripts
for I in startup.links README.desktop; \
do /usr/bin/ginstall -c -m 644 ./$I /mnt1/gnome.new/lib/mc/desktop-scripts/$I; done
make[1]: Leaving directory `/mnt1/sandbox/mc-4.5.39/lib'
make[1]: Entering directory `/mnt1/sandbox/mc-4.5.39/doc'
./../mkinstalldirs //mnt1/gnome.new/man/man1
./../mkinstalldirs //mnt1/gnome.new/man/man8
sed 's%@prefix@%/mnt1/gnome.new%' < mc.1 > /mnt1/gnome.new/man/man1/mc.1
sed 's%@prefix@%/mnt1/gnome.new%' < mcedit.1 > /mnt1/gnome.new/man/man1/mcedit.1
sed 's%@prefix@%/mnt1/gnome.new%' < mcserv.8 > /mnt1/gnome.new/man/man8/mcserv.8
make[1]: Leaving directory `/mnt1/sandbox/mc-4.5.39/doc'
make[1]: Entering directory `/mnt1/sandbox/mc-4.5.39/slang'
make[1]: Nothing to be done for `install'.
make[1]: Leaving directory `/mnt1/sandbox/mc-4.5.39/slang'
make[1]: Entering directory `/mnt1/sandbox/mc-4.5.39/gtkedit'
/bin/rm -f /mnt1/gnome.new/bin/mcedit
ln -s mc /mnt1/gnome.new/bin/mcedit
make[1]: Leaving directory `/mnt1/sandbox/mc-4.5.39/gtkedit'
make[1]: Entering directory `/mnt1/sandbox/mc-4.5.39/edit'
/bin/rm -f /mnt1/gnome.new/bin/mcedit
ln -s mc /mnt1/gnome.new/bin/mcedit
make[1]: Leaving directory `/mnt1/sandbox/mc-4.5.39/edit'
make[1]: Entering directory `/mnt1/sandbox/mc-4.5.39/src'
gcc -c -I..  -I./.. -I../slang  -I./../vfs -I./../slang -I.. -DBINDIR=\""/mnt1/gnome.new/bin/"\" -DLIBDIR=\""/mnt1/gnome.new/lib/mc/"\" -DICONDIR=\""/mnt1/gnome.new/share/pixmaps/mc/"\"  -DLOCALEDIR=\""/mnt1/gnome.new/share/locale/"\" -DCONFDIR=\""/mnt1/gnome.new/etc/"\" -DDESKTOP_INIT_DIR=\""/mnt1/gnome.new/lib/mc/desktop-scripts/"\" -DREGEX_MALLOC -DHAVE_CONFIG_H -O2 -I/mnt1/gnome.new/lib/glib/include -I/mnt1/gnome.new/include -I/mnt1/gnome.new/include  subshell.c
subshell.c:66: stropts.h: No such file or directory
make[1]: *** [subshell.o] Error 1
make[1]: Leaving directory `/mnt1/sandbox/mc-4.5.39/src'
make: *** [install] Error 1
Cannot install mc-4.5.39

-- 
Robert Krawitz <rlk@alum.mit.edu>      http://www.tiac.net/users/rlk/

Tall Clubs International  --  http://www.tall.org/ or 1-888-IM-TALL-2
Member of the League for Programming Freedom -- mail lpf@uunet.uu.net

"Linux doesn't dictate how I work, I dictate how Linux works."
--Eric Crampton



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]