summaryrefslogtreecommitdiff
path: root/support/word2x/transcript
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /support/word2x/transcript
Initial commit
Diffstat (limited to 'support/word2x/transcript')
-rw-r--r--support/word2x/transcript83
1 files changed, 83 insertions, 0 deletions
diff --git a/support/word2x/transcript b/support/word2x/transcript
new file mode 100644
index 0000000000..51842339c0
--- /dev/null
+++ b/support/word2x/transcript
@@ -0,0 +1,83 @@
+word2x build transcript
+Note: the prompts are simulated. All the rest is real.
+Simulation> ./configure
+creating cache ./config.cache
+checking for gcc... gcc
+checking whether the C compiler (gcc ) works... yes
+checking whether the C compiler (gcc ) is a cross-compiler... no
+checking whether we are using GNU C... yes
+checking whether gcc accepts -g... yes
+checking for c++... c++
+checking whether the C++ compiler (c++ ) works... yes
+checking whether the C++ compiler (c++ ) is a cross-compiler... no
+checking whether we are using GNU C++... yes
+checking whether c++ accepts -g... yes
+checking for ranlib... ranlib
+checking for a BSD compatible install... /usr/bin/install -c
+checking for getopt_long... yes
+checking how to run the C preprocessor... gcc -E
+checking for working alloca.h... yes
+checking for alloca... yes
+checking whether time.h and sys/time.h may both be included... yes
+checking whether struct tm is in sys/time.h or time.h... time.h
+checking header file for SEEK_SET... <stdio.h>
+checking for ANSI C header files... yes
+checking for ctype.h... yes
+checking for string.h... yes
+checking for strings.h... yes
+checking for time.h... yes
+checking for sys/time.h... yes
+checking for sys/stat.h... yes
+checking for unistd.h... yes
+checking for alloca.h... (cached) yes
+checking for strncasecmp... yes
+checking for strcasecmp... yes
+checking for strdup... yes
+checking for localtime... yes
+checking for fstat... yes
+checking for in -lsun... no
+checking if I know ld and c++ might not work together
+checking host system type... i686-pc-linux-gnu
+checking target system type... i686-pc-linux-gnu
+checking build system type... i686-pc-linux-gnu
+Using ld, as on i686-pc-linux-gnu I know ld and c++ mix
+updating cache ./config.cache
+creating ./config.status
+creating Makefile
+creating config.h
+Simulation> make all
+make[1]: Entering directory `/home/dps/word2x/word2x-0.002/word2x'
+c++ -g -Wall -DHAVE_CONFIG_H -c -o reader.o reader.cc
+c++ -g -Wall -DHAVE_CONFIG_H -c -o strip.o strip.cc
+c++ -g -Wall -DHAVE_CONFIG_H -c -o word2x.o word2x.cc
+c++ -g -Wall -DHAVE_CONFIG_H -c -o text-fmt.o text-fmt.cc
+c++ -g -Wall -DHAVE_CONFIG_H -c -o text-table.o text-table.cc
+ld -r -o fmt-text.o text-fmt.o text-table.o
+c++ -g -Wall -DHAVE_CONFIG_H -c -o latex-fmt.o latex-fmt.cc
+c++ -g -Wall -DHAVE_CONFIG_H -c -o latex-table.o latex-table.cc
+c++ -g -Wall -DHAVE_CONFIG_H -c -o latex-embed.o latex-embed.cc
+ld -r -o fmt-latex.o latex-fmt.o latex-table.o latex-embed.o
+c++ -g -Wall -DHAVE_CONFIG_H -c -o html-fmt.o html-fmt.cc
+c++ -g -Wall -DHAVE_CONFIG_H -c -o html-table.o html-table.cc
+c++ -g -Wall -DHAVE_CONFIG_H -c -o html-embed.o html-embed.cc
+ld -r -o fmt-html.o html-fmt.o html-table.o html-embed.o
+c++ -g -Wall -DHAVE_CONFIG_H -c -o dedate.o dedate.cc
+c++ -g -Wall -DHAVE_CONFIG_H -c -o deL1date.o deL1date.cc
+c++ -g -Wall -DHAVE_CONFIG_H -c -o deHTMLdate.o deHTMLdate.cc
+c++ -g -Wall -DHAVE_CONFIG_H -c -o ukdate.o ukdate.cc
+c++ -g -Wall -DHAVE_CONFIG_H -c -o usdate.o usdate.cc
+c++ -g -Wall -DHAVE_CONFIG_H -c -o wordwrap.o wordwrap.cc
+c++ -g -Wall -DHAVE_CONFIG_H -c -o nullproc.o nullproc.cc
+c++ -g -Wall -DHAVE_CONFIG_H -c -o tblock.o tblock.cc
+c++ -g -Wall -DHAVE_CONFIG_H -c -o scan_num.o scan_num.cc
+c++ -g -Wall -DHAVE_CONFIG_H -c -o map_chars.o map_chars.cc
+c++ -g -Wall -DHAVE_CONFIG_H -c -o col-align.o col-align.cc
+gcc -g -Wall -DHAVE_CONFIG_H -c compat.c -o compat.o
+gcc -g -Wall -DHAVE_CONFIG_H -c num_unit_probe.c -o num_unit_probe.o
+gcc -g -Wall -DHAVE_CONFIG_H -c part_num_probe.c -o part_num_probe.o
+ar rc liboutfmt.a wordwrap.o nullproc.o tblock.o scan_num.o map_chars.o col-align.o compat.o num_unit_probe.o part_num_probe.o
+ranlib liboutfmt.a
+c++ -o word2x reader.o strip.o word2x.o fmt-text.o fmt-latex.o fmt-html.o dedate.o deL1date.o deHTMLdate.o ukdate.o usdate.o liboutfmt.a
+c++ -g -Wall -DHAVE_CONFIG_H -c -o rtest2.o rtest2.cc
+g++ -o rtest2 rtest2.o reader.o strip.o tblock.o
+make[1]: Leaving directory `/home/dps/word2x/word2x-0.002/word2x'