From owner-bug-octave at bevo dot che dot wisc dot edu Tue Nov 5 23:38:06 1996 Subject: octave installation problem From: root To: bug-octave at che dot utexas dot edu cc: arslan at entropic dot com Date: Wed, 6 Nov 1996 00:34:41 -0500 (EST) I am having trouble in installing octave on my Linux machine (Pentium i586). Below is a list of the configure options and the make run, and the errors I got. The problem seems to be th edefinition of struct Complex. I have RedHat Linux 4.0 installed (from CDROM) on my machine with libg++2.7.1.4.. gcc2.7.2 gnuplot f2c. I would appreciate if you could send the response with reply to all to include my permanent email address: arslan at entropic dot com Here is the output I got when I ran configure followed by make: Script started on Tue Nov 5 23:44:39 1996 [root at adana octave-1.1.1]# configure creating cache ./config.cache checking host system type... i586-unknown-linux defining prefix to be NONE defining exec_prefix to be $(prefix) defining bindir to be $(exec_prefix)/bin defining datadir to be $(prefix)/lib defining libdir to be $(exec_prefix)/lib defining includedir to be $(prefix)/include/octave defining mandir to be $(prefix)/man/man1 defining infodir to be $(prefix)/info 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 $(libdir)/octave/$(version)/exec/$(target_host_type) defining octfiledir to be $(libdir)/octave/$(version)/oct/$(target_host_type) defining localoctfiledir to be $(datadir)/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)// defining LIBOCTDLD to be liboctdld.a checking for npsol... no checking for qpsol... no checking for fsqp... no checking for c++... c++ 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 defining CXXLIBS to be -lstdc++ -lm -L/usr/lib/gcc-lib/i486-linux/2.7.2 -lstdc++ -lm -lgcc -lc -lgcc checking for gcc... gcc 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 defining GCC_IEEE_FP_FLAG to be -mieee-fp checking for POSIXized ISC... no checking for minix/config.h... no checking for AIX... no checking for -lintl... yes checking for strftime... yes checking for -lsun... no checking whether cross-compiling... no checking size of short... 2 checking size of int... 4 checking size of long... 4 checking whether byte ordering is bigendian... no checking floating point format... IEEE little endian checking for working alloca.h... yes checking for alloca... yes checking for working const... yes checking for xlf... no checking for cf77... no checking for f77... no checking for g77... no checking for fc... no checking for f2c... f2c defining FFLAGS to be -O checking for -lf2c... no checking for -lF77... no configure: warning: I found f2c but not libf2c.a, or libF77.a and libI77.a defining DOT_C_FROM_DOT_F_CMD to be cat $< | $(F2C) $(F2CFLAGS) > $( at F) defining DOT_O_FROM_DOT_F_PAT to be %.o : %.f defining FLIB_LIST to be defining FLIB_PATH to be defining CXXLIB_LIST to be libstdc++.a:libm.a:libstdc++.a:libm.a:libgcc.a:libc.a:libgcc.a defining CXXLIB_PATH to be /usr/lib/gcc-lib/i486-linux/2.7.2 checking for ANSI C header files... yes checking for assert.h... yes checking for float.h... yes checking for limits.h... yes checking for memory.h... yes checking for pwd.h... yes checking for stdlib.h... yes checking for string.h... yes checking for varargs.h... yes checking for unistd.h... yes checking for floatingpoint.h... no checking for sys/utsname.h... yes checking for sys/time.h... yes checking for sys/fcntl.h... yes checking for sys/ttold.h... no checking for sys/ptem.h... no checking for sys/select.h... no checking for sys/resource.h... yes checking for dirent.h that defines DIR... yes checking for -ldir... no checking whether time.h and sys/time.h may both be included... yes checking for termios.h... yes checking for setvbuf... yes checking for getcwd... yes checking for gethostname... yes checking for bzero... yes checking for bcopy... yes checking for rindex... yes checking for vfprintf... yes checking for vsprintf... yes checking for stricmp... no checking for strnicmp... no checking for strcasecmp... yes checking for strncasecmp... yes checking for strerror... yes checking for atexit... yes checking for on_exit... yes checking for tempnam... yes checking for memmove... yes checking for putenv... yes checking for gettimeofday... yes checking for getrusage... yes checking for -lsunmath... no checking for -lm... yes checking for finite... no checking for isnan... no checking for isinf... no checking for infinity... no checking for quiet_nan... no checking for acosh... no checking for asinh... no checking for atanh... no checking for erf... no checking for erfc... no checking for lgamma... no checking for signgam declaration in math.h... no checking whether struct tm is in sys/time.h or time.h... time.h checking whether setvbuf arguments are reversed... no checking for -ltermcap... yes defining TERMLIBS to be -ltermcap checking for struct exception in math.h... no 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 defining VOID_SIGHANDLER to be 1 checking for flex... flex checking for -lfl... yes defining LFLAGS to be -t -I checking for bison... bison -y checking for ranlib... ranlib checking for runtest... no checking for expect... expect checking for a BSD compatible install... /usr/bin/install -c checking for gnuplot... gnuplot checking for less... less defining DEFAULT_PAGER to be less -e defining UGLY_DEFS to be -DOCTAVE_SOURCE=1 -DSEPCHAR=\':\' -DSEPCHAR_STR=\":\" -DNPSOL_MISSING=1 -DQPSOL_MISSING=1 -DFSQP_MISSING=1 -DHAVE_STRFTIME=1 -DSIZEOF_SHORT=2 -DSIZEOF_INT=4 -DSIZEOF_LONG=4 -DIEEE_LITTLE_ENDIAN=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DF77_APPEND_UNDERSCORE=1 -DSTDC_HEADERS=1 -DHAVE_ASSERT_H=1 -DHAVE_FLOAT_H=1 -DHAVE_LIMITS_H=1 -DHAVE_MEMORY_H=1 -DHAVE_PWD_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SY S_FCNTL_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_DIRENT_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_TERMIOS_H=1 -DHAVE_SETVBUF=1 -DHAVE_GETCWD=1 -DHAVE_GETHOSTNAME=1 -DHAVE_BZERO=1 -DHAVE_BCOPY=1 -DHAVE_RINDEX=1 -DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRCASECMP=1 -DH AVE_STRNCASECMP=1 -DHAVE_STRERROR=1 -DHAVE_ATEXIT=1 -DHAVE_ON_EXIT=1 -DHAVE_TEMPNAM=1 -DHAVE_MEMMOVE=1 -DHAVE_PUTENV=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_GETRUSAGE=1 -DHAVE_LIBM=1 -DRETSIGTYPE=void -DSYS_SIGLIST_DECLARED=1 -DHAVE_SYS_SIGLIST=1 updating cache ./config.cache creating ./config.status creating Makefile creating octMakefile creating Makeconf creating libcruft/Makefile creating libcruft/Makerules creating liboctave/Makefile creating src/Makefile creating dld/Makefile creating info/Makefile creating readline/Makefile creating readline/doc/Makefile creating readline/examples/Makefile creating doc/Makefile creating test/Makefile creating kpathsea/Makefile creating libcruft/blas/Makefile creating libcruft/balgen/Makefile creating libcruft/dassl/Makefile creating libcruft/eispack/Makefile creating libcruft/fftpack/Makefile creating libcruft/fsqp/Makefile creating libcruft/lapack/Makefile creating libcruft/linpack/Makefile creating libcruft/minpack/Makefile creating libcruft/misc/Makefile creating libcruft/npsol/Makefile creating libcruft/odepack/Makefile creating libcruft/qpsol/Makefile creating libcruft/quadpack/Makefile creating libcruft/ranlib/Makefile creating libcruft/slatec-fn/Makefile creating libcruft/villad/Makefile creating scripts/Makefile creating scripts/control/Makefile creating scripts/general/Makefile creating scripts/image/Makefile creating scripts/linear-algebra/Makefile creating scripts/miscellaneous/Makefile creating scripts/plot/Makefile creating scripts/polynomial/Makefile creating scripts/set/Makefile creating scripts/signal/Makefile creating scripts/special-matrix/Makefile creating scripts/startup/Makefile creating scripts/statistics/Makefile creating scripts/elfun/Makefile creating scripts/specfun/Makefile creating scripts/strings/Makefile creating config.h creating kpathsea/c-auto.h [root at adana octave-1.1.1]#   [root at adana octave-1.1.1]# configureexitrm -r octave-1.1.1ls;slsrm -r octave-1.1.1ls  pwd /root/ftp/octave-1.1.1 [root at adana octave-1.1.1]# make ********************************************************** * * * To compile Octave, you will need a recent version of * * GNU Make. * * * * You will also need g++ version 2.6.3 or later, and * * libg++ version 2.6.1 or later. * * * * 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 `/root/ftp/octave-1.1.1' echo making all in libcruft making all in libcruft cd libcruft ; make all make[2]: Entering directory `/root/ftp/octave-1.1.1/libcruft' echo making all in balgen making all in balgen cd balgen; make all make[3]: Entering directory `/root/ftp/octave-1.1.1/libcruft/balgen' cat balgen.f | f2c > balgen.c balgen: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O balgen.c cat gradeq.f | f2c > gradeq.c gradeq: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O gradeq.c cat reduce.f | f2c > reduce.c reduce: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O reduce.c cat scaleg.f | f2c > scaleg.c scaleg: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O scaleg.c rm reduce.c scaleg.c balgen.c gradeq.c make[3]: Leaving directory `/root/ftp/octave-1.1.1/libcruft/balgen' echo making all in blas making all in blas cd blas; make all make[3]: Entering directory `/root/ftp/octave-1.1.1/libcruft/blas' cat dasum.f | f2c > dasum.c dasum: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dasum.c cat daxpy.f | f2c > daxpy.c daxpy: Warning on line 47: local variable ixiy never used gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O daxpy.c cat dcabs1.f | f2c > dcabs1.c dcabs1: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dcabs1.c cat dcopy.f | f2c > dcopy.c dcopy: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dcopy.c cat ddot.f | f2c > ddot.c ddot: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O ddot.c cat dgemm.f | f2c > dgemm.c dgemm: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dgemm.c cat dgemv.f | f2c > dgemv.c dgemv: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dgemv.c cat dger.f | f2c > dger.c dger: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dger.c cat dmach.f | f2c > dmach.c dmach: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dmach.c cat dnrm2.f | f2c > dnrm2.c dnrm2: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dnrm2.c cat drot.f | f2c > drot.c drot: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O drot.c cat dscal.f | f2c > dscal.c dscal: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dscal.c cat dswap.f | f2c > dswap.c dswap: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dswap.c cat dsyrk.f | f2c > dsyrk.c dsyrk: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dsyrk.c cat dtrmm.f | f2c > dtrmm.c dtrmm: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dtrmm.c cat dtrmv.f | f2c > dtrmv.c dtrmv: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dtrmv.c cat dtrsm.f | f2c > dtrsm.c dtrsm: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dtrsm.c cat dtrsv.f | f2c > dtrsv.c dtrsv: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dtrsv.c cat dzasum.f | f2c > dzasum.c dzasum: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dzasum.c cat dznrm2.f | f2c > dznrm2.c dznrm2: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dznrm2.c cat idamax.f | f2c > idamax.c idamax: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O idamax.c cat izamax.f | f2c > izamax.c izamax: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O izamax.c cat lsame.f | f2c > lsame.c lsame: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O lsame.c cat xerbla.f | f2c > xerbla.c xerbla: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O xerbla.c cat zaxpy.f | f2c > zaxpy.c zaxpy: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zaxpy.c cat zcopy.f | f2c > zcopy.c zcopy: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zcopy.c cat zdotc.f | f2c > zdotc.c zdotc: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zdotc.c cat zdotu.f | f2c > zdotu.c zdotu: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zdotu.c cat zdrot.f | f2c > zdrot.c zdrot: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zdrot.c cat zdscal.f | f2c > zdscal.c zdscal: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zdscal.c cat zgemm.f | f2c > zgemm.c zgemm: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zgemm.c cat zgemv.f | f2c > zgemv.c zgemv: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zgemv.c cat zgerc.f | f2c > zgerc.c zgerc: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zgerc.c cat zgeru.f | f2c > zgeru.c zgeru: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zgeru.c cat zherk.f | f2c > zherk.c zherk: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zherk.c cat zscal.f | f2c > zscal.c zscal: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zscal.c cat zswap.f | f2c > zswap.c zswap: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zswap.c cat ztrmm.f | f2c > ztrmm.c ztrmm: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O ztrmm.c cat ztrmv.f | f2c > ztrmv.c ztrmv: gcc -c -I. -I../src -I../.. -I../.../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O ztrmv.c cat ztrsm.f | f2c > ztrsm.c ztrsm: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O ztrsm.c cat ztrsv.f | f2c > ztrsv.c ztrsv: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O ztrsv.c rm daxpy.c zherk.c dcabs1.c dger.c zdotc.c zaxpy.c dscal.c dsyrk.c xerbla.c zscal.c zgerc.c dtrsm.c dznrm2.c ddot.c zdotu.c zdscal.c drot.c dzasum.c ztrsm.c dtrsv.c dtrmm.c dswap.c dgemm.c idamax.c lsame.c dcopy.c ztrsv.c ztrmm.c zgeru.c dtrmv.c zswap.c z gemm.c dgemv.c izamax.c zcopy.c dnrm2.c ztrmv.c zgemv.c dasum.c dmach.c zdrot.c make[3]: Leaving directory `/root/ftp/octave-1.1.1/libcruft/blas' echo making all in dassl making all in dassl cd dassl; make all make[3]: Entering directory `/root/ftp/octave-1.1.1/libcruft/dassl' cat ddaini.f | f2c > ddaini.c ddaini: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O ddaini.c cat ddajac.f | f2c > ddajac.c ddajac: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O ddajac.c cat ddanrm.f | f2c > ddanrm.c ddanrm: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O ddanrm.c cat ddaslv.f | f2c > ddaslv.c ddaslv: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O ddaslv.c cat ddassl.f | f2c > ddassl.c ddassl: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O ddassl.c cat ddastp.f | f2c > ddastp.c ddastp: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O ddastp.c cat ddatrp.f | f2c > ddatrp.c ddatrp: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O ddatrp.c cat ddawts.f | f2c > ddawts.c ddawts: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O ddawts.c cat dpotf2.f | f2c > dpotf2.c dpotf2: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dpotf2.c cat dpotrf.f | f2c > dpotrf.c dpotrf: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dpotrf.c cat xerhlt.f | f2c > xerhlt.c xerhlt: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O xerhlt.c cat xermsg.f | f2c > xermsg.c xermsg: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O xermsg.c cat xerprn.f | f2c > xerprn.c xerprn: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O xerprn.c cat xgetua.f | f2c > xgetua.c xgetua: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O xgetua.c cat xsetua.f | f2c > xsetua.c xsetua: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O xsetua.c rm xermsg.c ddajac.c xerprn.c ddatrp.c xerhlt.c xgetua.c ddawts.c ddanrm.c xsetua.c ddastp.c dpotf2.c ddaslv.c ddaini.c dpotrf.c ddassl.c make[3]: Leaving directory `/root/ftp/octave-1.1.1/libcruft/dassl' echo making all in eispack making all in eispack cd eispack; make all make[3]: Entering directory `/root/ftp/octave-1.1.1/libcruft/eispack' cat epslon.f | f2c > epslon.c epslon: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O epslon.c cat qzhes.f | f2c > qzhes.c qzhes: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O qzhes.c cat qzit.f | f2c > qzit.c qzit: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O qzit.c cat qzval.f | f2c > qzval.c qzval: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O qzval.c rm qzit.c epslon.c qzhes.c qzval.c make[3]: Leaving directory `/root/ftp/octave-1.1.1/libcruft/eispack' echo making all in fftpack making all in fftpack cd fftpack; make all make[3]: Entering directory `/root/ftp/octave-1.1.1/libcruft/fftpack' cat cfftb.f | f2c > cfftb.c cfftb: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O cfftb.c cat cfftb1.f | f2c > cfftb1.c cfftb1: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O cfftb1.c cat cfftf.f | f2c > cfftf.c cfftf: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O cfftf.c cat cfftf1.f | f2c > cfftf1.c cfftf1: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O cfftf1.c cat cffti.f | f2c > cffti.c cffti: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O cffti.c cat cffti1.f | f2c > cffti1.c cffti1: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O cffti1.c cat passb.f | f2c > passb.c passb: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O passb.c cat passb2.f | f2c > passb2.c passb2: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O passb2.c cat passb3.f | f2c > passb3.c passb3: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O passb3.c cat passb4.f | f2c > passb4.c passb4: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O passb4.c cat passb5.f | f2c > passb5.c passb5: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O passb5.c cat passf.f | f2c > passf.c passf: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O passf.c cat passf2.f | f2c > passf2.c passf2: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O passf2.c cat passf3.f | f2c > passf3.c passf3: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O passf3.c cat passf4.f | f2c > passf4.c passf4: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O passf4.c cat passf5.f | f2c > passf5.c passf5: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O passf5.c rm cfftf.c passf4.c passb4.c passf.c cffti1.c passf3.c passb3.c passf5.c cfftb.c passb5.c cffti.c cfftf1.c passb.c passf2.c cfftb1.c passb2.c make[3]: Leaving directory `/root/ftp/octave-1.1.1/libcruft/fftpack' echo making all in fsqp making all in fsqp cd fsqp; make all make[3]: Entering directory `/root/ftp/octave-1.1.1/libcruft/fsqp' cat ql0001.f | f2c > ql0001.c ql0001: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O ql0001.c cat ql0002.f | f2c > ql0002.c ql0002: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O ql0002.c rm ql0002.c ql0001.c make[3]: Leaving directory `/root/ftp/octave-1.1.1/libcruft/fsqp' echo making all in lapack making all in lapack cd lapack; make all make[3]: Entering directory `/root/ftp/octave-1.1.1/libcruft/lapack' cat dbdsqr.f | f2c > dbdsqr.c dbdsqr: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dbdsqr.c cat dgebak.f | f2c > dgebak.c dgebak: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dgebak.c cat dgebal.f | f2c > dgebal.c dgebal: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dgebal.c cat dgebd2.f | f2c > dgebd2.c dgebd2: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dgebd2.c cat dgebrd.f | f2c > dgebrd.c dgebrd: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dgebrd.c cat dgeesx.f | f2c > dgeesx.c dgeesx: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dgeesx.c cat dgeev.f | f2c > dgeev.c dgeev: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dgeev.c cat dgehd2.f | f2c > dgehd2.c dgehd2: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dgehd2.c cat dgehrd.f | f2c > dgehrd.c dgehrd: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dgehrd.c cat dgelq2.f | f2c > dgelq2.c dgelq2: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dgelq2.c cat dgelqf.f | f2c > dgelqf.c dgelqf: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dgelqf.c cat dgelss.f | f2c > dgelss.c dgelss: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dgelss.c cat dgeqpf.f | f2c > dgeqpf.c dgeqpf: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dgeqpf.c cat dgeqr2.f | f2c > dgeqr2.c dgeqr2: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dgeqr2.c cat dgeqrf.f | f2c > dgeqrf.c dgeqrf: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dgeqrf.c cat dgesv.f | f2c > dgesv.c dgesv: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dgesv.c cat dgesvd.f | f2c > dgesvd.c dgesvd: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dgesvd.c cat dgetf2.f | f2c > dgetf2.c dgetf2: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dgetf2.c cat dgetrf.f | f2c > dgetrf.c dgetrf: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dgetrf.c cat dgetrs.f | f2c > dgetrs.c dgetrs: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dgetrs.c cat dhseqr.f | f2c > dhseqr.c dhseqr: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dhseqr.c cat dlabad.f | f2c > dlabad.c dlabad: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlabad.c cat dlabrd.f | f2c > dlabrd.c dlabrd: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlabrd.c cat dlacon.f | f2c > dlacon.c dlacon: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlacon.c cat dlacpy.f | f2c > dlacpy.c dlacpy: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlacpy.c cat dladiv.f | f2c > dladiv.c dladiv: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dladiv.c cat dlaexc.f | f2c > dlaexc.c dlaexc: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlaexc.c cat dlahqr.f | f2c > dlahqr.c dlahqr: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlahqr.c cat dlahrd.f | f2c > dlahrd.c dlahrd: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlahrd.c cat dlaln2.f | f2c > dlaln2.c dlaln2: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlaln2.c cat dlamc1.f | f2c > dlamc1.c dlamc1: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlamc1.c cat dlamc2.f | f2c > dlamc2.c dlamc2: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlamc2.c cat dlamc3.f | f2c > dlamc3.c dlamc3: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlamc3.c cat dlamc4.f | f2c > dlamc4.c dlamc4: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlamc4.c cat dlamc5.f | f2c > dlamc5.c dlamc5: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlamc5.c cat dlamch.f | f2c > dlamch.c dlamch: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlamch.c cat dlange.f | f2c > dlange.c dlange: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlange.c cat dlanhs.f | f2c > dlanhs.c dlanhs: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlanhs.c cat dlanv2.f | f2c > dlanv2.c dlanv2: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlanv2.c cat dlapy2.f | f2c > dlapy2.c dlapy2: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlapy2.c cat dlapy3.f | f2c > dlapy3.c dlapy3: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlapy3.c cat dlarf.f | f2c > dlarf.c dlarf: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlarf.c cat dlarfb.f | f2c > dlarfb.c dlarfb: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlarfb.c cat dlarfg.f | f2c > dlarfg.c dlarfg: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlarfg.c cat dlarft.f | f2c > dlarft.c dlarft: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlarft.c cat dlarfx.f | f2c > dlarfx.c dlarfx: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlarfx.c cat dlartg.f | f2c > dlartg.c dlartg: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlartg.c cat dlas2.f | f2c > dlas2.c dlas2: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlas2.c cat dlascl.f | f2c > dlascl.c dlascl: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlascl.c cat dlaset.f | f2c > dlaset.c dlaset: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlaset.c cat dlasq1.f | f2c > dlasq1.c dlasq1: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlasq1.c cat dlasq2.f | f2c > dlasq2.c dlasq2: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlasq2.c cat dlasq3.f | f2c > dlasq3.c dlasq3: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlasq3.c cat dlasq4.f | f2c > dlasq4.c dlasq4: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlasq4.c cat dlasr.f | f2c > dlasr.c dlasr: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlasr.c cat dlasrt.f | f2c > dlasrt.c dlasrt: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlasrt.c cat dlassq.f | f2c > dlassq.c dlassq: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlassq.c cat dlasv2.f | f2c > dlasv2.c dlasv2: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlasv2.c cat dlaswp.f | f2c > dlaswp.c dlaswp: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlaswp.c cat dlasy2.f | f2c > dlasy2.c dlasy2: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlasy2.c cat dorg2r.f | f2c > dorg2r.c dorg2r: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dorg2r.c cat dorgbr.f | f2c > dorgbr.c dorgbr: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dorgbr.c cat dorghr.f | f2c > dorghr.c dorghr: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dorghr.c cat dorgl2.f | f2c > dorgl2.c dorgl2: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dorgl2.c cat dorglq.f | f2c > dorglq.c dorglq: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dorglq.c cat dorgqr.f | f2c > dorgqr.c dorgqr: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dorgqr.c cat dorm2r.f | f2c > dorm2r.c dorm2r: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dorm2r.c cat dormbr.f | f2c > dormbr.c dormbr: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dormbr.c cat dorml2.f | f2c > dorml2.c dorml2: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dorml2.c cat dormlq.f | f2c > dormlq.c dormlq: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dormlq.c cat dormqr.f | f2c > dormqr.c dormqr: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dormqr.c cat drscl.f | f2c > drscl.c drscl: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O drscl.c cat dtrevc.f | f2c > dtrevc.c dtrevc: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dtrevc.c cat dtrexc.f | f2c > dtrexc.c dtrexc: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dtrexc.c cat dtrsen.f | f2c > dtrsen.c dtrsen: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dtrsen.c cat dtrsyl.f | f2c > dtrsyl.c dtrsyl: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dtrsyl.c cat dzsum1.f | f2c > dzsum1.c dzsum1: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dzsum1.c cat ilaenv.f | f2c > ilaenv.c ilaenv: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O ilaenv.c cat izmax1.f | f2c > izmax1.c izmax1: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O izmax1.c cat zbdsqr.f | f2c > zbdsqr.c zbdsqr: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zbdsqr.c cat zdrscl.f | f2c > zdrscl.c zdrscl: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zdrscl.c cat zgebak.f | f2c > zgebak.c zgebak: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zgebak.c cat zgebal.f | f2c > zgebal.c zgebal: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zgebal.c cat zgebd2.f | f2c > zgebd2.c zgebd2: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zgebd2.c cat zgebrd.f | f2c > zgebrd.c zgebrd: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zgebrd.c cat zgeesx.f | f2c > zgeesx.c zgeesx: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zgeesx.c cat zgeev.f | f2c > zgeev.c zgeev: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zgeev.c cat zgehd2.f | f2c > zgehd2.c zgehd2: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zgehd2.c cat zgehrd.f | f2c > zgehrd.c zgehrd: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zgehrd.c cat zgelq2.f | f2c > zgelq2.c zgelq2: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zgelq2.c cat zgelqf.f | f2c > zgelqf.c zgelqf: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zgelqf.c cat zgelss.f | f2c > zgelss.c zgelss: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zgelss.c cat zgeqpf.f | f2c > zgeqpf.c zgeqpf: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zgeqpf.c cat zgeqr2.f | f2c > zgeqr2.c zgeqr2: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zgeqr2.c cat zgeqrf.f | f2c > zgeqrf.c zgeqrf: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zgeqrf.c cat zgesv.f | f2c > zgesv.c zgesv: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zgesv.c cat zgesvd.f | f2c > zgesvd.c zgesvd: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zgesvd.c cat zgetf2.f | f2c > zgetf2.c zgetf2: gcc -c -I. -I../src -I../.. -I../.../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zgetf2.c cat zgetrf.f | f2c > zgetrf.c zgetrf: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zgetrf.c cat zgetrs.f | f2c > zgetrs.c zgetrs: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zgetrs.c cat zhseqr.f | f2c > zhseqr.c zhseqr: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zhseqr.c cat zlabrd.f | f2c > zlabrd.c zlabrd: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zlabrd.c cat zlacgv.f | f2c > zlacgv.c zlacgv: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zlacgv.c cat zlacon.f | f2c > zlacon.c zlacon: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zlacon.c cat zlacpy.f | f2c > zlacpy.c zlacpy: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zlacpy.c cat zladiv.f | f2c > zladiv.c zladiv: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zladiv.c cat zlahqr.f | f2c > zlahqr.c zlahqr: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zlahqr.c cat zlahrd.f | f2c > zlahrd.c zlahrd: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zlahrd.c cat zlange.f | f2c > zlange.c zlange: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zlange.c cat zlanhs.f | f2c > zlanhs.c zlanhs: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zlanhs.c cat zlarf.f | f2c > zlarf.c zlarf: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zlarf.c cat zlarfb.f | f2c > zlarfb.c zlarfb: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zlarfb.c cat zlarfg.f | f2c > zlarfg.c zlarfg: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zlarfg.c cat zlarft.f | f2c > zlarft.c zlarft: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zlarft.c cat zlarfx.f | f2c > zlarfx.c zlarfx: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zlarfx.c cat zlartg.f | f2c > zlartg.c zlartg: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zlartg.c cat zlascl.f | f2c > zlascl.c zlascl: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zlascl.c cat zlaset.f | f2c > zlaset.c zlaset: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zlaset.c cat zlasr.f | f2c > zlasr.c zlasr: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zlasr.c cat zlassq.f | f2c > zlassq.c zlassq: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zlassq.c cat zlaswp.f | f2c > zlaswp.c zlaswp: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zlaswp.c cat zlatrs.f | f2c > zlatrs.c zlatrs: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zlatrs.c cat zpotf2.f | f2c > zpotf2.c zpotf2: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zpotf2.c cat zpotrf.f | f2c > zpotrf.c zpotrf: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zpotrf.c cat zrot.f | f2c > zrot.c zrot: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zrot.c cat ztrevc.f | f2c > ztrevc.c ztrevc: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O ztrevc.c cat ztrexc.f | f2c > ztrexc.c ztrexc: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O ztrexc.c cat ztrsen.f | f2c > ztrsen.c ztrsen: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O ztrsen.c cat ztrsyl.f | f2c > ztrsyl.c ztrsyl: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O ztrsyl.c cat zung2r.f | f2c > zung2r.c zung2r: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zung2r.c cat zungbr.f | f2c > zungbr.c zungbr: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zungbr.c cat zunghr.f | f2c > zunghr.c zunghr: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zunghr.c cat zungl2.f | f2c > zungl2.c zungl2: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zungl2.c cat zunglq.f | f2c > zunglq.c zunglq: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zunglq.c cat zungqr.f | f2c > zungqr.c zungqr: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zungqr.c cat zunm2r.f | f2c > zunm2r.c zunm2r: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zunm2r.c cat zunmbr.f | f2c > zunmbr.c zunmbr: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zunmbr.c cat zunml2.f | f2c > zunml2.c zunml2: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zunml2.c cat zunmlq.f | f2c > zunmlq.c zunmlq: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zunmlq.c cat zunmqr.f | f2c > zunmqr.c zunmqr: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zunmqr.c rm zgetf2.c zlarft.c zgelqf.c zgeqpf.c zlascl.c dlascl.c zlahqr.c zlacpy.c dladiv.c zlaset.c dlaln2.c dtrexc.c dlassq.c zunm2r.c dlarfg.c zlacgv.c drscl.c zung2r.c zpotf2.c dgetrs.c dzsum1.c dgeqrf.c dlasq4.c dtrevc.c zlatrs.c dlamc1.c zgeqr2.c zhseqr.c z lartg.c dgelqf.c dgeqpf.c dlahqr.c dlacpy.c zgelq2.c dlarfb.c dlapy2.c ztrsyl.c dormqr.c dgeqr2.c zlacon.c izmax1.c dhseqr.c zgebrd.c dlamc3.c dorgqr.c dlarf.c dlartg.c zunmbr.c dgelq2.c zlarfx.c zungbr.c dlasrt.c zgehrd.c dlasv2.c ztrsen.c dlaexc.c zgesv d.c zlanhs.c zgebal.c dgebal.c dlange.c dlaswp.c dlasq1.c zdrscl.c dlacon.c dgebrd.c dlamc5.c dorghr.c zlabrd.c zlarf.c zgelss.c ilaenv.c dgehrd.c dorm2r.c zlahrd.c zgebd2.c dgeev.c dgebd2.c dorg2r.c zgetrf.c dgetf2.c zladiv.c zgehd2.c dgehd2.c dlasq3.c d larft.c ztrexc.c dorml2.c zlarfg.c dlabrd.c dgelss.c dorgl2.c dormbr.c dgesv.c dlaset.c dorgbr.c ztrevc.c zpotrf.c dlahrd.c zrot.c zgeev.c zunghr.c dgetrf.c dlasr.c zlarfb.c dlamch.c dlamc2.c dormlq.c zgesv.c dorglq.c dlasy2.c zgeesx.c dtrsyl.c zunml2.c d lanv2.c zungl2.c zgebak.c dlapy3.c zlasr.c dgebak.c dlarfx.c dlamc4.c zlange.c zbdsqr.c dtrsen.c zunmqr.c zlaswp.c dgesvd.c dlanhs.c zungqr.c dgeesx.c dlas2.c zunmlq.c dlabad.c zlassq.c zunglq.c dlasq2.c zgetrs.c zgeqrf.c dbdsqr.c make[3]: Leaving directory `/root/ftp/octave-1.1.1/libcruft/lapack' echo making all in linpack making all in linpack cd linpack; make all make[3]: Entering directory `/root/ftp/octave-1.1.1/libcruft/linpack' cat dgbfa.f | f2c > dgbfa.c dgbfa: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dgbfa.c cat dgbsl.f | f2c > dgbsl.c dgbsl: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dgbsl.c cat dgeco.f | f2c > dgeco.c dgeco: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dgeco.c cat dgedi.f | f2c > dgedi.c dgedi: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dgedi.c cat dgefa.f | f2c > dgefa.c dgefa: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dgefa.c cat dgesl.f | f2c > dgesl.c dgesl: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dgesl.c cat zgeco.f | f2c > zgeco.c zgeco: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zgeco.c cat zgedi.f | f2c > zgedi.c zgedi: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zgedi.c cat zgefa.f | f2c > zgefa.c zgefa: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zgefa.c cat zgesl.f | f2c > zgesl.c zgesl: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O zgesl.c rm zgefa.c dgbsl.c dgbfa.c dgeco.c dgedi.c zgeco.c zgedi.c dgesl.c dgefa.c zgesl.c make[3]: Leaving directory `/root/ftp/octave-1.1.1/libcruft/linpack' echo making all in minpack making all in minpack cd minpack; make all make[3]: Entering directory `/root/ftp/octave-1.1.1/libcruft/minpack' cat dogleg.f | f2c > dogleg.c dogleg: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dogleg.c cat dpmpar.f | f2c > dpmpar.c dpmpar: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dpmpar.c cat enorm.f | f2c > enorm.c enorm: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O enorm.c cat fdjac1.f | f2c > fdjac1.c fdjac1: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O fdjac1.c cat hybrd.f | f2c > hybrd.c hybrd: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O hybrd.c cat hybrd1.f | f2c > hybrd1.c hybrd1: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O hybrd1.c cat hybrj.f | f2c > hybrj.c hybrj: gcc -c -I. -I.../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O hybrj.c cat hybrj1.f | f2c > hybrj1.c hybrj1: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O hybrj1.c cat qform.f | f2c > qform.c qform: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O qform.c cat qrfac.f | f2c > qrfac.c qrfac: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O qrfac.c cat r1mpyq.f | f2c > r1mpyq.c r1mpyq: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O r1mpyq.c cat r1updt.f | f2c > r1updt.c r1updt: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O r1updt.c rm dogleg.c fdjac1.c hybrd.c qform.c r1updt.c hybrj.c hybrj1.c dpmpar.c r1mpyq.c hybrd1.c enorm.c qrfac.c make[3]: Leaving directory `/root/ftp/octave-1.1.1/libcruft/minpack' echo making all in misc making all in misc cd misc; make all make[3]: Entering directory `/root/ftp/octave-1.1.1/libcruft/misc' cat i1mach.f | f2c > i1mach.c i1mach: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O i1mach.c cat xstopx.f | f2c > xstopx.c xstopx: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O xstopx.c gcc -DDP -o gen-d1mach ./gen-d1mach.c -lm ./gen-d1mach > d1mach.f cat d1mach.f | f2c > d1mach.c d1mach: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O d1mach.c gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dostop.c rm xstopx.c d1mach.c i1mach.c make[3]: Leaving directory `/root/ftp/octave-1.1.1/libcruft/misc' echo making all in npsol making all in npsol cd npsol; make all make[3]: Entering directory `/root/ftp/octave-1.1.1/libcruft/npsol' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/root/ftp/octave-1.1.1/libcruft/npsol' echo making all in odepack making all in odepack cd odepack; make all make[3]: Entering directory `/root/ftp/octave-1.1.1/libcruft/odepack' cat cfode.f | f2c > cfode.c cfode: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O cfode.c cat ewset.f | f2c > ewset.c ewset: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O ewset.c cat intdy.f | f2c > intdy.c intdy: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O intdy.c cat lsode.f | f2c > lsode.c lsode: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O lsode.c cat prepj.f | f2c > prepj.c prepj: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O prepj.c cat solsy.f | f2c > solsy.c solsy: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O solsy.c cat stode.f | f2c > stode.c stode: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O stode.c cat vnorm.f | f2c > vnorm.c vnorm: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O vnorm.c cat xerrwv.f | f2c > xerrwv.c xerrwv: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O xerrwv.c rm lsode.c xerrwv.c ewset.c intdy.c vnorm.c solsy.c prepj.c stode.c cfode.c make[3]: Leaving directory `/root/ftp/octave-1.1.1/libcruft/odepack' echo making all in qpsol making all in qpsol cd qpsol; make all make[3]: Entering directory `/root/ftp/octave-1.1.1/libcruft/qpsol' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/root/ftp/octave-1.1.1/libcruft/qpsol' echo making all in quadpack making all in quadpack cd quadpack; make all make[3]: Entering directory `/root/ftp/octave-1.1.1/libcruft/quadpack' cat dqagi.f | f2c > dqagi.c dqagi: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dqagi.c cat dqagie.f | f2c > dqagie.c dqagie: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dqagie.c cat dqagp.f | f2c > dqagp.c dqagp: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dqagp.c cat dqagpe.f | f2c > dqagpe.c dqagpe: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dqagpe.c cat dqelg.f | f2c > dqelg.c dqelg: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dqelg.c cat dqk15i.f | f2c > dqk15i.c dqk15i: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dqk15i.c cat dqk21.f | f2c > dqk21.c dqk21: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dqk21.c cat dqpsrt.f | f2c > dqpsrt.c dqpsrt: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dqpsrt.c cat xerror.f | f2c > xerror.c xerror: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O xerror.c rm dqpsrt.c xerror.c dqagi.c dqagp.c dqelg.c dqk21.c dqk15i.c dqagpe.c dqagie.c make[3]: Leaving directory `/root/ftp/octave-1.1.1/libcruft/quadpack' echo making all in ranlib making all in ranlib cd ranlib; make all make[3]: Entering directory `/root/ftp/octave-1.1.1/libcruft/ranlib' cat advnst.f | f2c > advnst.c advnst: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O advnst.c cat genbet.f | f2c > genbet.c genbet: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O genbet.c cat genchi.f | f2c > genchi.c genchi: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O genchi.c cat genexp.f | f2c > genexp.c genexp: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O genexp.c cat genf.f | f2c > genf.c genf: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O genf.c cat gengam.f | f2c > gengam.c gengam: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O gengam.c cat genmn.f | f2c > genmn.c genmn: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O genmn.c cat gennch.f | f2c > gennch.c gennch: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O gennch.c cat gennf.f | f2c > gennf.c gennf: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O gennf.c cat gennor.f | f2c > gennor.c gennor: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O gennor.c cat genprm.f | f2c > genprm.c genprm: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O genprm.c cat genunf.f | f2c > genunf.c genunf: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O genunf.c cat getcgn.f | f2c > getcgn.c getcgn: entry setcgn: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O getcgn.c cat getsd.f | f2c > getsd.c getsd: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O getsd.c cat ignbin.f | f2c > ignbin.c ignbin: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O ignbin.c cat ignlgi.f | f2c > ignlgi.c ignlgi: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O ignlgi.c cat ignpoi.f | f2c > ignpoi.c ignpoi: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O ignpoi.c cat ignuin.f | f2c > ignuin.c ignuin: Warning on line 71: statement cannot be reached gcc -c -I. -I../src -I../.. -I../.../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O ignuin.c cat initgn.f | f2c > initgn.c initgn: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O initgn.c cat inrgcm.f | f2c > inrgcm.c inrgcm: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O inrgcm.c cat lennob.f | f2c > lennob.c lennob: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O lennob.c cat mltmod.f | f2c > mltmod.c mltmod: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O mltmod.c cat phrtsd.f | f2c > phrtsd.c phrtsd: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O phrtsd.c cat qrgnin.f | f2c > qrgnin.c qrgnin: entry qrgnsn: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O qrgnin.c cat ranf.f | f2c > ranf.c ranf: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O ranf.c cat setall.f | f2c > setall.c setall: entry rgnqsd: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O setall.c cat setant.f | f2c > setant.c setant: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O setant.c cat setgmn.f | f2c > setgmn.c setgmn: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O setgmn.c cat setsd.f | f2c > setsd.c setsd: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O setsd.c cat sexpo.f | f2c > sexpo.c sexpo: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O sexpo.c cat sgamma.f | f2c > sgamma.c sgamma: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O sgamma.c cat snorm.f | f2c > snorm.c snorm: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O snorm.c cat wrap.f | f2c > wrap.c dgennor: dgenunf: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O wrap.c rm genunf.c lennob.c getcgn.c ignuin.c sgamma.c genbet.c setall.c ignlgi.c gennf.c gennch.c genmn.c wrap.c mltmod.c getsd.c ignbin.c ignpoi.c sexpo.c snorm.c advnst.c genf.c phrtsd.c setsd.c gennor.c setant.c genchi.c initgn.c gengam.c ranf.c genprm.c qrg nin.c genexp.c inrgcm.c setgmn.c make[3]: Leaving directory `/root/ftp/octave-1.1.1/libcruft/ranlib' echo making all in slatec-fn making all in slatec-fn cd slatec-fn; make all make[3]: Entering directory `/root/ftp/octave-1.1.1/libcruft/slatec-fn' cat d9lgmc.f | f2c > d9lgmc.c d9lgmc: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O d9lgmc.c cat dacosh.f | f2c > dacosh.c dacosh: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dacosh.c cat dasinh.f | f2c > dasinh.c dasinh: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dasinh.c cat datanh.f | f2c > datanh.c datanh: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O datanh.c cat dcsevl.f | f2c > dcsevl.c dcsevl: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dcsevl.c cat derf.f | f2c > derf.c derf: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O derf.c cat derfc.f | f2c > derfc.c derfc: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O derfc.c cat dgamlm.f | f2c > dgamlm.c dgamlm: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dgamlm.c cat dgamma.f | f2c > dgamma.c dgamma: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dgamma.c cat dlgams.f | f2c > dlgams.c dlgams: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlgams.c cat dlngam.f | f2c > dlngam.c dlngam: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dlngam.c cat initds.f | f2c > initds.c initds: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O initds.c rm dasinh.c datanh.c initds.c dgamlm.c derfc.c dgamma.c dlngam.c dcsevl.c dacosh.c dlgams.c derf.c d9lgmc.c make[3]: Leaving directory `/root/ftp/octave-1.1.1/libcruft/slatec-fn' echo making all in villad making all in villad cd villad; make all make[3]: Entering directory `/root/ftp/octave-1.1.1/libcruft/villad' cat dfopr.f | f2c > dfopr.c dfopr: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dfopr.c cat dif.f | f2c > dif.c dif: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O dif.c cat intrp.f | f2c > intrp.c intrp: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O intrp.c cat jcobi.f | f2c > jcobi.c jcobi: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O jcobi.c cat radau.f | f2c > radau.c radau: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O radau.c cat vilerr.f | f2c > vilerr.c vilerr: gcc -c -I. -I../src -I../.. -I../../liboctave -I../../src -DHAVE_CONFIG_H -mieee-fp -g -O vilerr.c rm jcobi.c intrp.c radau.c dif.c dfopr.c vilerr.c make[3]: Leaving directory `/root/ftp/octave-1.1.1/libcruft/villad' rm -f libcruft.a ar rv libcruft.a balgen/balgen.o balgen/gradeq.o balgen/reduce.o balgen/scaleg.o blas/dasum.o blas/daxpy.o blas/dcabs1.o blas/dcopy.o blas/ddot.o blas/dgemm.o blas/dgemv.o blas/dger.o blas/dmach.o blas/dnrm2.o blas/drot.o blas/dscal.o bl as/dswap.o blas/dsyrk.o blas/dtrmm.o blas/dtrmv.o blas/dtrsm.o blas/dtrsv.o blas/dzasum.o blas/dznrm2.o blas/idamax.o blas/izamax.o blas/lsame.o blas/xerbla.o blas/zaxpy.o blas/zcopy.o blas/zdotc.o blas/zdotu.o blas/zdrot.o blas/zdscal.o blas/zgemm.o blas/zgemv.o blas/zgerc.o blas/zgeru.o blas/zherk.o blas/zscal.o blas/zswap.o blas/ztrmm.o blas/ztrmv.o blas/ztrsm.o blas/ztrsv.o dassl/ddaini.o dassl/ddajac.o dassl/ddanrm.o dassl/ddaslv.o dassl/ddassl.o dassl/ddastp.o dass l/ddatrp.o dassl/ddawts.o dassl/dpotf2.o dassl/dpotrf.o dassl/xerhlt.o dassl/xermsg.o dassl/xerprn.o dassl/xgetua.o dassl/xsetua.o eispack/epslon.o eispack/qzhes.o eispack/qzit.o eispack/qzval.o fftpack/cfftb.o fftpack/cfftb1.o fftpack/cfft f.o fftpack/cfftf1.o fftpack/cffti.o fftpack/cffti1.o fftpack/passb.o fftpack/passb2.o fftpack/passb3.o fftpack/passb4.o fftpack/passb5.o fftpack/passf.o fftpack/passf2.o fftpack/passf3.o fftpack/passf4.o fftpack/passf5.o fsqp/ql0001.o fsqp /ql0002.o lapack/dbdsqr.o lapack/dgebak.o lapack/dgebal.o lapack/dgebd2.o lapack/dgebrd.o lapack/dgeesx.o lapack/dgeev.o lapack/dgehd2.o lapack/dgehrd.o lapack/dgelq2.o lapack/dgelqf.o lapack/dgelss.o lapack/dgeqpf.o lapack/dgeqr2.o lapack/ dgeqrf.o lapack/dgesv.o lapack/dgesvd.o lapack/dgetf2.o lapack/dgetrf.o lapack/dgetrs.o lapack/dhseqr.o lapack/dlabad.o lapack/dlabrd.o lapack/dlacon.o lapack/dlacpy.o lapack/dladiv.o lapack/dlaexc.o lapack/dlahqr.o lapack/dlahrd.o lapack/d laln2.o lapack/dlamc1.o lapack/dlamc2.o lapack/dlamc3.o lapack/dlamc4.o lapack/dlamc5.o lapack/dlamch.o lapack/dlange.o lapack/dlanhs.o lapack/dlanv2.o lapack/dlapy2.o lapack/dlapy3.o lapack/dlarf.o lapack/dlarfb.o lapack/dlarfg.o lapack/dl arft.o lapack/dlarfx.o lapack/dlartg.o lapack/dlas2.o lapack/dlascl.o lapack/dlaset.o lapack/dlasq1.o lapack/dlasq2.o lapack/dlasq3.o lapack/dlasq4.o lapack/dlasr.o lapack/dlasrt.o lapack/dlassq.o lapack/dlasv2.o lapack/dlaswp.o lapack/dlas y2.o lapack/dorg2r.o lapack/dorgbr.o lapack/dorghr.o lapack/dorgl2.o lapack/dorglq.o lapack/dorgqr.o lapack/dorm2r.o lapack/dormbr.o lapack/dorml2.o lapack/dormlq.o lapack/dormqr.o lapack/drscl.o lapack/dtrevc.o lapack/dtrexc.o lapack/dtrse n.o lapack/dtrsyl.o lapack/dzsum1.o lapack/ilaenv.o lapack/izmax1.o lapack/zbdsqr.o lapack/zdrscl.o lapack/zgebak.o lapack/zgebal.o lapack/zgebd2.o lapack/zgebrd.o lapack/zgeesx.o lapack/zgeev.o lapack/zgehd2.o lapack/zgehrd.o lapack/zgelq2 .o lapack/zgelqf.o lapack/zgelss.o lapack/zgeqpf.o lapack/zgeqr2.o lapack/zgeqrf.o lapack/zgesv.o lapack/zgesvd.o lapack/zgetf2.o lapack/zgetrf.o lapack/zgetrs.o lapack/zhseqr.o lapack/zlabrd.o lapack/zlacgv.o lapack/zlacon.o lapack/zlacpy. o lapack/zladiv.o lapack/zlahqr.o lapack/zlahrd.o lapack/zlange.o lapack/zlanhs.o lapack/zlarf.o lapack/zlarfb.o lapack/zlarfg.o lapack/zlarft.o lapack/zlarfx.o lapack/zlartg.o lapack/zlascl.o lapack/zlaset.o lapack/zlasr.o lapack/zlassq.o lapack/zlaswp.o lapack/zlatrs.o lapack/zpotf2.o lapack/zpotrf.o lapack/zrot.o lapack/ztrevc.o lapack/ztrexc.o lapack/ztrsen.o lapack/ztrsyl.o lapack/zung2r.o lapack/zungbr.o lapack/zunghr.o lapack/zungl2.o lapack/zunglq.o lapack/zungqr.o l apack/zunm2r.o lapack/zunmbr.o lapack/zunml2.o lapack/zunmlq.o lapack/zunmqr.o linpack/dgbfa.o linpack/dgbsl.o linpack/dgeco.o linpack/dgedi.o linpack/dgefa.o linpack/dgesl.o linpack/zgeco.o linpack/zgedi.o linpack/zgefa.o linpack/zgesl.o m inpack/dogleg.o minpack/dpmpar.o minpack/enorm.o minpack/fdjac1.o minpack/hybrd.o minpack/hybrd1.o minpack/hybrj.o minpack/hybrj1.o minpack/qform.o minpack/qrfac.o minpack/r1mpyq.o minpack/r1updt.o misc/i1mach.o misc/xstopx.o odepack/cfode.o odepack/ewset.o odepack/intdy.o odepack/lsode.o odepack/prepj.o odepack/solsy.o odepack/stode.o odepack/vnorm.o odepack/xerrwv.o quadpack/dqagi.o quadpack/dqagie.o quadpack/dqagp.o quadpack/dqagpe.o quadpack/dqelg.o quadpack/dqk15i.o quadp ack/dqk21.o quadpack/dqpsrt.o quadpack/xerror.o ranlib/advnst.o ranlib/genbet.o ranlib/genchi.o ranlib/genexp.o ranlib/genf.o ranlib/gengam.o ranlib/genmn.o ranlib/gennch.o ranlib/gennf.o ranlib/gennor.o ranlib/genprm.o ranlib/genunf.o ranl ib/getcgn.o ranlib/getsd.o ranlib/ignbin.o ranlib/ignlgi.o ranlib/ignpoi.o ranlib/ignuin.o ranlib/initgn.o ranlib/inrgcm.o ranlib/lennob.o ranlib/mltmod.o ranlib/phrtsd.o ranlib/qrgnin.o ranlib/ranf.o ranlib/setall.o ranlib/setant.o ranlib/ setgmn.o ranlib/setsd.o ranlib/sexpo.o ranlib/sgamma.o ranlib/snorm.o ranlib/wrap.o slatec-fn/d9lgmc.o slatec-fn/dacosh.o slatec-fn/dasinh.o slatec-fn/datanh.o slatec-fn/dcsevl.o slatec-fn/derf.o slatec-fn/derfc.o slatec-fn/dgamlm.o slatec-f n/dgamma.o slatec-fn/dlgams.o slatec-fn/dlngam.o slatec-fn/initds.o villad/dfopr.o villad/dif.o villad/intrp.o villad/jcobi.o villad/radau.o villad/vilerr.o misc/d1mach.o misc/dostop.o a - balgen/balgen.o a - balgen/gradeq.o a - balgen/reduce.o a - balgen/scaleg.o a - blas/dasum.o a - blas/daxpy.o a - blas/dcabs1.o a - blas/dcopy.o a - blas/ddot.o a - blas/dgemm.o a - blas/dgemv.o a - blas/dger.o a - blas/dmach.o a - blas/dnrm2.o a - blas/drot.o a - blas/dscal.o a - blas/dswap.o a - blas/dsyrk.o a - blas/dtrmm.o a - blas/dtrmv.o a - blas/dtrsm.o a - blas/dtrsv.o a - blas/dzasum.o a - blas/dznrm2.o a - blas/idamax.o a - blas/izamax.o a - blas/lsame.o a - blas/xerbla.o a - blas/zaxpy.o a - blas/zcopy.o a - blas/zdotc.o a - blas/zdotu.o a - blas/zdrot.o a - blas/zdscal.o a - blas/zgemm.o a - blas/zgemv.o a - blas/zgerc.o a - blas/zgeru.o a - blas/zherk.o a - blas/zscal.o a - blas/zswap.o a - blas/ztrmm.o a - blas/ztrmv.o a - blas/ztrsm.o a - blas/ztrsv.o a - dassl/ddaini.o a - dassl/ddajac.o a - dassl/ddanrm.o a - dassl/ddaslv.o a - dassl/ddassl.o a - dassl/ddastp.o a - dassl/ddatrp.o a - dassl/ddawts.o a - dassl/dpotf2.o a - dassl/dpotrf.o a - dassl/xerhlt.o a - dassl/xermsg.o a - dassl/xerprn.o a - dassl/xgetua.o a - dassl/xsetua.o a - eispack/epslon.o a - eispack/qzhes.o a - eispack/qzit.o a - eispack/qzval.o a - fftpack/cfftb.o a - fftpack/cfftb1.o a - fftpack/cfftf.o a - fftpack/cfftf1.o a - fftpack/cffti.o a - fftpack/cffti1.o a - fftpack/passb.o a - fftpack/passb2.o a - fftpack/passb3.o a - fftpack/passb4.o a - fftpack/passb5.o a - fftpack/passf.o a - fftpack/passf2.o a - fftpack/passf3.o a - fftpack/passf4.o a - fftpack/passf5.o a - fsqp/ql0001.o a - fsqp/ql0002.o a - lapack/dbdsqr.o a - lapack/dgebak.o a - lapack/dgebal.o a - lapack/dgebd2.o a - lapack/dgebrd.o a - lapack/dgeesx.o a - lapack/dgeev.o a - lapack/dgehd2.o a - lapack/dgehrd.o a - lapack/dgelq2.o a - lapack/dgelqf.o a - lapack/dgelss.o a - lapack/dgeqpf.o a - lapack/dgeqr2.o a - lapack/dgeqrf.o a - lapack/dgesv.o a - lapack/dgesvd.o a - lapack/dgetf2.o a - lapack/dgetrf.o a - lapack/dgetrs.o a - lapack/dhseqr.o a - lapack/dlabad.o a - lapack/dlabrd.o a - lapack/dlacon.o a - lapack/dlacpy.o a - lapack/dladiv.o a - lapack/dlaexc.o a - lapack/dlahqr.o a - lapack/dlahrd.o a - lapack/dlaln2.o a - lapack/dlamc1.o a - lapack/dlamc2.o a - lapack/dlamc3.o a - lapack/dlamc4.o a - lapack/dlamc5.o a - lapack/dlamch.o a - lapack/dlange.o a - lapack/dlanhs.o a - lapack/dlanv2.o a - lapack/dlapy2.o a - lapack/dlapy3.o a - lapack/dlarf.o a - lapack/dlarfb.o a - lapack/dlarfg.o a - lapack/dlarft.o a - lapack/dlarfx.o a - lapack/dlartg.o a - lapack/dlas2.o a - lapack/dlascl.o a - lapack/dlaset.o a - lapack/dlasq1.o a - lapack/dlasq2.o a - lapack/dlasq3.o a - lapack/dlasq4.o a - lapack/dlasr.o a - lapack/dlasrt.o a - lapack/dlassq.o a - lapack/dlasv2.o a - lapack/dlaswp.o a - lapack/dlasy2.o a - lapack/dorg2r.o a - lapack/dorgbr.o a - lapack/dorghr.o a - lapack/dorgl2.o a - lapack/dorglq.o a - lapack/dorgqr.o a - lapack/dorm2r.o a - lapack/dormbr.o a - lapack/dorml2.o a - lapack/dormlq.o a - lapack/dormqr.o a - lapack/drscl.o a - lapack/dtrevc.o a - lapack/dtrexc.o a - lapack/dtrsen.o a - lapack/dtrsyl..o a - lapack/dzsum1.o a - lapack/ilaenv.o a - lapack/izmax1.o a - lapack/zbdsqr.o a - lapack/zdrscl.o a - lapack/zgebak.o a - lapack/zgebal.o a - lapack/zgebd2.o a - lapack/zgebrd.o a - lapack/zgeesx.o a - lapack/zgeev.o a - lapack/zgehd2.o a - lapack/zgehrd.o a - lapack/zgelq2.o a - lapack/zgelqf.o a - lapack/zgelss.o a - lapack/zgeqpf.o a - lapack/zgeqr2.o a - lapack/zgeqrf.o a - lapack/zgesv.o a - lapack/zgesvd.o a - lapack/zgetf2.o a - lapack/zgetrf.o a - lapack/zgetrs.o a - lapack/zhseqr.o a - lapack/zlabrd.o a - lapack/zlacgv.o a - lapack/zlacon.o a - lapack/zlacpy.o a - lapack/zladiv.o a - lapack/zlahqr.o a - lapack/zlahrd.o a - lapack/zlange.o a - lapack/zlanhs.o a - lapack/zlarf.o a - lapack/zlarfb.o a - lapack/zlarfg.o a - lapack/zlarft.o a - lapack/zlarfx.o a - lapack/zlartg.o a - lapack/zlascl.o a - lapack/zlaset.o a - lapack/zlasr.o a - lapack/zlassq.o a - lapack/zlaswp.o a - lapack/zlatrs.o a - lapack/zpotf2.o a - lapack/zpotrf.o a - lapack/zrot.o a - lapack/ztrevc.o a - lapack/ztrexc.o a - lapack/ztrsen.o a - lapack/ztrsyl.o a - lapack/zung2r.o a - lapack/zungbr.o a - lapack/zunghr.o a - lapack/zungl2.o a - lapack/zunglq.o a - lapack/zungqr.o a - lapack/zunm2r.o a - lapack/zunmbr.o a - lapack/zunml2.o a - lapack/zunmlq.o a - lapack/zunmqr.o a - linpack/dgbfa.o a - linpack/dgbsl.o a - linpack/dgeco.o a - linpack/dgedi.o a - linpack/dgefa.o a - linpack/dgesl.o a - linpack/zgeco.o a - linpack/zgedi.o a - linpack/zgefa.o a - linpack/zgesl.o a - minpack/dogleg.o a - minpack/dpmpar.o a - minpack/enorm.o a - minpack/fdjac1.o a - minpack/hybrd.o a - minpack/hybrd1.o a - minpack/hybrj.o a - minpack/hybrj1.o a - minpack/qform.o a - minpack/qrfac.o a - minpack/r1mpyq.o a - minpack/r1updt.o a - misc/i1mach.o a - misc/xstopx.o a - odepack/cfode.o a - odepack/ewset.o a - odepack/intdy.o a - odepack/lsode.o a - odepack/prepj.o a - odepack/solsy.o a - odepack/stode.o a - odepack/vnorm.o a - odepack/xerrwv.o a - quadpack/dqagi.o a - quadpack/dqagie.o a - quadpack/dqagp.o a - quadpack/dqagpe.o a - quadpack/dqelg.o a - quadpack/dqk15i.o a - quadpack/dqk21.o a - quadpack/dqpsrt.o a - quadpack/xerror.o a - ranlib/advnst.o a - ranlib/genbet.o a - ranlib/genchi.o a - ranlib/genexp.o a - ranlib/genf.o a - ranlib/gengam.o a - ranlib/genmn.o a - ranlib/gennch.o a - ranlib/gennf.o a - ranlib/gennor.o a - ranlib/genprm.o a - ranlib/genunf.o a - ranlib/getcgn.o a - ranlib/getsd.o a - ranlib/ignbin.o a - ranlib/ignlgi.o a - ranlib/ignpoi.o a - ranlib/ignuin.o a - ranlib/initgn.o a - ranlib/inrgcm.o a - ranlib/lennob.o a - ranlib/mltmod.o a - ranlib/phrtsd.o a - ranlib/qrgnin.o a - ranlib/ranf.o a - ranlib/setall.o a - ranlib/setant.o a - ranlib/setgmn.o a - ranlib/setsd.o a - ranlib/sexpo.o a - ranlib/sgamma.o a - ranlib/snorm.o a - ranlib/wrap.o a - slatec-fn/d9lgmc.o a - slatec-fn/dacosh.o a - slatec-fn/dasinh.o a - slatec-fn/datanh.o a - slatec-fn/dcsevl.o a - slatec-fn/derf.o a - slatec-fn/derfc.o a - slatec-fn/dgamlm.o a - slatec-fn/dgamma.o a - slatec-fn/dlgams.o a - slatec-fn/dlngam.o a - slatec-fn/initds.o a - villad/dfopr.o a - villad/dif.o a - villad/intrp.o a - villad/jcobi.o a - villad/radau.o a - villad/vilerr.o a - misc/d1mach.o a - misc/dostop.o ranlib libcruft.a make[2]: Leaving directory `/root/ftp/octave-1.1.1/libcruft' echo making all in liboctave making all in liboctave cd liboctave ; make all make[2]: Entering directory `/root/ftp/octave-1.1.1/liboctave' making dbleSVD.d from dbleSVD.cc making dbleSCHUR.d from dbleSCHUR.cc making dbleQRP.d from dbleQRP.cc making dbleQR.d from dbleQR.cc making dbleLU.d from dbleLU.cc making dbleHESS.d from dbleHESS.cc making dbleGEPBAL.d from dbleGEPBAL.cc making dbleDET.d from dbleDET.cc making dbleCHOL.d from dbleCHOL.cc making dbleAEPBAL.d from dbleAEPBAL.cc making dRowVector.d from dRowVector.cc making dMatrix.d from dMatrix.cc making dDiagMatrix.d from dDiagMatrix.cc making dColVector.d from dColVector.cc making EIG.d from EIG.cc making CmplxSVD.d from CmplxSVD.cc making CmplxSCHUR.d from CmplxSCHUR.cc making CmplxQRP.d from CmplxQRP.cc making CmplxQR.d from CmplxQR.cc making CmplxLU.d from CmplxLU.cc making CmplxHESS.d from CmplxHESS.cc making CmplxDET.d from CmplxDET.cc making CmplxCHOL.d from CmplxCHOL.cc making CmplxAEPBAL.d from CmplxAEPBAL.cc making CRowVector.d from CRowVector.cc making CMatrix.d from CMatrix.cc making CDiagMatrix.d from CDiagMatrix.cc making CColVector.d from CColVector.cc making Array-d.d from Array-d.cc making Array-C.d from Array-C.cc making Array.d from Array.cc making sun-utils.d from sun-utils.cc making lo-error.d from lo-error.cc making Range.d from Range.cc making Quad.d from Quad.cc making QPSOL.d from QPSOL.cc making QP.d from QP.cc making QLD.d from QLD.cc making ODEFunc.d from ODEFunc.cc making ODE.d from ODE.cc making Objective.d from Objective.cc making NPSOL.d from NPSOL.cc making NLFunc.d from NLFunc.cc making NLEqn.d from NLEqn.cc making NLConst.d from NLConst.cc making LPsolve.d from LPsolve.cc making LP.d from LP.cc making LinConst.d from LinConst.cc making FSQP.d from FSQP.cc making FEGrid.d from FEGrid.cc making DAEFunc.d from DAEFunc.cc making DAE.d from DAE.cc making CollocWt.d from CollocWt.cc making Bounds.d from Bounds.cc make[2]: Leaving directory `/root/ftp/octave-1.1.1/liboctave' make[2]: Entering directory `/root/ftp/octave-1.1.1/liboctave' c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H -fno-implicit-templates -mieee-fp -g -O Bounds.cc c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H -fno-implicit-templates -mieee-fp -g -O CollocWt.cc c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H -fno-implicit-templates -mieee-fp -g -O DAE.cc DAE.cc: In function `int ddassl_f(double *, double *, double *, double *, int *, double *, int *)': DAE.cc:212: warning: name lookup of `i' changed for new ANSI `for' scoping DAE.cc:200: warning: using obsolete binding at `i' DAE.cc: In method `class Matrix DAE::integrate(const class ColumnVector &, class Matrix &)': DAE.cc:376: warning: name lookup of `i' changed for new ANSI `for' scoping DAE.cc:363: warning: using obsolete binding at `i' DAE.cc: In method `class Matrix DAE::integrate(const class ColumnVector &, class Matrix &, const class ColumnVector &)': DAE.cc:465: warning: name lookup of `i' changed for new ANSI `for' scoping DAE.cc:398: warning: using obsolete binding at `i' c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H -fno-implicit-templates -mieee-fp -g -O DAEFunc.cc c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H -fno-implicit-templates -mieee-fp -g -O FEGrid.cc FEGrid.h: In method `double FEGrid::left() const': In file included from FEGrid.cc:30: FEGrid.h:78: warning: `double FEGrid::left() const' was used before it was declared inline FEGrid.h:50: warning: previous non-inline declaration here FEGrid.h: In method `double FEGrid::right() const': FEGrid.h:81: warning: `double FEGrid::right() const' was used before it was declared inline FEGrid.h:51: warning: previous non-inline declaration here c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H -fno-implicit-templates -mieee-fp -g -O FSQP.cc c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H -fno-implicit-templates -mieee-fp -g -O LinConst.cc LinConst.h: In method `class Matrix LinConst::constraint_matrix() const': In file included from LinConst.cc:30: LinConst.h:115: warning: `class Matrix LinConst::constraint_matrix() const' was used before it was declared inline LinConst.h:62: warning: previous non-inline declaration here c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H -fno-implicit-templates -mieee-fp -g -O LP.cc LinConst.h: In method `class Matrix LinConst::constraint_matrix() const': In file included from LP.h:29, from LP.cc:28: LinConst.h:115: warning: `class Matrix LinConst::constraint_matrix() const' was used before it was declared inline LinConst.h:62: warning: previous non-inline declaration here c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H -fno-implicit-templates -mieee-fp -g -O LPsolve.cc LinConst.h: In method `class Matrix LinConst::constraint_matrix() const': In file included from LP.h:29, from LPsolve.h:29, from LPsolve.cc:29: LinConst.h:115: warning: `class Matrix LinConst::constraint_matrix() const' was used before it was declared inline LinConst.h:62: warning: previous non-inline declaration here c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H -fno-implicit-templates -mieee-fp -g -O NLConst.cc c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H -fno-implicit-templates -mieee-fp -g -O NLEqn.cc NLEqn.cc: In function `int hybrd1_fcn(int *, double *, double *, int *)': NLEqn.cc:153: warning: name lookup of `i' changed for new ANSI `for' scoping NLEqn.cc:144: warning: using obsolete binding at `i' NLEqn.cc: In function `int hybrj1_fcn(int *, double *, double *, double *, int *, int *)': NLEqn.cc:181: warning: name lookup of `i' changed for new ANSI `for' scoping NLEqn.cc:167: warning: using obsolete binding at `i' NLEqn.cc: In method `class ColumnVector NLEqn::solve(int &)': NLEqn.cc:256: warning: name lookup of `i' changed for new ANSI `for' scoping NLEqn.cc:220: warning: using obsolete binding at `i' c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H -fno-implicit-templates -mieee-fp -g -O NLFunc.cc c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H -fno-implicit-templates -mieee-fp -g -O NPSOL.cc c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H -fno-implicit-templates -mieee-fp -g -O Objective.cc c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H -fno-implicit-templates -mieee-fp -g -O ODE.cc ODE.cc: In method `class Matrix ODE::integrate(const class ColumnVector &)': ODE.cc:337: warning: name lookup of `i' changed for new ANSI `for' scoping ODE..cc:327: warning: using obsolete binding at `i' ODE.cc: In method `class Matrix ODE::integrate(const class ColumnVector &, const class ColumnVector &)': ODE.cc:419: warning: name lookup of `i' changed for new ANSI `for' scoping ODE.cc:355: warning: using obsolete binding at `i' c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H -fno-implicit-templates -mieee-fp -g -O ODEFunc.cc c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H -fno-implicit-templates -mieee-fp -g -O QLD.cc LinConst.h: In method `class Matrix LinConst::constraint_matrix() const': In file included from QP.h:30, from QLD.h:30, from QLD.cc:34: LinConst.h:115: warning: `class Matrix LinConst::constraint_matrix() const' was used before it was declared inline LinConst.h:62: warning: previous non-inline declaration here c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H -fno-implicit-templates -mieee-fp -g -O QP.cc LinConst.h: In method `class Matrix LinConst::constraint_matrix() const': In file included from QP.h:30, from QP.cc:28: LinConst.h:115: warning: `class Matrix LinConst::constraint_matrix() const' was used before it was declared inline LinConst.h:62: warning: previous non-inline declaration here c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H -fno-implicit-templates -mieee-fp -g -O QPSOL.cc c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H -fno-implicit-templates -mieee-fp -g -O Quad.cc c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H -fno-implicit-templates -mieee-fp -g -O Range.cc c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H -fno-implicit-templates -mieee-fp -g -O lo-error.cc c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H -fno-implicit-templates -mieee-fp -g -O sun-utils.cc c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H -fno-implicit-templates -mieee-fp -g -O Array.cc c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H -fno-implicit-templates -mieee-fp -g -O Array-C.cc c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H -fno-implicit-templates -mieee-fp -g -O Array-d.cc c++ -c -I. -I../src -I.. -I../liboctave -I../src -DHAVE_CONFIG_H -fno-implicit-templates -mieee-fp -g -O CColVector.cc In file included from dMatrix.h:32, from mx-base.h:31, from CColVector.cc:32: mx-defs.h:59: conflicting types for `struct Complex' /usr/include/g++/Complex.h:8: previous declaration as `class complex' mx-defs.h:59: conflicting types for `struct Complex' /usr/include/g++/Complex.h:82: previous declaration as `class complex' Array.h: In method `class Complex DiagArray::get(int)': In file included from mx-base.h:32, from CColVector.cc:32: Array.h:233: return-type `Complex' is an incomplete type Array.h:233: cannot lookup method in incomplete type `Complex' Array.h:233: in base initialization for class `Complex' Array.h: In method `void DiagArray::set(const class Complex &, int)': Array.h:234: invalid use of undefined type `struct Complex' Array.h:234: `Complex' does not define operator= mx-inlines.cc: At top level: In file included from CColVector.cc:33: mx-inlines.cc:227: parameter `s' has incomplete type mx-inlines.cc: In function `class Complex * add(const class Complex *, int, class Complex)': mx-inlines.cc:231: invalid use of undefined type `struct Complex' mx-inlines.cc:231: invalid use of undefined type `struct Complex' mx-inlines.cc:233: invalid use of undefined type `struct Complex' mx-inlines.cc:233: invalid use of undefined type `struct Complex' mx-inlines.cc: At top level: mx-inlines.cc:240: parameter `s' has incomplete type mx-inlines.cc: In function `class Complex * add(class Complex, const class Complex *, int)': mx-inlines.cc:244: invalid use of undefined type `struct Complex' mx-inlines.cc:244: invalid use of undefined type `struct Complex' mx-inlines.cc:246: invalid use of undefined type `struct Complex' mx-inlines.cc:246: invalid use of undefined type `struct Complex' mx-inlines.cc: At top level: mx-inlines.cc:253: parameter `s' has incomplete type mx-inlines.cc: In function `class Complex * subtract(const class Complex *, int, class Complex)': mx-inlines.cc:257: invalid use of undefined type `struct Complex' mx-inlines.cc:257: invalid use of undefined type `struct Complex' mx-inlines.cc:259: invalid use of undefined type `struct Complex' mx-inlines.cc:259: invalid use of undefined type `struct Complex' mx-inlines.cc: At top level: mx-inlines.cc:266: parameter `s' has incomplete type mx-inlines.cc: In function `class Complex * subtract(class Complex, const class Complex *, int)': mx-inlines.cc:270: invalid use of undefined type `struct Complex' mx-inlines.cc:270: invalid use of undefined type `struct Complex' mx-inlines.cc:272: invalid use of undefined type `struct Complex' mx-inlines.cc:272: invalid use of undefined type `struct Complex' mx-inlines.cc: At top level: mx-inlines.cc:279: parameter `s' has incomplete type mx-inlines.cc: In function `class Complex * multiply(const class Complex *, int, class Complex)': mx-inlines.cc:283: invalid use of undefined type `struct Complex' mx-inlines.cc:283: invalid use of undefined type `struct Complex' mx-inlines.cc:285: invalid use of undefined type `struct Complex' mx-inlines.cc:285: invalid use of undefined type `struct Complex' mx-inlines.cc: At top level: mx-inlines.cc:292: parameter `s' has incomplete type mx-inlines.cc: In function `class Complex * multiply(class Complex, const class Complex *, int)': mx-inlines.cc:296: invalid use of undefined type `struct Complex' mx-inlines.cc:296: invalid use of undefined type `struct Complex' mx-inlines.cc:298: invalid use of undefined type `struct Complex' mx-inlines.cc:298: invalid use of undefined type `struct Complex' mx-inlines.cc: At top level: mx-inlines.cc:305: parameter `s' has incomplete type mx-inlines.cc: In function `class Complex * divide(const class Complex *, int, class Complex)': mx-inlines.cc:309: invalid use of undefined type `struct Complex' mx-inlines.cc:309: invalid use of undefined type `struct Complex' mx-inlines.cc:311: invalid use of undefined type `struct Complex' mx-inlines.cc:311: invalid use of undefined type `struct Complex' mx-inlines.cc: At top level: mx-inlines.cc:318: parameter `s' has incomplete type mx-inlines.cc: In function `class Complex * divide(class Complex, const class Complex *, int)': mx-inlines.cc:322: invalid use of undefined type `struct Complex' mx-inlines.cc:322: invalid use of undefined type `struct Complex' mx-inlines.cc:324: invalid use of undefined type `struct Complex' mx-inlines.cc:324: invalid use of undefined type `struct Complex' mx-inlines.cc: In function `class Complex * add(const class Complex *, const class Complex *, int)': mx-inlines.cc:335: invalid use of undefined type `struct Complex' mx-inlines.cc:335: invalid use of undefined type `struct Complex' mx-inlines.cc:337: invalid use of undefined type `struct Complex' mx-inlines.cc:337: invalid use of undefined type `struct Complex' mx-inlines.cc:337: invalid use of undefined type `struct Complex' mx-inlines.cc:337: no match for `operator +(class Complex, class Complex)' mx-inlines.cc: In function `class Complex * subtract(const class Complex *, const class Complex *, int)': mx-inlines.cc:348: invalid use of undefined type `struct Complex' mx-inlines.cc:348: invalid use of undefined type `struct Complex' mx-inlines.cc:350: invalid use of undefined type `struct Complex' mx-inlines.cc:350: invalid use of undefined type `struct Complex' mx-inlines.cc:350: invalid use of undefined type `struct Complex' mx-inlines.cc:350: no match for `operator -(class Complex, class Complex)' mx-inlines.cc: In function `class Complex * multiply(const class Complex *, const class Complex *, int)': mx-inlines.cc:361: invalid use of undefined type `struct Complex' mx-inlines.cc:361: invalid use of undefined type `struct Complex' mx-inlines.cc:363: invalid use of undefined type `struct Complex' mx-inlines.cc:363: invalid use of undefined type `struct Complex' mx-inlines.cc:363: invalid use of undefined type `struct Complex' mx-inlines.cc:363: no match for `operator *(class Complex, class Complex)' mx-inlines.cc: In function `class Complex * divide(const class Complex *, const class Complex *, int)': mx-inlines.cc:374: invalid use of undefined type `struct Complex' mx-inlines.cc:374: invalid use of undefined type `struct Complex' mx-inlines.cc:376: invalid use of undefined type `struct Complex' mx-inlines.cc:376: invalid use of undefined type `struct Complex' mx-inlines.cc:376: invalid use of undefined type `struct Complex' mx-inlines.cc:376: no match for `operator /(class Complex, class Complex)' mx-inlines.cc: In function `class Complex * add2(class Complex *, const class Complex *, int)': mx-inlines.cc:385: invalid use of undefined type `struct Complex' mx-inlines.cc:385: invalid use of undefined type `struct Complex' mx-inlines.cc:385: invalid use of undefined type `struct Complex' mx-inlines.cc:385: no match for `operator +({error}, class Complex)' mx-inlines.cc: In function `class Complex * subtract2(class Complex *, const class Complex *, int)': mx-inlines.cc:393: invalid use of undefined type `struct Complex' mx-inlines.cc:393: invalid use of undefined type `struct Complex' mx-inlines.cc:393: invalid use of undefined type `struct Complex' mx-inlines.cc:393: no match for `operator -({error}, class Complex)' mx-inlines.cc: In function `class Complex * negate(const class Complex *, int)': mx-inlines.cc:403: invalid use of undefined type `struct Complex' mx-inlines.cc:403: invalid use of undefined type `struct Complex' mx-inlines.cc:405: invalid use of undefined type `struct Complex' mx-inlines.cc:405: invalid use of undefined type `struct Complex' mx-inlines.cc:405: cannot lookup method in incomplete type `const Complex' mx-inlines.cc:405: cannot lookup method in incomplete type `const Complex' mx-inlines.cc: In function `double * not(const class Complex *, int)': mx-inlines.cc:418: invalid use of undefined type `struct Complex' mx-inlines.cc:418: no match for `operator ==(class Complex, double)' mx-inlines.cc: At top level: mx-inlines.cc:425: parameter `s' has incomplete type mx-inlines.cc: In function `void copy(class Complex *, int, class Complex)': mx-inlines.cc:427: invalid use of undefined type `struct Complex' mx-inlines.cc:427: invalid use of undefined type `struct Complex' mx-inlines.cc:427: `Complex' does not define operator= mx-inlines.cc: In function `void copy(class Complex *, const class Complex *, int)': mx-inlines.cc:434: invalid use of undefined type `struct Complex' mx-inlines.cc:434: invalid use of undefined type `struct Complex' mx-inlines.cc:434: invalid use of undefined type `struct Complex' mx-inlines.cc:434: `Complex' does not define operator= mx-inlines.cc: In function `class Complex * dup(const class Complex *, int)': mx-inlines.cc:443: invalid use of undefined type `struct Complex' mx-inlines.cc:443: invalid use of undefined type `struct Complex' mx-inlines.cc:445: invalid use of undefined type `struct Complex' mx-inlines.cc:445: invalid use of undefined type `struct Complex' mx-inlines.cc:445: invalid use of undefined type `struct Complex' mx-inlines.cc:445: `Complex' does not define operator= mx-inlines.cc: In function `class Complex * make_complex(const double *, int)': mx-inlines.cc:456: invalid use of undefined type `struct Complex' mx-inlines.cc:456: invalid use of undefined type `struct Complex' mx-inlines.cc:458: invalid use of undefined type `struct Complex' mx-inlines.cc:458: invalid use of undefined type `struct Complex' mx-inlines.cc:458: `Complex' does not define operator= mx-inlines.cc: In function `class Complex * conj_dup(const class Complex *, int)': mx-inlines.cc:469: invalid use of undefined type `struct Complex' mx-inlines.cc:469: invalid use of undefined type `struct Complex' mx-inlines.cc:471: invalid use of undefined type `struct Complex' mx-inlines.cc:471: invalid use of undefined type `struct Complex' mx-inlines.cc:471: type unification failed for function template `template complex<...> conj(complex<...> &)' mx-inlines.cc: In function `double * real_dup(const class Complex *, int)': mx-inlines.cc:484: invalid use of undefined type `struct Complex' mx-inlines.cc:484: type unification failed for function template `template FLOAT real(complex<...> &)' mx-inlines.cc: In function `double * imag_dup(const class Complex *, int)': mx-inlines.cc:497: invalid use of undefined type `struct Complex' mx-inlines.cc:497: type unification failed for function template `template FLOAT imag(complex<...> &)' mx-inlines.cc: In function `int equal(const class Complex *, const class Complex *, int)': mx-inlines.cc:506: invalid use of undefined type `struct Complex' mx-inlines.cc:506: invalid use of undefined type `struct Complex' mx-inlines.cc:506: no match for `operator !=(class Complex, class Complex)' mx-inlines.cc: In function `class Complex * add(const class Complex *, int, double)': mx-inlines.cc:519: invalid use of undefined type `struct Complex' mx-inlines.cc:519: invalid use of undefined type `struct Complex' mx-inlines.cc:521: invalid use of undefined type `struct Complex' mx-inlines.cc:521: invalid use of undefined type `struct Complex' mx-inlines.cc:521: call of overloaded `operator +' is ambiguous CDiagMatrix.h:137: candidates are: operator +(const Complex &, const ComplexDiagMatrix &) dDiagMatrix.h:113: operator +(const Complex &, const DiagMatrix &) mx-kludge.h:48: operator +(const Complex &, const ComplexRowVector &) dRowVector.h:87: operator +(const Complex &, const RowVector &) mx-kludge.h:48: operator +(const Complex &, const ComplexColumnVector &) dColVector.h:93: operator +(const Complex &, const ColumnVector &) mx-inlines.cc: At top level: mx-inlines.cc:528: parameter `s' has incomplete type mx-inlines.cc: In function `class Complex * add(const double *, int, class Complex)': mx-inlines.cc:532: invalid use of undefined type `struct Complex' mx-inlines.cc:532: invalid use of undefined type `struct Complex' mx-inlines.cc:534: invalid use of undefined type `struct Complex' mx-inlines.cc: In function `class Complex * add(double, const class Complex *, int)': mx-inlines.cc:545: invalid use of undefined type `struct Complex' mx-inlines.cc:545: invalid use of undefined type `struct Complex' mx-inlines.cc:547: invalid use of undefined type `struct Complex' mx-inlines.cc:547: invalid use of undefined type `struct Complex' mx-inlines.cc:547: call of overloaded `operator +' is ambiguous CDiagMatrix.h:122: candidates are: operator +(const ComplexDiagMatrix &, const Complex &) dDiagMatrix.h:100: operator +(const DiagMatrix &, const Complex &) mx-kludge.h:41: operator +(const ComplexRowVector &, const Complex &) dRowVector.h:80: operator +(const RowVector &, const Complex &) mx-kludge.h:41: operator +(const ComplexColumnVector &, const Complex &) dColVector.h:82: operator +(const ColumnVector &, const Complex &) mx-inlines.cc: At top level: mx-inlines.cc:554: parameter `s' has incomplete type mx-inlines.cc: In function `class Complex * add(class Complex, const double *, int)': mx-inlines.cc:558: invalid use of undefined type `struct Complex' mx-inlines.cc:558: invalid use of undefined type `struct Complex' mx-inlines.cc:560: invalid use of undefined type `struct Complex' mx-inlines.cc: In function `class Complex * subtract(const class Complex *, int, double)': mx-inlines.cc:571: invalid use of undefined type `struct Complex' mx-inlines.cc:571: invalid use of undefined type `struct Complex' mx-inlines.cc:573: invalid use of undefined type `struct Complex' mx-inlines.cc:573: invalid use of undefined type `struct Complex' mx-inlines.cc:573: call of overloaded `operator -' is ambiguous CDiagMatrix.h:139: candidates are: operator -(const Complex &, const ComplexDiagMatrix &) dDiagMatrix.h:114: operator -(const Complex &, const DiagMatrix &) mx-kludge.h:49: operator -(const Complex &, const ComplexRowVector &) dRowVector.h:88: operator -(const Complex &, const RowVector &) mx-kludge.h:49: operator -(const Complex &, const ComplexColumnVector &) dColVector.h:95: operator -(const Complex &, const ColumnVector &) mx-inlines.cc: At top level: mx-inlines.cc:580: parameter `s' has incomplete type mx-inlines.cc: In function `class Complex * subtract(const double *, int, class Complex)': mx-inlines.cc:584: invalid use of undefined type `struct Complex' mx-inlines.cc:584: invalid use of undefined type `struct Complex' mx-inlines.cc:586: invalid use of undefined type `struct Complex' mx-inlines.cc: In function `class Complex * subtract(double, const class Complex *, int)': mx-inlines.cc:597: invalid use of undefined type `struct Complex' mx-inlines.cc:597: invalid use of undefined type `struct Complex' mx-inlines.cc:599: invalid use of undefined type `struct Complex' mx-inlines.cc:599: invalid use of undefined type `struct Complex' mx-inlines.cc:599: call of overloaded `operator -' is ambiguous CDiagMatrix.h:124: candidates are: operator -(const ComplexDiagMatrix &, const Complex &) dDiagMatrix.h:101: operator -(const DiagMatrix &, const Complex &) mx-kludge.h:42: operator -(const ComplexRowVector &, const Complex &) dRowVector.h:81: operator -(const RowVector &, const Complex &) mx-kludge.h:42: operator -(const ComplexColumnVector &, const Complex &) dColVector.h:84: operator -(const ColumnVector &, const Complex &) mx-inlines.cc: At top level: mx-inlines.cc:606: parameter `s' has incomplete type mx-inlines.cc: In function `class Complex * subtract(class Complex, const double *, int)': mx-inlines.cc:610: invalid use of undefined type `struct Complex' mx-inlines.cc:610: invalid use of undefined type `struct Complex' mx-inlines.cc:612: invalid use of undefined type `struct Complex' mx-inlines.cc: In function `class Complex * multiply(const class Complex *, int, double)': mx-inlines.cc:623: invalid use of undefined type `struct Complex' mx-inlines.cc:623: invalid use of undefined type `struct Complex' mx-inlines.cc:625: invalid use of undefined type `struct Complex' mx-inlines.cc:625: invalid use of undefined type `struct Complex' mx-inlines.cc:625: call of overloaded `operator (unary *)' is ambiguous mx-kludge.h:114: candidates are: operator (unary *)(const Complex &, const ComplexDiagMatrix &) dDiagMatrix.h:118: operator (unary *)(const Complex &, const DiagMatrix &) mx-kludge.h:50: operator (unary *)(const Complex &, const ComplexRowVector &) dRowVector.h:89: operator (unary *)(const Complex &, const RowVector &) mx-kludge.h:50: operator (unary *)(const Complex &, const ComplexColumnVector &) dColVector.h:97: operator (unary *)(const Complex &, const ColumnVector &) mx-inlines.cc: At top level: mx-inlines.cc:632: parameter `s' has incomplete type mx-inlines.cc: In function `class Complex * multiply(const double *, int, class Complex)': mx-inlines.cc:636: invalid use of undefined type `struct Complex' mx-inlines.cc:636: invalid use of undefined type `struct Complex' mx-inlines.cc:638: invalid use of undefined type `struct Complex' mx-inlines.cc: In function `class Complex * divide(const class Complex *, int, double)': mx-inlines.cc:649: invalid use of undefined type `struct Complex' mx-inlines.cc:649: invalid use of undefined type `struct Complex' mx-inlines.cc:651: invalid use of undefined type `struct Complex' mx-inlines.cc:651: invalid use of undefined type `struct Complex' mx-inlines.cc:651: call of overloaded `operator /' is ambiguous mx-kludge.h:51: candidates are: operator /(const Complex &, const ComplexRowVector &) dRowVector.h:90: operator /(const Complex &, const RowVector &) mx-kludge.h:51: operator /(const Complex &, const ComplexColumnVector &) dColVector.h:99: operator /(const Complex &, const ColumnVector &) mx-inlines.cc: At top level: mx-inlines.cc:658: parameter `s' has incomplete type mx-inlines.cc: In function `class Complex * divide(const double *, int, class Complex)': mx-inlines.cc:662: invalid use of undefined type `struct Complex' mx-inlines.cc:662: invalid use of undefined type `struct Complex' mx-inlines.cc:664: invalid use of undefined type `struct Complex' mx-inlines.cc: In function `class Complex * divide(double, const class Complex *, int)': mx-inlines.cc:675: invalid use of undefined type `struct Complex' mx-inlines.cc:675: invalid use of undefined type `struct Complex' mx-inlines.cc:677: invalid use of undefined type `struct Complex' mx-inlines.cc:677: invalid use of undefined type `struct Complex' mx-inlines.cc:677: call of overloaded `operator /' is ambiguous mx-kludge.h:110: candidates are: operator /(const ComplexDiagMatrix &, const Complex &) dDiagMatrix.h:106: operator /(const DiagMatrix &, const Complex &) mx-kludge.h:44: operator /(const ComplexRowVector &, const Complex &) dRowVector.h:83: operator /(const RowVector &, const Complex &) mx-kludge.h:44: operator /(const ComplexColumnVector &, const Complex &) dColVector.h:88: operator /(const ColumnVector &, const Complex &) mx-inlines.cc: At top level: mx-inlines.cc:684: parameter `s' has incomplete type mx-inlines.cc: In function `class Complex * divide(class Complex, const double *, int)': mx-inlines.cc:688: invalid use of undefined type `struct Complex' mx-inlines.cc:688: invalid use of undefined type `struct Complex' mx-inlines.cc:690: invalid use of undefined type `struct Complex' mx-inlines.cc: In function `class Complex * add(const class Complex *, const double *, int)': mx-inlines.cc:701: invalid use of undefined type `struct Complex' mx-inlines.cc:701: invalid use of undefined type `struct Complex' mx-inlines.cc:703: invalid use of undefined type `struct Complex' mx-inlines.cc:703: invalid use of undefined type `struct Complex' mx-inlines.cc:703: call of overloaded `operator +' is ambiguous CDiagMatrix.h:137: candidates are: operator +(const Complex &, const ComplexDiagMatrix &) dDiagMatrix.h:113: operator +(const Complex &, const DiagMatrix &) mx-kludge.h:48: operator +(const Complex &, const ComplexRowVector &) dRowVector.h:87: operator +(const Complex &, const RowVector &) mx-kludge.h:48: operator +(const Complex &, const ComplexColumnVector &) dColVector.h:93: operator +(const Complex &, const ColumnVector &) mx-inlines.cc: In function `class Complex * add(const double *, const class Complex *, int)': mx-inlines.cc:714: invalid use of undefined type `struct Complex' mx-inlines.cc:714: invalid use of undefined type `struct Complex' mx-inlines.cc:716: invalid use of undefined type `struct Complex' mx-inlines.cc:716: invalid use of undefined type `struct Complex' mx-inlines.cc:716: call of overloaded `operator +' is ambiguous CDiagMatrix.h:122: candidates are: operator +(const ComplexDiagMatrix &, const Complex &) dDiagMatrix.h:100: operator +(const DiagMatrix &, const Complex &) mx-kludge.h:41: operator +(const ComplexRowVector &, const Complex &) dRowVector.h:80: operator +(const RowVector &, const Complex &) mx-kludge.h:41: operator +(const ComplexColumnVector &, const Complex &) dColVector.h:82: operator +(const ColumnVector &, const Complex &) mx-inlines.cc: In function `class Complex * subtract(const class Complex *, const double *, int)': mx-inlines.cc:727: invalid use of undefined type `struct Complex' mx-inlines.cc:727: invalid use of undefined type `struct Complex' mx-inlines.cc:729: invalid use of undefined type `struct Complex' mx-inlines.cc:729: invalid use of undefined type `struct Complex' mx-inlines.cc:729: call of overloaded `operator -' is ambiguous CDiagMatrix.h:139: candidates are: operator -(const Complex &, const ComplexDiagMatrix &) dDiagMatrix.h:114: operator -(const Complex &, const DiagMatrix &) mx-kludge.h:49: operator -(const Complex &, const ComplexRowVector &) dRowVector.h:88: operator -(const Complex &, const RowVector &) mx-kludge.h:49: operator -(const Complex &, const ComplexColumnVector &) dColVector.h:95: operator -(const Complex &, const ColumnVector &) mx-inlines.cc: In function `class Complex * subtract(const double *, const class Complex *, int)': mx-inlines.cc:740: invalid use of undefined type `struct Complex' mx-inlines.cc:740: invalid use of undefined type `struct Complex' mx-inlines.cc:742: invalid use of undefined type `struct Complex' mx-inlines.cc:742: invalid use of undefined type `struct Complex' mx-inlines.cc:742: call of overloaded `operator -' is ambiguous CDiagMatrix.h:124: candidates are: operator -(const ComplexDiagMatrix &, const Complex &) dDiagMatrix.h:101: operator -(const DiagMatrix &, const Complex &) mx-kludge.h:42: operator -(const ComplexRowVector &, const Complex &) dRowVector.h:81: operator -(const RowVector &, const Complex &) mx-kludge.h:42: operator -(const ComplexColumnVector &, const Complex &) dColVector.h:84: operator -(const ColumnVector &, const Complex &) mx-inlines.cc: In function `class Complex * multiply(const class Complex *, const double *, int)': mx-inlines.cc:753: invalid use of undefined type `struct Complex' mx-inlines.cc:753: invalid use of undefined type `struct Complex' mx-inlines.cc:755: invalid use of undefined type `struct Complex' mx-inlines.cc:755: invalid use of undefined type `struct Complex' mx-inlines.cc:755: call of overloaded `operator (unary *)' is ambiguous mx-kludge.h:114: candidates are: operator (unary *)(const Complex &, const ComplexDiagMatrix &) dDiagMatrix.h:118: operator (unary *)(const Complex &, const DiagMatrix &) mx-kludge.h:50: operator (unary *)(const Complex &, const ComplexRowVector &) dRowVector.h:89: operator (unary *)(const Complex &, const RowVector &) mx-kludge.h:50: operator (unary *)(const Complex &, const ComplexColumnVector &) dColVector.h:97: operator (unary *)(const Complex &, const ColumnVector &) mx-inlines.cc: In function `class Complex * multiply(const double *, const class Complex *, int)': mx-inlines.cc:766: invalid use of undefined type `struct Complex' mx-inlines.cc:766: invalid use of undefined type `struct Complex' mx-inlines.cc:768: invalid use of undefined type `struct Complex' mx-inlines.cc:768: invalid use of undefined type `struct Complex' mx-inlines.cc:768: call of overloaded `operator (unary *)' is ambiguous mx-kludge.h:109: candidates are: operator (unary *)(const ComplexDiagMatrix &, const Complex &) dDiagMatrix.h:105: operator (unary *)(const DiagMatrix &, const Complex &) mx-kludge.h:43: operator (unary *)(const ComplexRowVector &, const Complex &) dRowVector.h:82: operator (unary *)(const RowVector &, const Complex &) mx-kludge.h:43: operator (unary *)(const ComplexColumnVector &, const Complex &) dColVector.h:86: operator (unary *)(const ColumnVector &, const Complex &) mx-inlines.cc: In function `class Complex * divide(const class Complex *, const double *, int)': mx-inlines.cc:779: invalid use of undefined type `struct Complex' mx-inlines.cc:779: invalid use of undefined type `struct Complex' mx-inlines.cc:781: invalid use of undefined type `struct Complex' mx-inlines.cc:781: invalid use of undefined type `struct Complex' mx-inlines.cc:781: call of overloaded `operator /' is ambiguous mx-kludge.h:51: candidates are: operator /(const Complex &, const ComplexRowVector &) dRowVector.h:90: operator /(const Complex &, const RowVector &) mx-kludge.h:51: operator /(const Complex &, const ComplexColumnVector &) dColVector.h:99: operator /(const Complex &, const ColumnVector &) mx-inlines.cc: In function `class Complex * divide(const double *, const class Complex *, int)': mx-inlines.cc:792: invalid use of undefined type `struct Complex' mx-inlines.cc:792: invalid use of undefined type `struct Complex' mx-inlines.cc:794: invalid use of undefined type `struct Complex' mx-inlines.cc:794: invalid use of undefined type `struct Complex' mx-inlines.cc:794: call of overloaded `operator /' is ambiguous mx-kludge.h:110: candidates are: operator /(const ComplexDiagMatrix &, const Complex &) dDiagMatrix.h:106: operator /(const DiagMatrix &, const Complex &) mx-kludge.h:44: operator /(const ComplexRowVector &, const Complex &) dRowVector.h:83: operator /(const RowVector &, const Complex &) mx-kludge.h:44: operator /(const ComplexColumnVector &, const Complex &) dColVector.h:88: operator /(const ColumnVector &, const Complex &) mx-inlines.cc: In function `class Complex * add2(class Complex *, const double *, int)': mx-inlines.cc:803: invalid use of undefined type `struct Complex' mx-inlines.cc:803: invalid use of undefined type `struct Complex' mx-inlines.cc:803: no match for `operator +({error}, double)' mx-inlines.cc: In function `class Complex * subtract2(class Complex *, const double *, int)': mx-inlines.cc:811: invalid use of undefined type `struct Complex' mx-inlines.cc:811: invalid use of undefined type `struct Complex' mx-inlines.cc:811: no match for `operator -({error}, double)' mx-inlines.cc: In function `void copy(class Complex *, int, double)': mx-inlines.cc:819: invalid use of undefined type `struct Complex' mx-inlines.cc:819: invalid use of undefined type `struct Complex' mx-inlines.cc:819: `Complex' does not define operator= mx-inlines.cc: In function `void copy(class Complex *, const double *, int)': mx-inlines.cc:826: invalid use of undefined type `struct Complex' mx-inlines.cc:826: invalid use of undefined type `struct Complex' mx-inlines.cc:826: `Complex' does not define operator= mx-kludge.cc: In function `class ComplexColumnVector operator +(const class ComplexColumnVector &, const class Complex &)': In file included from CColVector.cc:55: mx-kludge.cc:88: invalid use of undefined type `struct Complex' mx-kludge.cc:88: invalid use of undefined type `struct Complex' mx-kludge.cc:88: invalid use of undefined type `struct Complex' mx-kludge.cc:88: invalid use of undefined type `struct Complex' mx-kludge.cc:88: no match for `operator +(class Complex, class Complex)' mx-kludge.cc: In function `class ComplexColumnVector operator -(const class ComplexColumnVector &, const class Complex &)': mx-kludge.cc:95: invalid use of undefined type `struct Complex' mx-kludge.cc:95: invalid use of undefined type `struct Complex' mx-kludge.cc:95: invalid use of undefined type `struct Complex' mx-kludge.cc:95: invalid use of undefined type `struct Complex' mx-kludge.cc:95: no match for `operator -(class Complex, class Complex)' mx-kludge.cc: In function `class ComplexColumnVector operator (unary *)(const class ComplexColumnVector &, const class Complex &)': mx-kludge.cc:102: invalid use of undefined type `struct Complex' mx-kludge.cc:102: invalid use of undefined type `struct Complex' mx-kludge.cc:102: invalid use of undefined type `struct Complex' mx-kludge.cc:102: invalid use of undefined type `struct Complex' mx-kludge.cc:102: no match for `operator *(class Complex, class Complex)' mx-kludge.cc: In function `class ComplexColumnVector operator /(const class ComplexColumnVector &, const class Complex &)': mx-kludge.cc:109: invalid use of undefined type `struct Complex' mx-kludge.cc:109: invalid use of undefined type `struct Complex' mx-kludge.cc:109: invalid use of undefined type `struct Complex' mx-kludge.cc:109: invalid use of undefined type `struct Complex' mx-kludge.cc:109: no match for `operator /(class Complex, class Complex)' mx-kludge.cc: In function `class ComplexColumnVector operator +(const class Complex &, const class ComplexColumnVector &)': mx-kludge.cc:118: invalid use of undefined type `struct Complex' mx-kludge.cc:118: invalid use of undefined type `struct Complex' mx-kludge.cc:118: invalid use of undefined type `struct Complex' mx-kludge.cc:118: invalid use of undefined type `struct Complex' mx-kludge.cc:118: no match for `operator +(class Complex, class Complex)' mx-kludge.cc: In function `class ComplexColumnVector operator -(const class Complex &, const class ComplexColumnVector &)': mx-kludge.cc:125: invalid use of undefined type `struct Complex' mx-kludge.cc:125: invalid use of undefined type `struct Complex' mx-kludge.cc:125: invalid use of undefined type `struct Complex' mx-kludge.cc:125: invalid use of undefined type `struct Complex' mx-kludge.cc:125: no match for `operator -(class Complex, class Complex)' mx-kludge.cc: In function `class ComplexColumnVector operator (unary *)(const class Complex &, const class ComplexColumnVector &)': mx-kludge.cc:132: invalid use of undefined type `struct Complex' mx-kludge.cc:132: invalid use of undefined type `struct Complex' mx-kludge.cc:132: invalid use of undefined type `struct Complex' mx-kludge.cc:132: invalid use of undefined type `struct Complex' mx-kludge.cc:132: no match for `operator *(class Complex, class Complex)' mx-kludge.cc: In function `class ComplexColumnVector operator /(const class Complex &, const class ComplexColumnVector &)': mx-kludge.cc:139: invalid use of undefined type `struct Complex' mx-kludge.cc:139: invalid use of undefined type `struct Complex' mx-kludge.cc:139: invalid use of undefined type `struct Complex' mx-kludge.cc:139: invalid use of undefined type `struct Complex' mx-kludge.cc:139: no match for `operator /(class Complex, class Complex)' mx-kludge.cc: In function `class ComplexColumnVector operator +(const class ComplexColumnVector &, const class ComplexColumnVector &)': mx-kludge.cc:159: invalid use of undefined type `struct Complex' mx-kludge.cc:159: invalid use of undefined type `struct Complex' mx-kludge.cc:159: invalid use of undefined type `struct Complex' mx-kludge.cc:159: invalid use of undefined type `struct Complex' mx-kludge.cc:159: invalid use of undefined type `struct Complex' mx-kludge.cc:159: no match for `operator +(class Complex, class Complex)' mx-kludge.cc: In function `class ComplexColumnVector operator -(const class ComplexColumnVector &, const class ComplexColumnVector &)': mx-kludge.cc:177: invalid use of undefined type `struct Complex' mx-kludge.cc:177: invalid use of undefined type `struct Complex' mx-kludge.cc:177: invalid use of undefined type `struct Complex' mx-kludge.cc:177: invalid use of undefined type `struct Complex' mx-kludge.cc:177: invalid use of undefined type `struct Complex' mx-kludge.cc:177: no match for `operator -(class Complex, class Complex)' mx-kludge.cc: In function `class ComplexColumnVector product(const class ComplexColumnVector &, const class ComplexColumnVector &)': mx-kludge.cc:195: invalid use of undefined type `struct Complex' mx-kludge.cc:195: invalid use of undefined type `struct Complex' mx-kludge.cc:195: invalid use of undefined type `struct Complex' mx-kludge.cc:195: invalid use of undefined type `struct Complex' mx-kludge.cc:195: invalid use of undefined type `struct Complex' mx-kludge.cc:195: no match for `operator *(class Complex, class Complex)' mx-kludge.cc: In function `class ComplexColumnVector quotient(const class ComplexColumnVector &, const class ComplexColumnVector &)': mx-kludge.cc:213: invalid use of undefined type `struct Complex' mx-kludge.cc:213: invalid use of undefined type `struct Complex' mx-kludge.cc:213: invalid use of undefined type `struct Complex' mx-kludge.cc:213: invalid use of undefined type `struct Complex' mx-kludge.cc:213: invalid use of undefined type `struct Complex' mx-kludge.cc:213: no match for `operator /(class Complex, class Complex)' mx-kludge.cc: In function `class ComplexColumnVector operator -(const class ComplexColumnVector &)': mx-kludge.cc:222: invalid use of undefined type `struct Complex' mx-kludge.cc:222: invalid use of undefined type `struct Complex' mx-kludge.cc:222: invalid use of undefined type `struct Complex' mx-kludge.cc:222: invalid use of undefined type `struct Complex' mx-kludge.cc:222: cannot lookup method in incomplete type `const Complex' mx-kludge.cc:222: cannot lookup method in incomplete type `const Complex' CColVector.cc: In method `ComplexColumnVector::ComplexColumnVector(const ColumnVector &)': CColVector.cc:64: invalid use of undefined type `struct Complex' CColVector.cc:64: `Complex' does not define operator= CColVector.cc: In method `class ComplexColumnVector & ComplexColumnVector::insert(const class ColumnVector &, int)': CColVector.cc:146: invalid use of undefined type `struct Complex' CColVector.cc:146: `Complex' does not define operator= CColVector.cc: In method `class ComplexColumnVector & ComplexColumnVector::insert(const class ComplexColumnVector &, int)': CColVector.cc:162: invalid use of undefined type `struct Complex' CColVector.cc: In method `class ComplexColumnVector & ComplexColumnVector::fill(double)': CColVector.cc:173: invalid use of undefined type `struct Complex' CColVector.cc:173: `Complex' does not define operator= CColVector.cc: In method `class ComplexColumnVector & ComplexColumnVector::fill(const class Complex &)': CColVector.cc:183: invalid use of undefined type `struct Complex' CColVector.cc:183: `Complex' does not define operator= CColVector.cc: In method `class ComplexColumnVector & ComplexColumnVector::fill(double, int, int)': CColVector.cc:200: invalid use of undefined type `struct Complex' CColVector.cc:200: `Complex' does not define operator= CColVector.cc: In method `class ComplexColumnVector & ComplexColumnVector::fill(const class Complex &, int, int)': CColVector.cc:218: invalid use of undefined type `struct Complex' CColVector.cc:218: `Complex' does not define operator= dColVector.h: In function `class ColumnVector real(const class ComplexColumnVector &)': dColVector.h:145: constructor `ColumnVector::ColumnVector(double *, int)' is private CColVector.cc:265: within this context dColVector.h: In function `class ColumnVector imag(const class ComplexColumnVector &)': dColVector.h:145: constructor `ColumnVector::ColumnVector(double *, int)' is private CColVector.cc:275: within this context CColVector.cc: In method `class ComplexColumnVector ComplexColumnVector::extract(int, int) const': CColVector.cc:301: invalid use of undefined type `struct Complex' CColVector.cc: In function `class ComplexMatrix operator (unary *)(const class ComplexColumnVector &, const class ComplexRowVector &)': CColVector.cc:464: no matching function for call to `ComplexMatrix::ComplexMatrix (int, int, double)' CMatrix.h:49: candidates are: ComplexMatrix::ComplexMatrix() CMatrix.h:50: ComplexMatrix::ComplexMatrix(int, int) CMatrix.h:52: ComplexMatrix::ComplexMatrix(int, int, const Complex &) CMatrix.h:53: ComplexMatrix::ComplexMatrix(const Matrix &) CMatrix.h:54: ComplexMatrix::ComplexMatrix(const Array2 &) CMatrix.h:55: ComplexMatrix::ComplexMatrix(const ComplexMatrix &) CMatrix.h:56: ComplexMatrix::ComplexMatrix(const DiagMatrix &) CMatrix.h:57: ComplexMatrix::ComplexMatrix(const DiagArray &) CMatrix.h:58: ComplexMatrix::ComplexMatrix(const ComplexDiagMatrix &) CMatrix.h:283: ComplexMatrix::ComplexMatrix(Complex *, int, int) CColVector.cc:468: variable `class Complex alpha' has initializer but incomplete type CColVector.cc:468: aggregate `class Complex alpha' has incomplete type and cannot be initialized CColVector.cc:469: variable `class Complex beta' has initializer but incomplete type CColVector.cc:469: aggregate `class Complex beta' has incomplete type and cannot be initialized CColVector.cc:472: invalid use of undefined type `struct Complex' CColVector.cc:472: invalid use of undefined type `struct Complex' CColVector.cc:474: confused by earlier errors, bailing out make[2]: *** [CColVector.o] Error 1 make[2]: Leaving directory `/root/ftp/octave-1.1.1/liboctave' make[1]: *** [liboctave] Error 2 make[1]: Leaving directory `/root/ftp/octave-1.1.1' make: *** [all] Error 2 [root at adana octave-1.1.1]# exit exit Script done on Tue Nov 5 23:51:09 1996