help-octave
[Top][All Lists]
Advanced

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

make.output


From: Rudiger Belch
Subject: make.output
Date: Mon, 14 Nov 94 15:10:09 GMT

for dir in libcruft liboctave  info readline src doc scripts ; do echo making 
all in $dir; cd $dir; make CFLAGS=-O\ -g\ -I/home/emu/rudi/Gnu/include 
CXXFLAGS=-O\ -g\ -I/home/emu/rudi/Gnu/include LDFLAGS=-L/home/emu/rudi/Gnu/lib 
all; cd ..; done
making all in libcruft
make[1]: Entering directory `/home/emu/rudi/octave-1.0/libcruft'
for dir in balgen blas dassl eispack fftpack fsqp lapack linpack minpack misc 
npsol odepack qpsol quadpack ranlib villad; do echo making all in $dir; cd 
$dir; make CFLAGS=-O\ -g\ -I/home/emu/rudi/Gnu/include CXXFLAGS=-O\ -g\ 
-I/home/emu/rudi/Gnu/include LDFLAGS=-L/home/emu/rudi/Gnu/lib  all; cd ..; done
making all in balgen
make[2]: Entering directory `/home/emu/rudi/octave-1.0/libcruft/balgen'
cat balgen.f | f2c  > balgen.c
   balgen:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include balgen.c
cat gradeq.f | f2c  > gradeq.c
   gradeq:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include gradeq.c
cat reduce.f | f2c  > reduce.c
   reduce:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include reduce.c
cat scaleg.f | f2c  > scaleg.c
   scaleg:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include scaleg.c
rm reduce.c scaleg.c balgen.c gradeq.c
make[2]: Leaving directory `/home/emu/rudi/octave-1.0/libcruft/balgen'
making all in blas
make[2]: Entering directory `/home/emu/rudi/octave-1.0/libcruft/blas'
cat dasum.f | f2c  > dasum.c
   dasum:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dasum.c
cat daxpy.f | f2c  > daxpy.c
   daxpy:
Warning on line 47: local variable ixiy never used
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include daxpy.c
cat dcabs1.f | f2c  > dcabs1.c
   dcabs1:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dcabs1.c
cat dcopy.f | f2c  > dcopy.c
   dcopy:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dcopy.c
cat ddot.f | f2c  > ddot.c
   ddot:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include ddot.c
cat dgemm.f | f2c  > dgemm.c
   dgemm:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dgemm.c
cat dgemv.f | f2c  > dgemv.c
   dgemv:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dgemv.c
cat dger.f | f2c  > dger.c
   dger:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dger.c
cat dmach.f | f2c  > dmach.c
   dmach:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dmach.c
cat dnrm2.f | f2c  > dnrm2.c
   dnrm2:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dnrm2.c
cat drot.f | f2c  > drot.c
   drot:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include drot.c
cat dscal.f | f2c  > dscal.c
   dscal:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dscal.c
cat dswap.f | f2c  > dswap.c
   dswap:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dswap.c
cat dsyrk.f | f2c  > dsyrk.c
   dsyrk:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dsyrk.c
cat dtrmm.f | f2c  > dtrmm.c
   dtrmm:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dtrmm.c
cat dtrmv.f | f2c  > dtrmv.c
   dtrmv:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dtrmv.c
cat dtrsm.f | f2c  > dtrsm.c
   dtrsm:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dtrsm.c
cat dtrsv.f | f2c  > dtrsv.c
   dtrsv:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dtrsv.c
cat dzasum.f | f2c  > dzasum.c
   dzasum:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dzasum.c
cat dznrm2.f | f2c  > dznrm2.c
   dznrm2:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dznrm2.c
cat idamax.f | f2c  > idamax.c
   idamax:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include idamax.c
cat izamax.f | f2c  > izamax.c
   izamax:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include izamax.c
cat lsame.f | f2c  > lsame.c
   lsame:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include lsame.c
cat xerbla.f | f2c  > xerbla.c
   xerbla:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include xerbla.c
cat zaxpy.f | f2c  > zaxpy.c
   zaxpy:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zaxpy.c
cat zcopy.f | f2c  > zcopy.c
   zcopy:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zcopy.c
cat zdotc.f | f2c  > zdotc.c
   zdotc:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zdotc.c
cat zdotu.f | f2c  > zdotu.c
   zdotu:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zdotu.c
cat zdrot.f | f2c  > zdrot.c
   zdrot:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zdrot.c
cat zdscal.f | f2c  > zdscal.c
   zdscal:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zdscal.c
cat zgemm.f | f2c  > zgemm.c
   zgemm:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zgemm.c
cat zgemv.f | f2c  > zgemv.c
   zgemv:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zgemv.c
cat zgerc.f | f2c  > zgerc.c
   zgerc:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zgerc.c
cat zgeru.f | f2c  > zgeru.c
   zgeru:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zgeru.c
cat zherk.f | f2c  > zherk.c
   zherk:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zherk.c
cat zscal.f | f2c  > zscal.c
   zscal:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zscal.c
cat zswap.f | f2c  > zswap.c
   zswap:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zswap.c
cat ztrmm.f | f2c  > ztrmm.c
   ztrmm:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include ztrmm.c
cat ztrmv.f | f2c  > ztrmv.c
   ztrmv:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include ztrmv.c
cat ztrsm.f | f2c  > ztrsm.c
   ztrsm:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include ztrsm.c
cat ztrsv.f | f2c  > ztrsv.c
   ztrsv:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include 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 zgemm.c dgemv.c izamax.c zcopy.c dnrm2.c 
ztrmv.c zgemv.c dasum.c dmach.c zdrot.c
make[2]: Leaving directory `/home/emu/rudi/octave-1.0/libcruft/blas'
making all in dassl
make[2]: Entering directory `/home/emu/rudi/octave-1.0/libcruft/dassl'
cat ddaini.f | f2c  > ddaini.c
   ddaini:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include ddaini.c
cat ddajac.f | f2c  > ddajac.c
   ddajac:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include ddajac.c
cat ddanrm.f | f2c  > ddanrm.c
   ddanrm:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include ddanrm.c
cat ddaslv.f | f2c  > ddaslv.c
   ddaslv:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include ddaslv.c
cat ddassl.f | f2c  > ddassl.c
   ddassl:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include ddassl.c
cat ddastp.f | f2c  > ddastp.c
   ddastp:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include ddastp.c
cat ddatrp.f | f2c  > ddatrp.c
   ddatrp:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include ddatrp.c
cat ddawts.f | f2c  > ddawts.c
   ddawts:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include ddawts.c
cat dpotf2.f | f2c  > dpotf2.c
   dpotf2:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dpotf2.c
cat dpotrf.f | f2c  > dpotrf.c
   dpotrf:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dpotrf.c
cat xerhlt.f | f2c  > xerhlt.c
   xerhlt:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include xerhlt.c
cat xermsg.f | f2c  > xermsg.c
   xermsg:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include xermsg.c
cat xerprn.f | f2c  > xerprn.c
   xerprn:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include xerprn.c
cat xgetua.f | f2c  > xgetua.c
   xgetua:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include xgetua.c
cat xsetua.f | f2c  > xsetua.c
   xsetua:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include 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[2]: Leaving directory `/home/emu/rudi/octave-1.0/libcruft/dassl'
making all in eispack
make[2]: Entering directory `/home/emu/rudi/octave-1.0/libcruft/eispack'
cat epslon.f | f2c  > epslon.c
   epslon:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include epslon.c
cat qzhes.f | f2c  > qzhes.c
   qzhes:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include qzhes.c
cat qzit.f | f2c  > qzit.c
   qzit:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include qzit.c
cat qzval.f | f2c  > qzval.c
   qzval:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include qzval.c
rm qzit.c epslon.c qzhes.c qzval.c
make[2]: Leaving directory `/home/emu/rudi/octave-1.0/libcruft/eispack'
making all in fftpack
make[2]: Entering directory `/home/emu/rudi/octave-1.0/libcruft/fftpack'
cat cfftb.f | f2c  > cfftb.c
   cfftb:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include cfftb.c
cat cfftb1.f | f2c  > cfftb1.c
   cfftb1:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include cfftb1.c
cat cfftf.f | f2c  > cfftf.c
   cfftf:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include cfftf.c
cat cfftf1.f | f2c  > cfftf1.c
   cfftf1:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include cfftf1.c
cat cffti.f | f2c  > cffti.c
   cffti:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include cffti.c
cat cffti1.f | f2c  > cffti1.c
   cffti1:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include cffti1.c
cat passb.f | f2c  > passb.c
   passb:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include passb.c
cat passb2.f | f2c  > passb2.c
   passb2:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include passb2.c
cat passb3.f | f2c  > passb3.c
   passb3:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include passb3.c
cat passb4.f | f2c  > passb4.c
   passb4:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include passb4.c
cat passb5.f | f2c  > passb5.c
   passb5:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include passb5.c
cat passf.f | f2c  > passf.c
   passf:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include passf.c
cat passf2.f | f2c  > passf2.c
   passf2:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include passf2.c
cat passf3.f | f2c  > passf3.c
   passf3:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include passf3.c
cat passf4.f | f2c  > passf4.c
   passf4:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include passf4.c
cat passf5.f | f2c  > passf5.c
   passf5:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include 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[2]: Leaving directory `/home/emu/rudi/octave-1.0/libcruft/fftpack'
making all in fsqp
make[2]: Entering directory `/home/emu/rudi/octave-1.0/libcruft/fsqp'
cat ql0001.f | f2c  > ql0001.c
   ql0001:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include ql0001.c
cat ql0002.f | f2c  > ql0002.c
   ql0002:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include ql0002.c
rm ql0002.c ql0001.c
make[2]: Leaving directory `/home/emu/rudi/octave-1.0/libcruft/fsqp'
making all in lapack
make[2]: Entering directory `/home/emu/rudi/octave-1.0/libcruft/lapack'
cat dbdsqr.f | f2c  > dbdsqr.c
   dbdsqr:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dbdsqr.c
cat dgebak.f | f2c  > dgebak.c
   dgebak:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dgebak.c
cat dgebal.f | f2c  > dgebal.c
   dgebal:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dgebal.c
cat dgebd2.f | f2c  > dgebd2.c
   dgebd2:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dgebd2.c
cat dgebrd.f | f2c  > dgebrd.c
   dgebrd:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dgebrd.c
cat dgeesx.f | f2c  > dgeesx.c
   dgeesx:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dgeesx.c
cat dgeev.f | f2c  > dgeev.c
   dgeev:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dgeev.c
cat dgehd2.f | f2c  > dgehd2.c
   dgehd2:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dgehd2.c
cat dgehrd.f | f2c  > dgehrd.c
   dgehrd:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dgehrd.c
cat dgelq2.f | f2c  > dgelq2.c
   dgelq2:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dgelq2.c
cat dgelqf.f | f2c  > dgelqf.c
   dgelqf:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dgelqf.c
cat dgelss.f | f2c  > dgelss.c
   dgelss:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dgelss.c
cat dgeqr2.f | f2c  > dgeqr2.c
   dgeqr2:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dgeqr2.c
cat dgeqrf.f | f2c  > dgeqrf.c
   dgeqrf:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dgeqrf.c
cat dgesv.f | f2c  > dgesv.c
   dgesv:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dgesv.c
cat dgesvd.f | f2c  > dgesvd.c
   dgesvd:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dgesvd.c
cat dgetf2.f | f2c  > dgetf2.c
   dgetf2:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dgetf2.c
cat dgetrf.f | f2c  > dgetrf.c
   dgetrf:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dgetrf.c
cat dgetrs.f | f2c  > dgetrs.c
   dgetrs:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dgetrs.c
cat dhseqr.f | f2c  > dhseqr.c
   dhseqr:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dhseqr.c
cat dlabad.f | f2c  > dlabad.c
   dlabad:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dlabad.c
cat dlabrd.f | f2c  > dlabrd.c
   dlabrd:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dlabrd.c
cat dlacon.f | f2c  > dlacon.c
   dlacon:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dlacon.c
cat dlacpy.f | f2c  > dlacpy.c
   dlacpy:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dlacpy.c
cat dladiv.f | f2c  > dladiv.c
   dladiv:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dladiv.c
cat dlaexc.f | f2c  > dlaexc.c
   dlaexc:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dlaexc.c
cat dlahqr.f | f2c  > dlahqr.c
   dlahqr:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dlahqr.c
cat dlahrd.f | f2c  > dlahrd.c
   dlahrd:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dlahrd.c
cat dlaln2.f | f2c  > dlaln2.c
   dlaln2:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dlaln2.c
cat dlamc1.f | f2c  > dlamc1.c
   dlamc1:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dlamc1.c
cat dlamc2.f | f2c  > dlamc2.c
   dlamc2:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dlamc2.c
cat dlamc3.f | f2c  > dlamc3.c
   dlamc3:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dlamc3.c
cat dlamc4.f | f2c  > dlamc4.c
   dlamc4:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dlamc4.c
cat dlamc5.f | f2c  > dlamc5.c
   dlamc5:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dlamc5.c
cat dlamch.f | f2c  > dlamch.c
   dlamch:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dlamch.c
cat dlange.f | f2c  > dlange.c
   dlange:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dlange.c
cat dlanhs.f | f2c  > dlanhs.c
   dlanhs:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dlanhs.c
cat dlanv2.f | f2c  > dlanv2.c
   dlanv2:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dlanv2.c
cat dlapy2.f | f2c  > dlapy2.c
   dlapy2:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dlapy2.c
cat dlapy3.f | f2c  > dlapy3.c
   dlapy3:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dlapy3.c
cat dlarf.f | f2c  > dlarf.c
   dlarf:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dlarf.c
cat dlarfb.f | f2c  > dlarfb.c
   dlarfb:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dlarfb.c
cat dlarfg.f | f2c  > dlarfg.c
   dlarfg:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dlarfg.c
cat dlarft.f | f2c  > dlarft.c
   dlarft:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dlarft.c
cat dlarfx.f | f2c  > dlarfx.c
   dlarfx:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dlarfx.c
cat dlartg.f | f2c  > dlartg.c
   dlartg:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dlartg.c
cat dlas2.f | f2c  > dlas2.c
   dlas2:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dlas2.c
cat dlascl.f | f2c  > dlascl.c
   dlascl:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dlascl.c
cat dlaset.f | f2c  > dlaset.c
   dlaset:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dlaset.c
cat dlasr.f | f2c  > dlasr.c
   dlasr:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dlasr.c
cat dlassq.f | f2c  > dlassq.c
   dlassq:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dlassq.c
cat dlasv2.f | f2c  > dlasv2.c
   dlasv2:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dlasv2.c
cat dlaswp.f | f2c  > dlaswp.c
   dlaswp:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dlaswp.c
cat dlasy2.f | f2c  > dlasy2.c
   dlasy2:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dlasy2.c
cat dorg2r.f | f2c  > dorg2r.c
   dorg2r:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dorg2r.c
cat dorgbr.f | f2c  > dorgbr.c
   dorgbr:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dorgbr.c
cat dorghr.f | f2c  > dorghr.c
   dorghr:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dorghr.c
cat dorgl2.f | f2c  > dorgl2.c
   dorgl2:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dorgl2.c
cat dorglq.f | f2c  > dorglq.c
   dorglq:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dorglq.c
cat dorgqr.f | f2c  > dorgqr.c
   dorgqr:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dorgqr.c
cat dorm2r.f | f2c  > dorm2r.c
   dorm2r:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dorm2r.c
cat dormbr.f | f2c  > dormbr.c
   dormbr:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dormbr.c
cat dorml2.f | f2c  > dorml2.c
   dorml2:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dorml2.c
cat dormlq.f | f2c  > dormlq.c
   dormlq:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dormlq.c
cat dormqr.f | f2c  > dormqr.c
   dormqr:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dormqr.c
cat drscl.f | f2c  > drscl.c
   drscl:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include drscl.c
cat dtrevc.f | f2c  > dtrevc.c
   dtrevc:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dtrevc.c
cat dtrexc.f | f2c  > dtrexc.c
   dtrexc:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dtrexc.c
cat dtrsen.f | f2c  > dtrsen.c
   dtrsen:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dtrsen.c
cat dtrsyl.f | f2c  > dtrsyl.c
   dtrsyl:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dtrsyl.c
cat dzsum1.f | f2c  > dzsum1.c
   dzsum1:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dzsum1.c
cat ilaenv.f | f2c  > ilaenv.c
   ilaenv:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include ilaenv.c
cat izmax1.f | f2c  > izmax1.c
   izmax1:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include izmax1.c
cat zbdsqr.f | f2c  > zbdsqr.c
   zbdsqr:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zbdsqr.c
cat zdrscl.f | f2c  > zdrscl.c
   zdrscl:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zdrscl.c
cat zgebak.f | f2c  > zgebak.c
   zgebak:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zgebak.c
cat zgebal.f | f2c  > zgebal.c
   zgebal:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zgebal.c
cat zgebd2.f | f2c  > zgebd2.c
   zgebd2:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zgebd2.c
cat zgebrd.f | f2c  > zgebrd.c
   zgebrd:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zgebrd.c
cat zgeesx.f | f2c  > zgeesx.c
   zgeesx:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zgeesx.c
cat zgeev.f | f2c  > zgeev.c
   zgeev:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zgeev.c
cat zgehd2.f | f2c  > zgehd2.c
   zgehd2:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zgehd2.c
cat zgehrd.f | f2c  > zgehrd.c
   zgehrd:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zgehrd.c
cat zgelq2.f | f2c  > zgelq2.c
   zgelq2:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zgelq2.c
cat zgelqf.f | f2c  > zgelqf.c
   zgelqf:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zgelqf.c
cat zgelss.f | f2c  > zgelss.c
   zgelss:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zgelss.c
cat zgeqr2.f | f2c  > zgeqr2.c
   zgeqr2:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zgeqr2.c
cat zgeqrf.f | f2c  > zgeqrf.c
   zgeqrf:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zgeqrf.c
cat zgesv.f | f2c  > zgesv.c
   zgesv:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zgesv.c
cat zgesvd.f | f2c  > zgesvd.c
   zgesvd:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zgesvd.c
cat zgetf2.f | f2c  > zgetf2.c
   zgetf2:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zgetf2.c
cat zgetrf.f | f2c  > zgetrf.c
   zgetrf:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zgetrf.c
cat zgetrs.f | f2c  > zgetrs.c
   zgetrs:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zgetrs.c
cat zhseqr.f | f2c  > zhseqr.c
   zhseqr:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zhseqr.c
cat zlabrd.f | f2c  > zlabrd.c
   zlabrd:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zlabrd.c
cat zlacgv.f | f2c  > zlacgv.c
   zlacgv:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zlacgv.c
cat zlacon.f | f2c  > zlacon.c
   zlacon:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zlacon.c
cat zlacpy.f | f2c  > zlacpy.c
   zlacpy:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zlacpy.c
cat zladiv.f | f2c  > zladiv.c
   zladiv:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zladiv.c
cat zlahqr.f | f2c  > zlahqr.c
   zlahqr:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zlahqr.c
cat zlahrd.f | f2c  > zlahrd.c
   zlahrd:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zlahrd.c
cat zlange.f | f2c  > zlange.c
   zlange:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zlange.c
cat zlanhs.f | f2c  > zlanhs.c
   zlanhs:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zlanhs.c
cat zlarf.f | f2c  > zlarf.c
   zlarf:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zlarf.c
cat zlarfb.f | f2c  > zlarfb.c
   zlarfb:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zlarfb.c
cat zlarfg.f | f2c  > zlarfg.c
   zlarfg:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zlarfg.c
cat zlarft.f | f2c  > zlarft.c
   zlarft:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zlarft.c
cat zlarfx.f | f2c  > zlarfx.c
   zlarfx:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zlarfx.c
cat zlartg.f | f2c  > zlartg.c
   zlartg:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zlartg.c
cat zlascl.f | f2c  > zlascl.c
   zlascl:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zlascl.c
cat zlaset.f | f2c  > zlaset.c
   zlaset:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zlaset.c
cat zlasr.f | f2c  > zlasr.c
   zlasr:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zlasr.c
cat zlassq.f | f2c  > zlassq.c
   zlassq:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zlassq.c
cat zlaswp.f | f2c  > zlaswp.c
   zlaswp:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zlaswp.c
cat zlatrs.f | f2c  > zlatrs.c
   zlatrs:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zlatrs.c
cat zpotf2.f | f2c  > zpotf2.c
   zpotf2:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zpotf2.c
cat zpotrf.f | f2c  > zpotrf.c
   zpotrf:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zpotrf.c
cat zrot.f | f2c  > zrot.c
   zrot:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zrot.c
cat ztrevc.f | f2c  > ztrevc.c
   ztrevc:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include ztrevc.c
cat ztrexc.f | f2c  > ztrexc.c
   ztrexc:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include ztrexc.c
cat ztrsen.f | f2c  > ztrsen.c
   ztrsen:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include ztrsen.c
cat ztrsyl.f | f2c  > ztrsyl.c
   ztrsyl:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include ztrsyl.c
cat zung2r.f | f2c  > zung2r.c
   zung2r:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zung2r.c
cat zungbr.f | f2c  > zungbr.c
   zungbr:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zungbr.c
cat zunghr.f | f2c  > zunghr.c
   zunghr:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zunghr.c
cat zungl2.f | f2c  > zungl2.c
   zungl2:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zungl2.c
cat zunglq.f | f2c  > zunglq.c
   zunglq:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zunglq.c
cat zungqr.f | f2c  > zungqr.c
   zungqr:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zungqr.c
cat zunm2r.f | f2c  > zunm2r.c
   zunm2r:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zunm2r.c
cat zunmbr.f | f2c  > zunmbr.c
   zunmbr:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zunmbr.c
cat zunml2.f | f2c  > zunml2.c
   zunml2:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zunml2.c
cat zunmlq.f | f2c  > zunmlq.c
   zunmlq:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zunmlq.c
cat zunmqr.f | f2c  > zunmqr.c
   zunmqr:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zunmqr.c
rm zgetf2.c zlarft.c zgelqf.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 dtrevc.c zlatrs.c dlamc1.c zgeqr2.c 
zhseqr.c zlartg.c dgelqf.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 zgehrd.c dlasv2.c 
ztrsen.c dlaexc.c zgesvd.c zlanhs.c zgebal.c dgebal.c dlange.c dlaswp.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 dlarft.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 dlanv2.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 zgetrs.c zgeqrf.c dbdsqr.c
make[2]: Leaving directory `/home/emu/rudi/octave-1.0/libcruft/lapack'
making all in linpack
make[2]: Entering directory `/home/emu/rudi/octave-1.0/libcruft/linpack'
cat dgbfa.f | f2c  > dgbfa.c
   dgbfa:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dgbfa.c
cat dgbsl.f | f2c  > dgbsl.c
   dgbsl:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dgbsl.c
cat dgeco.f | f2c  > dgeco.c
   dgeco:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dgeco.c
cat dgedi.f | f2c  > dgedi.c
   dgedi:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dgedi.c
cat dgefa.f | f2c  > dgefa.c
   dgefa:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dgefa.c
cat dgesl.f | f2c  > dgesl.c
   dgesl:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dgesl.c
cat zgeco.f | f2c  > zgeco.c
   zgeco:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zgeco.c
cat zgedi.f | f2c  > zgedi.c
   zgedi:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zgedi.c
cat zgefa.f | f2c  > zgefa.c
   zgefa:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zgefa.c
cat zgesl.f | f2c  > zgesl.c
   zgesl:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include zgesl.c
rm zgefa.c dgbsl.c dgbfa.c dgeco.c dgedi.c zgeco.c zgedi.c dgesl.c dgefa.c 
zgesl.c
make[2]: Leaving directory `/home/emu/rudi/octave-1.0/libcruft/linpack'
making all in minpack
make[2]: Entering directory `/home/emu/rudi/octave-1.0/libcruft/minpack'
cat dogleg.f | f2c  > dogleg.c
   dogleg:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dogleg.c
cat dpmpar.f | f2c  > dpmpar.c
   dpmpar:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dpmpar.c
cat enorm.f | f2c  > enorm.c
   enorm:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include enorm.c
cat fdjac1.f | f2c  > fdjac1.c
   fdjac1:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include fdjac1.c
cat hybrd.f | f2c  > hybrd.c
   hybrd:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include hybrd.c
cat hybrd1.f | f2c  > hybrd1.c
   hybrd1:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include hybrd1.c
cat hybrj.f | f2c  > hybrj.c
   hybrj:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include hybrj.c
cat hybrj1.f | f2c  > hybrj1.c
   hybrj1:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include hybrj1.c
cat qform.f | f2c  > qform.c
   qform:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include qform.c
cat qrfac.f | f2c  > qrfac.c
   qrfac:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include qrfac.c
cat r1mpyq.f | f2c  > r1mpyq.c
   r1mpyq:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include r1mpyq.c
cat r1updt.f | f2c  > r1updt.c
   r1updt:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include 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[2]: Leaving directory `/home/emu/rudi/octave-1.0/libcruft/minpack'
making all in misc
make[2]: Entering directory `/home/emu/rudi/octave-1.0/libcruft/misc'
cat d1mach.f | f2c  > d1mach.c
   d1mach:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include d1mach.c
cat i1mach.f | f2c  > i1mach.c
   i1mach:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include i1mach.c
cat xstopx.f | f2c  > xstopx.c
   xstopx:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include xstopx.c
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dostop.c
rm xstopx.c d1mach.c i1mach.c
make[2]: Leaving directory `/home/emu/rudi/octave-1.0/libcruft/misc'
making all in npsol
make[2]: Entering directory `/home/emu/rudi/octave-1.0/libcruft/npsol'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/emu/rudi/octave-1.0/libcruft/npsol'
making all in odepack
make[2]: Entering directory `/home/emu/rudi/octave-1.0/libcruft/odepack'
cat cfode.f | f2c  > cfode.c
   cfode:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include cfode.c
cat ewset.f | f2c  > ewset.c
   ewset:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include ewset.c
cat intdy.f | f2c  > intdy.c
   intdy:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include intdy.c
cat lsode.f | f2c  > lsode.c
   lsode:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include lsode.c
cat prepj.f | f2c  > prepj.c
   prepj:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include prepj.c
cat solsy.f | f2c  > solsy.c
   solsy:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include solsy.c
cat stode.f | f2c  > stode.c
   stode:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include stode.c
cat vnorm.f | f2c  > vnorm.c
   vnorm:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include vnorm.c
cat xerrwv.f | f2c  > xerrwv.c
   xerrwv:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include xerrwv.c
rm lsode.c xerrwv.c ewset.c intdy.c vnorm.c solsy.c prepj.c stode.c cfode.c
make[2]: Leaving directory `/home/emu/rudi/octave-1.0/libcruft/odepack'
making all in qpsol
make[2]: Entering directory `/home/emu/rudi/octave-1.0/libcruft/qpsol'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/emu/rudi/octave-1.0/libcruft/qpsol'
making all in quadpack
make[2]: Entering directory `/home/emu/rudi/octave-1.0/libcruft/quadpack'
cat dqagi.f | f2c  > dqagi.c
   dqagi:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dqagi.c
cat dqagie.f | f2c  > dqagie.c
   dqagie:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dqagie.c
cat dqagp.f | f2c  > dqagp.c
   dqagp:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dqagp.c
cat dqagpe.f | f2c  > dqagpe.c
   dqagpe:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dqagpe.c
cat dqelg.f | f2c  > dqelg.c
   dqelg:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dqelg.c
cat dqk15i.f | f2c  > dqk15i.c
   dqk15i:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dqk15i.c
cat dqk21.f | f2c  > dqk21.c
   dqk21:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dqk21.c
cat dqpsrt.f | f2c  > dqpsrt.c
   dqpsrt:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dqpsrt.c
cat xerror.f | f2c  > xerror.c
   xerror:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include xerror.c
rm dqpsrt.c xerror.c dqagi.c dqagp.c dqelg.c dqk21.c dqk15i.c dqagpe.c dqagie.c
make[2]: Leaving directory `/home/emu/rudi/octave-1.0/libcruft/quadpack'
making all in ranlib
make[2]: Entering directory `/home/emu/rudi/octave-1.0/libcruft/ranlib'
cat advnst.f | f2c  > advnst.c
   advnst:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include advnst.c
cat genbet.f | f2c  > genbet.c
   genbet:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include genbet.c
cat genchi.f | f2c  > genchi.c
   genchi:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include genchi.c
cat genexp.f | f2c  > genexp.c
   genexp:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include genexp.c
cat genf.f | f2c  > genf.c
   genf:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include genf.c
cat gengam.f | f2c  > gengam.c
   gengam:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include gengam.c
cat genmn.f | f2c  > genmn.c
   genmn:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include genmn.c
cat gennch.f | f2c  > gennch.c
   gennch:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include gennch.c
cat gennf.f | f2c  > gennf.c
   gennf:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include gennf.c
cat gennor.f | f2c  > gennor.c
   gennor:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include gennor.c
cat genprm.f | f2c  > genprm.c
   genprm:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include genprm.c
cat genunf.f | f2c  > genunf.c
   genunf:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include genunf.c
cat getcgn.f | f2c  > getcgn.c
   getcgn:
       entry    setcgn:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include getcgn.c
cat getsd.f | f2c  > getsd.c
   getsd:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include getsd.c
cat ignbin.f | f2c  > ignbin.c
   ignbin:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include ignbin.c
cat ignlgi.f | f2c  > ignlgi.c
   ignlgi:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include ignlgi.c
cat ignpoi.f | f2c  > ignpoi.c
   ignpoi:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include ignpoi.c
cat ignuin.f | f2c  > ignuin.c
   ignuin:
Warning on line 71: statement cannot be reached
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include ignuin.c
cat initgn.f | f2c  > initgn.c
   initgn:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include initgn.c
cat inrgcm.f | f2c  > inrgcm.c
   inrgcm:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include inrgcm.c
cat lennob.f | f2c  > lennob.c
   lennob:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include lennob.c
cat mltmod.f | f2c  > mltmod.c
   mltmod:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include mltmod.c
cat phrtsd.f | f2c  > phrtsd.c
   phrtsd:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include phrtsd.c
cat qrgnin.f | f2c  > qrgnin.c
   qrgnin:
       entry    qrgnsn:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include qrgnin.c
cat ranf.f | f2c  > ranf.c
   ranf:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include ranf.c
cat setall.f | f2c  > setall.c
   setall:
       entry    rgnqsd:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include setall.c
cat setant.f | f2c  > setant.c
   setant:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include setant.c
cat setgmn.f | f2c  > setgmn.c
   setgmn:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include setgmn.c
cat setsd.f | f2c  > setsd.c
   setsd:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include setsd.c
cat sexpo.f | f2c  > sexpo.c
   sexpo:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include sexpo.c
cat sgamma.f | f2c  > sgamma.c
   sgamma:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include sgamma.c
cat snorm.f | f2c  > snorm.c
   snorm:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include snorm.c
cat wrap.f | f2c  > wrap.c
   dgennor:
   dgenunf:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include 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 qrgnin.c genexp.c inrgcm.c setgmn.c
make[2]: Leaving directory `/home/emu/rudi/octave-1.0/libcruft/ranlib'
making all in villad
make[2]: Entering directory `/home/emu/rudi/octave-1.0/libcruft/villad'
cat dfopr.f | f2c  > dfopr.c
   dfopr:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dfopr.c
cat dif.f | f2c  > dif.c
   dif:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include dif.c
cat intrp.f | f2c  > intrp.c
   intrp:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include intrp.c
cat jcobi.f | f2c  > jcobi.c
   jcobi:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include jcobi.c
cat radau.f | f2c  > radau.c
   radau:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include radau.c
cat vilerr.f | f2c  > vilerr.c
   vilerr:
gcc -c  -I. -I../.. -I../../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H  -O -g 
-I/home/emu/rudi/Gnu/include vilerr.c
rm jcobi.c intrp.c radau.c dif.c dfopr.c vilerr.c
make[2]: Leaving directory `/home/emu/rudi/octave-1.0/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  blas/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  dassl/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/cfftf.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/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/dlaln2.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/dlarft.o  lapack/dlarfx



.o  lapack/dlartg.o  lapack/dlas2.o  lapack/dlascl.o  lapack/dlaset.o  
lapack/dlasr.o  lapack/dlassq.o  lapack/dlasv2.o  lapack/dlaswp.o  
lapack/dlasy2.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/dtrsen.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/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  lapack/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  minpack/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  odepac



k/xerrwv.o  quadpack/dqagi.o  quadpack/dqagie.o  quadpack/dqagp.o  
quadpack/dqagpe.o  quadpack/dqelg.o  quadpack/dqk15i.o  quadpack/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  ranlib/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  villad/dfopr.o  villad/dif.o  
villad/intrp.o  villad/jcobi.o  villad/radau.o  villad/vilerr.o misc/d1mach.o 
misc/dostop.o
ar: creating ../libcruft.a
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/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/dlasr.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/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 - 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[1]: Leaving directory `/home/emu/rudi/octave-1.0/libcruft'
making all in liboctave
make[1]: Entering directory `/home/emu/rudi/octave-1.0/liboctave'
g++ -c  -I. -I.. -I../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H 
-fexternal-templates  -O -g -I/home/emu/rudi/Gnu/include Array.cc
Array.cc:42: warning: templates that are built with -fexternal-templates should 
be in files that have #pragma interface/implementation
g++ -c  -I. -I.. -I../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H 
-fexternal-templates  -O -g -I/home/emu/rudi/Gnu/include Bounds.cc
g++ -c  -I. -I.. -I../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H 
-fexternal-templates  -O -g -I/home/emu/rudi/Gnu/include ColVector.cc
Matrix.h: In function `class ComplexColumnVector operator +(const class 
ColumnVector &, const class Complex &)':
Matrix.h:1032: constructor `ComplexColumnVector::ComplexColumnVector(class 
Complex *, int)' is private
ColVector.cc:253: within this context
Matrix.h: In function `class ComplexColumnVector operator -(const class 
ColumnVector &, const class Complex &)':
Matrix.h:1032: constructor `ComplexColumnVector::ComplexColumnVector(class 
Complex *, int)' is private
ColVector.cc:260: within this context
Matrix.h: In function `class ComplexColumnVector operator (unary *)(const class 
ColumnVector &, const class Complex &)':
Matrix.h:1032: constructor `ComplexColumnVector::ComplexColumnVector(class 
Complex *, int)' is private
ColVector.cc:267: within this context
Matrix.h: In function `class ComplexColumnVector operator /(const class 
ColumnVector &, const class Complex &)':
Matrix.h:1032: constructor `ComplexColumnVector::ComplexColumnVector(class 
Complex *, int)' is private
ColVector.cc:274: within this context
Matrix.h: In function `class ComplexColumnVector operator +(const class Complex 
&, const class ColumnVector &)':
Matrix.h:1032: constructor `ComplexColumnVector::ComplexColumnVector(class 
Complex *, int)' is private
ColVector.cc:283: within this context
Matrix.h: In function `class ComplexColumnVector operator -(const class Complex 
&, const class ColumnVector &)':
Matrix.h:1032: constructor `ComplexColumnVector::ComplexColumnVector(class 
Complex *, int)' is private
ColVector.cc:290: within this context
Matrix.h: In function `class ComplexColumnVector operator (unary *)(const class 
Complex &, const class ColumnVector &)':
Matrix.h:1032: constructor `ComplexColumnVector::ComplexColumnVector(class 
Complex *, int)' is private
ColVector.cc:297: within this context
Matrix.h: In function `class ComplexColumnVector operator /(const class Complex 
&, const class ColumnVector &)':
Matrix.h:1032: constructor `ComplexColumnVector::ComplexColumnVector(class 
Complex *, int)' is private
ColVector.cc:304: within this context
Matrix.h: In function `class Matrix operator (unary *)(const class ColumnVector 
&, const class RowVector &)':
Matrix.h:294: constructor `Matrix::Matrix(double *, int, int)' is private
ColVector.cc:336: within this context
Matrix.h: In function `class ComplexColumnVector operator +(const class 
ColumnVector &, const class ComplexColumnVector &)':
Matrix.h:1032: constructor `ComplexColumnVector::ComplexColumnVector(class 
Complex *, int)' is private
ColVector.cc:360: within this context
Matrix.h: In function `class ComplexColumnVector operator -(const class 
ColumnVector &, const class ComplexColumnVector &)':
Matrix.h:1032: constructor `ComplexColumnVector::ComplexColumnVector(class 
Complex *, int)' is private
ColVector.cc:377: within this context
Matrix.h: In function `class ComplexColumnVector product(const class 
ColumnVector &, const class ComplexColumnVector &)':
Matrix.h:1032: constructor `ComplexColumnVector::ComplexColumnVector(class 
Complex *, int)' is private
ColVector.cc:394: within this context
Matrix.h: In function `class ComplexColumnVector quotient(const class 
ColumnVector &, const class ComplexColumnVector &)':
Matrix.h:1032: constructor `ComplexColumnVector::ComplexColumnVector(class 
Complex *, int)' is private
ColVector.cc:411: within this context
Matrix.h: In function `class ColumnVector real(const class ComplexColumnVector 
&)':
Matrix.h:410: constructor `ColumnVector::ColumnVector(double *, int)' is private
ColVector.cc:681: within this context
Matrix.h: In function `class ColumnVector imag(const class ComplexColumnVector 
&)':
Matrix.h:410: constructor `ColumnVector::ColumnVector(double *, int)' is private
ColVector.cc:691: within this context
Matrix.h: In function `class ComplexMatrix operator (unary *)(const class 
ComplexColumnVector &, const class ComplexRowVector &)':
Matrix.h:904: constructor `ComplexMatrix::ComplexMatrix(class Complex *, int, 
int)' is private
ColVector.cc:894: within this context
make[1]: *** [ColVector.o] Error 1
make[1]: Leaving directory `/home/emu/rudi/octave-1.0/liboctave'
making all in info
make[1]: Entering directory `/home/emu/rudi/octave-1.0/info'
Makefile:79: warning: overriding commands for target `.c.o'
../Makeconf:140: warning: ignoring old commands for target `.c.o'
gcc -c  -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='""' -I./../src -I. -I. -I.. 
-I../liboctave -I. -I./liboctave  -DOCTAVE_SOURCE=1 -DNPSOL_MISSING=1 
-DQPSOL_MISSING=1 -DFSQP_MISSING=1 -DHAVE_ALLOCA_H=1 -DUSE_EXTERNAL_TEMPLATES=1 
-DF77_APPEND_UNDERSCORE=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_TTOLD_H=1 -DDIRENT=1 -DHAVE_SETVBUF=1 
-DHAVE_GETCWD=1 -DHAVE_GETHOSTNAME=1 -DHAVE_BZERO=1 -DHAVE_RINDEX=1 
-DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRICMP=1 -DHAVE_STRNICMP=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1 -DHAVE_ON_EXIT=1 -DRETSIGTYPE=void 
-DHAVE_TERMIOS_H=1 -DHAVE_LIBM=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1  
-O -g -I/home/emu/rudi/Gnu/include dir.c
gcc -c  -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='""' -I./../src -I. -I. -I.. 
-I../liboctave -I. -I./liboctave  -DOCTAVE_SOURCE=1 -DNPSOL_MISSING=1 
-DQPSOL_MISSING=1 -DFSQP_MISSING=1 -DHAVE_ALLOCA_H=1 -DUSE_EXTERNAL_TEMPLATES=1 
-DF77_APPEND_UNDERSCORE=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_TTOLD_H=1 -DDIRENT=1 -DHAVE_SETVBUF=1 
-DHAVE_GETCWD=1 -DHAVE_GETHOSTNAME=1 -DHAVE_BZERO=1 -DHAVE_RINDEX=1 
-DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRICMP=1 -DHAVE_STRNICMP=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1 -DHAVE_ON_EXIT=1 -DRETSIGTYPE=void 
-DHAVE_TERMIOS_H=1 -DHAVE_LIBM=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1  
-O -g -I/home/emu/rudi/Gnu/include display.c
gcc -c  -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='""' -I./../src -I. -I. -I.. 
-I../liboctave -I. -I./liboctave  -DOCTAVE_SOURCE=1 -DNPSOL_MISSING=1 
-DQPSOL_MISSING=1 -DFSQP_MISSING=1 -DHAVE_ALLOCA_H=1 -DUSE_EXTERNAL_TEMPLATES=1 
-DF77_APPEND_UNDERSCORE=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_TTOLD_H=1 -DDIRENT=1 -DHAVE_SETVBUF=1 
-DHAVE_GETCWD=1 -DHAVE_GETHOSTNAME=1 -DHAVE_BZERO=1 -DHAVE_RINDEX=1 
-DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRICMP=1 -DHAVE_STRNICMP=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1 -DHAVE_ON_EXIT=1 -DRETSIGTYPE=void 
-DHAVE_TERMIOS_H=1 -DHAVE_LIBM=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1  
-O -g -I/home/emu/rudi/Gnu/include makedoc.c
gcc -c  -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='""' -I./../src -I. -I. -I.. 
-I../liboctave -I. -I./liboctave  -DOCTAVE_SOURCE=1 -DNPSOL_MISSING=1 
-DQPSOL_MISSING=1 -DFSQP_MISSING=1 -DHAVE_ALLOCA_H=1 -DUSE_EXTERNAL_TEMPLATES=1 
-DF77_APPEND_UNDERSCORE=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_TTOLD_H=1 -DDIRENT=1 -DHAVE_SETVBUF=1 
-DHAVE_GETCWD=1 -DHAVE_GETHOSTNAME=1 -DHAVE_BZERO=1 -DHAVE_RINDEX=1 
-DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRICMP=1 -DHAVE_STRNICMP=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1 -DHAVE_ON_EXIT=1 -DRETSIGTYPE=void 
-DHAVE_TERMIOS_H=1 -DHAVE_LIBM=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1  
-O -g -I/home/emu/rudi/Gnu/include xmalloc.c
gcc -L/home/emu/rudi/Gnu/lib -o makedoc makedoc.o xmalloc.o -ltermcap  -lm
./makedoc ./session.c ./echo_area.c ./infodoc.c ./m-x.c ./indices.c 
./nodemenu.c ./footnotes.c ./variables.c
gcc -c  -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='""' -I./../src -I. -I. -I.. 
-I../liboctave -I. -I./liboctave  -DOCTAVE_SOURCE=1 -DNPSOL_MISSING=1 
-DQPSOL_MISSING=1 -DFSQP_MISSING=1 -DHAVE_ALLOCA_H=1 -DUSE_EXTERNAL_TEMPLATES=1 
-DF77_APPEND_UNDERSCORE=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_TTOLD_H=1 -DDIRENT=1 -DHAVE_SETVBUF=1 
-DHAVE_GETCWD=1 -DHAVE_GETHOSTNAME=1 -DHAVE_BZERO=1 -DHAVE_RINDEX=1 
-DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRICMP=1 -DHAVE_STRNICMP=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1 -DHAVE_ON_EXIT=1 -DRETSIGTYPE=void 
-DHAVE_TERMIOS_H=1 -DHAVE_LIBM=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1  
-O -g -I/home/emu/rudi/Gnu/include doc.c
gcc -c  -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='""' -I./../src -I. -I. -I.. 
-I../liboctave -I. -I./liboctave  -DOCTAVE_SOURCE=1 -DNPSOL_MISSING=1 
-DQPSOL_MISSING=1 -DFSQP_MISSING=1 -DHAVE_ALLOCA_H=1 -DUSE_EXTERNAL_TEMPLATES=1 
-DF77_APPEND_UNDERSCORE=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_TTOLD_H=1 -DDIRENT=1 -DHAVE_SETVBUF=1 
-DHAVE_GETCWD=1 -DHAVE_GETHOSTNAME=1 -DHAVE_BZERO=1 -DHAVE_RINDEX=1 
-DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRICMP=1 -DHAVE_STRNICMP=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1 -DHAVE_ON_EXIT=1 -DRETSIGTYPE=void 
-DHAVE_TERMIOS_H=1 -DHAVE_LIBM=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1  
-O -g -I/home/emu/rudi/Gnu/include echo_area.c
gcc -c  -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='""' -I./../src -I. -I. -I.. 
-I../liboctave -I. -I./liboctave  -DOCTAVE_SOURCE=1 -DNPSOL_MISSING=1 
-DQPSOL_MISSING=1 -DFSQP_MISSING=1 -DHAVE_ALLOCA_H=1 -DUSE_EXTERNAL_TEMPLATES=1 
-DF77_APPEND_UNDERSCORE=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_TTOLD_H=1 -DDIRENT=1 -DHAVE_SETVBUF=1 
-DHAVE_GETCWD=1 -DHAVE_GETHOSTNAME=1 -DHAVE_BZERO=1 -DHAVE_RINDEX=1 
-DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRICMP=1 -DHAVE_STRNICMP=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1 -DHAVE_ON_EXIT=1 -DRETSIGTYPE=void 
-DHAVE_TERMIOS_H=1 -DHAVE_LIBM=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1  
-O -g -I/home/emu/rudi/Gnu/include filesys.c
gcc -c  -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='""' -I./../src -I. -I. -I.. 
-I../liboctave -I. -I./liboctave  -DOCTAVE_SOURCE=1 -DNPSOL_MISSING=1 
-DQPSOL_MISSING=1 -DFSQP_MISSING=1 -DHAVE_ALLOCA_H=1 -DUSE_EXTERNAL_TEMPLATES=1 
-DF77_APPEND_UNDERSCORE=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_TTOLD_H=1 -DDIRENT=1 -DHAVE_SETVBUF=1 
-DHAVE_GETCWD=1 -DHAVE_GETHOSTNAME=1 -DHAVE_BZERO=1 -DHAVE_RINDEX=1 
-DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRICMP=1 -DHAVE_STRNICMP=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1 -DHAVE_ON_EXIT=1 -DRETSIGTYPE=void 
-DHAVE_TERMIOS_H=1 -DHAVE_LIBM=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1  
-O -g -I/home/emu/rudi/Gnu/include info-utils.c
gcc -c  -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='""' -I./../src -I. -I. -I.. 
-I../liboctave -I. -I./liboctave  -DOCTAVE_SOURCE=1 -DNPSOL_MISSING=1 
-DQPSOL_MISSING=1 -DFSQP_MISSING=1 -DHAVE_ALLOCA_H=1 -DUSE_EXTERNAL_TEMPLATES=1 
-DF77_APPEND_UNDERSCORE=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_TTOLD_H=1 -DDIRENT=1 -DHAVE_SETVBUF=1 
-DHAVE_GETCWD=1 -DHAVE_GETHOSTNAME=1 -DHAVE_BZERO=1 -DHAVE_RINDEX=1 
-DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRICMP=1 -DHAVE_STRNICMP=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1 -DHAVE_ON_EXIT=1 -DRETSIGTYPE=void 
-DHAVE_TERMIOS_H=1 -DHAVE_LIBM=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1  
-O -g -I/home/emu/rudi/Gnu/include infodoc.c
gcc -c  -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='""' -I./../src -I. -I. -I.. 
-I../liboctave -I. -I./liboctave  -DOCTAVE_SOURCE=1 -DNPSOL_MISSING=1 
-DQPSOL_MISSING=1 -DFSQP_MISSING=1 -DHAVE_ALLOCA_H=1 -DUSE_EXTERNAL_TEMPLATES=1 
-DF77_APPEND_UNDERSCORE=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_TTOLD_H=1 -DDIRENT=1 -DHAVE_SETVBUF=1 
-DHAVE_GETCWD=1 -DHAVE_GETHOSTNAME=1 -DHAVE_BZERO=1 -DHAVE_RINDEX=1 
-DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRICMP=1 -DHAVE_STRNICMP=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1 -DHAVE_ON_EXIT=1 -DRETSIGTYPE=void 
-DHAVE_TERMIOS_H=1 -DHAVE_LIBM=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1  
-O -g -I/home/emu/rudi/Gnu/include infomap.c
gcc -c  -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='""' -I./../src -I. -I. -I.. 
-I../liboctave -I. -I./liboctave  -DOCTAVE_SOURCE=1 -DNPSOL_MISSING=1 
-DQPSOL_MISSING=1 -DFSQP_MISSING=1 -DHAVE_ALLOCA_H=1 -DUSE_EXTERNAL_TEMPLATES=1 
-DF77_APPEND_UNDERSCORE=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_TTOLD_H=1 -DDIRENT=1 -DHAVE_SETVBUF=1 
-DHAVE_GETCWD=1 -DHAVE_GETHOSTNAME=1 -DHAVE_BZERO=1 -DHAVE_RINDEX=1 
-DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRICMP=1 -DHAVE_STRNICMP=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1 -DHAVE_ON_EXIT=1 -DRETSIGTYPE=void 
-DHAVE_TERMIOS_H=1 -DHAVE_LIBM=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1  
-O -g -I/home/emu/rudi/Gnu/include m-x.c
gcc -c  -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='""' -I./../src -I. -I. -I.. 
-I../liboctave -I. -I./liboctave  -DOCTAVE_SOURCE=1 -DNPSOL_MISSING=1 
-DQPSOL_MISSING=1 -DFSQP_MISSING=1 -DHAVE_ALLOCA_H=1 -DUSE_EXTERNAL_TEMPLATES=1 
-DF77_APPEND_UNDERSCORE=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_TTOLD_H=1 -DDIRENT=1 -DHAVE_SETVBUF=1 
-DHAVE_GETCWD=1 -DHAVE_GETHOSTNAME=1 -DHAVE_BZERO=1 -DHAVE_RINDEX=1 
-DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRICMP=1 -DHAVE_STRNICMP=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1 -DHAVE_ON_EXIT=1 -DRETSIGTYPE=void 
-DHAVE_TERMIOS_H=1 -DHAVE_LIBM=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1  
-O -g -I/home/emu/rudi/Gnu/include nodes.c
gcc -c  -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='""' -I./../src -I. -I. -I.. 
-I../liboctave -I. -I./liboctave  -DOCTAVE_SOURCE=1 -DNPSOL_MISSING=1 
-DQPSOL_MISSING=1 -DFSQP_MISSING=1 -DHAVE_ALLOCA_H=1 -DUSE_EXTERNAL_TEMPLATES=1 
-DF77_APPEND_UNDERSCORE=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_TTOLD_H=1 -DDIRENT=1 -DHAVE_SETVBUF=1 
-DHAVE_GETCWD=1 -DHAVE_GETHOSTNAME=1 -DHAVE_BZERO=1 -DHAVE_RINDEX=1 
-DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRICMP=1 -DHAVE_STRNICMP=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1 -DHAVE_ON_EXIT=1 -DRETSIGTYPE=void 
-DHAVE_TERMIOS_H=1 -DHAVE_LIBM=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1  
-O -g -I/home/emu/rudi/Gnu/include search.c
gcc -c  -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='""' -I./../src -I. -I. -I.. 
-I../liboctave -I. -I./liboctave  -DOCTAVE_SOURCE=1 -DNPSOL_MISSING=1 
-DQPSOL_MISSING=1 -DFSQP_MISSING=1 -DHAVE_ALLOCA_H=1 -DUSE_EXTERNAL_TEMPLATES=1 
-DF77_APPEND_UNDERSCORE=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_TTOLD_H=1 -DDIRENT=1 -DHAVE_SETVBUF=1 
-DHAVE_GETCWD=1 -DHAVE_GETHOSTNAME=1 -DHAVE_BZERO=1 -DHAVE_RINDEX=1 
-DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRICMP=1 -DHAVE_STRNICMP=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1 -DHAVE_ON_EXIT=1 -DRETSIGTYPE=void 
-DHAVE_TERMIOS_H=1 -DHAVE_LIBM=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1  
-O -g -I/home/emu/rudi/Gnu/include session.c
gcc -c  -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='""' -I./../src -I. -I. -I.. 
-I../liboctave -I. -I./liboctave  -DOCTAVE_SOURCE=1 -DNPSOL_MISSING=1 
-DQPSOL_MISSING=1 -DFSQP_MISSING=1 -DHAVE_ALLOCA_H=1 -DUSE_EXTERNAL_TEMPLATES=1 
-DF77_APPEND_UNDERSCORE=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_TTOLD_H=1 -DDIRENT=1 -DHAVE_SETVBUF=1 
-DHAVE_GETCWD=1 -DHAVE_GETHOSTNAME=1 -DHAVE_BZERO=1 -DHAVE_RINDEX=1 
-DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRICMP=1 -DHAVE_STRNICMP=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1 -DHAVE_ON_EXIT=1 -DRETSIGTYPE=void 
-DHAVE_TERMIOS_H=1 -DHAVE_LIBM=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1  
-O -g -I/home/emu/rudi/Gnu/include signals.c
gcc -c  -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='""' -I./../src -I. -I. -I.. 
-I../liboctave -I. -I./liboctave  -DOCTAVE_SOURCE=1 -DNPSOL_MISSING=1 
-DQPSOL_MISSING=1 -DFSQP_MISSING=1 -DHAVE_ALLOCA_H=1 -DUSE_EXTERNAL_TEMPLATES=1 
-DF77_APPEND_UNDERSCORE=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_TTOLD_H=1 -DDIRENT=1 -DHAVE_SETVBUF=1 
-DHAVE_GETCWD=1 -DHAVE_GETHOSTNAME=1 -DHAVE_BZERO=1 -DHAVE_RINDEX=1 
-DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRICMP=1 -DHAVE_STRNICMP=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1 -DHAVE_ON_EXIT=1 -DRETSIGTYPE=void 
-DHAVE_TERMIOS_H=1 -DHAVE_LIBM=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1  
-O -g -I/home/emu/rudi/Gnu/include terminal.c
gcc -c  -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='""' -I./../src -I. -I. -I.. 
-I../liboctave -I. -I./liboctave  -DOCTAVE_SOURCE=1 -DNPSOL_MISSING=1 
-DQPSOL_MISSING=1 -DFSQP_MISSING=1 -DHAVE_ALLOCA_H=1 -DUSE_EXTERNAL_TEMPLATES=1 
-DF77_APPEND_UNDERSCORE=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_TTOLD_H=1 -DDIRENT=1 -DHAVE_SETVBUF=1 
-DHAVE_GETCWD=1 -DHAVE_GETHOSTNAME=1 -DHAVE_BZERO=1 -DHAVE_RINDEX=1 
-DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRICMP=1 -DHAVE_STRNICMP=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1 -DHAVE_ON_EXIT=1 -DRETSIGTYPE=void 
-DHAVE_TERMIOS_H=1 -DHAVE_LIBM=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1  
-O -g -I/home/emu/rudi/Gnu/include tilde.c
gcc -c  -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='""' -I./../src -I. -I. -I.. 
-I../liboctave -I. -I./liboctave  -DOCTAVE_SOURCE=1 -DNPSOL_MISSING=1 
-DQPSOL_MISSING=1 -DFSQP_MISSING=1 -DHAVE_ALLOCA_H=1 -DUSE_EXTERNAL_TEMPLATES=1 
-DF77_APPEND_UNDERSCORE=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_TTOLD_H=1 -DDIRENT=1 -DHAVE_SETVBUF=1 
-DHAVE_GETCWD=1 -DHAVE_GETHOSTNAME=1 -DHAVE_BZERO=1 -DHAVE_RINDEX=1 
-DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRICMP=1 -DHAVE_STRNICMP=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1 -DHAVE_ON_EXIT=1 -DRETSIGTYPE=void 
-DHAVE_TERMIOS_H=1 -DHAVE_LIBM=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1  
-O -g -I/home/emu/rudi/Gnu/include window.c
gcc -c  -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='""' -I./../src -I. -I. -I.. 
-I../liboctave -I. -I./liboctave  -DOCTAVE_SOURCE=1 -DNPSOL_MISSING=1 
-DQPSOL_MISSING=1 -DFSQP_MISSING=1 -DHAVE_ALLOCA_H=1 -DUSE_EXTERNAL_TEMPLATES=1 
-DF77_APPEND_UNDERSCORE=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_TTOLD_H=1 -DDIRENT=1 -DHAVE_SETVBUF=1 
-DHAVE_GETCWD=1 -DHAVE_GETHOSTNAME=1 -DHAVE_BZERO=1 -DHAVE_RINDEX=1 
-DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRICMP=1 -DHAVE_STRNICMP=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1 -DHAVE_ON_EXIT=1 -DRETSIGTYPE=void 
-DHAVE_TERMIOS_H=1 -DHAVE_LIBM=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1  
-O -g -I/home/emu/rudi/Gnu/include indices.c
gcc -c  -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='""' -I./../src -I. -I. -I.. 
-I../liboctave -I. -I./liboctave  -DOCTAVE_SOURCE=1 -DNPSOL_MISSING=1 
-DQPSOL_MISSING=1 -DFSQP_MISSING=1 -DHAVE_ALLOCA_H=1 -DUSE_EXTERNAL_TEMPLATES=1 
-DF77_APPEND_UNDERSCORE=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_TTOLD_H=1 -DDIRENT=1 -DHAVE_SETVBUF=1 
-DHAVE_GETCWD=1 -DHAVE_GETHOSTNAME=1 -DHAVE_BZERO=1 -DHAVE_RINDEX=1 
-DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRICMP=1 -DHAVE_STRNICMP=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1 -DHAVE_ON_EXIT=1 -DRETSIGTYPE=void 
-DHAVE_TERMIOS_H=1 -DHAVE_LIBM=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1  
-O -g -I/home/emu/rudi/Gnu/include nodemenu.c
gcc -c  -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='""' -I./../src -I. -I. -I.. 
-I../liboctave -I. -I./liboctave  -DOCTAVE_SOURCE=1 -DNPSOL_MISSING=1 
-DQPSOL_MISSING=1 -DFSQP_MISSING=1 -DHAVE_ALLOCA_H=1 -DUSE_EXTERNAL_TEMPLATES=1 
-DF77_APPEND_UNDERSCORE=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_TTOLD_H=1 -DDIRENT=1 -DHAVE_SETVBUF=1 
-DHAVE_GETCWD=1 -DHAVE_GETHOSTNAME=1 -DHAVE_BZERO=1 -DHAVE_RINDEX=1 
-DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRICMP=1 -DHAVE_STRNICMP=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1 -DHAVE_ON_EXIT=1 -DRETSIGTYPE=void 
-DHAVE_TERMIOS_H=1 -DHAVE_LIBM=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1  
-O -g -I/home/emu/rudi/Gnu/include footnotes.c
gcc -c  -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='""' -I./../src -I. -I. -I.. 
-I../liboctave -I. -I./liboctave  -DOCTAVE_SOURCE=1 -DNPSOL_MISSING=1 
-DQPSOL_MISSING=1 -DFSQP_MISSING=1 -DHAVE_ALLOCA_H=1 -DUSE_EXTERNAL_TEMPLATES=1 
-DF77_APPEND_UNDERSCORE=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_TTOLD_H=1 -DDIRENT=1 -DHAVE_SETVBUF=1 
-DHAVE_GETCWD=1 -DHAVE_GETHOSTNAME=1 -DHAVE_BZERO=1 -DHAVE_RINDEX=1 
-DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRICMP=1 -DHAVE_STRNICMP=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1 -DHAVE_ON_EXIT=1 -DRETSIGTYPE=void 
-DHAVE_TERMIOS_H=1 -DHAVE_LIBM=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1  
-O -g -I/home/emu/rudi/Gnu/include dribble.c
gcc -c  -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='""' -I./../src -I. -I. -I.. 
-I../liboctave -I. -I./liboctave  -DOCTAVE_SOURCE=1 -DNPSOL_MISSING=1 
-DQPSOL_MISSING=1 -DFSQP_MISSING=1 -DHAVE_ALLOCA_H=1 -DUSE_EXTERNAL_TEMPLATES=1 
-DF77_APPEND_UNDERSCORE=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_TTOLD_H=1 -DDIRENT=1 -DHAVE_SETVBUF=1 
-DHAVE_GETCWD=1 -DHAVE_GETHOSTNAME=1 -DHAVE_BZERO=1 -DHAVE_RINDEX=1 
-DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRICMP=1 -DHAVE_STRNICMP=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1 -DHAVE_ON_EXIT=1 -DRETSIGTYPE=void 
-DHAVE_TERMIOS_H=1 -DHAVE_LIBM=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1  
-O -g -I/home/emu/rudi/Gnu/include variables.c
gcc -c  -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='""' -I./../src -I. -I. -I.. 
-I../liboctave -I. -I./liboctave  -DOCTAVE_SOURCE=1 -DNPSOL_MISSING=1 
-DQPSOL_MISSING=1 -DFSQP_MISSING=1 -DHAVE_ALLOCA_H=1 -DUSE_EXTERNAL_TEMPLATES=1 
-DF77_APPEND_UNDERSCORE=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_TTOLD_H=1 -DDIRENT=1 -DHAVE_SETVBUF=1 
-DHAVE_GETCWD=1 -DHAVE_GETHOSTNAME=1 -DHAVE_BZERO=1 -DHAVE_RINDEX=1 
-DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRICMP=1 -DHAVE_STRNICMP=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1 -DHAVE_ON_EXIT=1 -DRETSIGTYPE=void 
-DHAVE_TERMIOS_H=1 -DHAVE_LIBM=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1  
-O -g -I/home/emu/rudi/Gnu/include gc.c
gcc -c  -DNAMED_FUNCTIONS=1 -DDEFAULT_INFOPATH='""' -I./../src -I. -I. -I.. 
-I../liboctave -I. -I./liboctave  -DOCTAVE_SOURCE=1 -DNPSOL_MISSING=1 
-DQPSOL_MISSING=1 -DFSQP_MISSING=1 -DHAVE_ALLOCA_H=1 -DUSE_EXTERNAL_TEMPLATES=1 
-DF77_APPEND_UNDERSCORE=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_TTOLD_H=1 -DDIRENT=1 -DHAVE_SETVBUF=1 
-DHAVE_GETCWD=1 -DHAVE_GETHOSTNAME=1 -DHAVE_BZERO=1 -DHAVE_RINDEX=1 
-DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRICMP=1 -DHAVE_STRNICMP=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1 -DHAVE_ON_EXIT=1 -DRETSIGTYPE=void 
-DHAVE_TERMIOS_H=1 -DHAVE_LIBM=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1  
-O -g -I/home/emu/rudi/Gnu/include error.c
ar rv ../libinfo.a dir.o display.o doc.o echo_area.o filesys.o info-utils.o 
infodoc.o infomap.o m-x.o nodes.o search.o session.o signals.o terminal.o 
tilde.o window.o indices.o xmalloc.o nodemenu.o footnotes.o dribble.o 
variables.o gc.o error.o
r - dir.o
r - display.o
r - doc.o
r - echo_area.o
r - filesys.o
r - info-utils.o
r - infodoc.o
r - infomap.o
r - m-x.o
r - nodes.o
r - search.o
r - session.o
r - signals.o
r - terminal.o
r - tilde.o
r - window.o
r - indices.o
r - xmalloc.o
r - nodemenu.o
r - footnotes.o
r - dribble.o
r - variables.o
r - gc.o
r - error.o
ranlib ../libinfo.a
make[1]: Leaving directory `/home/emu/rudi/octave-1.0/info'
making all in readline
make[1]: Entering directory `/home/emu/rudi/octave-1.0/readline'
Makefile:66: warning: overriding commands for target `.c.o'
../Makeconf:140: warning: ignoring old commands for target `.c.o'
gcc -c  -I. -I./.. -DOCTAVE_SOURCE=1 -DNPSOL_MISSING=1 -DQPSOL_MISSING=1 
-DFSQP_MISSING=1 -DHAVE_ALLOCA_H=1 -DUSE_EXTERNAL_TEMPLATES=1 
-DF77_APPEND_UNDERSCORE=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_TTOLD_H=1 -DDIRENT=1 -DHAVE_SETVBUF=1 
-DHAVE_GETCWD=1 -DHAVE_GETHOSTNAME=1 -DHAVE_BZERO=1 -DHAVE_RINDEX=1 
-DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRICMP=1 -DHAVE_STRNICMP=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1 -DHAVE_ON_EXIT=1 -DRETSIGTYPE=void 
-DHAVE_TERMIOS_H=1 -DHAVE_LIBM=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1  
-DVI_MODE=1 -DPAREN_MATCHING=1 -O -g -I/home/emu/rudi/Gnu/include funmap.c
ar rv ../libreadline.a funmap.o
r - funmap.o
gcc -c  -I. -I./.. -DOCTAVE_SOURCE=1 -DNPSOL_MISSING=1 -DQPSOL_MISSING=1 
-DFSQP_MISSING=1 -DHAVE_ALLOCA_H=1 -DUSE_EXTERNAL_TEMPLATES=1 
-DF77_APPEND_UNDERSCORE=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_TTOLD_H=1 -DDIRENT=1 -DHAVE_SETVBUF=1 
-DHAVE_GETCWD=1 -DHAVE_GETHOSTNAME=1 -DHAVE_BZERO=1 -DHAVE_RINDEX=1 
-DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRICMP=1 -DHAVE_STRNICMP=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1 -DHAVE_ON_EXIT=1 -DRETSIGTYPE=void 
-DHAVE_TERMIOS_H=1 -DHAVE_LIBM=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1  
-DVI_MODE=1 -DPAREN_MATCHING=1 -O -g -I/home/emu/rudi/Gnu/include history.c
ar rv ../libreadline.a history.o
r - history.o
gcc -c  -I. -I./.. -DOCTAVE_SOURCE=1 -DNPSOL_MISSING=1 -DQPSOL_MISSING=1 
-DFSQP_MISSING=1 -DHAVE_ALLOCA_H=1 -DUSE_EXTERNAL_TEMPLATES=1 
-DF77_APPEND_UNDERSCORE=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_TTOLD_H=1 -DDIRENT=1 -DHAVE_SETVBUF=1 
-DHAVE_GETCWD=1 -DHAVE_GETHOSTNAME=1 -DHAVE_BZERO=1 -DHAVE_RINDEX=1 
-DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRICMP=1 -DHAVE_STRNICMP=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1 -DHAVE_ON_EXIT=1 -DRETSIGTYPE=void 
-DHAVE_TERMIOS_H=1 -DHAVE_LIBM=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1  
-DVI_MODE=1 -DPAREN_MATCHING=1 -O -g -I/home/emu/rudi/Gnu/include keymaps.c
ar rv ../libreadline.a keymaps.o
r - keymaps.o
gcc -c  -I. -I./.. -DOCTAVE_SOURCE=1 -DNPSOL_MISSING=1 -DQPSOL_MISSING=1 
-DFSQP_MISSING=1 -DHAVE_ALLOCA_H=1 -DUSE_EXTERNAL_TEMPLATES=1 
-DF77_APPEND_UNDERSCORE=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_TTOLD_H=1 -DDIRENT=1 -DHAVE_SETVBUF=1 
-DHAVE_GETCWD=1 -DHAVE_GETHOSTNAME=1 -DHAVE_BZERO=1 -DHAVE_RINDEX=1 
-DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRICMP=1 -DHAVE_STRNICMP=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1 -DHAVE_ON_EXIT=1 -DRETSIGTYPE=void 
-DHAVE_TERMIOS_H=1 -DHAVE_LIBM=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1  
-DVI_MODE=1 -DPAREN_MATCHING=1 -O -g -I/home/emu/rudi/Gnu/include readline.c
ar rv ../libreadline.a readline.o
r - readline.o
gcc -c  -I. -I./.. -DOCTAVE_SOURCE=1 -DNPSOL_MISSING=1 -DQPSOL_MISSING=1 
-DFSQP_MISSING=1 -DHAVE_ALLOCA_H=1 -DUSE_EXTERNAL_TEMPLATES=1 
-DF77_APPEND_UNDERSCORE=1 -DHAVE_STRING_H=1 -DHAVE_VARARGS_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_SYS_UTSNAME_H=1 -DHAVE_SYS_TIME_H=1 
-DHAVE_SYS_FCNTL_H=1 -DHAVE_SYS_TTOLD_H=1 -DDIRENT=1 -DHAVE_SETVBUF=1 
-DHAVE_GETCWD=1 -DHAVE_GETHOSTNAME=1 -DHAVE_BZERO=1 -DHAVE_RINDEX=1 
-DHAVE_VFPRINTF=1 -DHAVE_VSPRINTF=1 -DHAVE_STRICMP=1 -DHAVE_STRNICMP=1 
-DHAVE_STRCASECMP=1 -DHAVE_STRNCASECMP=1 -DHAVE_ON_EXIT=1 -DRETSIGTYPE=void 
-DHAVE_TERMIOS_H=1 -DHAVE_LIBM=1 -DHAVE_FINITE=1 -DHAVE_ISNAN=1 -DHAVE_ISINF=1  
-DVI_MODE=1 -DPAREN_MATCHING=1 -O -g -I/home/emu/rudi/Gnu/include vi_mode.c
ar rv ../libreadline.a vi_mode.o
r - vi_mode.o
ranlib ../libreadline.a
make[1]: Leaving directory `/home/emu/rudi/octave-1.0/readline'
making all in src
make[1]: Entering directory `/home/emu/rudi/octave-1.0/src'
g++ -c  -I. -I. -I.. -I../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H 
-fexternal-templates  -O -g -I/home/emu/rudi/Gnu/include f-balance.cc
g++ -c  -I. -I. -I.. -I../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H 
-fexternal-templates  -O -g -I/home/emu/rudi/Gnu/include f-chol.cc
g++ -c  -I. -I. -I.. -I../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H 
-fexternal-templates  -O -g -I/home/emu/rudi/Gnu/include f-colloc.cc
g++ -c  -I. -I. -I.. -I../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H 
-fexternal-templates  -O -g -I/home/emu/rudi/Gnu/include f-dassl.cc
f-dassl.cc: In function `class tree_constant * dassl(const class tree_constant 
*, int, int)':
f-dassl.cc:135: warning: conversion from `const tree_constant' to 
`tree_constant &' discards const
variables.h:90: warning: in passing argument 1 of 
`is_valid_function(tree_constant &, char *, int)'
f-dassl.cc: In function `void do_dassl_option(char *, double)':
f-dassl.cc:265: warning: passing `char **' as argument 1 of 
`keyword_almost_match(const char **, int *, const char *, int, int)' adds 
cv-quals without intervening `const'
g++ -c  -I. -I. -I.. -I../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H 
-fexternal-templates  -O -g -I/home/emu/rudi/Gnu/include f-det.cc
g++ -c  -I. -I. -I.. -I../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H 
-fexternal-templates  -O -g -I/home/emu/rudi/Gnu/include f-eig.cc
g++ -c  -I. -I. -I.. -I../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H 
-fexternal-templates  -O -g -I/home/emu/rudi/Gnu/include f-expm.cc
g++ -c  -I. -I. -I.. -I../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H 
-fexternal-templates  -O -g -I/home/emu/rudi/Gnu/include f-fft.cc
g++ -c  -I. -I. -I.. -I../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H 
-fexternal-templates  -O -g -I/home/emu/rudi/Gnu/include f-fsolve.cc
f-fsolve.cc: In function `class tree_constant * fsolve(const class 
tree_constant *, int, int)':
f-fsolve.cc:143: warning: conversion from `const tree_constant' to 
`tree_constant &' discards const
variables.h:90: warning: in passing argument 1 of 
`is_valid_function(tree_constant &, char *, int)'
f-fsolve.cc: In function `void do_fsolve_option(char *, double)':
f-fsolve.cc:247: warning: passing `char **' as argument 1 of 
`keyword_almost_match(const char **, int *, const char *, int, int)' adds 
cv-quals without intervening `const'
g++ -c  -I. -I. -I.. -I../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H 
-fexternal-templates  -O -g -I/home/emu/rudi/Gnu/include f-fsqp.cc
g++ -c  -I. -I. -I.. -I../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H 
-fexternal-templates  -O -g -I/home/emu/rudi/Gnu/include f-givens.cc
g++ -c  -I. -I. -I.. -I../liboctave -I. -I./liboctave  -DHAVE_CONFIG_H 
-fexternal-templates  -O -g -I/home/emu/rudi/Gnu/include f-hess.cc
f-hess.cc: In function `class tree_constant * hess(const class tree_constant *, 
int, int)':
f-hess.cc:132: call of overloaded constructor `tree_constant' is ambiguous
tree-const.h:589: candidates are: 
tree_constant::tree_constant(tree_constant_rep &)
tree-const.h:587:                 tree_constant::tree_constant(const 
tree_constant &)
tree-const.h:565:                 tree_constant::tree_constant(const 
ComplexDiagMatrix &)
tree-const.h:571:                 tree_constant::tree_constant(const 
ComplexColumnVector &)
tree-const.h:567:                 tree_constant::tree_constant(const 
ComplexRowVector &)
tree-const.h:556:                 tree_constant::tree_constant(const 
ColumnVector &)
tree-const.h:561:                 tree_constant::tree_constant(const Complex &)
tree-const.h:552:                 tree_constant::tree_constant(const RowVector 
&)
tree-const.h:550:                 tree_constant::tree_constant(const DiagMatrix 
&)
tree-const.h:584:                 
tree_constant::tree_constant(tree_constant_rep::constant_type)
tree-const.h:546:                 tree_constant::tree_constant(double)
f-hess.cc:132: in conversion to type `tree_constant'
f-hess.cc:148: call of overloaded constructor `tree_constant' is ambiguous
tree-const.h:589: candidates are: 
tree_constant::tree_constant(tree_constant_rep &)
tree-const.h:587:                 tree_constant::tree_constant(const 
tree_constant &)
tree-const.h:565:                 tree_constant::tree_constant(const 
ComplexDiagMatrix &)
tree-const.h:571:                 tree_constant::tree_constant(const 
ComplexColumnVector &)
tree-const.h:567:                 tree_constant::tree_constant(const 
ComplexRowVector &)
tree-const.h:556:                 tree_constant::tree_constant(const 
ColumnVector &)
tree-const.h:561:                 tree_constant::tree_constant(const Complex &)
tree-const.h:552:                 tree_constant::tree_constant(const RowVector 
&)
tree-const.h:550:                 tree_constant::tree_constant(const DiagMatrix 
&)
tree-const.h:584:                 
tree_constant::tree_constant(tree_constant_rep::constant_type)
tree-const.h:546:                 tree_constant::tree_constant(double)
f-hess.cc:148: in conversion to type `tree_constant'
make[1]: *** [f-hess.o] Error 1
make[1]: Leaving directory `/home/emu/rudi/octave-1.0/src'
making all in doc
make[1]: Entering directory `/home/emu/rudi/octave-1.0/doc'
makeinfo -I. octave.texi
Making info file `octave.info' from `octave.texi'.
texi2dvi ./octave.texi
This is TeX, C Version 3.14t3
(octave.texi (texinfo.tex Loading texinfo package [Version 2.118]: Basics,
fonts, page headings, tables, indexing, sectioning, toc printing,
environments, defuns, cross reference, and turning on texinfo input format.)
(conf.texi) [1] [2] (ack.texi Chapter 1) (intro.texi Chapter 2 [1] [2] [3]
[4] Cross reference values unknown; you must run TeX again. [5] [6])
(expr.texi Chapter 3 [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17]
[18] [19] [20] [21] [22] [23]) (stmt.texi Chapter 4 [24] [25] [26] [27]
[28] [29]) (func.texi Chapter 5 [30] [31] [32] [33] [34] [35] [36]) (var.texi
Chapter 6 [37] [38] [39] [40] [41] [42] [43]) (arith.texi Chapter 7 [44]
[45] [46]) (linalg.texi Chapter 8 [47] [48] [49] [50] [51] [52]) (nonlin.texi
Chapter 9 [53]) (diffeq.texi Chapter 10 [54] [55]) (optim.texi Chapter 11
[56] [57]) (quad.texi Chapter 12 [58]) (control.texi Chapter 13 [59] [60]
[61] [62] [63]) (signal.texi Chapter 14 [64]) (stats.texi Chapter 15 [65])
(plot.texi Chapter 16 [66] [67] [68] [69] [70]) (io.texi Chapter 17 [71]
[72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84])
(special.texi Chapter 18 [85] [86] [87] [88]) (matrix.texi Chapter 19 [89]
[90] [91] [92]) (strings.texi Chapter 20 [93]) (system.texi Chapter 21 [94]
[95]) (history.texi Chapter 22 [96]) (help.texi Chapter 23 [97]) (program.texi
Chapter 24 [98] [99] [100] [101] [102]) (amuse.texi Chapter 25 [103])
(invoke.texi Chapter 26 [104]) (install.texi Appendix @char 65 [105] [106]
[107]) (bugs.texi Appendix @char 66 [108] [109] [110] [111] [112] [113])
(rluser.texi Appendix @char 67 [114] [115] [116] [117] [118] [119] [120]
[121] [122]) (gnuinfo.texi Appendix @char 68 [123] [124] [125] [126] [127]
[128] [129] [130] [131] [132] [133] [134] [135] [136] [137]) (cp-idx.texi
(Concept Index) [138]
Overfull \vbox (7.0pt too high) has occurred while \output is active
Overfull \vbox (7.0pt too high) has occurred while \output is active)
(vr-idx.texi (Variable Index) [139]
Overfull \vbox (7.0pt too high) has occurred while \output is active
Overfull \vbox (7.0pt too high) has occurred while \output is active)
(fn-idx.texi (Function Index) [140]
Overfull \vbox (7.0pt too high) has occurred while \output is active
Overfull \vbox (7.0pt too high) has occurred while \output is active)
(op-idx.texi (Operator Index) [141]
Overfull \vbox (7.0pt too high) has occurred while \output is active
Overfull \vbox (7.0pt too high) has occurred while \output is active)
(rd-idx.texi (Readline Index) [142]
Overfull \vbox (7.0pt too high) has occurred while \output is active
Overfull \vbox (7.0pt too high) has occurred while \output is active)
(in-idx.texi (Info Index) [143]
Overfull \vbox (7.0pt too high) has occurred while \output is active
Overfull \vbox (7.0pt too high) has occurred while \output is active) [144]
(octave.toc [-1] [-2] [-3] [-4]) [-5] )
(see the transcript file for additional information)
Output written on octave.dvi (151 pages, 395448 bytes).
Transcript written on octave.log.
This is TeX, C Version 3.14t3
(octave.texi (texinfo.tex Loading texinfo package [Version 2.118]: Basics,
fonts, page headings, tables, indexing, sectioning, toc printing,
environments, defuns, cross reference, and turning on texinfo input format.)
(octave.aux) (conf.texi) [1] [2] (ack.texi Chapter 1) (intro.texi Chapter 2
[1] [2] [3] [4] [5] [6]) (expr.texi Chapter 3 [7] [8] [9] [10] [11] [12]
[13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23]) (stmt.texi Chapter 4
[24] [25] [26] [27] [28] [29]) (func.texi Chapter 5 [30] [31] [32] [33]
[34] [35] [36]) (var.texi Chapter 6 [37] [38] [39] [40] [41] [42] [43])
(arith.texi Chapter 7 [44] [45] [46]) (linalg.texi Chapter 8 [47] [48] [49]
[50] [51] [52]) (nonlin.texi Chapter 9 [53]) (diffeq.texi Chapter 10 [54]
[55]) (optim.texi Chapter 11 [56] [57]) (quad.texi Chapter 12 [58])
(control.texi Chapter 13 [59] [60] [61] [62] [63]) (signal.texi Chapter 14
[64]) (stats.texi Chapter 15 [65]) (plot.texi Chapter 16 [66] [67] [68]
[69] [70]) (io.texi Chapter 17 [71] [72] [73] [74] [75] [76] [77] [78] [79]
[80] [81] [82] [83] [84]) (special.texi Chapter 18 [85] [86] [87] [88])
(matrix.texi Chapter 19 [89] [90] [91] [92]) (strings.texi Chapter 20 [93])
(system.texi Chapter 21 [94] [95]) (history.texi Chapter 22 [96]) (help.texi
Chapter 23 [97]) (program.texi Chapter 24 [98] [99] [100] [101] [102])
(amuse.texi Chapter 25 [103]) (invoke.texi Chapter 26 [104]) (install.texi
Appendix @char 65 [105] [106]) (bugs.texi Appendix @char 66 [107] [108]
[109] [110] [111] [112] [113]) (rluser.texi Appendix @char 67 [114] [115]
[116] [117] [118] [119] [120] [121] [122]) (gnuinfo.texi Appendix @char 68
[123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134]
[135] [136] [137]) (cp-idx.texi (Concept Index) [138] (octave.cps [139]
[140])) (vr-idx.texi (Variable Index) [141] (octave.vrs)) (fn-idx.texi
(Function Index) [142] (octave.fns [143] [144] [145])) (op-idx.texi
(Operator Index) [146] (octave.ops)) (rd-idx.texi (Readline Index) [147]
(octave.rds) [148]
Overfull \vbox (8.0pt too high) has occurred while \output is active
Overfull \vbox (8.0pt too high) has occurred while \output is active)
(in-idx.texi (Info Index) [149] (octave.ins [150] [151] [152])) [153]
(octave.toc [-1] [-2] [-3] [-4]) [-5] )
(see the transcript file for additional information)
Output written on octave.dvi (160 pages, 634904 bytes).
Transcript written on octave.log.
dvips -o octave.ps octave.dvi
This is dvips 5.495 Copyright 1986, 1992 Radical Eye Software
' TeX output 1994.11.14:1321' -> octave.ps
<tex.pro>. [1] [2] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] 
[14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] 
[29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] 
[44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] 
[59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] 
[74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] 
[89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] 
[103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] 
[116] [117] [118] [119] [120] [121] [122] [123] [124] [125] [126] [127] [128] 
[129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] 
[142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [-1] 
[-2] [-3] [-4] [-5] 
tex ./refcard.tex
This is TeX, C Version 3.14t3
(refcard.tex [1] [2] )
Output written on refcard.dvi (2 pages, 20960 bytes).
Transcript written on refcard.log.
dvips -t landscape -o refcard.ps refcard.dvi
This is dvips 5.495 Copyright 1986, 1992 Radical Eye Software
' TeX output 1994.11.14:1322' -> refcard.ps
<tex.pro>. [1] [2] 
make[1]: Leaving directory `/home/emu/rudi/octave-1.0/doc'
making all in scripts
make[1]: Entering directory `/home/emu/rudi/octave-1.0/scripts'
rm -f computer.m
if test "sparc-sun-sunos4.1.3_U1" = unknown ; then \
  sed -e "s/%target_host_type%/Hi Dave, I'm a HAL-9000/" \
    ./computer.in > computer.t ; \
else \
  sed -e "s/%target_host_type%/sparc-sun-sunos4.1.3_U1/" \
    ./computer.in > computer.t ; \
fi
mv computer.t computer.m
make[1]: Leaving directory `/home/emu/rudi/octave-1.0/scripts'


reply via email to

[Prev in Thread] Current Thread [Next in Thread]