tar -xf mathomatic-15.0.6.tar.bz2 cc -O2 -march=i486 -mtune=i686 -Wall -Wshadow -Wno-char-subscripts -O -DUNIX -DVERSION=\"`cat VERSION`\" -D__C99FEATURES__ -DREADLINE -c -o main.o main.c cc -O2 -march=i486 -mtune=i686 -Wall -Wshadow -Wno-char-subscripts -O -DUNIX -DVERSION=\"`cat VERSION`\" -D__C99FEATURES__ -DREADLINE -c -o globals.o globals.c cc -O2 -march=i486 -mtune=i686 -Wall -Wshadow -Wno-char-subscripts -O -DUNIX -DVERSION=\"`cat VERSION`\" -D__C99FEATURES__ -DREADLINE -c -o am.o am.c cc -O2 -march=i486 -mtune=i686 -Wall -Wshadow -Wno-char-subscripts -O -DUNIX -DVERSION=\"`cat VERSION`\" -D__C99FEATURES__ -DREADLINE -c -o solve.o solve.c cc -O2 -march=i486 -mtune=i686 -Wall -Wshadow -Wno-char-subscripts -O -DUNIX -DVERSION=\"`cat VERSION`\" -D__C99FEATURES__ -DREADLINE -c -o help.o help.c cc -O2 -march=i486 -mtune=i686 -Wall -Wshadow -Wno-char-subscripts -O -DUNIX -DVERSION=\"`cat VERSION`\" -D__C99FEATURES__ -DREADLINE -c -o parse.o parse.c cc -O2 -march=i486 -mtune=i686 -Wall -Wshadow -Wno-char-subscripts -O -DUNIX -DVERSION=\"`cat VERSION`\" -D__C99FEATURES__ -DREADLINE -c -o cmds.o cmds.c cc -O2 -march=i486 -mtune=i686 -Wall -Wshadow -Wno-char-subscripts -O -DUNIX -DVERSION=\"`cat VERSION`\" -D__C99FEATURES__ -DREADLINE -c -o simplify.o simplify.c cc -O2 -march=i486 -mtune=i686 -Wall -Wshadow -Wno-char-subscripts -O -DUNIX -DVERSION=\"`cat VERSION`\" -D__C99FEATURES__ -DREADLINE -c -o factor.o factor.c cc -O2 -march=i486 -mtune=i686 -Wall -Wshadow -Wno-char-subscripts -O -DUNIX -DVERSION=\"`cat VERSION`\" -D__C99FEATURES__ -DREADLINE -c -o super.o super.c cc -O2 -march=i486 -mtune=i686 -Wall -Wshadow -Wno-char-subscripts -O -DUNIX -DVERSION=\"`cat VERSION`\" -D__C99FEATURES__ -DREADLINE -c -o unfactor.o unfactor.c cc -O2 -march=i486 -mtune=i686 -Wall -Wshadow -Wno-char-subscripts -O -DUNIX -DVERSION=\"`cat VERSION`\" -D__C99FEATURES__ -DREADLINE -c -o poly.o poly.c cc -O2 -march=i486 -mtune=i686 -Wall -Wshadow -Wno-char-subscripts -O -DUNIX -DVERSION=\"`cat VERSION`\" -D__C99FEATURES__ -DREADLINE -c -o diff.o diff.c cc -O2 -march=i486 -mtune=i686 -Wall -Wshadow -Wno-char-subscripts -O -DUNIX -DVERSION=\"`cat VERSION`\" -D__C99FEATURES__ -DREADLINE -c -o integrate.o integrate.c cc -O2 -march=i486 -mtune=i686 -Wall -Wshadow -Wno-char-subscripts -O -DUNIX -DVERSION=\"`cat VERSION`\" -D__C99FEATURES__ -DREADLINE -c -o complex.o complex.c cc -O2 -march=i486 -mtune=i686 -Wall -Wshadow -Wno-char-subscripts -O -DUNIX -DVERSION=\"`cat VERSION`\" -D__C99FEATURES__ -DREADLINE -c -o complex_lib.o complex_lib.c cc -O2 -march=i486 -mtune=i686 -Wall -Wshadow -Wno-char-subscripts -O -DUNIX -DVERSION=\"`cat VERSION`\" -D__C99FEATURES__ -DREADLINE -c -o list.o list.c cc -O2 -march=i486 -mtune=i686 -Wall -Wshadow -Wno-char-subscripts -O -DUNIX -DVERSION=\"`cat VERSION`\" -D__C99FEATURES__ -DREADLINE -c -o gcd.o gcd.c cc -O2 -march=i486 -mtune=i686 -Wall -Wshadow -Wno-char-subscripts -O -DUNIX -DVERSION=\"`cat VERSION`\" -D__C99FEATURES__ -DREADLINE -c -o factor_int.o factor_int.c cc main.o globals.o am.o solve.o help.o parse.o cmds.o simplify.o factor.o super.o unfactor.o poly.o diff.o integrate.o complex.o complex_lib.o list.o gcd.o factor_int.o -lm -lreadline -lncurses -o mathomatic ./mathomatic created. Testing Mathomatic... cd tests && time ../mathomatic -t all 0<&- >test.out && diff -u all.out test.out && rm test.out real 0m1.908s user 0m1.265s sys 0m0.568s All tests passed. install -d /home/slackel/salix-current/mathomatic/pkg/usr/bin install -d /home/slackel/salix-current/mathomatic/pkg/usr/share/applications install -d /home/slackel/salix-current/mathomatic/pkg/usr/share/pixmaps install -m 0755 mathomatic /home/slackel/salix-current/mathomatic/pkg/usr/bin install -m 0644 icons/mathomatic.desktop /home/slackel/salix-current/mathomatic/pkg/usr/share/applications install -m 0644 icons/mathomatic.png /home/slackel/salix-current/mathomatic/pkg/usr/share/pixmaps install -d /home/slackel/salix-current/mathomatic/pkg/usr/man/man1 install -d /home/slackel/salix-current/mathomatic/pkg/usr/doc/mathomatic-15.0.6/mathomatic install -d /home/slackel/salix-current/mathomatic/pkg/usr/doc/mathomatic-15.0.6/mathomatic/html install -d /home/slackel/salix-current/mathomatic/pkg/usr/doc/mathomatic-15.0.6/mathomatic/m4 install -d /home/slackel/salix-current/mathomatic/pkg/usr/doc/mathomatic-15.0.6/mathomatic/tests install -d /home/slackel/salix-current/mathomatic/pkg/usr/doc/mathomatic-15.0.6/mathomatic/factorial install -m 0644 mathomatic.1 /home/slackel/salix-current/mathomatic/pkg/usr/man/man1 install -m 0644 VERSION AUTHORS COPYING README.txt changes.txt /home/slackel/salix-current/mathomatic/pkg/usr/doc/mathomatic-15.0.6/mathomatic install -m 0644 doc/* /home/slackel/salix-current/mathomatic/pkg/usr/doc/mathomatic-15.0.6/mathomatic/html install -m 0644 m4/* /home/slackel/salix-current/mathomatic/pkg/usr/doc/mathomatic-15.0.6/mathomatic/m4 install -m 0644 tests/* /home/slackel/salix-current/mathomatic/pkg/usr/doc/mathomatic-15.0.6/mathomatic/tests install -m 0644 factorial/* /home/slackel/salix-current/mathomatic/pkg/usr/doc/mathomatic-15.0.6/mathomatic/factorial Documentation is installed in /home/slackel/salix-current/mathomatic/pkg/usr/doc/mathomatic-15.0.6/mathomatic/html Type "mathomatic" to run Mathomatic. /home/slackel/salix-current/mathomatic/pkg: total 8 drwxr-xr-x 2 root root 4096 Apr 3 18:11 install drwxr-xr-x 7 root root 4096 Apr 3 18:11 usr /home/slackel/salix-current/mathomatic/pkg/install: total 4 -rw-r--r-- 1 root root 646 Apr 3 18:11 slack-desc /home/slackel/salix-current/mathomatic/pkg/usr: total 20 drwxr-xr-x 2 root root 4096 Apr 3 18:11 bin drwxr-xr-x 3 root root 4096 Apr 3 18:11 doc drwxr-xr-x 3 root root 4096 Apr 3 18:11 man drwxr-xr-x 5 root root 4096 Apr 3 18:11 share drwxr-xr-x 3 root root 4096 Apr 3 18:10 src /home/slackel/salix-current/mathomatic/pkg/usr/bin: total 196 -rwxr-xr-x 1 root root 192808 Apr 3 18:11 mathomatic /home/slackel/salix-current/mathomatic/pkg/usr/doc: total 4 drwxr-xr-x 3 root root 4096 Apr 3 18:11 mathomatic-15.0.6 /home/slackel/salix-current/mathomatic/pkg/usr/doc/mathomatic-15.0.6: total 4 drwxr-xr-x 6 root root 4096 Apr 3 18:11 mathomatic /home/slackel/salix-current/mathomatic/pkg/usr/doc/mathomatic-15.0.6/mathomatic: total 80 -rw-r--r-- 1 root root 958 Apr 3 18:11 AUTHORS -rw-r--r-- 1 root root 26430 Apr 3 18:11 COPYING -rw-r--r-- 1 root root 10764 Apr 3 18:11 README.txt -rw-r--r-- 1 root root 7 Apr 3 18:11 VERSION -rw-r--r-- 1 root root 15260 Apr 3 18:11 changes.txt drwxr-xr-x 2 root root 4096 Apr 3 18:11 factorial drwxr-xr-x 2 root root 4096 Apr 3 18:11 html drwxr-xr-x 2 root root 4096 Apr 3 18:11 m4 drwxr-xr-x 2 root root 4096 Apr 3 18:11 tests /home/slackel/salix-current/mathomatic/pkg/usr/doc/mathomatic-15.0.6/mathomatic/factorial: total 20 -rw-r--r-- 1 root root 385 Apr 3 18:11 README.txt -rw-r--r-- 1 root root 419 Apr 3 18:11 fact.c -rw-r--r-- 1 root root 606 Apr 3 18:11 fact.py -rw-r--r-- 1 root root 590 Apr 3 18:11 factorial -rw-r--r-- 1 root root 310 Apr 3 18:11 intfact.c /home/slackel/salix-current/mathomatic/pkg/usr/doc/mathomatic-15.0.6/mathomatic/html: total 160 -rw-r--r-- 1 root root 382 Apr 3 18:11 README.txt -rw-r--r-- 1 root root 70375 Apr 3 18:11 am.html -rw-r--r-- 1 root root 714 Apr 3 18:11 doc.css -rw-r--r-- 1 root root 318 Apr 3 18:11 favicon.ico -rw-r--r-- 1 root root 893 Apr 3 18:11 greenfade.png -rw-r--r-- 1 root root 1772 Apr 3 18:11 index.html -rw-r--r-- 1 root root 1174 Apr 3 18:11 led_circle_green.png -rw-r--r-- 1 root root 21387 Apr 3 18:11 manual.html -rw-r--r-- 1 root root 1445 Apr 3 18:11 matho-mult.1.html -rw-r--r-- 1 root root 1705 Apr 3 18:11 matho-pascal.1.html -rw-r--r-- 1 root root 2519 Apr 3 18:11 matho-primes.1.html -rw-r--r-- 1 root root 1812 Apr 3 18:11 matho-sumsq.1.html -rw-r--r-- 1 root root 8080 Apr 3 18:11 mathomatic.1.html -rw-r--r-- 1 root root 189 Apr 3 18:11 mathomatic16x16.png -rw-r--r-- 1 root root 2902 Apr 3 18:11 open_book_nae_02.png -rw-r--r-- 1 root root 1577 Apr 3 18:11 primorial.1.html /home/slackel/salix-current/mathomatic/pkg/usr/doc/mathomatic-15.0.6/mathomatic/m4: total 20 -rw-r--r-- 1 root root 1621 Apr 3 18:11 README.txt -rw-r--r-- 1 root root 2124 Apr 3 18:11 functions.m4 -rw-r--r-- 1 root root 600 Apr 3 18:11 matho -rw-r--r-- 1 root root 617 Apr 3 18:11 matho-install -rw-r--r-- 1 root root 519 Apr 3 18:11 rmath /home/slackel/salix-current/mathomatic/pkg/usr/doc/mathomatic-15.0.6/mathomatic/tests: total 256 -rw-r--r-- 1 root root 1914 Apr 3 18:11 README.txt -rw-r--r-- 1 root root 714 Apr 3 18:11 all.in -rw-r--r-- 1 root root 102047 Apr 3 18:11 all.out -rw-r--r-- 1 root root 428 Apr 3 18:11 circles.in -rw-r--r-- 1 root root 299 Apr 3 18:11 conversions.in -rw-r--r-- 1 root root 906 Apr 3 18:11 cubic.in -rw-r--r-- 1 root root 1052 Apr 3 18:11 david.in -rw-r--r-- 1 root root 900 Apr 3 18:11 demo.in -rw-r--r-- 1 root root 445 Apr 3 18:11 distance.in -rw-r--r-- 1 root root 432 Apr 3 18:11 electronics.in -rw-r--r-- 1 root root 593 Apr 3 18:11 ellipse.in -rw-r--r-- 1 root root 2344 Apr 3 18:11 examples.in -rw-r--r-- 1 root root 422 Apr 3 18:11 fibonacci.in -rw-r--r-- 1 root root 721 Apr 3 18:11 finance.in -rw-r--r-- 1 root root 538 Apr 3 18:11 fix1.in -rw-r--r-- 1 root root 347 Apr 3 18:11 fix2.in -rw-r--r-- 1 root root 202 Apr 3 18:11 fix5.in -rw-r--r-- 1 root root 370 Apr 3 18:11 fix7.in -rw-r--r-- 1 root root 283 Apr 3 18:11 fix8.in -rw-r--r-- 1 root root 238 Apr 3 18:11 fix9.in -rw-r--r-- 1 root root 400 Apr 3 18:11 fraction.in -rw-r--r-- 1 root root 865 Apr 3 18:11 geometry.in -rw-r--r-- 1 root root 1783 Apr 3 18:11 heron.in -rw-r--r-- 1 root root 1822 Apr 3 18:11 how_limit_works.in -rw-r--r-- 1 root root 456 Apr 3 18:11 hypertrig.in -rw-r--r-- 1 root root 729 Apr 3 18:11 limits.in -rw-r--r-- 1 root root 717 Apr 3 18:11 linear.in -rw-r--r-- 1 root root 584 Apr 3 18:11 pie.in -rw-r--r-- 1 root root 658 Apr 3 18:11 points.in -rw-r--r-- 1 root root 746 Apr 3 18:11 poly.in -rw-r--r-- 1 root root 475 Apr 3 18:11 pyth3d.in -rw-r--r-- 1 root root 574 Apr 3 18:11 radius.in -rw-r--r-- 1 root root 780 Apr 3 18:11 simplify.in -rw-r--r-- 1 root root 645 Apr 3 18:11 t -rw-r--r-- 1 root root 60 Apr 3 18:11 test.in -rw-r--r-- 1 root root 137 Apr 3 18:11 test1.in -rw-r--r-- 1 root root 142 Apr 3 18:11 test2.in -rw-r--r-- 1 root root 666 Apr 3 18:11 test6.in -rw-r--r-- 1 root root 752 Apr 3 18:11 trig.in /home/slackel/salix-current/mathomatic/pkg/usr/man: total 4 drwxr-xr-x 2 root root 4096 Apr 3 18:11 man1 /home/slackel/salix-current/mathomatic/pkg/usr/man/man1: total 4 -rw-r--r-- 1 root root 2699 Apr 3 18:11 mathomatic.1.gz /home/slackel/salix-current/mathomatic/pkg/usr/share: total 12 drwxr-xr-x 2 root root 4096 Apr 3 18:11 applications drwxr-xr-x 3 root root 4096 Apr 3 18:11 icons drwxr-xr-x 2 root root 4096 Apr 3 18:11 pixmaps /home/slackel/salix-current/mathomatic/pkg/usr/share/applications: total 4 -rw-r--r-- 1 root root 249 Apr 3 18:11 mathomatic.desktop /home/slackel/salix-current/mathomatic/pkg/usr/share/icons: total 4 drwxr-xr-x 3 root root 4096 Apr 3 18:11 hicolor /home/slackel/salix-current/mathomatic/pkg/usr/share/icons/hicolor: total 4 drwxr-xr-x 3 root root 4096 Apr 3 18:11 48x48 /home/slackel/salix-current/mathomatic/pkg/usr/share/icons/hicolor/48x48: total 4 drwxr-xr-x 2 root root 4096 Apr 3 18:11 apps /home/slackel/salix-current/mathomatic/pkg/usr/share/icons/hicolor/48x48/apps: total 4 -rw-r--r-- 1 root root 329 Apr 3 18:11 mathomatic.png /home/slackel/salix-current/mathomatic/pkg/usr/share/pixmaps: total 4 -rw-r--r-- 1 root root 329 Apr 3 18:11 mathomatic.png /home/slackel/salix-current/mathomatic/pkg/usr/src: total 4 drwxr-xr-x 2 root root 4096 Apr 3 18:11 mathomatic-15.0.6 /home/slackel/salix-current/mathomatic/pkg/usr/src/mathomatic-15.0.6: total 4 -rw-r--r-- 1 root root 1337 Apr 3 18:11 SLKBUILD Slackware package maker, version 3.14159. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /home/slackel/salix-current/mathomatic/mathomatic-15.0.6-i486-1dj.txz ./ usr/ usr/src/ usr/src/mathomatic-15.0.6/ usr/src/mathomatic-15.0.6/SLKBUILD usr/man/ usr/man/man1/ usr/man/man1/mathomatic.1.gz usr/doc/ usr/doc/mathomatic-15.0.6/ usr/doc/mathomatic-15.0.6/mathomatic/ usr/doc/mathomatic-15.0.6/mathomatic/m4/ usr/doc/mathomatic-15.0.6/mathomatic/m4/functions.m4 usr/doc/mathomatic-15.0.6/mathomatic/m4/rmath usr/doc/mathomatic-15.0.6/mathomatic/m4/matho usr/doc/mathomatic-15.0.6/mathomatic/m4/matho-install usr/doc/mathomatic-15.0.6/mathomatic/m4/README.txt usr/doc/mathomatic-15.0.6/mathomatic/changes.txt usr/doc/mathomatic-15.0.6/mathomatic/factorial/ usr/doc/mathomatic-15.0.6/mathomatic/factorial/fact.c usr/doc/mathomatic-15.0.6/mathomatic/factorial/factorial usr/doc/mathomatic-15.0.6/mathomatic/factorial/intfact.c usr/doc/mathomatic-15.0.6/mathomatic/factorial/fact.py usr/doc/mathomatic-15.0.6/mathomatic/factorial/README.txt usr/doc/mathomatic-15.0.6/mathomatic/tests/ usr/doc/mathomatic-15.0.6/mathomatic/tests/pie.in usr/doc/mathomatic-15.0.6/mathomatic/tests/geometry.in usr/doc/mathomatic-15.0.6/mathomatic/tests/fix7.in usr/doc/mathomatic-15.0.6/mathomatic/tests/david.in usr/doc/mathomatic-15.0.6/mathomatic/tests/distance.in usr/doc/mathomatic-15.0.6/mathomatic/tests/test2.in usr/doc/mathomatic-15.0.6/mathomatic/tests/demo.in usr/doc/mathomatic-15.0.6/mathomatic/tests/fraction.in usr/doc/mathomatic-15.0.6/mathomatic/tests/all.out usr/doc/mathomatic-15.0.6/mathomatic/tests/test6.in usr/doc/mathomatic-15.0.6/mathomatic/tests/fibonacci.in usr/doc/mathomatic-15.0.6/mathomatic/tests/ellipse.in usr/doc/mathomatic-15.0.6/mathomatic/tests/test1.in usr/doc/mathomatic-15.0.6/mathomatic/tests/radius.in usr/doc/mathomatic-15.0.6/mathomatic/tests/electronics.in usr/doc/mathomatic-15.0.6/mathomatic/tests/poly.in usr/doc/mathomatic-15.0.6/mathomatic/tests/conversions.in usr/doc/mathomatic-15.0.6/mathomatic/tests/limits.in usr/doc/mathomatic-15.0.6/mathomatic/tests/hypertrig.in usr/doc/mathomatic-15.0.6/mathomatic/tests/linear.in usr/doc/mathomatic-15.0.6/mathomatic/tests/t usr/doc/mathomatic-15.0.6/mathomatic/tests/all.in usr/doc/mathomatic-15.0.6/mathomatic/tests/test.in usr/doc/mathomatic-15.0.6/mathomatic/tests/examples.in usr/doc/mathomatic-15.0.6/mathomatic/tests/fix1.in usr/doc/mathomatic-15.0.6/mathomatic/tests/simplify.in usr/doc/mathomatic-15.0.6/mathomatic/tests/fix5.in usr/doc/mathomatic-15.0.6/mathomatic/tests/cubic.in usr/doc/mathomatic-15.0.6/mathomatic/tests/pyth3d.in usr/doc/mathomatic-15.0.6/mathomatic/tests/fix8.in usr/doc/mathomatic-15.0.6/mathomatic/tests/README.txt usr/doc/mathomatic-15.0.6/mathomatic/tests/trig.in usr/doc/mathomatic-15.0.6/mathomatic/tests/finance.in usr/doc/mathomatic-15.0.6/mathomatic/tests/how_limit_works.in usr/doc/mathomatic-15.0.6/mathomatic/tests/circles.in usr/doc/mathomatic-15.0.6/mathomatic/tests/heron.in usr/doc/mathomatic-15.0.6/mathomatic/tests/points.in usr/doc/mathomatic-15.0.6/mathomatic/tests/fix2.in usr/doc/mathomatic-15.0.6/mathomatic/tests/fix9.in usr/doc/mathomatic-15.0.6/mathomatic/AUTHORS usr/doc/mathomatic-15.0.6/mathomatic/COPYING usr/doc/mathomatic-15.0.6/mathomatic/README.txt usr/doc/mathomatic-15.0.6/mathomatic/html/ usr/doc/mathomatic-15.0.6/mathomatic/html/doc.css usr/doc/mathomatic-15.0.6/mathomatic/html/matho-pascal.1.html usr/doc/mathomatic-15.0.6/mathomatic/html/matho-mult.1.html usr/doc/mathomatic-15.0.6/mathomatic/html/am.html usr/doc/mathomatic-15.0.6/mathomatic/html/index.html usr/doc/mathomatic-15.0.6/mathomatic/html/led_circle_green.png usr/doc/mathomatic-15.0.6/mathomatic/html/matho-primes.1.html usr/doc/mathomatic-15.0.6/mathomatic/html/mathomatic16x16.png usr/doc/mathomatic-15.0.6/mathomatic/html/manual.html usr/doc/mathomatic-15.0.6/mathomatic/html/greenfade.png usr/doc/mathomatic-15.0.6/mathomatic/html/open_book_nae_02.png usr/doc/mathomatic-15.0.6/mathomatic/html/primorial.1.html usr/doc/mathomatic-15.0.6/mathomatic/html/README.txt usr/doc/mathomatic-15.0.6/mathomatic/html/favicon.ico usr/doc/mathomatic-15.0.6/mathomatic/html/matho-sumsq.1.html usr/doc/mathomatic-15.0.6/mathomatic/html/mathomatic.1.html usr/doc/mathomatic-15.0.6/mathomatic/VERSION usr/bin/ usr/bin/mathomatic usr/share/ usr/share/applications/ usr/share/applications/mathomatic.desktop usr/share/pixmaps/ usr/share/pixmaps/mathomatic.png usr/share/icons/ usr/share/icons/hicolor/ usr/share/icons/hicolor/48x48/ usr/share/icons/hicolor/48x48/apps/ usr/share/icons/hicolor/48x48/apps/mathomatic.png install/ install/slack-desc Slackware package /home/slackel/salix-current/mathomatic/mathomatic-15.0.6-i486-1dj.txz created. Package has been built. Cleaning pkg and src directories