From bug-octave-request at bevo dot che dot wisc dot edu Thu Nov 13 14:33:57 1997 Subject: Attempt to compile Octave under Redhat Alpha Linux 4.2 fails From: Terrence Brannon To: bug-octave at bevo dot che dot wisc dot edu Date: 13 Nov 1997 12:33:28 -0800 Dr. Eaton, you are welcome to an account on our machine if you would like to take over the job of getting Octave 2.0.9 compiled under Redhat Alpha Linux 4.2. root at sand /newport/pkg : cd octave-2.0.9 root at sand /newport/pkg/octave-2.0.9 : ./configure --prefix=/newport/alpha_linux && make loading cache ./config.cache checking host system type... alpha-unknown-linux-gnu defining prefix to be /newport/alpha_linux defining exec_prefix to be NONE defining bindir to be ${exec_prefix}/bin defining datadir to be ${prefix}/share defining libdir to be ${exec_prefix}/lib defining libexecdir to be ${exec_prefix}/libexec defining includedir to be ${prefix}/include defining mandir to be ${prefix}/man defining infodir to be ${prefix}/info defining man1dir to be $(mandir)/man1 defining man1ext to be .1 defining infofile to be $(infodir)/octave.info defining octincludedir to be $(includedir)/octave-$(version) defining fcnfiledir to be $(datadir)/octave/$(version)/m defining localfcnfiledir to be $(datadir)/octave/site/m defining localfcnfilepath to be $(localfcnfiledir)// defining archlibdir to be $(libexecdir)/octave/$(version)/exec/$(target_host_type) defining localarchlibdir to be $(libexecdir)/octave/site/exec/$(target_host_type) defining octfiledir to be $(libexecdir)/octave/$(version)/oct/$(target_host_type) defining localoctfiledir to be $(libexecdir)/octave/site/oct/$(target_host_type) defining localoctfilepath to be $(localoctfiledir)// defining fcnfilepath to be .:$(localoctfilepath):$(localfcnfilepath):$(octfiledir)//:$(fcnfiledir)// defining imagedir to be $(datadir)/octave/$(version)/imagelib defining imagepath to be .:$(imagedir)// checking for c++... c++ checking whether the C++ compiler (c++ ) works... yes checking whether the C++ compiler (c++ ) is a cross-compiler... no checking whether we are using GNU C++... yes checking whether c++ accepts -g... yes checking how to run the C++ preprocessor... c++ -E defining NO_IMPLICIT_TEMPLATES to be -fno-implicit-templates checking for gcc... 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... yes checking whether gcc accepts -g... yes checking how to run the C preprocessor... gcc -E checking whether gcc needs -traditional... no defining LDFLAGS to be -g checking for ranlib... ranlib checking for g77... no checking for f77... no checking for f90... no checking for xlf... no checking for cf77... no checking for fc... no checking for f2c... f2c defining F77_APPEND_UNDERSCORE to be 1 checking for f_open in -lf2c... yes defining FORTRAN_MAIN_FLAG to be -u MAIN__ defining FPICFLAG to be -fPIC defining CPICFLAG to be -fPIC defining CXXPICFLAG to be -fPIC defining SHLEXT to be so defining DLFCN_DIR to be defining SH_LD to be gcc defining SH_LDFLAGS to be -shared defining RLD_FLAG to be checking for POSIXized ISC... no checking for minix/config.h... no checking for AIX... no checking for getpwnam in -lsun... no checking for gethostname in -lsocket... no checking size of short... 2 checking size of int... 4 checking size of long... 8 checking for working alloca.h... yes checking for alloca... yes checking for working const... yes checking for C++ libraries... -lstdc++ -lm -L/usr/lib/gcc-lib/alpha-linux/2.7.2.1 -lstdc++ -lm -lgcc -lc -lgcc checking whether including defines NPOS... yes checking for ANSI C header files... yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking whether time.h and sys/time.h may both be included... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for assert.h... yes checking for curses.h... yes checking for fcntl.h... yes checking for float.h... yes checking for floatingpoint.h... no checking for grp.h... yes checking for ieeefp.h... no checking for limits.h... yes checking for memory.h... yes checking for nan.h... yes checking for ncurses.h... yes checking for pwd.h... yes checking for sgtty.h... yes checking for stdlib.h... yes checking for string.h... yes checking for sys/param.h... yes checking for sys/resource.h... yes checking for sys/select.h... yes checking for sys/stat.h... yes checking for sys/time.h... yes checking for sys/times.h... yes checking for sys/types.h... yes checking for sys/utsname.h... yes checking for termcap.h... yes checking for termio.h... yes checking for termios.h... yes checking for unistd.h... yes checking for varargs.h... yes checking for atexit... yes checking for bcopy... yes checking for bzero... yes checking for dup2... yes checking for endgrent... yes checking for endpwent... yes checking for execvp... yes checking for fcntl... yes checking for fork... yes checking for getcwd... yes checking for getegid... yes checking for geteuid... yes checking for getgid... yes checking for getgrent... yes checking for getgrgid... yes checking for getgrnam... yes checking for gethostname... yes checking for getpgrp... yes checking for getpid... yes checking for getppid... yes checking for getpwent... yes checking for getpwnam... yes checking for getpwuid... yes checking for getuid... yes checking for getwd... yes checking for lstat... yes checking for memmove... yes checking for mkdir... yes checking for mkfifo... yes checking for on_exit... yes checking for pipe... yes checking for putenv... yes checking for rename... yes checking for rindex... yes checking for rmdir... yes checking for setgrent... yes checking for setpwent... yes checking for setvbuf... yes checking for sigaction... yes checking for sigpending... yes checking for sigprocmask... yes checking for sigsuspend... yes checking for stat... yes checking for strcasecmp... yes checking for strdup... yes checking for strerror... yes checking for stricmp... no checking for strncasecmp... yes checking for strnicmp... no checking for tempnam... yes checking for umask... yes checking for unlink... yes checking for usleep... yes checking for vfprintf... yes checking for vsprintf... yes checking for waitpid... yes checking whether putenv uses malloc... yes checking whether program_invocation_name is predefined... yes checking for dlopen in -ldl... yes checking for dlopen... yes checking for dlsym... yes checking for dlerror... yes checking for dlclose... yes checking for shl_load in -ldld... no checking for shl_load... no checking for shl_findsym... no checking for gettimeofday... yes checking for quiet_nan in -lsunmath... no checking for sin in -lm... yes checking for finite... yes checking for isnan... yes checking for isinf... yes checking for infinity... no checking for quiet_nan... no checking for acosh... yes checking for asinh... yes checking for atanh... yes checking for erf... yes checking for erfc... yes checking for st_blksize in struct stat... yes checking for st_blocks in struct stat... yes checking for st_rdev in struct stat... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for tm_zone in struct tm... yes checking whether closedir returns void... no checking for gr_passwd in struct group... yes checking for tputs in -lncurses... yes defining TERMLIBS to be -lncurses checking for struct exception in math.h... yes checking return type of signal handlers... void checking for sys_siglist declaration in signal.h or unistd.h... yes checking for sys_siglist variable... yes checking for type of signal functions... posix checking if signal handlers must be reinstalled when invoked... no checking for mode_t... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for uid_t in sys/types.h... yes checking for dev_t... yes checking for ino_t... yes checking for nlink_t... yes checking for sigset_t... yes defining VOID_SIGHANDLER to be 1 checking for getrusage... yes checking for times... yes checking for flex... flex checking for yywrap in -lfl... yes defining LFLAGS to be -t -I checking for bison... bison -y checking whether ln -s works... yes checking for runtest... no checking for expect... no checking for a BSD compatible install... /usr/bin/install -c checking for gnuplot... no configure: warning: I didn't find gnuplot. It isn't necessary to have gnuplot configure: warning: installed, but you won't be able to use any of Octave's configure: warning: plotting commands without it. configure: warning: configure: warning: If gnuplot is installed but it isn't in your path, you can configure: warning: tell Octave where to find it by typing the command configure: warning: configure: warning: gnuplot_binary = /full/path/to/gnuplot/binary configure: warning: configure: warning: at the Octave prompt. checking for less... less defining UGLY_DEFS to be -DOCTAVE_SOURCE=1 -DSEPCHAR=\':\' -DSEPCHAR_STR=\\\\\":\\\\\" -DUSE_GNU_INFO=1 -DUSE_READLINE=1 -DF77_APPEND_UNDERSCORE=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=8 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DSTDC_HEADERS=1 -DHAVE_DIRENT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_SYS_WAIT_H=1 -DHAVE_ASSERT_H=1 -DHAVE_CURSES_H=1 -DHAVE_FCNTL_H=1 -DHAVE_FLOAT_H=1 -DHAVE_GRP_H=1 -DHAVE_LIMITS_H=1 -DHAVE_MEMORY_H=1 -DHAVE_NAN_H=1 -DHAVE_NCURSES_H=1 -DHAVE_PWD_H=1 -DHAVE_SGTTY_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMES_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_TERMCAP_H=1 -DHAVE_TERMIO_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_VARARGS_H=1 -DHAVE_ATEXIT=1 -DHAVE_BCOPY=1 -DHAVE_BZERO=1 -DHAVE_DUP2=1 -DHAVE_ENDGRENT=1 -DHAVE_ENDPWENT=1 -DHAVE_EXECVP=1 -DHAVE_FCNTL=1 -DHAVE_FORK=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETGRENT=1 -DHAVE_GETGRGID=1 -DHAVE_GETGRNAM=1 -DHAVE_GETHOSTNAME=1 -DHAVE_GETPGRP=1 -DHAVE_GETPID=1 -DHAVE_GETPPID=1 -DHAVE_GETPWENT=1 -DHAVE_GETPWNAM=1 -DHAVE_GETPWUID=1 -DHAVE_GETUID=1 -DHAVE_GETWD=1 -DHAVE_LSTAT=1 -DHAVE_MEMMOVE=1 -DHAVE_MKDIR=1 -DHAVE_MKFIFO=1 -DHAVE_ON_EXIT=1 -DHAVE_PIPE=1 -DHAVE_PUTENV=1 -DHAVE_RENAME=1 -DHAVE_RINDEX=1 -DHAVE_RMDIR=1 -DHAVE_SETGRENT=1 -DHAVE_SETPWENT=1 -DHAVE_SETVBUF=1 -DHAVE_SIGACTION=1 -DHAVE_SIGPENDING=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSUSPEND=1 -DHAVE_STAT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNCASECMP=1 -DHAVE_TEMPNAM=1 -DHAVE_UMASK=1 -DHAVE_UNLINK=1 -DHAVE_USLEEP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_WAITPID=1 -DSMART_PUTENV=1 -DHAVE_PROGRAM_INVOCATION_NAME=1 -DHAVE_LIBDL=1 -DHAVE_DLOPEN=1 -DHAVE_DLSYM=1 -DHAVE_DLERROR=1 -DHAVE_DLCLOSE=1 -DWITH_DL=1 -DWITH_DYNAMIC_LINKING=1 -DHAVE_LIBM=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1 -DHAVE_ACOSH=1 -DHAVE_ASINH=1 -DHAVE_ATANH=1 -DHAVE_ERF=1 -DHAVE_ERFC=1 -DHAVE_ST_BLKSIZE=1 -DHAVE_ST_BLOCKS=1 - DHAVE_ST_RDEV=1 -DHAVE_TM_ZONE=1 -DHAVE_GR_PASSWD=1 -DEXCEPTION_IN_MATH=1 -DRETSIGTYPE=void -DSYS_SIGLIST_DECLARED=1 -DHAVE_SYS_SIGLIST=1 -DHAVE_POSIX_SIGNALS=1 -DHAVE_GETRUSAGE=1 -DHAVE_TIMES=1 adding -Wall to CXXFLAGS adding -Wall to CFLAGS updating cache ./config.cache creating ./config.status creating Makefile creating octMakefile creating Makeconf creating test/Makefile creating dlfcn/Makefile creating doc/Makefile creating doc/faq/Makefile creating doc/interpreter/Makefile creating doc/liboctave/Makefile creating doc/refcard/Makefile creating emacs/Makefile creating emacs/Makefile creating examples/Makefile creating liboctave/Makefile creating src/Makefile creating libcruft/Makefile creating libcruft/Makerules creating libcruft/blas/Makefile creating libcruft/balgen/Makefile creating libcruft/dassl/Makefile creating libcruft/eispack/Makefile creating libcruft/fftpack/Makefile creating libcruft/lapack/Makefile creating libcruft/linpack/Makefile creating libcruft/minpack/Makefile creating libcruft/misc/Makefile creating libcruft/odepack/Makefile creating libcruft/quadpack/Makefile creating libcruft/ranlib/Makefile creating libcruft/slatec-fn/Makefile creating libcruft/villad/Makefile creating config.h config.h is unchanged configuring in glob running /bin/sh ./configure --prefix=/newport/alpha_linux --cache-file=.././config.cache --srcdir=. loading cache .././config.cache 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 for ar... ar checking for ranlib... (cached) ranlib checking how to run the C preprocessor... (cached) gcc -E checking for AIX... no checking for minix/config.h... (cached) no checking for POSIXized ISC... no checking for working const... (cached) yes checking for ANSI C header files... (cached) yes checking for memory.h... (cached) yes checking for unistd.h... (cached) yes checking for string.h... (cached) yes checking for dirent.h that defines DIR... (cached) yes checking for opendir in -ldir... (cached) no checking whether closedir returns void... (cached) no checking for working alloca.h... (cached) yes checking for alloca... (cached) yes checking for working strcoll... yes updating cache .././config.cache creating ./config.status creating Makefile configuring in kpathsea running /bin/sh ./configure --prefix=/newport/alpha_linux --cache-file=.././config.cache --srcdir=. loading cache .././config.cache checking host system type... alpha-unknown-linux-gnu defining CPICFLAG to be -fPIC defining SHLEXT to be so defining SH_LD to be gcc defining SH_LDFLAGS to be -shared checking whether make sets ${MAKE}... 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 for a BSD compatible install... (cached) /usr/bin/install -c checking for ranlib... (cached) ranlib checking for POSIXized ISC... no checking for dirent.h that defines DIR... (cached) yes checking for opendir in -ldir... (cached) no checking how to run the C preprocessor... (cached) gcc -E checking for ANSI C header files... (cached) yes checking whether closedir returns void... (cached) no checking for assert.h... (cached) yes checking for float.h... (cached) yes checking for limits.h... (cached) yes checking for memory.h... (cached) yes checking for pwd.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for basename... yes checking for bcopy... (cached) yes checking for memmove... (cached) yes checking for putenv... (cached) yes checking for working const... (cached) yes checking whether program_invocation_name is predefined... yes checking whether putenv uses malloc... yes updating cache .././config.cache creating ./config.status creating Makefile creating c-auto.h c-auto.h is unchanged configuring in scripts running /bin/sh ./configure --prefix=/newport/alpha_linux --cache-file=.././config.cache --srcdir=. loading cache .././config.cache checking for a BSD compatible install... (cached) /usr/bin/install -c creating ./config.status creating Makefile creating audio/Makefile creating control/Makefile creating elfun/Makefile creating general/Makefile creating image/Makefile creating io/Makefile creating linear-algebra/Makefile creating miscellaneous/Makefile creating plot/Makefile creating polynomial/Makefile creating set/Makefile creating signal/Makefile creating specfun/Makefile creating special-matrix/Makefile creating startup/Makefile creating statistics/Makefile creating strings/Makefile creating time/Makefile configuring in info running /bin/sh ./configure --prefix=/newport/alpha_linux --cache-file=.././config.cache --srcdir=. loading cache .././config.cache 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 whether gcc needs -traditional... (cached) no checking for a BSD compatible install... (cached) /usr/bin/install -c checking for ranlib... (cached) ranlib checking for POSIXized ISC... no checking for minix/config.h... (cached) no checking for sigblock in -lbsd... yes checking for gethostname in -lsocket... (cached) no checking for tputs in -lncurses... (cached) yes checking for ANSI C header files... (cached) yes checking for unistd.h... (cached) yes checking for termios.h... (cached) yes checking for termio.h... (cached) yes checking for strings.h... yes checking for string.h... (cached) yes checking for varargs.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/fcntl.h... yes checking for sys/ttold.h... no checking for sys/ptem.h... no checking for sys/file.h... yes checking for off_t... (cached) yes checking for working const... (cached) yes checking whether struct tm is in sys/time.h or time.h... (cached) time.h checking for working alloca.h... (cached) yes checking for alloca... (cached) yes checking whether setvbuf arguments are reversed... no checking for setvbuf... (cached) yes checking for getcwd... (cached) yes checking for memset... yes checking for bzero... (cached) yes checking for strchr... yes checking for strcasecmp... (cached) yes checking for vfprintf... (cached) yes checking for vsprintf... (cached) yes checking for strerror... (cached) yes checking for sigprocmask... (cached) yes checking for sigsetmask... yes checking for memcpy... yes checking for memmove... (cached) yes checking for strdup... (cached) yes updating cache .././config.cache creating ./config.status creating Makefile configuring in readline running /bin/sh ./configure --prefix=/newport/alpha_linux --cache-file=.././config.cache --srcdir=. loading cache .././config.cache checking host system type... alpha-unknown-linux-gnu defining CPICFLAG to be -fPIC defining SHLEXT to be so defining SH_LD to be gcc defining SH_LDFLAGS to be -shared 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 whether gcc needs -traditional... (cached) no checking for a BSD compatible install... (cached) /usr/bin/install -c checking for ranlib... (cached) ranlib checking for tputs in -lncurses... (cached) yes defining TERMLIBS to be -lncurses checking for dirent.h that defines DIR... (cached) yes checking for opendir in -ldir... (cached) no checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... (cached) yes checking for fcntl.h... (cached) yes checking for sgtty.h... (cached) yes checking for termio.h... (cached) yes checking for unistd.h... (cached) yes checking for varargs.h... (cached) yes checking for sys/file.h... (cached) yes checking for sys/ioctl.h... yes checking for sys/time.h... (cached) yes checking for sys/pte.h... no checking for sys/ptem.h... (cached) no checking for sys/stream.h... no checking for sys/select.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for working alloca.h... (cached) yes checking for alloca... (cached) yes checking return type of signal handlers... (cached) void checking for vprintf... yes checking for getwd... (cached) yes checking for select... yes checking for strerror... (cached) yes checking for strcasecmp... (cached) yes checking for strncasecmp... (cached) yes updating cache .././config.cache creating ./config.status creating doc/Makefile creating examples/Makefile creating Makefile creating config.h config.h is unchanged Octave is now configured for alpha-unknown-linux-gnu Source directory: . Installation prefix: /newport/alpha_linux C compiler: gcc -g -O2 -Wall C++ compiler: c++ -fno-implicit-templates -g -O2 -Wall Fortran compiler: f2c Fortran libraries: -lf2c Use GNU readline: true Use GNU info reader: true Default pager: less gnuplot: Do internal array bounds checking: false Build shared libraries: false Minimal kernel option: false Dynamic Linking (dlopen/dlsym): true Dynamic Linking (shl_load/shl_findsym): false ********************************************************** * * * To compile Octave, you will need a recent version of * * GNU Make. * * * * You will also need g++ and libg++. * * * * This version of Octave has been developed with * * version 2.7.2. You probably won't get very far * * with earlier versions. Later versions may work, * * but C++ is still evolving, so don't be too surprised * * if you run into some trouble. * * * * Now would be a good time to read INSTALL.OCTAVE if * * you have not done so already. * * * ********************************************************** make -f octMakefile all make[1]: Entering directory `/newport/pkg/octave-2.0.9' making octave-bug from octave-bug.in chmod a+rx octave-bug making mkoctfile from mkoctfile.in chmod a+rx mkoctfile echo making all in info making all in info cd info ; make all make[2]: Entering directory `/newport/pkg/octave-2.0.9/info' gcc -c -DHANDLE_MAN_PAGES -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='"/newport/alpha_linux/info:."' -DHAVE_LIBBSD=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIO_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_STRDUP=1 -I. -I. -g -O2 dir.c gcc -c -DHANDLE_MAN_PAGES -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='"/newport/alpha_linux/info:."' -DHAVE_LIBBSD=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIO_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_STRDUP=1 -I. -I. -g -O2 display.c gcc -c -DHANDLE_MAN_PAGES -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='"/newport/alpha_linux/info:."' -DHAVE_LIBBSD=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIO_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_STRDUP=1 -I. -I. -g -O2 makedoc.c gcc -c -DHANDLE_MAN_PAGES -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='"/newport/alpha_linux/info:."' -DHAVE_LIBBSD=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIO_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_STRDUP=1 -I. -I. -g -O2 clib.c gcc -c -DHANDLE_MAN_PAGES -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='"/newport/alpha_linux/info:."' -DHAVE_LIBBSD=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIO_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_STRDUP=1 -I. -I. -g -O2 xmalloc.c gcc -o makedoc makedoc.o clib.o xmalloc.o -lncurses -lbsd ./makedoc ./session.c ./echo_area.c ./infodoc.c ./m-x.c ./indices.c ./nodemenu.c ./footnotes.c ./variables.c gcc -c -DHANDLE_MAN_PAGES -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='"/newport/alpha_linux/info:."' -DHAVE_LIBBSD=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIO_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_STRDUP=1 -I. -I. -g -O2 doc.c gcc -c -DHANDLE_MAN_PAGES -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='"/newport/alpha_linux/info:."' -DHAVE_LIBBSD=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIO_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_STRDUP=1 -I. -I. -g -O2 echo_area.c gcc -c -DHANDLE_MAN_PAGES -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='"/newport/alpha_linux/info:."' -DHAVE_LIBBSD=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIO_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_STRDUP=1 -I. -I. -g -O2 filesys.c gcc -c -DHANDLE_MAN_PAGES -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='"/newport/alpha_linux/info:."' -DHAVE_LIBBSD=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIO_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_STRDUP=1 -I. -I. -g -O2 info-utils.c gcc -c -DHANDLE_MAN_PAGES -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='"/newport/alpha_linux/info:."' -DHAVE_LIBBSD=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIO_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_STRDUP=1 -I. -I. -g -O2 info.c gcc -c -DHANDLE_MAN_PAGES -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='"/newport/alpha_linux/info:."' -DHAVE_LIBBSD=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIO_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_STRDUP=1 -I. -I. -g -O2 infodoc.c gcc -c -DHANDLE_MAN_PAGES -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='"/newport/alpha_linux/info:."' -DHAVE_LIBBSD=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIO_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_STRDUP=1 -I. -I. -g -O2 infomap.c gcc -c -DHANDLE_MAN_PAGES -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='"/newport/alpha_linux/info:."' -DHAVE_LIBBSD=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIO_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_STRDUP=1 -I. -I. -g -O2 m-x.c gcc -c -DHANDLE_MAN_PAGES -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='"/newport/alpha_linux/info:."' -DHAVE_LIBBSD=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIO_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_STRDUP=1 -I. -I. -g -O2 nodes.c gcc -c -DHANDLE_MAN_PAGES -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='"/newport/alpha_linux/info:."' -DHAVE_LIBBSD=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIO_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_STRDUP=1 -I. -I. -g -O2 search.c gcc -c -DHANDLE_MAN_PAGES -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='"/newport/alpha_linux/info:."' -DHAVE_LIBBSD=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIO_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_STRDUP=1 -I. -I. -g -O2 session.c gcc -c -DHANDLE_MAN_PAGES -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='"/newport/alpha_linux/info:."' -DHAVE_LIBBSD=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIO_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_STRDUP=1 -I. -I. -g -O2 signals.c gcc -c -DHANDLE_MAN_PAGES -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='"/newport/alpha_linux/info:."' -DHAVE_LIBBSD=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIO_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_STRDUP=1 -I. -I. -g -O2 terminal.c gcc -c -DHANDLE_MAN_PAGES -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='"/newport/alpha_linux/info:."' -DHAVE_LIBBSD=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIO_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_STRDUP=1 -I. -I. -g -O2 tilde.c gcc -c -DHANDLE_MAN_PAGES -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='"/newport/alpha_linux/info:."' -DHAVE_LIBBSD=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIO_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_STRDUP=1 -I. -I. -g -O2 window.c gcc -c -DHANDLE_MAN_PAGES -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='"/newport/alpha_linux/info:."' -DHAVE_LIBBSD=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIO_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_STRDUP=1 -I. -I. -g -O2 indices.c gcc -c -DHANDLE_MAN_PAGES -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='"/newport/alpha_linux/info:."' -DHAVE_LIBBSD=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIO_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_STRDUP=1 -I. -I. -g -O2 nodemenu.c gcc -c -DHANDLE_MAN_PAGES -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='"/newport/alpha_linux/info:."' -DHAVE_LIBBSD=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIO_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_STRDUP=1 -I. -I. -g -O2 footnotes.c gcc -c -DHANDLE_MAN_PAGES -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='"/newport/alpha_linux/info:."' -DHAVE_LIBBSD=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIO_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_STRDUP=1 -I. -I. -g -O2 dribble.c gcc -c -DHANDLE_MAN_PAGES -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='"/newport/alpha_linux/info:."' -DHAVE_LIBBSD=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIO_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_STRDUP=1 -I. -I. -g -O2 variables.c gcc -c -DHANDLE_MAN_PAGES -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='"/newport/alpha_linux/info:."' -DHAVE_LIBBSD=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIO_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_STRDUP=1 -I. -I. -g -O2 gc.c gcc -c -DHANDLE_MAN_PAGES -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='"/newport/alpha_linux/info:."' -DHAVE_LIBBSD=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIO_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_STRDUP=1 -I. -I. -g -O2 man.c man.c: In function `find_man_formatter': man.c:179: warning: cast to pointer from integer of different size gcc -c -DHANDLE_MAN_PAGES -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='"/newport/alpha_linux/info:."' -DHAVE_LIBBSD=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIO_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_STRDUP=1 -I. -I. -g -O2 getopt.c gcc -c -DHANDLE_MAN_PAGES -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='"/newport/alpha_linux/info:."' -DHAVE_LIBBSD=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIO_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_STRDUP=1 -I. -I. -g -O2 getopt1.c gcc -c -DHANDLE_MAN_PAGES -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='"/newport/alpha_linux/info:."' -DHAVE_LIBBSD=1 -DSTDC_HEADERS=1 -DHAVE_UNISTD_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_TERMIO_H=1 -DHAVE_STRINGS_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_FILE_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_MEMSET=1 -DHAVE_BZERO=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRERROR=1 -DHAVE_SIGPROCMASK=1 -DHAVE_SIGSETMASK=1 -DHAVE_MEMCPY=1 -DHAVE_MEMMOVE=1 -DHAVE_STRDUP=1 -I. -I. -g -O2 bzero.c gcc -o info dir.o display.o doc.o echo_area.o filesys.o info-utils.o info.o infodoc.o infomap.o m-x.o nodes.o search.o session.o signals.o terminal.o tilde.o window.o indices.o xmalloc.o nodemenu.o footnotes.o dribble.o variables.o gc.o man.o clib.o getopt.o getopt1.o bzero.o -lncurses -lbsd make[2]: Leaving directory `/newport/pkg/octave-2.0.9/info' echo making all in readline making all in readline cd readline ; make all make[2]: Entering directory `/newport/pkg/octave-2.0.9/readline' gcc -c -I. -I.. -DHAVE_CONFIG_H -g -O2 readline.c gcc -c -I. -I.. -DHAVE_CONFIG_H -g -O2 vi_mode.c gcc -c -I. -I.. -DHAVE_CONFIG_H -g -O2 funmap.c gcc -c -I. -I.. -DHAVE_CONFIG_H -g -O2 keymaps.c gcc -c -I. -I.. -DHAVE_CONFIG_H -g -O2 parens.c gcc -c -I. -I.. -DHAVE_CONFIG_H -g -O2 search.c gcc -c -I. -I.. -DHAVE_CONFIG_H -g -O2 rltty.c gcc -c -I. -I.. -DHAVE_CONFIG_H -g -O2 complete.c gcc -c -I. -I.. -DHAVE_CONFIG_H -g -O2 bind.c gcc -c -I. -I.. -DHAVE_CONFIG_H -g -O2 isearch.c gcc -c -I. -I.. -DHAVE_CONFIG_H -g -O2 display.c gcc -c -I. -I.. -DHAVE_CONFIG_H -g -O2 signals.c gcc -c -I. -I.. -DHAVE_CONFIG_H -g -O2 history.c gcc -c -I. -I.. -DHAVE_CONFIG_H -g -O2 tilde.c gcc -c -I. -I.. -DHAVE_CONFIG_H -g -O2 xmalloc.c rm -f libreadline.a ar cq libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o history.o tilde.o xmalloc.o [ -n "ranlib" ] && ranlib libreadline.a rm -f libhistory.a ar cq libhistory.a history.o [ -n "ranlib" ] && ranlib libhistory.a if false; then \ gcc -shared -o libreadline.so ; \ fi touch stamp-readline if false; then \ gcc -shared -o libhistory.so ; \ fi touch stamp-history make[2]: Leaving directory `/newport/pkg/octave-2.0.9/readline' echo making all in glob making all in glob cd glob ; make all make[2]: Entering directory `/newport/pkg/octave-2.0.9/glob' gcc -I. -I. -c \ -DSTDC_HEADERS=1 -DHAVE_MEMORY_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_DIRENT_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STRCOLL=1 -g -O2 glob.c -o glob.o gcc -I. -I. -c \ -DSTDC_HEADERS=1 -DHAVE_MEMORY_H=1 -DHAVE_UNISTD_H=1 -DHAVE_STRING_H=1 -DHAVE_DIRENT_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STRCOLL=1 -g -O2 fnmatch.c -o fnmatch.o ar rv libglob.a glob.o fnmatch.o a - glob.o a - fnmatch.o ranlib libglob.a make[2]: Leaving directory `/newport/pkg/octave-2.0.9/glob' echo making all in kpathsea making all in kpathsea cd kpathsea ; make all make[2]: Entering directory `/newport/pkg/octave-2.0.9/kpathsea' echo prefix=/newport/alpha_linux exec_prefix=/newport/alpha_linux bindir=/newport/alpha_linux/bin scriptdir=/newport/alpha_linux/bin libdir=/newport/alpha_linux/lib datadir=/newport/alpha_linux/lib infodir=/newport/alpha_linux/info includedir=/newport/alpha_linux/include manext=1 mandir=/newport/alpha_linux/man/man1 texmf=/newport/alpha_linux/lib/texmf web2cdir=/newport/alpha_linux/lib/texmf/web2c texinputdir=/newport/alpha_linux/lib/texmf/tex mfinputdir=/newport/alpha_linux/lib/texmf/mf fontdir=/newport/alpha_linux/lib/texmf/fonts fmtdir=/newport/alpha_linux/lib/texmf/ini basedir=/newport/alpha_linux/lib/texmf/ini texpooldir=/newport/alpha_linux/lib/texmf/ini mfpooldir=/newport/alpha_linux/lib/texmf/ini install_fonts=true dvipsdir=/newport/alpha_linux/lib/texmf/dvips psheaderdir=/newport/alpha_linux/lib/texmf/dvips default_texsizes='300:600' \ | tr ' ' '\012' \ | sed -e 's/^/s% at /' -e 's/=/@%/' -e 's/$/%/' -e 's/$/g/' \ >texmf.sed sed -f texmf.sed -e 's%/newport/alpha_linux/lib/texmf/%$TEXMF/%g' ./texmf.cnf.in >texmf.cnf echo "/* paths.h: Generated from texmf.cnf `date`. */" >paths.h sed -e 's/%.*//' -e 's/^[ ]*//' -e 's/[ ]*$//' texmf.cnf \ | grep '^[ ]*[A-Za-z_]*[ =]' \ | sed '/^$/d' \ | sed 's/^\([^ =]*\)[ ]*=*[ ]*\(.*\)/#ifndef DEFAULT_\1 at #define DEFAULT_\1 "\2"@#endif/' \ | tr at '\012' \ | sed 's at \$TEXMF@/newport/alpha_linux/lib/texmf@g' \ >>paths.h gcc -I. -I. -I.. -I./.. -g -O2 \ -DDEFAULT_FONT_SIZES='"300:600"' -c ./tex-file.c gcc -I. -I. -I.. -I./.. -g -O2 -c absolute.c gcc -I. -I. -I.. -I./.. -g -O2 -c basename.c gcc -I. -I. -I.. -I./.. -g -O2 -c cnf.c gcc -I. -I. -I.. -I./.. -g -O2 -c concat.c gcc -I. -I. -I.. -I./.. -g -O2 -c concat3.c gcc -I. -I. -I.. -I./.. -g -O2 -c concatn.c gcc -I. -I. -I.. -I./.. -g -O2 -c db.c gcc -I. -I. -I.. -I./.. -g -O2 -c debug.c gcc -I. -I. -I.. -I./.. -g -O2 -c dir.c gcc -I. -I. -I.. -I./.. -g -O2 -c elt-dirs.c gcc -I. -I. -I.. -I./.. -g -O2 -c expand.c gcc -I. -I. -I.. -I./.. -g -O2 -c extend-fname.c gcc -I. -I. -I.. -I./.. -g -O2 -c file-p.c gcc -I. -I. -I.. -I./.. -g -O2 -c find-suffix.c gcc -I. -I. -I.. -I./.. -g -O2 -c fn.c gcc -I. -I. -I.. -I./.. -g -O2 -c fontmap.c gcc -I. -I. -I.. -I./.. -g -O2 -c getopt.c gcc -I. -I. -I.. -I./.. -g -O2 -c getopt1.c gcc -I. -I. -I.. -I./.. -c ./hash.c gcc -I. -I. -I.. -I./.. -g -O2 -c itoa.c gcc -I. -I. -I.. -I./.. -g -O2 -c kdefault.c gcc -I. -I. -I.. -I./.. -g -O2 -c line.c gcc -I. -I. -I.. -I./.. -g -O2 -c magstep.c gcc -I. -I. -I.. -I./.. -g -O2 -c make-suffix.c gcc -I. -I. -I.. -I./.. -g -O2 -c path-elt.c gcc -I. -I. -I.. -I./.. -g -O2 -c pathsearch.c gcc -I. -I. -I.. -I./.. -g -O2 -c proginit.c gcc -I. -I. -I.. -I./.. -g -O2 -c progname.c gcc -I. -I. -I.. -I./.. -g -O2 -c putenv.c gcc -I. -I. -I.. -I./.. -g -O2 -c readable.c gcc -I. -I. -I.. -I./.. -g -O2 -c rm-suffix.c gcc -I. -I. -I.. -I./.. -g -O2 -c str-list.c gcc -I. -I. -I.. -I./.. -g -O2 -c str-llist.c gcc -I. -I. -I.. -I./.. -g -O2 -c tex-glyph.c gcc -I. -I. -I.. -I./.. -g -O2 -c tex-make.c gcc -I. -I. -I.. -I./.. -g -O2 -c tilde.c gcc -I. -I. -I.. -I./.. -g -O2 -c truncate.c gcc -I. -I. -I.. -I./.. -g -O2 -c uppercasify.c gcc -I. -I. -I.. -I./.. -g -O2 -c variable.c gcc -I. -I. -I.. -I./.. -g -O2 -c version.c gcc -I. -I. -I.. -I./.. -g -O2 -c xcalloc.c gcc -I. -I. -I.. -I./.. -g -O2 -c xfopen.c gcc -I. -I. -I.. -I./.. -g -O2 -c xmalloc.c gcc -I. -I. -I.. -I./.. -g -O2 -c xopendir.c gcc -I. -I. -I.. -I./.. -g -O2 -c xputenv.c gcc -I. -I. -I.. -I./.. -g -O2 -c xrealloc.c gcc -I. -I. -I.. -I./.. -g -O2 -c xstat.c gcc -I. -I. -I.. -I./.. -g -O2 -c xstrdup.c rm -f libkpathsea.a ar cq libkpathsea.a tex-file.o absolute.o basename.o cnf.o concat.o concat3.o concatn.o db.o debug.o dir.o elt-dirs.o expand.o extend-fname.o file-p.o find-suffix.o fn.o fontmap.o getopt.o getopt1.o hash.o itoa.o kdefault.o line.o magstep.o make-suffix.o path-elt.o pathsearch.o proginit.o progname.o putenv.o readable.o rm-suffix.o str-list.o str-llist.o tex-glyph.o tex-make.o tilde.o truncate.o uppercasify.o variable.o version.o xcalloc.o xfopen.o xmalloc.o xopendir.o xputenv.o xrealloc.o xstat.o xstrdup.o ranlib libkpathsea.a gcc -I. -I. -I.. -I./.. -g -O2 -c kpsewhich.c gcc -o kpsewhich kpsewhich.o ../kpathsea/libkpathsea.a -lm sed -e 's,/newport/alpha_linux/share,/newport/alpha_linux/lib,g' \ -e 's, at psheaderdir@,/newport/alpha_linux/lib/texmf/dvips,g' \ -e 's, at fontnamedir@,/newport/alpha_linux/lib/texmf/fontname,g' \ -e 's, at fontdir@,/newport/alpha_linux/lib/texmf/fonts,g' \ -e 's, at dcfontdir@,/newport/alpha_linux/lib/texmf/fonts/public/dc,g' \ -e 's, at sauterdir@,/newport/alpha_linux/lib/texmf/fonts/public/sauter,g' \ -e 's, at web2cdir@,/newport/alpha_linux/lib/texmf/web2c,g' \ <./MakeTeXPK.in >MakeTeXPK.tmp mv MakeTeXPK.tmp MakeTeXPK chmod a+x MakeTeXPK make[2]: Leaving directory `/newport/pkg/octave-2.0.9/kpathsea' echo making all in libcruft making all in libcruft cd libcruft ; make all make[2]: Entering directory `/newport/pkg/octave-2.0.9/libcruft' echo making all in balgen making all in balgen cd balgen; make all make[3]: Entering directory `/newport/pkg/octave-2.0.9/libcruft/balgen' cat balgen.f | f2c > balgen.c balgen: gcc -c -I. -I../.. -I../../liboctave -I../../src -I../../glob -I../../libcruft/misc -DHAVE_CONFIG_H -g -O2 -Wall balgen.c cat gradeq.f | f2c > gradeq.c gradeq: gcc -c -I. -I../.. -I../../liboctave -I../../src -I../../glob -I../../libcruft/misc -DHAVE_CONFIG_H -g -O2 -Wall gradeq.c cat reduce.f | f2c > reduce.c reduce: gcc -c -I. -I../.. -I../../liboctave -I../../src -I../../glob -I../../libcruft/misc -DHAVE_CONFIG_H -g -O2 -Wall reduce.c cat scaleg.f | f2c > scaleg.c scaleg: gcc -c -I. -I../.. -I../../liboctave -I../../src -I../../glob -I../../libcruft/misc -DHAVE_CONFIG_H -g -O2 -Wall scaleg.c ar rc ../libcruft.a balgen.o gradeq.o reduce.o scaleg.o ranlib ../libcruft.a rm reduce.c scaleg.c balgen.c gradeq.c make[3]: Leaving directory `/newport/pkg/octave-2.0.9/libcruft/balgen' echo making all in blas making all in blas cd blas; make all make[3]: Entering directory `/newport/pkg/octave-2.0.9/libcruft/blas' cat dasum.f | f2c > dasum.c dasum: gcc -c -I. -I../.. -I../../liboctave -I../../src -I../../glob -I../../libcruft/misc -DHAVE_CONFIG_H -g -O2 -Wall dasum.c cat daxpy.f | f2c > daxpy.c daxpy: gcc -c -I. -I../.. -I../../liboctave -I../../src -I../../glob -I../../libcruft/misc -DHAVE_CONFIG_H -g -O2 -Wall daxpy.c cat dcabs1.f | f2c > dcabs1.c dcabs1: Compiler error line 8 of : floating exception during constant evaluation; cannot recover make[3]: *** [dcabs1.c] Error 3 rm daxpy.c dcabs1.c dasum.c make[3]: Leaving directory `/newport/pkg/octave-2.0.9/libcruft/blas' make[2]: *** [blas] Error 2 make[2]: Leaving directory `/newport/pkg/octave-2.0.9/libcruft' make[1]: *** [libcruft] Error 2 make[1]: Leaving directory `/newport/pkg/octave-2.0.9' make: *** [all] Error 2 root at sand /newport/pkg/octave-2.0.9 : -- Terrence Brannon * brannon at surf dot usc dot edu * http://quake.usc.edu/~brannon USC, HNB, 3614 Way, Los Angeles, CA 90089-2520 * (213) 740-3397