cd src; ../conf_script Makefile Creating Makefile from Makefile.in cd src; make gcc -O -s makemsg.c -o makemsg ./makemsg ../msgs/mess.en gripedefs.h msg.c gcc -O -c -Wall -Wstrict-prototypes -Wmissing-prototypes -I. -DSTDC_HEADERS -DPOSIX -DDO_COMPRESS -DGREPSILENT=\'q\' man.c gcc -O -c -Wall -Wstrict-prototypes -Wmissing-prototypes -I. -DSTDC_HEADERS -DPOSIX -DDO_COMPRESS -DGREPSILENT=\'q\' manfile.c gcc -O -c -Wall -Wstrict-prototypes -Wmissing-prototypes -I. -DSTDC_HEADERS -DPOSIX -DDO_COMPRESS -DGREPSILENT=\'q\' manpath.c ../conf_script paths.h Creating paths.h from paths.h.in gcc -O -c -Wall -Wstrict-prototypes -Wmissing-prototypes -I. -DSTDC_HEADERS -DPOSIX -DDO_COMPRESS -DGREPSILENT=\'q\' man-config.c gcc -O -c -Wall -Wstrict-prototypes -Wmissing-prototypes -I. -DSTDC_HEADERS -DPOSIX -DDO_COMPRESS -DGREPSILENT=\'q\' man-getopt.c gcc -O -c -Wall -Wstrict-prototypes -Wmissing-prototypes -I. -DSTDC_HEADERS -DPOSIX -DDO_COMPRESS -DGREPSILENT=\'q\' to_cat.c gcc -O -c -Wall -Wstrict-prototypes -Wmissing-prototypes -I. -DSTDC_HEADERS -DPOSIX -DDO_COMPRESS -DGREPSILENT=\'q\' different.c ../conf_script ../catopen/catopen.c Creating ../catopen/catopen.c from ../catopen/catopen.c.in gcc -O -c -Wall -Wstrict-prototypes -Wmissing-prototypes -I. -DSTDC_HEADERS -DPOSIX -DDO_COMPRESS -DGREPSILENT=\'q\' gripes.c In file included from gripes.c:30: ../catopen/catopen.c: In function `my_catopen': ../catopen/catopen.c:49: warning: return makes pointer from integer without a cast gcc -O -c -Wall -I. -DSTDC_HEADERS -DPOSIX -DDO_COMPRESS -DGREPSILENT=\'q\' glob.c glob.c: In function `glob_vector': glob.c:336: warning: `name_vector' might be used uninitialized in this function gcc -O -c -Wall -Wstrict-prototypes -Wmissing-prototypes -I. -DSTDC_HEADERS -DPOSIX -DDO_COMPRESS -DGREPSILENT=\'q\' util.c util.c: In function `my_popen': util.c:203: warning: unused variable `r' gcc -O -c -Wall -Wstrict-prototypes -Wmissing-prototypes -I. -DSTDC_HEADERS -DPOSIX -DDO_COMPRESS -DGREPSILENT=\'q\' msg.c gcc -O -s -DGREPSILENT=\'q\' -o man man.o manfile.o manpath.o man-config.o man-getopt.o to_cat.o different.o gripes.o glob.o util.o msg.o ../conf_script man.conf Creating man.conf from man.conf.in rm -f apropos sed -e 's,%bindir%,/usr/local/bin,' \ -e 's,%pager%,/usr/local/bin/less -is,' -e 's,%manpathoption%,--path,' \ -e 's,%grepsilent%,q,' \ apropos.sh > apropos rm -f whatis sed -e 's,%bindir%,/usr/local/bin,' \ -e 's,%pager%,/usr/local/bin/less -is,' -e 's,%manpathoption%,--path,' \ -e 's,%grepsilent%,q,' \ whatis.sh > whatis rm -f makewhatis sed -e 's,%gawk%,,' makewhatis.sh > makewhatis cd man2html; ../conf_script Makefile Creating Makefile from Makefile.in cd man2html; make gcc -O -Wall -Wstrict-prototypes -Wmissing-prototypes -O -c -o man2html.o man2html.c gcc -O -Wall -Wstrict-prototypes -Wmissing-prototypes -O -c -o cgibase.o cgibase.c gcc -O -Wall -Wstrict-prototypes -Wmissing-prototypes -O -c -o abbrev.o abbrev.c abbrev.c: In function `lookup_abbrev': abbrev.c:58: warning: implicit declaration of function `strcmp' gcc -O -Wall -Wstrict-prototypes -Wmissing-prototypes -O -c -o strdefs.o strdefs.c gcc -O man2html.o cgibase.o abbrev.o strdefs.o -o man2html cd man; ../conf_script Makefile Creating Makefile from Makefile.in cd man; make subdirs ==== Making the english man pages. ==== Creating man.1 from man.1.in Creating whatis.1 from whatis.1.in Creating apropos.1 from apropos.1.in Creating man.conf.5 from man.conf.5.in for i in makewhatis; \ do if test -f $i.man; then make -f ../Makefile $i.8; fi; done make[3]: `makewhatis.8' is up to date. ==== Making the japanese man pages. ==== for i in makewhatis; \ do if test -f $i.man; then make -f ../Makefile $i.8; fi; done cd gencat; make cc -c -o gencat.o gencat.c gencat.c: In function `main': gencat.c:96: warning: return type of `main' is not `int' cc -c -o genlib.o genlib.c cc -o gencat gencat.o genlib.o strip gencat cd msgs; ../conf_script Makefile Creating Makefile from Makefile.in cd msgs; make if [ -f /usr/bin/gencat ]; then \ if gencat gencat.out gencat.in 2>/dev/null; then \ ln -s /usr/bin/gencat gencat; \ else \ cp gencat207fix.sh gencat; \ fi \ else \ ln -s ../gencat/gencat gencat; \ cd ../gencat; \ make; \ fi ==== Making mess.cs.cat ==== ==== Making mess.da.cat ==== ==== Making mess.de.cat ==== ==== Making mess.en.cat ==== ==== Making mess.es.cat ==== ==== Making mess.fi.cat ==== ==== Making mess.fr.cat ==== ==== Making mess.hr.cat ==== ==== Making mess.it.cat ==== ==== Making mess.ja_JP.ujis.cat ==== ==== Making mess.nl.cat ==== ==== Making mess.pl.cat ==== ==== Making mess.pt.cat ==== ==== Making mess.sl.cat ==== You can now do "make install"