yoshi@erdos:~/IME/www/2002i/CompII/exx/LTSs/CWEB$ ll total 100 -rw-r--r-- 1 yoshi yoshi 1194 Nov 24 1998 Makefile -rw-r--r-- 1 yoshi yoshi 84729 May 5 21:09 radix.ps -rw-rw-r-- 1 yoshi yoshi 6643 May 5 21:08 radix.w yoshi@erdos:~/IME/www/2002i/CompII/exx/LTSs/CWEB$ make radix.o make radix.c make[1]: Entering directory `/home/yoshi/IME/www/2002i/CompII/exx/LTSs/CWEB' ctangle radix This is CTANGLE (Version 3.64) *1*11 Writing the output files: (radix.c) (radix.h) (driver.c) Done. (No errors were found.) make[1]: Leaving directory `/home/yoshi/IME/www/2002i/CompII/exx/LTSs/CWEB' make radix.o make[1]: Entering directory `/home/yoshi/IME/www/2002i/CompII/exx/LTSs/CWEB' gcc -g -lm -c radix.c gcc: -lm: linker input file unused since linking not done make[1]: Leaving directory `/home/yoshi/IME/www/2002i/CompII/exx/LTSs/CWEB' yoshi@erdos:~/IME/www/2002i/CompII/exx/LTSs/CWEB$ ll total 124 -rw-r--r-- 1 yoshi yoshi 1194 Nov 24 1998 Makefile -rw-r--r-- 1 yoshi yoshi 376 May 5 21:18 driver.c -rw-r--r-- 1 yoshi yoshi 1358 May 5 21:18 radix.c -rw-r--r-- 1 yoshi yoshi 158 May 5 21:18 radix.h -rw-r--r-- 1 yoshi yoshi 11988 May 5 21:18 radix.o -rw-r--r-- 1 yoshi yoshi 84729 May 5 21:09 radix.ps -rw-rw-r-- 1 yoshi yoshi 6643 May 5 21:08 radix.w yoshi@erdos:~/IME/www/2002i/CompII/exx/LTSs/CWEB$ make driver.o gcc -g -lm -c driver.c gcc: -lm: linker input file unused since linking not done yoshi@erdos:~/IME/www/2002i/CompII/exx/LTSs/CWEB$ gcc driver.o radix.o yoshi@erdos:~/IME/www/2002i/CompII/exx/LTSs/CWEB$ a.out 10 1957747793 1804289383 1714636915 1681692777 1649760492 1189641421 846930886 719885386 596516649 424238335 yoshi@erdos:~/IME/www/2002i/CompII/exx/LTSs/CWEB$ time a.out 1000000 > /dev/null real 0m2.258s user 0m2.220s sys 0m0.030s yoshi@erdos:~/IME/www/2002i/CompII/exx/LTSs/CWEB$ time a.out 10000000 > /dev/null real 0m26.295s user 0m25.920s sys 0m0.320s yoshi@erdos:~/IME/www/2002i/CompII/exx/LTSs/CWEB$ time a.out 30000000 > /dev/null real 1m32.513s user 1m29.660s sys 0m0.740s yoshi@erdos:~/IME/www/2002i/CompII/exx/LTSs/CWEB$ make radix.dvi make radix.tex make[1]: Entering directory `/home/yoshi/IME/www/2002i/CompII/exx/LTSs/CWEB' cweave radix This is CWEAVE (Version 3.64) *1*11 Writing the output file...*1*11 Writing the index... Done. (No errors were found.) make[1]: Leaving directory `/home/yoshi/IME/www/2002i/CompII/exx/LTSs/CWEB' make radix.dvi make[1]: Entering directory `/home/yoshi/IME/www/2002i/CompII/exx/LTSs/CWEB' tex radix.tex This is TeX, Version 3.14159 (Web2C 7.3.1) (radix.tex (/usr/share/texmf/tex/plain/litprog/cwebmac.tex) (/home/yoshi/texfiles/inputs/acentos.tex) *1 [1] [2] [3] [4] *11 Index: (radix.idx) [5] Section names: (radix.scn) [6] Table of contents: (radix.toc) [0] ) Output written on radix.dvi (7 pages, 18512 bytes). Transcript written on radix.log. make[1]: Leaving directory `/home/yoshi/IME/www/2002i/CompII/exx/LTSs/CWEB' yoshi@erdos:~/IME/www/2002i/CompII/exx/LTSs/CWEB$ dvips radix.dvi -o radix.ps This is dvips(k) 5.86 Copyright 1999 Radical Eye Software (www.radicaleye.com) ' TeX output 2002.05.05:2122' -> radix.ps . [1] [2] [3] [4] [5] [6] [0] yoshi@erdos:~/IME/www/2002i/CompII/exx/LTSs/CWEB$ pdftex radix.tex This is pdfTeX, Version 3.14159-13d (Web2C 7.3.1) (radix.tex[/usr/share/texmf/pdftex/config/pdftex.cfg] Babel and hyphenation patterns for american, french, german, ngerman, n ohyphenation, loaded. (/usr/share/texmf/tex/plain/litprog/cwebmac.tex (/usr/share/texmf/pdftex/plain/misc/pdfcolor.tex)) (/home/yoshi/texfiles/inputs/acentos.tex) *1 [1[/usr/share/texmf/dvips/config/p dftex.map]] [2] [3] [4] *11 Index: (radix.idx) [5] Section names: (radix.toc) (radix.toc) (radix.scn) [6] Table of contents: (radix.toc) [0] ) Output written on radix.pdf (7 pages, 129008 bytes). Transcript written on radix.log. yoshi@erdos:~/IME/www/2002i/CompII/exx/LTSs/CWEB$ ll total 340 -rw-r--r-- 1 yoshi yoshi 1194 Nov 24 1998 Makefile -rwxr-xr-x 1 yoshi yoshi 20270 May 5 21:18 a.out* -rw-r--r-- 1 yoshi yoshi 376 May 5 21:18 driver.c -rw-r--r-- 1 yoshi yoshi 14668 May 5 21:18 driver.o -rw-r--r-- 1 yoshi yoshi 1358 May 5 21:18 radix.c -rw-r--r-- 1 yoshi yoshi 18512 May 5 21:22 radix.dvi -rw-r--r-- 1 yoshi yoshi 158 May 5 21:18 radix.h -rw-r--r-- 1 yoshi yoshi 539 May 5 21:22 radix.idx -rw-r--r-- 1 yoshi yoshi 1247 May 5 21:23 radix.log -rw-r--r-- 1 yoshi yoshi 11988 May 5 21:18 radix.o -rw-r--r-- 1 yoshi yoshi 129008 May 5 21:23 radix.pdf -rw-r--r-- 1 yoshi yoshi 84688 May 5 21:23 radix.ps -rw-r--r-- 1 yoshi yoshi 516 May 5 21:22 radix.scn -rw-r--r-- 1 yoshi yoshi 9142 May 5 21:22 radix.tex -rw-r--r-- 1 yoshi yoshi 105 May 5 21:23 radix.toc -rw-rw-r-- 1 yoshi yoshi 6643 May 5 21:08 radix.w yoshi@erdos:~/IME/www/2002i/CompII/exx/LTSs/CWEB$ make cclean make: *** No rule to make target `cclean'. Stop. yoshi@erdos:~/IME/www/2002i/CompII/exx/LTSs/CWEB$ make clean /bin/rm -f *~ \#~ .\#* *.o *.log *.dvi *.toc core a.out yoshi@erdos:~/IME/www/2002i/CompII/exx/LTSs/CWEB$