Zapis sesji konfiguracji i kompilacji generatora/parsera Bison. Skrypt do kompilacji w załączeniu.
soft@wega:~/bison% ./drf_bison-2.4.3_conf
cc: Sun C 5.10 SunOS_sparc 2009/06/03
usage: cc [ options] files. Use 'cc -flags' for details
MANPATH=/usr/local/share/man:/usr/local/man:/usr/share/man
PATH=/usr/local/bin:/usr/bin:/opt/SUNWspro/bin:/usr/ccs/bin
CFLAGS=-fast
CPPFLAGS=-I/usr/local/include
CXXFLAGS=-fast
LDFLAGS=-L/usr/local/lib -R/usr/local/lib
=============================================
dmake clean [y|n] ?
n
=============================================
configure [y|n] ?
y
...
config.status: executing tests/atconfig commands
=============================================
Kompilacja:
dmake [y|n] ?
y
dmake all-recursive
Making all in build-aux
Making all in po
Making all in runtime-po
Making all in lib
...
dmake all-am
Making all in tests
Making all in etc
Compilation successful
=============================================
Testowanie:
dmake check [y|n] ?
y
dmake check-recursive
Making check in build-aux
Making check in po
Making check in runtime-po
...
PASS: test
=============
1 test passed
=============
Making check in tests
dmake bison
`bison' is up to date.
dmake check-local
/bin/bash ./testsuite
## --------------------------- ##
## GNU Bison 2.4.3 test suite. ##
## --------------------------- ##
Input Processing.
1: Invalid $n and @n ok
2: Type Clashes ok
...
## ------------- ##
## Test results. ##
## ------------- ##
236 tests were successful.
7 tests were skipped.
Making check in etc
dmake install po przełączeniu na roota.
# bison --version
bison (GNU Bison) 2.4.3
Written by Robert Corbett and Richard Stallman.