Pratt 1.5.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.exrc +61 -0
- data/.gitignore +4 -0
- data/History.txt +6 -0
- data/Manifest.txt +46 -0
- data/Pratt.gemspec +351 -0
- data/README.txt +66 -0
- data/Rakefile +85 -0
- data/TODO +54 -0
- data/VERSION +1 -0
- data/bin/pratt.rb +13 -0
- data/config.rb +34 -0
- data/lib/pratt.rb +527 -0
- data/lib/pratt/array.rb +11 -0
- data/lib/pratt/string.rb +18 -0
- data/models/app.rb +40 -0
- data/models/customer.rb +24 -0
- data/models/payment.rb +22 -0
- data/models/pratt.rb +19 -0
- data/models/project.rb +82 -0
- data/models/whence.rb +70 -0
- data/pkgs/tile-0.8.2.tar.gz +0 -0
- data/pkgs/tile-0.8.2/ANNOUNCE.txt +95 -0
- data/pkgs/tile-0.8.2/ChangeLog +4651 -0
- data/pkgs/tile-0.8.2/Makefile +250 -0
- data/pkgs/tile-0.8.2/Makefile.in +250 -0
- data/pkgs/tile-0.8.2/README.txt +86 -0
- data/pkgs/tile-0.8.2/aclocal.m4 +2 -0
- data/pkgs/tile-0.8.2/altTheme.o +0 -0
- data/pkgs/tile-0.8.2/blink.o +0 -0
- data/pkgs/tile-0.8.2/button.o +0 -0
- data/pkgs/tile-0.8.2/cache.o +0 -0
- data/pkgs/tile-0.8.2/clamTheme.o +0 -0
- data/pkgs/tile-0.8.2/classicTheme.o +0 -0
- data/pkgs/tile-0.8.2/config.log +1330 -0
- data/pkgs/tile-0.8.2/config.status +795 -0
- data/pkgs/tile-0.8.2/configure +15248 -0
- data/pkgs/tile-0.8.2/configure.in +89 -0
- data/pkgs/tile-0.8.2/demos/autocomplete.tcl +59 -0
- data/pkgs/tile-0.8.2/demos/demo.tcl +870 -0
- data/pkgs/tile-0.8.2/demos/dirbrowser.tcl +167 -0
- data/pkgs/tile-0.8.2/demos/dlgtest.tcl +97 -0
- data/pkgs/tile-0.8.2/demos/iconlib.tcl +110 -0
- data/pkgs/tile-0.8.2/demos/repeater.tcl +117 -0
- data/pkgs/tile-0.8.2/demos/toolbutton.tcl +101 -0
- data/pkgs/tile-0.8.2/doc/Geometry.3 +230 -0
- data/pkgs/tile-0.8.2/doc/INDEX.MAP +153 -0
- data/pkgs/tile-0.8.2/doc/Makefile +36 -0
- data/pkgs/tile-0.8.2/doc/TILE.XML +45 -0
- data/pkgs/tile-0.8.2/doc/Theme.3 +34 -0
- data/pkgs/tile-0.8.2/doc/button.n +75 -0
- data/pkgs/tile-0.8.2/doc/checkbutton.n +61 -0
- data/pkgs/tile-0.8.2/doc/combobox.n +98 -0
- data/pkgs/tile-0.8.2/doc/converting.txt +97 -0
- data/pkgs/tile-0.8.2/doc/dialog.n +122 -0
- data/pkgs/tile-0.8.2/doc/entry.n +438 -0
- data/pkgs/tile-0.8.2/doc/frame.n +43 -0
- data/pkgs/tile-0.8.2/doc/html/Geometry.html +304 -0
- data/pkgs/tile-0.8.2/doc/html/Theme.html +48 -0
- data/pkgs/tile-0.8.2/doc/html/button.html +120 -0
- data/pkgs/tile-0.8.2/doc/html/category-index.html +18 -0
- data/pkgs/tile-0.8.2/doc/html/checkbutton.html +94 -0
- data/pkgs/tile-0.8.2/doc/html/combobox.html +164 -0
- data/pkgs/tile-0.8.2/doc/html/converting.txt +97 -0
- data/pkgs/tile-0.8.2/doc/html/dialog.html +159 -0
- data/pkgs/tile-0.8.2/doc/html/entry.html +613 -0
- data/pkgs/tile-0.8.2/doc/html/frame.html +76 -0
- data/pkgs/tile-0.8.2/doc/html/image.html +100 -0
- data/pkgs/tile-0.8.2/doc/html/index.html +25 -0
- data/pkgs/tile-0.8.2/doc/html/keyword-index.html +228 -0
- data/pkgs/tile-0.8.2/doc/html/label.html +133 -0
- data/pkgs/tile-0.8.2/doc/html/labelframe.html +91 -0
- data/pkgs/tile-0.8.2/doc/html/manpage.css +212 -0
- data/pkgs/tile-0.8.2/doc/html/menubutton.html +63 -0
- data/pkgs/tile-0.8.2/doc/html/notebook.html +280 -0
- data/pkgs/tile-0.8.2/doc/html/paned.html +149 -0
- data/pkgs/tile-0.8.2/doc/html/progressbar.html +138 -0
- data/pkgs/tile-0.8.2/doc/html/radiobutton.html +89 -0
- data/pkgs/tile-0.8.2/doc/html/scrollbar.html +221 -0
- data/pkgs/tile-0.8.2/doc/html/separator.html +48 -0
- data/pkgs/tile-0.8.2/doc/html/sizegrip.html +62 -0
- data/pkgs/tile-0.8.2/doc/html/style.html +172 -0
- data/pkgs/tile-0.8.2/doc/html/tile-intro.html +164 -0
- data/pkgs/tile-0.8.2/doc/html/treeview.html +634 -0
- data/pkgs/tile-0.8.2/doc/html/widget.html +342 -0
- data/pkgs/tile-0.8.2/doc/image.n +81 -0
- data/pkgs/tile-0.8.2/doc/internals.txt +409 -0
- data/pkgs/tile-0.8.2/doc/label.n +75 -0
- data/pkgs/tile-0.8.2/doc/labelframe.n +64 -0
- data/pkgs/tile-0.8.2/doc/man.macros +239 -0
- data/pkgs/tile-0.8.2/doc/menubutton.n +41 -0
- data/pkgs/tile-0.8.2/doc/notebook.n +188 -0
- data/pkgs/tile-0.8.2/doc/paned.n +95 -0
- data/pkgs/tile-0.8.2/doc/progressbar.n +79 -0
- data/pkgs/tile-0.8.2/doc/radiobutton.n +57 -0
- data/pkgs/tile-0.8.2/doc/scrollbar.n +160 -0
- data/pkgs/tile-0.8.2/doc/separator.n +30 -0
- data/pkgs/tile-0.8.2/doc/sizegrip.n +53 -0
- data/pkgs/tile-0.8.2/doc/style.n +119 -0
- data/pkgs/tile-0.8.2/doc/tile-intro.n +165 -0
- data/pkgs/tile-0.8.2/doc/tmml.options +4 -0
- data/pkgs/tile-0.8.2/doc/treeview.n +415 -0
- data/pkgs/tile-0.8.2/doc/widget.n +227 -0
- data/pkgs/tile-0.8.2/doc/xml/Geometry.tmml +379 -0
- data/pkgs/tile-0.8.2/doc/xml/INDEX.MAP +153 -0
- data/pkgs/tile-0.8.2/doc/xml/Theme.tmml +63 -0
- data/pkgs/tile-0.8.2/doc/xml/button.tmml +134 -0
- data/pkgs/tile-0.8.2/doc/xml/checkbutton.tmml +119 -0
- data/pkgs/tile-0.8.2/doc/xml/combobox.tmml +184 -0
- data/pkgs/tile-0.8.2/doc/xml/dialog.tmml +195 -0
- data/pkgs/tile-0.8.2/doc/xml/entry.tmml +630 -0
- data/pkgs/tile-0.8.2/doc/xml/frame.tmml +98 -0
- data/pkgs/tile-0.8.2/doc/xml/image.tmml +101 -0
- data/pkgs/tile-0.8.2/doc/xml/label.tmml +154 -0
- data/pkgs/tile-0.8.2/doc/xml/labelframe.tmml +116 -0
- data/pkgs/tile-0.8.2/doc/xml/menubutton.tmml +80 -0
- data/pkgs/tile-0.8.2/doc/xml/notebook.tmml +306 -0
- data/pkgs/tile-0.8.2/doc/xml/paned.tmml +154 -0
- data/pkgs/tile-0.8.2/doc/xml/progressbar.tmml +151 -0
- data/pkgs/tile-0.8.2/doc/xml/radiobutton.tmml +109 -0
- data/pkgs/tile-0.8.2/doc/xml/scrollbar.tmml +233 -0
- data/pkgs/tile-0.8.2/doc/xml/separator.tmml +59 -0
- data/pkgs/tile-0.8.2/doc/xml/sizegrip.tmml +82 -0
- data/pkgs/tile-0.8.2/doc/xml/style.tmml +171 -0
- data/pkgs/tile-0.8.2/doc/xml/tile-intro.tmml +192 -0
- data/pkgs/tile-0.8.2/doc/xml/treeview.tmml +604 -0
- data/pkgs/tile-0.8.2/doc/xml/widget.tmml +372 -0
- data/pkgs/tile-0.8.2/entry.o +0 -0
- data/pkgs/tile-0.8.2/frame.o +0 -0
- data/pkgs/tile-0.8.2/generic/Makefile.in +221 -0
- data/pkgs/tile-0.8.2/generic/TODO +493 -0
- data/pkgs/tile-0.8.2/generic/altTheme.c +1172 -0
- data/pkgs/tile-0.8.2/generic/blink.c +168 -0
- data/pkgs/tile-0.8.2/generic/button.c +858 -0
- data/pkgs/tile-0.8.2/generic/cache.c +354 -0
- data/pkgs/tile-0.8.2/generic/clamTheme.c +974 -0
- data/pkgs/tile-0.8.2/generic/classicTheme.c +518 -0
- data/pkgs/tile-0.8.2/generic/configure +10334 -0
- data/pkgs/tile-0.8.2/generic/configure.in +100 -0
- data/pkgs/tile-0.8.2/generic/entry.c +1922 -0
- data/pkgs/tile-0.8.2/generic/frame.c +648 -0
- data/pkgs/tile-0.8.2/generic/gunk.h +44 -0
- data/pkgs/tile-0.8.2/generic/image.c +416 -0
- data/pkgs/tile-0.8.2/generic/label.c +663 -0
- data/pkgs/tile-0.8.2/generic/layout.c +1215 -0
- data/pkgs/tile-0.8.2/generic/manager.c +554 -0
- data/pkgs/tile-0.8.2/generic/manager.h +91 -0
- data/pkgs/tile-0.8.2/generic/notebook.c +1380 -0
- data/pkgs/tile-0.8.2/generic/paned.c +958 -0
- data/pkgs/tile-0.8.2/generic/pkgIndex.tcl.in +7 -0
- data/pkgs/tile-0.8.2/generic/progress.c +549 -0
- data/pkgs/tile-0.8.2/generic/scale.c +526 -0
- data/pkgs/tile-0.8.2/generic/scroll.c +253 -0
- data/pkgs/tile-0.8.2/generic/scrollbar.c +346 -0
- data/pkgs/tile-0.8.2/generic/separator.c +132 -0
- data/pkgs/tile-0.8.2/generic/square.c +306 -0
- data/pkgs/tile-0.8.2/generic/tagset.c +147 -0
- data/pkgs/tile-0.8.2/generic/tile.c +296 -0
- data/pkgs/tile-0.8.2/generic/tkElements.c +1280 -0
- data/pkgs/tile-0.8.2/generic/tkTheme.c +1708 -0
- data/pkgs/tile-0.8.2/generic/tkTheme.h +419 -0
- data/pkgs/tile-0.8.2/generic/tkThemeInt.h +45 -0
- data/pkgs/tile-0.8.2/generic/tkstate.c +268 -0
- data/pkgs/tile-0.8.2/generic/trace.c +145 -0
- data/pkgs/tile-0.8.2/generic/track.c +174 -0
- data/pkgs/tile-0.8.2/generic/treeview.c +3211 -0
- data/pkgs/tile-0.8.2/generic/ttk.decls +154 -0
- data/pkgs/tile-0.8.2/generic/ttkDecls.h +340 -0
- data/pkgs/tile-0.8.2/generic/ttkStubInit.c +61 -0
- data/pkgs/tile-0.8.2/generic/ttkStubLib.c +70 -0
- data/pkgs/tile-0.8.2/generic/widget.c +785 -0
- data/pkgs/tile-0.8.2/generic/widget.h +263 -0
- data/pkgs/tile-0.8.2/image.o +0 -0
- data/pkgs/tile-0.8.2/label.o +0 -0
- data/pkgs/tile-0.8.2/layout.o +0 -0
- data/pkgs/tile-0.8.2/library/altTheme.tcl +101 -0
- data/pkgs/tile-0.8.2/library/aquaTheme.tcl +62 -0
- data/pkgs/tile-0.8.2/library/button.tcl +85 -0
- data/pkgs/tile-0.8.2/library/clamTheme.tcl +139 -0
- data/pkgs/tile-0.8.2/library/classicTheme.tcl +108 -0
- data/pkgs/tile-0.8.2/library/combobox.tcl +439 -0
- data/pkgs/tile-0.8.2/library/cursors.tcl +36 -0
- data/pkgs/tile-0.8.2/library/defaults.tcl +118 -0
- data/pkgs/tile-0.8.2/library/dialog.tcl +274 -0
- data/pkgs/tile-0.8.2/library/entry.tcl +580 -0
- data/pkgs/tile-0.8.2/library/fonts.tcl +153 -0
- data/pkgs/tile-0.8.2/library/icons.tcl +105 -0
- data/pkgs/tile-0.8.2/library/keynav.tcl +192 -0
- data/pkgs/tile-0.8.2/library/menubutton.tcl +171 -0
- data/pkgs/tile-0.8.2/library/notebook.tcl +193 -0
- data/pkgs/tile-0.8.2/library/paned.tcl +87 -0
- data/pkgs/tile-0.8.2/library/progress.tcl +51 -0
- data/pkgs/tile-0.8.2/library/scale.tcl +54 -0
- data/pkgs/tile-0.8.2/library/scrollbar.tcl +125 -0
- data/pkgs/tile-0.8.2/library/sizegrip.tcl +77 -0
- data/pkgs/tile-0.8.2/library/tile.tcl +211 -0
- data/pkgs/tile-0.8.2/library/treeview.tcl +382 -0
- data/pkgs/tile-0.8.2/library/utils.tcl +254 -0
- data/pkgs/tile-0.8.2/library/winTheme.tcl +77 -0
- data/pkgs/tile-0.8.2/library/xpTheme.tcl +63 -0
- data/pkgs/tile-0.8.2/libtile0.8.2.so +0 -0
- data/pkgs/tile-0.8.2/libttkstub.a +0 -0
- data/pkgs/tile-0.8.2/license.terms +24 -0
- data/pkgs/tile-0.8.2/macosx/aquaTheme.c +1076 -0
- data/pkgs/tile-0.8.2/manager.o +0 -0
- data/pkgs/tile-0.8.2/notebook.o +0 -0
- data/pkgs/tile-0.8.2/paned.o +0 -0
- data/pkgs/tile-0.8.2/pkgIndex.tcl +3 -0
- data/pkgs/tile-0.8.2/progress.o +0 -0
- data/pkgs/tile-0.8.2/scale.o +0 -0
- data/pkgs/tile-0.8.2/scroll.o +0 -0
- data/pkgs/tile-0.8.2/scrollbar.o +0 -0
- data/pkgs/tile-0.8.2/separator.o +0 -0
- data/pkgs/tile-0.8.2/tagset.o +0 -0
- data/pkgs/tile-0.8.2/tclconfig/install-sh +119 -0
- data/pkgs/tile-0.8.2/tclconfig/tcl.m4 +4069 -0
- data/pkgs/tile-0.8.2/tclconfig/teax.m4 +109 -0
- data/pkgs/tile-0.8.2/tests/all.tcl +18 -0
- data/pkgs/tile-0.8.2/tests/bwidget.test +103 -0
- data/pkgs/tile-0.8.2/tests/cbtest.tcl +125 -0
- data/pkgs/tile-0.8.2/tests/combobox.test +51 -0
- data/pkgs/tile-0.8.2/tests/compound.tcl +92 -0
- data/pkgs/tile-0.8.2/tests/entry.test +285 -0
- data/pkgs/tile-0.8.2/tests/entrytest.tcl +78 -0
- data/pkgs/tile-0.8.2/tests/image.test +94 -0
- data/pkgs/tile-0.8.2/tests/labelframe.tcl +41 -0
- data/pkgs/tile-0.8.2/tests/labelframe.test +137 -0
- data/pkgs/tile-0.8.2/tests/layout.test +33 -0
- data/pkgs/tile-0.8.2/tests/misc.test +35 -0
- data/pkgs/tile-0.8.2/tests/nbtest.tcl +66 -0
- data/pkgs/tile-0.8.2/tests/notebook.test +500 -0
- data/pkgs/tile-0.8.2/tests/paned.test +298 -0
- data/pkgs/tile-0.8.2/tests/progress.test +92 -0
- data/pkgs/tile-0.8.2/tests/pwtest.tcl +90 -0
- data/pkgs/tile-0.8.2/tests/sbtest.tcl +79 -0
- data/pkgs/tile-0.8.2/tests/scrollbar.test +77 -0
- data/pkgs/tile-0.8.2/tests/sgtest.tcl +52 -0
- data/pkgs/tile-0.8.2/tests/testutils.tcl +20 -0
- data/pkgs/tile-0.8.2/tests/tile.test +674 -0
- data/pkgs/tile-0.8.2/tests/treetags.test +78 -0
- data/pkgs/tile-0.8.2/tests/treeview.test +563 -0
- data/pkgs/tile-0.8.2/tests/tvtest.tcl +332 -0
- data/pkgs/tile-0.8.2/tests/validate.test +278 -0
- data/pkgs/tile-0.8.2/tile.o +0 -0
- data/pkgs/tile-0.8.2/tkElements.o +0 -0
- data/pkgs/tile-0.8.2/tkTheme.o +0 -0
- data/pkgs/tile-0.8.2/tkstate.o +0 -0
- data/pkgs/tile-0.8.2/tools/genStubs.tcl +861 -0
- data/pkgs/tile-0.8.2/trace.o +0 -0
- data/pkgs/tile-0.8.2/track.o +0 -0
- data/pkgs/tile-0.8.2/treeview.o +0 -0
- data/pkgs/tile-0.8.2/ttkStubInit.o +0 -0
- data/pkgs/tile-0.8.2/ttkStubLib.o +0 -0
- data/pkgs/tile-0.8.2/widget.o +0 -0
- data/pkgs/tile-0.8.2/win/Tile.dsp +261 -0
- data/pkgs/tile-0.8.2/win/makefile.vc +527 -0
- data/pkgs/tile-0.8.2/win/monitor.c +164 -0
- data/pkgs/tile-0.8.2/win/nmakehlp.c +483 -0
- data/pkgs/tile-0.8.2/win/rules.vc +512 -0
- data/pkgs/tile-0.8.2/win/tile.rc +40 -0
- data/pkgs/tile-0.8.2/win/winTheme.c +734 -0
- data/pkgs/tile-0.8.2/win/xpTheme.c +1029 -0
- data/spec/app_spec.rb +48 -0
- data/spec/customer_spec.rb +31 -0
- data/spec/fixtures/graph.expectation +18 -0
- data/spec/payment_spec.rb +19 -0
- data/spec/pratt_spec.rb +148 -0
- data/spec/project_spec.rb +163 -0
- data/spec/rcov.opts +0 -0
- data/spec/spec.opts +1 -0
- data/spec/spec_helper.rb +21 -0
- data/spec/whence_spec.rb +54 -0
- data/tasks/pratt.rb +84 -0
- data/templates/model.eruby +12 -0
- data/templates/spec.eruby +8 -0
- data/views/env.rb +22 -0
- data/views/graph.eruby +20 -0
- data/views/invoice.eruby +148 -0
- data/views/main.rb +92 -0
- data/views/pid.eruby +3 -0
- data/views/pop.rb +94 -0
- data/views/pop2.rb +75 -0
- data/views/raw.eruby +11 -0
- metadata +390 -0
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
|
|
2
|
+
README.txt,v 1.8 2006/08/26 16:59:08 jenglish Exp
|
|
3
|
+
|
|
4
|
+
~ About:
|
|
5
|
+
|
|
6
|
+
The Tile Widget Set is an experimental reimplementation of
|
|
7
|
+
some of the core Tk widgets. The primary purpose is
|
|
8
|
+
to generate ideas for how to build the next generation of Tk,
|
|
9
|
+
when the asteroid strikes and we prepare for the 9.0 release.
|
|
10
|
+
|
|
11
|
+
~ Features:
|
|
12
|
+
|
|
13
|
+
+ A revised and expanded version of the TIP #48 style engine
|
|
14
|
+
|
|
15
|
+
+ Native look and feel under Windows XP
|
|
16
|
+
|
|
17
|
+
+ Native L&F under other Windows versions
|
|
18
|
+
|
|
19
|
+
+ "Revitalized" look and feel under Unix
|
|
20
|
+
|
|
21
|
+
+ scrollbar, button, checkbutton, radiobutton, menubutton,
|
|
22
|
+
label, frame, and labelframe widgets, plus a partial
|
|
23
|
+
implementation of the scale widget
|
|
24
|
+
|
|
25
|
+
+ new notebook and progressbar widgets
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
~ Compiling:
|
|
29
|
+
|
|
30
|
+
You have your choice of not one, not two, but three, count'em three!
|
|
31
|
+
separate build systems to try! One of them is bound to work for you.
|
|
32
|
+
|
|
33
|
+
Jeff's TEA3-based build system: "./configure ; make ; make install"
|
|
34
|
+
in the top-level directory.
|
|
35
|
+
|
|
36
|
+
Joe's build system: "./configure ; make ; make install"
|
|
37
|
+
in the "generic" subdirectory. Also TEA-based, just done differently.
|
|
38
|
+
|
|
39
|
+
Pat's build system (Windows): "cd win ; nmake -f makefile.vc",
|
|
40
|
+
or use the Developer Studio Project File "Tile.dsp".
|
|
41
|
+
|
|
42
|
+
You can also compile in a separate build directory with
|
|
43
|
+
Joe's or Jeff's system, if that's what you're into.
|
|
44
|
+
|
|
45
|
+
*** NOTE ***
|
|
46
|
+
|
|
47
|
+
The tile package requires access to a few Tk internal routines.
|
|
48
|
+
These have been added to the private stubs table for Tk 8.5,
|
|
49
|
+
but for 8.4 you will need to link against the Tk 8.4 shared
|
|
50
|
+
library directly (import library on Windows).
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
~ Available themes:
|
|
54
|
+
|
|
55
|
+
The tile package contains the following built-in themes:
|
|
56
|
+
|
|
57
|
+
+ "classic", the classic Motif-style appearance
|
|
58
|
+
|
|
59
|
+
+ "default", a simpler, streamlined look for X11
|
|
60
|
+
|
|
61
|
+
+ "alt", a "revitalized" look and feel similar
|
|
62
|
+
to GTK+'s default theme and Windows NT appearance;
|
|
63
|
+
|
|
64
|
+
+ "winnative", which uses the native Win32 API to draw widgets
|
|
65
|
+
|
|
66
|
+
+ "xpnative", which uses the Windows XP "Visual Styles" API
|
|
67
|
+
|
|
68
|
+
+ "step", an experimental playground for testing
|
|
69
|
+
out new ideas, such as NeXTStep-style scrollbars.
|
|
70
|
+
|
|
71
|
+
There are some other themes in the "demos" subdirectory:
|
|
72
|
+
|
|
73
|
+
+ "blue", another experimental playground used to test out
|
|
74
|
+
the pixmap engine.
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
~ Availability
|
|
78
|
+
|
|
79
|
+
The tile widget set is currently hosted under the tktable project
|
|
80
|
+
at SourceForge:
|
|
81
|
+
|
|
82
|
+
<URL: http://tktable.sourceforge.net/ >
|
|
83
|
+
<URL: http://sourceforge.net/projects/tktable/ >
|
|
84
|
+
|
|
85
|
+
Sources are available under the 'tile' module in CVS.
|
|
86
|
+
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,1330 @@
|
|
|
1
|
+
This file contains any messages produced by compilers while
|
|
2
|
+
running configure, to aid debugging if configure makes a mistake.
|
|
3
|
+
|
|
4
|
+
It was created by tile configure 0.8.2, which was
|
|
5
|
+
generated by GNU Autoconf 2.59. Invocation command line was
|
|
6
|
+
|
|
7
|
+
$ ./configure
|
|
8
|
+
|
|
9
|
+
## --------- ##
|
|
10
|
+
## Platform. ##
|
|
11
|
+
## --------- ##
|
|
12
|
+
|
|
13
|
+
hostname = you
|
|
14
|
+
uname -m = i686
|
|
15
|
+
uname -r = 2.6.27-gentoo-r8
|
|
16
|
+
uname -s = Linux
|
|
17
|
+
uname -v = #4 SMP Wed Feb 11 23:50:54 PST 2009
|
|
18
|
+
|
|
19
|
+
/usr/bin/uname -p = Intel(R) Core(TM)2 CPU T5500 @ 1.66GHz
|
|
20
|
+
/bin/uname -X = unknown
|
|
21
|
+
|
|
22
|
+
/bin/arch = unknown
|
|
23
|
+
/usr/bin/arch -k = unknown
|
|
24
|
+
/usr/convex/getsysinfo = unknown
|
|
25
|
+
hostinfo = unknown
|
|
26
|
+
/bin/machine = unknown
|
|
27
|
+
/usr/bin/oslevel = unknown
|
|
28
|
+
/bin/universe = unknown
|
|
29
|
+
|
|
30
|
+
PATH: /home/scott/bin/
|
|
31
|
+
PATH: /usr/local/bin
|
|
32
|
+
PATH: /usr/bin
|
|
33
|
+
PATH: /bin
|
|
34
|
+
PATH: /opt/bin
|
|
35
|
+
PATH: /usr/i486-pc-linux-gnu/gcc-bin/4.1.2
|
|
36
|
+
PATH: /usr/i686-pc-linux-gnu/gcc-bin/4.1.2
|
|
37
|
+
PATH: /usr/qt/3/bin
|
|
38
|
+
PATH: /sbin
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
## ----------- ##
|
|
42
|
+
## Core tests. ##
|
|
43
|
+
## ----------- ##
|
|
44
|
+
|
|
45
|
+
configure:1358: checking for correct TEA configuration
|
|
46
|
+
configure:1377: result: ok (TEA 3.6)
|
|
47
|
+
configure:1472: checking for Tcl configuration
|
|
48
|
+
configure:1588: result: found /usr/lib/tclConfig.sh
|
|
49
|
+
configure:1594: checking for existence of /usr/lib/tclConfig.sh
|
|
50
|
+
configure:1598: result: loading
|
|
51
|
+
configure:1684: checking for Tk configuration
|
|
52
|
+
configure:1800: result: found /usr/lib/tkConfig.sh
|
|
53
|
+
configure:1806: checking for existence of /usr/lib/tkConfig.sh
|
|
54
|
+
configure:1810: result: loading
|
|
55
|
+
configure:1901: --prefix defaulting to TCL_PREFIX /usr
|
|
56
|
+
configure:1913: --exec-prefix defaulting to TCL_EXEC_PREFIX /usr
|
|
57
|
+
configure:1980: checking for gcc
|
|
58
|
+
configure:1996: found /usr/bin/gcc
|
|
59
|
+
configure:2006: result: gcc
|
|
60
|
+
configure:2250: checking for C compiler version
|
|
61
|
+
configure:2253: gcc --version </dev/null >&5
|
|
62
|
+
gcc (GCC) 4.1.2 (Gentoo 4.1.2 p1.3)
|
|
63
|
+
Copyright (C) 2006 Free Software Foundation, Inc.
|
|
64
|
+
This is free software; see the source for copying conditions. There is NO
|
|
65
|
+
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
66
|
+
|
|
67
|
+
configure:2256: $? = 0
|
|
68
|
+
configure:2258: gcc -v </dev/null >&5
|
|
69
|
+
Using built-in specs.
|
|
70
|
+
Target: i686-pc-linux-gnu
|
|
71
|
+
Configured with: /var/tmp/portage/sys-devel/gcc-4.1.2/work/gcc-4.1.2/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.1.2 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.2 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.2/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.1.2/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/include/g++-v4 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-multilib --enable-libmudflap --disable-libssp --disable-libgcj --with-arch=i686 --enable-languages=c,c++,treelang,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
|
|
72
|
+
Thread model: posix
|
|
73
|
+
gcc version 4.1.2 (Gentoo 4.1.2 p1.3)
|
|
74
|
+
configure:2261: $? = 0
|
|
75
|
+
configure:2263: gcc -V </dev/null >&5
|
|
76
|
+
gcc: '-V' option must have argument
|
|
77
|
+
configure:2266: $? = 1
|
|
78
|
+
configure:2289: checking for C compiler default output file name
|
|
79
|
+
configure:2292: gcc conftest.c >&5
|
|
80
|
+
configure:2295: $? = 0
|
|
81
|
+
configure:2341: result: a.out
|
|
82
|
+
configure:2346: checking whether the C compiler works
|
|
83
|
+
configure:2352: ./a.out
|
|
84
|
+
configure:2355: $? = 0
|
|
85
|
+
configure:2372: result: yes
|
|
86
|
+
configure:2379: checking whether we are cross compiling
|
|
87
|
+
configure:2381: result: no
|
|
88
|
+
configure:2384: checking for suffix of executables
|
|
89
|
+
configure:2386: gcc -o conftest conftest.c >&5
|
|
90
|
+
configure:2389: $? = 0
|
|
91
|
+
configure:2414: result:
|
|
92
|
+
configure:2420: checking for suffix of object files
|
|
93
|
+
configure:2441: gcc -c conftest.c >&5
|
|
94
|
+
configure:2444: $? = 0
|
|
95
|
+
configure:2466: result: o
|
|
96
|
+
configure:2470: checking whether we are using the GNU C compiler
|
|
97
|
+
configure:2494: gcc -c conftest.c >&5
|
|
98
|
+
configure:2500: $? = 0
|
|
99
|
+
configure:2504: test -z
|
|
100
|
+
|| test ! -s conftest.err
|
|
101
|
+
configure:2507: $? = 0
|
|
102
|
+
configure:2510: test -s conftest.o
|
|
103
|
+
configure:2513: $? = 0
|
|
104
|
+
configure:2526: result: yes
|
|
105
|
+
configure:2532: checking whether gcc accepts -g
|
|
106
|
+
configure:2553: gcc -c -g conftest.c >&5
|
|
107
|
+
configure:2559: $? = 0
|
|
108
|
+
configure:2563: test -z
|
|
109
|
+
|| test ! -s conftest.err
|
|
110
|
+
configure:2566: $? = 0
|
|
111
|
+
configure:2569: test -s conftest.o
|
|
112
|
+
configure:2572: $? = 0
|
|
113
|
+
configure:2583: result: yes
|
|
114
|
+
configure:2600: checking for gcc option to accept ANSI C
|
|
115
|
+
configure:2670: gcc -c conftest.c >&5
|
|
116
|
+
configure:2676: $? = 0
|
|
117
|
+
configure:2680: test -z
|
|
118
|
+
|| test ! -s conftest.err
|
|
119
|
+
configure:2683: $? = 0
|
|
120
|
+
configure:2686: test -s conftest.o
|
|
121
|
+
configure:2689: $? = 0
|
|
122
|
+
configure:2707: result: none needed
|
|
123
|
+
configure:2725: gcc -c conftest.c >&5
|
|
124
|
+
conftest.c:2: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'
|
|
125
|
+
configure:2731: $? = 1
|
|
126
|
+
configure: failed program was:
|
|
127
|
+
| #ifndef __cplusplus
|
|
128
|
+
| choke me
|
|
129
|
+
| #endif
|
|
130
|
+
configure:2869: checking how to run the C preprocessor
|
|
131
|
+
configure:2904: gcc -E conftest.c
|
|
132
|
+
configure:2910: $? = 0
|
|
133
|
+
configure:2942: gcc -E conftest.c
|
|
134
|
+
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
|
|
135
|
+
configure:2948: $? = 1
|
|
136
|
+
configure: failed program was:
|
|
137
|
+
| /* confdefs.h. */
|
|
138
|
+
|
|
|
139
|
+
| #define PACKAGE_NAME "tile"
|
|
140
|
+
| #define PACKAGE_TARNAME "tile"
|
|
141
|
+
| #define PACKAGE_VERSION "0.8.2"
|
|
142
|
+
| #define PACKAGE_STRING "tile 0.8.2"
|
|
143
|
+
| #define PACKAGE_BUGREPORT ""
|
|
144
|
+
| /* end confdefs.h. */
|
|
145
|
+
| #include <ac_nonexistent.h>
|
|
146
|
+
configure:2987: result: gcc -E
|
|
147
|
+
configure:3011: gcc -E conftest.c
|
|
148
|
+
configure:3017: $? = 0
|
|
149
|
+
configure:3049: gcc -E conftest.c
|
|
150
|
+
conftest.c:9:28: error: ac_nonexistent.h: No such file or directory
|
|
151
|
+
configure:3055: $? = 1
|
|
152
|
+
configure: failed program was:
|
|
153
|
+
| /* confdefs.h. */
|
|
154
|
+
|
|
|
155
|
+
| #define PACKAGE_NAME "tile"
|
|
156
|
+
| #define PACKAGE_TARNAME "tile"
|
|
157
|
+
| #define PACKAGE_VERSION "0.8.2"
|
|
158
|
+
| #define PACKAGE_STRING "tile 0.8.2"
|
|
159
|
+
| #define PACKAGE_BUGREPORT ""
|
|
160
|
+
| /* end confdefs.h. */
|
|
161
|
+
| #include <ac_nonexistent.h>
|
|
162
|
+
configure:3112: checking for a BSD-compatible install
|
|
163
|
+
configure:3167: result: /usr/bin/install -c
|
|
164
|
+
configure:3183: checking whether make sets $(MAKE)
|
|
165
|
+
configure:3203: result: yes
|
|
166
|
+
configure:3258: checking for ranlib
|
|
167
|
+
configure:3274: found /usr/bin/ranlib
|
|
168
|
+
configure:3285: result: ranlib
|
|
169
|
+
configure:3307: checking for egrep
|
|
170
|
+
configure:3317: result: grep -E
|
|
171
|
+
configure:3322: checking for ANSI C header files
|
|
172
|
+
configure:3347: gcc -c conftest.c >&5
|
|
173
|
+
configure:3353: $? = 0
|
|
174
|
+
configure:3357: test -z
|
|
175
|
+
|| test ! -s conftest.err
|
|
176
|
+
configure:3360: $? = 0
|
|
177
|
+
configure:3363: test -s conftest.o
|
|
178
|
+
configure:3366: $? = 0
|
|
179
|
+
configure:3455: gcc -o conftest conftest.c >&5
|
|
180
|
+
conftest.c: In function 'main':
|
|
181
|
+
conftest.c:26: warning: incompatible implicit declaration of built-in function 'exit'
|
|
182
|
+
configure:3458: $? = 0
|
|
183
|
+
configure:3460: ./conftest
|
|
184
|
+
configure:3463: $? = 0
|
|
185
|
+
configure:3478: result: yes
|
|
186
|
+
configure:3502: checking for sys/types.h
|
|
187
|
+
configure:3518: gcc -c conftest.c >&5
|
|
188
|
+
configure:3524: $? = 0
|
|
189
|
+
configure:3528: test -z
|
|
190
|
+
|| test ! -s conftest.err
|
|
191
|
+
configure:3531: $? = 0
|
|
192
|
+
configure:3534: test -s conftest.o
|
|
193
|
+
configure:3537: $? = 0
|
|
194
|
+
configure:3548: result: yes
|
|
195
|
+
configure:3502: checking for sys/stat.h
|
|
196
|
+
configure:3518: gcc -c conftest.c >&5
|
|
197
|
+
configure:3524: $? = 0
|
|
198
|
+
configure:3528: test -z
|
|
199
|
+
|| test ! -s conftest.err
|
|
200
|
+
configure:3531: $? = 0
|
|
201
|
+
configure:3534: test -s conftest.o
|
|
202
|
+
configure:3537: $? = 0
|
|
203
|
+
configure:3548: result: yes
|
|
204
|
+
configure:3502: checking for stdlib.h
|
|
205
|
+
configure:3518: gcc -c conftest.c >&5
|
|
206
|
+
configure:3524: $? = 0
|
|
207
|
+
configure:3528: test -z
|
|
208
|
+
|| test ! -s conftest.err
|
|
209
|
+
configure:3531: $? = 0
|
|
210
|
+
configure:3534: test -s conftest.o
|
|
211
|
+
configure:3537: $? = 0
|
|
212
|
+
configure:3548: result: yes
|
|
213
|
+
configure:3502: checking for string.h
|
|
214
|
+
configure:3518: gcc -c conftest.c >&5
|
|
215
|
+
configure:3524: $? = 0
|
|
216
|
+
configure:3528: test -z
|
|
217
|
+
|| test ! -s conftest.err
|
|
218
|
+
configure:3531: $? = 0
|
|
219
|
+
configure:3534: test -s conftest.o
|
|
220
|
+
configure:3537: $? = 0
|
|
221
|
+
configure:3548: result: yes
|
|
222
|
+
configure:3502: checking for memory.h
|
|
223
|
+
configure:3518: gcc -c conftest.c >&5
|
|
224
|
+
configure:3524: $? = 0
|
|
225
|
+
configure:3528: test -z
|
|
226
|
+
|| test ! -s conftest.err
|
|
227
|
+
configure:3531: $? = 0
|
|
228
|
+
configure:3534: test -s conftest.o
|
|
229
|
+
configure:3537: $? = 0
|
|
230
|
+
configure:3548: result: yes
|
|
231
|
+
configure:3502: checking for strings.h
|
|
232
|
+
configure:3518: gcc -c conftest.c >&5
|
|
233
|
+
configure:3524: $? = 0
|
|
234
|
+
configure:3528: test -z
|
|
235
|
+
|| test ! -s conftest.err
|
|
236
|
+
configure:3531: $? = 0
|
|
237
|
+
configure:3534: test -s conftest.o
|
|
238
|
+
configure:3537: $? = 0
|
|
239
|
+
configure:3548: result: yes
|
|
240
|
+
configure:3502: checking for inttypes.h
|
|
241
|
+
configure:3518: gcc -c conftest.c >&5
|
|
242
|
+
configure:3524: $? = 0
|
|
243
|
+
configure:3528: test -z
|
|
244
|
+
|| test ! -s conftest.err
|
|
245
|
+
configure:3531: $? = 0
|
|
246
|
+
configure:3534: test -s conftest.o
|
|
247
|
+
configure:3537: $? = 0
|
|
248
|
+
configure:3548: result: yes
|
|
249
|
+
configure:3502: checking for stdint.h
|
|
250
|
+
configure:3518: gcc -c conftest.c >&5
|
|
251
|
+
configure:3524: $? = 0
|
|
252
|
+
configure:3528: test -z
|
|
253
|
+
|| test ! -s conftest.err
|
|
254
|
+
configure:3531: $? = 0
|
|
255
|
+
configure:3534: test -s conftest.o
|
|
256
|
+
configure:3537: $? = 0
|
|
257
|
+
configure:3548: result: yes
|
|
258
|
+
configure:3502: checking for unistd.h
|
|
259
|
+
configure:3518: gcc -c conftest.c >&5
|
|
260
|
+
configure:3524: $? = 0
|
|
261
|
+
configure:3528: test -z
|
|
262
|
+
|| test ! -s conftest.err
|
|
263
|
+
configure:3531: $? = 0
|
|
264
|
+
configure:3534: test -s conftest.o
|
|
265
|
+
configure:3537: $? = 0
|
|
266
|
+
configure:3548: result: yes
|
|
267
|
+
configure:3570: checking if the compiler understands -pipe
|
|
268
|
+
configure:3593: gcc -c -pipe conftest.c >&5
|
|
269
|
+
configure:3599: $? = 0
|
|
270
|
+
configure:3603: test -z
|
|
271
|
+
|| test ! -s conftest.err
|
|
272
|
+
configure:3606: $? = 0
|
|
273
|
+
configure:3609: test -s conftest.o
|
|
274
|
+
configure:3612: $? = 0
|
|
275
|
+
configure:3624: result: yes
|
|
276
|
+
configure:3635: checking whether byte ordering is bigendian
|
|
277
|
+
configure:3662: gcc -c -pipe conftest.c >&5
|
|
278
|
+
configure:3668: $? = 0
|
|
279
|
+
configure:3672: test -z
|
|
280
|
+
|| test ! -s conftest.err
|
|
281
|
+
configure:3675: $? = 0
|
|
282
|
+
configure:3678: test -s conftest.o
|
|
283
|
+
configure:3681: $? = 0
|
|
284
|
+
configure:3705: gcc -c -pipe conftest.c >&5
|
|
285
|
+
conftest.c: In function 'main':
|
|
286
|
+
conftest.c:26: error: 'not' undeclared (first use in this function)
|
|
287
|
+
conftest.c:26: error: (Each undeclared identifier is reported only once
|
|
288
|
+
conftest.c:26: error: for each function it appears in.)
|
|
289
|
+
conftest.c:26: error: expected ';' before 'big'
|
|
290
|
+
configure:3711: $? = 1
|
|
291
|
+
configure: failed program was:
|
|
292
|
+
| /* confdefs.h. */
|
|
293
|
+
|
|
|
294
|
+
| #define PACKAGE_NAME "tile"
|
|
295
|
+
| #define PACKAGE_TARNAME "tile"
|
|
296
|
+
| #define PACKAGE_VERSION "0.8.2"
|
|
297
|
+
| #define PACKAGE_STRING "tile 0.8.2"
|
|
298
|
+
| #define PACKAGE_BUGREPORT ""
|
|
299
|
+
| #define STDC_HEADERS 1
|
|
300
|
+
| #define HAVE_SYS_TYPES_H 1
|
|
301
|
+
| #define HAVE_SYS_STAT_H 1
|
|
302
|
+
| #define HAVE_STDLIB_H 1
|
|
303
|
+
| #define HAVE_STRING_H 1
|
|
304
|
+
| #define HAVE_MEMORY_H 1
|
|
305
|
+
| #define HAVE_STRINGS_H 1
|
|
306
|
+
| #define HAVE_INTTYPES_H 1
|
|
307
|
+
| #define HAVE_STDINT_H 1
|
|
308
|
+
| #define HAVE_UNISTD_H 1
|
|
309
|
+
| /* end confdefs.h. */
|
|
310
|
+
| #include <sys/types.h>
|
|
311
|
+
| #include <sys/param.h>
|
|
312
|
+
|
|
|
313
|
+
| int
|
|
314
|
+
| main ()
|
|
315
|
+
| {
|
|
316
|
+
| #if BYTE_ORDER != BIG_ENDIAN
|
|
317
|
+
| not big endian
|
|
318
|
+
| #endif
|
|
319
|
+
|
|
|
320
|
+
| ;
|
|
321
|
+
| return 0;
|
|
322
|
+
| }
|
|
323
|
+
configure:3846: result: no
|
|
324
|
+
configure:3874: checking for sin
|
|
325
|
+
configure:3931: gcc -o conftest -pipe conftest.c >&5
|
|
326
|
+
conftest.c:43: warning: conflicting types for built-in function 'sin'
|
|
327
|
+
/tmp/cczGxbnT.o: In function `main':
|
|
328
|
+
conftest.c:(.text+0x14): undefined reference to `sin'
|
|
329
|
+
/tmp/cczGxbnT.o:(.data+0x0): undefined reference to `sin'
|
|
330
|
+
collect2: ld returned 1 exit status
|
|
331
|
+
configure:3937: $? = 1
|
|
332
|
+
configure: failed program was:
|
|
333
|
+
| /* confdefs.h. */
|
|
334
|
+
|
|
|
335
|
+
| #define PACKAGE_NAME "tile"
|
|
336
|
+
| #define PACKAGE_TARNAME "tile"
|
|
337
|
+
| #define PACKAGE_VERSION "0.8.2"
|
|
338
|
+
| #define PACKAGE_STRING "tile 0.8.2"
|
|
339
|
+
| #define PACKAGE_BUGREPORT ""
|
|
340
|
+
| #define STDC_HEADERS 1
|
|
341
|
+
| #define HAVE_SYS_TYPES_H 1
|
|
342
|
+
| #define HAVE_SYS_STAT_H 1
|
|
343
|
+
| #define HAVE_STDLIB_H 1
|
|
344
|
+
| #define HAVE_STRING_H 1
|
|
345
|
+
| #define HAVE_MEMORY_H 1
|
|
346
|
+
| #define HAVE_STRINGS_H 1
|
|
347
|
+
| #define HAVE_INTTYPES_H 1
|
|
348
|
+
| #define HAVE_STDINT_H 1
|
|
349
|
+
| #define HAVE_UNISTD_H 1
|
|
350
|
+
| /* end confdefs.h. */
|
|
351
|
+
| /* Define sin to an innocuous variant, in case <limits.h> declares sin.
|
|
352
|
+
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
|
|
353
|
+
| #define sin innocuous_sin
|
|
354
|
+
|
|
|
355
|
+
| /* System header to define __stub macros and hopefully few prototypes,
|
|
356
|
+
| which can conflict with char sin (); below.
|
|
357
|
+
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|
|
358
|
+
| <limits.h> exists even on freestanding compilers. */
|
|
359
|
+
|
|
|
360
|
+
| #ifdef __STDC__
|
|
361
|
+
| # include <limits.h>
|
|
362
|
+
| #else
|
|
363
|
+
| # include <assert.h>
|
|
364
|
+
| #endif
|
|
365
|
+
|
|
|
366
|
+
| #undef sin
|
|
367
|
+
|
|
|
368
|
+
| /* Override any gcc2 internal prototype to avoid an error. */
|
|
369
|
+
| #ifdef __cplusplus
|
|
370
|
+
| extern "C"
|
|
371
|
+
| {
|
|
372
|
+
| #endif
|
|
373
|
+
| /* We use char because int might match the return type of a gcc2
|
|
374
|
+
| builtin and then its argument prototype would still apply. */
|
|
375
|
+
| char sin ();
|
|
376
|
+
| /* The GNU C library defines this for functions which it implements
|
|
377
|
+
| to always fail with ENOSYS. Some functions are actually named
|
|
378
|
+
| something starting with __ and the normal name is an alias. */
|
|
379
|
+
| #if defined (__stub_sin) || defined (__stub___sin)
|
|
380
|
+
| choke me
|
|
381
|
+
| #else
|
|
382
|
+
| char (*f) () = sin;
|
|
383
|
+
| #endif
|
|
384
|
+
| #ifdef __cplusplus
|
|
385
|
+
| }
|
|
386
|
+
| #endif
|
|
387
|
+
|
|
|
388
|
+
| int
|
|
389
|
+
| main ()
|
|
390
|
+
| {
|
|
391
|
+
| return f != sin;
|
|
392
|
+
| ;
|
|
393
|
+
| return 0;
|
|
394
|
+
| }
|
|
395
|
+
configure:3962: result: no
|
|
396
|
+
configure:3970: checking for main in -lieee
|
|
397
|
+
configure:3994: gcc -o conftest -pipe conftest.c -lieee >&5
|
|
398
|
+
configure:4000: $? = 0
|
|
399
|
+
configure:4004: test -z
|
|
400
|
+
|| test ! -s conftest.err
|
|
401
|
+
configure:4007: $? = 0
|
|
402
|
+
configure:4010: test -s conftest
|
|
403
|
+
configure:4013: $? = 0
|
|
404
|
+
configure:4026: result: yes
|
|
405
|
+
configure:4038: checking for main in -linet
|
|
406
|
+
configure:4062: gcc -o conftest -pipe conftest.c -linet >&5
|
|
407
|
+
/usr/lib/gcc/i686-pc-linux-gnu/4.1.2/../../../../i686-pc-linux-gnu/bin/ld: cannot find -linet
|
|
408
|
+
collect2: ld returned 1 exit status
|
|
409
|
+
configure:4068: $? = 1
|
|
410
|
+
configure: failed program was:
|
|
411
|
+
| /* confdefs.h. */
|
|
412
|
+
|
|
|
413
|
+
| #define PACKAGE_NAME "tile"
|
|
414
|
+
| #define PACKAGE_TARNAME "tile"
|
|
415
|
+
| #define PACKAGE_VERSION "0.8.2"
|
|
416
|
+
| #define PACKAGE_STRING "tile 0.8.2"
|
|
417
|
+
| #define PACKAGE_BUGREPORT ""
|
|
418
|
+
| #define STDC_HEADERS 1
|
|
419
|
+
| #define HAVE_SYS_TYPES_H 1
|
|
420
|
+
| #define HAVE_SYS_STAT_H 1
|
|
421
|
+
| #define HAVE_STDLIB_H 1
|
|
422
|
+
| #define HAVE_STRING_H 1
|
|
423
|
+
| #define HAVE_MEMORY_H 1
|
|
424
|
+
| #define HAVE_STRINGS_H 1
|
|
425
|
+
| #define HAVE_INTTYPES_H 1
|
|
426
|
+
| #define HAVE_STDINT_H 1
|
|
427
|
+
| #define HAVE_UNISTD_H 1
|
|
428
|
+
| /* end confdefs.h. */
|
|
429
|
+
|
|
|
430
|
+
|
|
|
431
|
+
| int
|
|
432
|
+
| main ()
|
|
433
|
+
| {
|
|
434
|
+
| main ();
|
|
435
|
+
| ;
|
|
436
|
+
| return 0;
|
|
437
|
+
| }
|
|
438
|
+
configure:4094: result: no
|
|
439
|
+
configure:4110: checking net/errno.h usability
|
|
440
|
+
configure:4122: gcc -c -pipe conftest.c >&5
|
|
441
|
+
conftest.c:53:23: error: net/errno.h: No such file or directory
|
|
442
|
+
configure:4128: $? = 1
|
|
443
|
+
configure: failed program was:
|
|
444
|
+
| /* confdefs.h. */
|
|
445
|
+
|
|
|
446
|
+
| #define PACKAGE_NAME "tile"
|
|
447
|
+
| #define PACKAGE_TARNAME "tile"
|
|
448
|
+
| #define PACKAGE_VERSION "0.8.2"
|
|
449
|
+
| #define PACKAGE_STRING "tile 0.8.2"
|
|
450
|
+
| #define PACKAGE_BUGREPORT ""
|
|
451
|
+
| #define STDC_HEADERS 1
|
|
452
|
+
| #define HAVE_SYS_TYPES_H 1
|
|
453
|
+
| #define HAVE_SYS_STAT_H 1
|
|
454
|
+
| #define HAVE_STDLIB_H 1
|
|
455
|
+
| #define HAVE_STRING_H 1
|
|
456
|
+
| #define HAVE_MEMORY_H 1
|
|
457
|
+
| #define HAVE_STRINGS_H 1
|
|
458
|
+
| #define HAVE_INTTYPES_H 1
|
|
459
|
+
| #define HAVE_STDINT_H 1
|
|
460
|
+
| #define HAVE_UNISTD_H 1
|
|
461
|
+
| /* end confdefs.h. */
|
|
462
|
+
| #include <stdio.h>
|
|
463
|
+
| #if HAVE_SYS_TYPES_H
|
|
464
|
+
| # include <sys/types.h>
|
|
465
|
+
| #endif
|
|
466
|
+
| #if HAVE_SYS_STAT_H
|
|
467
|
+
| # include <sys/stat.h>
|
|
468
|
+
| #endif
|
|
469
|
+
| #if STDC_HEADERS
|
|
470
|
+
| # include <stdlib.h>
|
|
471
|
+
| # include <stddef.h>
|
|
472
|
+
| #else
|
|
473
|
+
| # if HAVE_STDLIB_H
|
|
474
|
+
| # include <stdlib.h>
|
|
475
|
+
| # endif
|
|
476
|
+
| #endif
|
|
477
|
+
| #if HAVE_STRING_H
|
|
478
|
+
| # if !STDC_HEADERS && HAVE_MEMORY_H
|
|
479
|
+
| # include <memory.h>
|
|
480
|
+
| # endif
|
|
481
|
+
| # include <string.h>
|
|
482
|
+
| #endif
|
|
483
|
+
| #if HAVE_STRINGS_H
|
|
484
|
+
| # include <strings.h>
|
|
485
|
+
| #endif
|
|
486
|
+
| #if HAVE_INTTYPES_H
|
|
487
|
+
| # include <inttypes.h>
|
|
488
|
+
| #else
|
|
489
|
+
| # if HAVE_STDINT_H
|
|
490
|
+
| # include <stdint.h>
|
|
491
|
+
| # endif
|
|
492
|
+
| #endif
|
|
493
|
+
| #if HAVE_UNISTD_H
|
|
494
|
+
| # include <unistd.h>
|
|
495
|
+
| #endif
|
|
496
|
+
| #include <net/errno.h>
|
|
497
|
+
configure:4151: result: no
|
|
498
|
+
configure:4155: checking net/errno.h presence
|
|
499
|
+
configure:4165: gcc -E conftest.c
|
|
500
|
+
conftest.c:19:23: error: net/errno.h: No such file or directory
|
|
501
|
+
configure:4171: $? = 1
|
|
502
|
+
configure: failed program was:
|
|
503
|
+
| /* confdefs.h. */
|
|
504
|
+
|
|
|
505
|
+
| #define PACKAGE_NAME "tile"
|
|
506
|
+
| #define PACKAGE_TARNAME "tile"
|
|
507
|
+
| #define PACKAGE_VERSION "0.8.2"
|
|
508
|
+
| #define PACKAGE_STRING "tile 0.8.2"
|
|
509
|
+
| #define PACKAGE_BUGREPORT ""
|
|
510
|
+
| #define STDC_HEADERS 1
|
|
511
|
+
| #define HAVE_SYS_TYPES_H 1
|
|
512
|
+
| #define HAVE_SYS_STAT_H 1
|
|
513
|
+
| #define HAVE_STDLIB_H 1
|
|
514
|
+
| #define HAVE_STRING_H 1
|
|
515
|
+
| #define HAVE_MEMORY_H 1
|
|
516
|
+
| #define HAVE_STRINGS_H 1
|
|
517
|
+
| #define HAVE_INTTYPES_H 1
|
|
518
|
+
| #define HAVE_STDINT_H 1
|
|
519
|
+
| #define HAVE_UNISTD_H 1
|
|
520
|
+
| /* end confdefs.h. */
|
|
521
|
+
| #include <net/errno.h>
|
|
522
|
+
configure:4191: result: no
|
|
523
|
+
configure:4226: checking for net/errno.h
|
|
524
|
+
configure:4233: result: no
|
|
525
|
+
configure:4267: checking for connect
|
|
526
|
+
configure:4324: gcc -o conftest -pipe conftest.c >&5
|
|
527
|
+
configure:4330: $? = 0
|
|
528
|
+
configure:4334: test -z
|
|
529
|
+
|| test ! -s conftest.err
|
|
530
|
+
configure:4337: $? = 0
|
|
531
|
+
configure:4340: test -s conftest
|
|
532
|
+
configure:4343: $? = 0
|
|
533
|
+
configure:4355: result: yes
|
|
534
|
+
configure:4630: checking for gethostbyname
|
|
535
|
+
configure:4687: gcc -o conftest -pipe conftest.c >&5
|
|
536
|
+
configure:4693: $? = 0
|
|
537
|
+
configure:4697: test -z
|
|
538
|
+
|| test ! -s conftest.err
|
|
539
|
+
configure:4700: $? = 0
|
|
540
|
+
configure:4703: test -s conftest
|
|
541
|
+
configure:4706: $? = 0
|
|
542
|
+
configure:4718: result: yes
|
|
543
|
+
configure:4802: checking dirent.h
|
|
544
|
+
configure:4843: gcc -o conftest -pipe conftest.c >&5
|
|
545
|
+
configure:4849: $? = 0
|
|
546
|
+
configure:4853: test -z
|
|
547
|
+
|| test ! -s conftest.err
|
|
548
|
+
configure:4856: $? = 0
|
|
549
|
+
configure:4859: test -s conftest
|
|
550
|
+
configure:4862: $? = 0
|
|
551
|
+
configure:4874: result: yes
|
|
552
|
+
configure:4896: checking errno.h usability
|
|
553
|
+
configure:4908: gcc -c -pipe conftest.c >&5
|
|
554
|
+
configure:4914: $? = 0
|
|
555
|
+
configure:4918: test -z
|
|
556
|
+
|| test ! -s conftest.err
|
|
557
|
+
configure:4921: $? = 0
|
|
558
|
+
configure:4924: test -s conftest.o
|
|
559
|
+
configure:4927: $? = 0
|
|
560
|
+
configure:4937: result: yes
|
|
561
|
+
configure:4941: checking errno.h presence
|
|
562
|
+
configure:4951: gcc -E conftest.c
|
|
563
|
+
configure:4957: $? = 0
|
|
564
|
+
configure:4977: result: yes
|
|
565
|
+
configure:5012: checking for errno.h
|
|
566
|
+
configure:5019: result: yes
|
|
567
|
+
configure:5044: checking float.h usability
|
|
568
|
+
configure:5056: gcc -c -pipe conftest.c >&5
|
|
569
|
+
configure:5062: $? = 0
|
|
570
|
+
configure:5066: test -z
|
|
571
|
+
|| test ! -s conftest.err
|
|
572
|
+
configure:5069: $? = 0
|
|
573
|
+
configure:5072: test -s conftest.o
|
|
574
|
+
configure:5075: $? = 0
|
|
575
|
+
configure:5085: result: yes
|
|
576
|
+
configure:5089: checking float.h presence
|
|
577
|
+
configure:5099: gcc -E conftest.c
|
|
578
|
+
configure:5105: $? = 0
|
|
579
|
+
configure:5125: result: yes
|
|
580
|
+
configure:5160: checking for float.h
|
|
581
|
+
configure:5167: result: yes
|
|
582
|
+
configure:5192: checking values.h usability
|
|
583
|
+
configure:5204: gcc -c -pipe conftest.c >&5
|
|
584
|
+
configure:5210: $? = 0
|
|
585
|
+
configure:5214: test -z
|
|
586
|
+
|| test ! -s conftest.err
|
|
587
|
+
configure:5217: $? = 0
|
|
588
|
+
configure:5220: test -s conftest.o
|
|
589
|
+
configure:5223: $? = 0
|
|
590
|
+
configure:5233: result: yes
|
|
591
|
+
configure:5237: checking values.h presence
|
|
592
|
+
configure:5247: gcc -E conftest.c
|
|
593
|
+
configure:5253: $? = 0
|
|
594
|
+
configure:5273: result: yes
|
|
595
|
+
configure:5308: checking for values.h
|
|
596
|
+
configure:5315: result: yes
|
|
597
|
+
configure:5340: checking limits.h usability
|
|
598
|
+
configure:5352: gcc -c -pipe conftest.c >&5
|
|
599
|
+
configure:5358: $? = 0
|
|
600
|
+
configure:5362: test -z
|
|
601
|
+
|| test ! -s conftest.err
|
|
602
|
+
configure:5365: $? = 0
|
|
603
|
+
configure:5368: test -s conftest.o
|
|
604
|
+
configure:5371: $? = 0
|
|
605
|
+
configure:5381: result: yes
|
|
606
|
+
configure:5385: checking limits.h presence
|
|
607
|
+
configure:5395: gcc -E conftest.c
|
|
608
|
+
configure:5401: $? = 0
|
|
609
|
+
configure:5421: result: yes
|
|
610
|
+
configure:5456: checking for limits.h
|
|
611
|
+
configure:5463: result: yes
|
|
612
|
+
configure:5483: checking for stdlib.h
|
|
613
|
+
configure:5488: result: yes
|
|
614
|
+
configure:5685: checking for string.h
|
|
615
|
+
configure:5690: result: yes
|
|
616
|
+
configure:5884: checking sys/wait.h usability
|
|
617
|
+
configure:5896: gcc -c -pipe conftest.c >&5
|
|
618
|
+
configure:5902: $? = 0
|
|
619
|
+
configure:5906: test -z
|
|
620
|
+
|| test ! -s conftest.err
|
|
621
|
+
configure:5909: $? = 0
|
|
622
|
+
configure:5912: test -s conftest.o
|
|
623
|
+
configure:5915: $? = 0
|
|
624
|
+
configure:5925: result: yes
|
|
625
|
+
configure:5929: checking sys/wait.h presence
|
|
626
|
+
configure:5939: gcc -E conftest.c
|
|
627
|
+
configure:5945: $? = 0
|
|
628
|
+
configure:5965: result: yes
|
|
629
|
+
configure:6000: checking for sys/wait.h
|
|
630
|
+
configure:6007: result: yes
|
|
631
|
+
configure:6032: checking dlfcn.h usability
|
|
632
|
+
configure:6044: gcc -c -pipe conftest.c >&5
|
|
633
|
+
configure:6050: $? = 0
|
|
634
|
+
configure:6054: test -z
|
|
635
|
+
|| test ! -s conftest.err
|
|
636
|
+
configure:6057: $? = 0
|
|
637
|
+
configure:6060: test -s conftest.o
|
|
638
|
+
configure:6063: $? = 0
|
|
639
|
+
configure:6073: result: yes
|
|
640
|
+
configure:6077: checking dlfcn.h presence
|
|
641
|
+
configure:6087: gcc -E conftest.c
|
|
642
|
+
configure:6093: $? = 0
|
|
643
|
+
configure:6113: result: yes
|
|
644
|
+
configure:6148: checking for dlfcn.h
|
|
645
|
+
configure:6155: result: yes
|
|
646
|
+
configure:6186: checking sys/param.h usability
|
|
647
|
+
configure:6198: gcc -c -pipe conftest.c >&5
|
|
648
|
+
configure:6204: $? = 0
|
|
649
|
+
configure:6208: test -z
|
|
650
|
+
|| test ! -s conftest.err
|
|
651
|
+
configure:6211: $? = 0
|
|
652
|
+
configure:6214: test -s conftest.o
|
|
653
|
+
configure:6217: $? = 0
|
|
654
|
+
configure:6227: result: yes
|
|
655
|
+
configure:6231: checking sys/param.h presence
|
|
656
|
+
configure:6241: gcc -E conftest.c
|
|
657
|
+
configure:6247: $? = 0
|
|
658
|
+
configure:6267: result: yes
|
|
659
|
+
configure:6302: checking for sys/param.h
|
|
660
|
+
configure:6309: result: yes
|
|
661
|
+
configure:6380: checking for Tcl private include files
|
|
662
|
+
configure:6428: result: Using srcdir found in tclConfig.sh: /usr/lib/tcl8.4/include
|
|
663
|
+
configure:6432: checking for Tk private include files
|
|
664
|
+
configure:6485: result: Using srcdir found in tkConfig.sh: /usr/lib/tk8.4/include
|
|
665
|
+
configure:6537: checking for pthread_mutex_init in -lpthread
|
|
666
|
+
configure:6567: gcc -o conftest -pipe conftest.c -lpthread >&5
|
|
667
|
+
configure:6573: $? = 0
|
|
668
|
+
configure:6577: test -z
|
|
669
|
+
|| test ! -s conftest.err
|
|
670
|
+
configure:6580: $? = 0
|
|
671
|
+
configure:6583: test -s conftest
|
|
672
|
+
configure:6586: $? = 0
|
|
673
|
+
configure:6599: result: yes
|
|
674
|
+
configure:6920: checking for building with threads
|
|
675
|
+
configure:6928: result: yes (default)
|
|
676
|
+
configure:6963: checking how to build libraries
|
|
677
|
+
configure:6981: result: shared
|
|
678
|
+
configure:7001: checking if 64bit support is requested
|
|
679
|
+
configure:7010: result: no
|
|
680
|
+
configure:7015: checking if 64bit Sparc VIS support is requested
|
|
681
|
+
configure:7024: result: no
|
|
682
|
+
configure:7035: checking if compiler supports visibility "hidden"
|
|
683
|
+
configure:7060: gcc -o conftest -pipe -Werror conftest.c >&5
|
|
684
|
+
configure:7066: $? = 0
|
|
685
|
+
configure:7070: test -z
|
|
686
|
+
|| test ! -s conftest.err
|
|
687
|
+
configure:7073: $? = 0
|
|
688
|
+
configure:7076: test -s conftest
|
|
689
|
+
configure:7079: $? = 0
|
|
690
|
+
configure:7092: result: yes
|
|
691
|
+
configure:7107: checking if rpath support is requested
|
|
692
|
+
configure:7116: result: yes
|
|
693
|
+
configure:7142: checking system version
|
|
694
|
+
configure:7173: result: Linux-2.6.27-gentoo-r8
|
|
695
|
+
configure:7181: checking for dlopen in -ldl
|
|
696
|
+
configure:7211: gcc -o conftest -pipe conftest.c -ldl >&5
|
|
697
|
+
configure:7217: $? = 0
|
|
698
|
+
configure:7221: test -z
|
|
699
|
+
|| test ! -s conftest.err
|
|
700
|
+
configure:7224: $? = 0
|
|
701
|
+
configure:7227: test -s conftest
|
|
702
|
+
configure:7230: $? = 0
|
|
703
|
+
configure:7243: result: yes
|
|
704
|
+
configure:7289: checking for ar
|
|
705
|
+
configure:7305: found /usr/bin/ar
|
|
706
|
+
configure:7315: result: ar
|
|
707
|
+
configure:9462: checking for required early compiler flags
|
|
708
|
+
configure:9485: gcc -c -pipe conftest.c >&5
|
|
709
|
+
configure:9491: $? = 0
|
|
710
|
+
configure:9495: test -z
|
|
711
|
+
|| test ! -s conftest.err
|
|
712
|
+
configure:9498: $? = 0
|
|
713
|
+
configure:9501: test -s conftest.o
|
|
714
|
+
configure:9504: $? = 0
|
|
715
|
+
configure:9590: gcc -c -pipe conftest.c >&5
|
|
716
|
+
conftest.c: In function 'main':
|
|
717
|
+
conftest.c:30: error: storage size of 'buf' isn't known
|
|
718
|
+
configure:9596: $? = 1
|
|
719
|
+
configure: failed program was:
|
|
720
|
+
| /* confdefs.h. */
|
|
721
|
+
|
|
|
722
|
+
| #define PACKAGE_NAME "tile"
|
|
723
|
+
| #define PACKAGE_TARNAME "tile"
|
|
724
|
+
| #define PACKAGE_VERSION "0.8.2"
|
|
725
|
+
| #define PACKAGE_STRING "tile 0.8.2"
|
|
726
|
+
| #define PACKAGE_BUGREPORT ""
|
|
727
|
+
| #define STDC_HEADERS 1
|
|
728
|
+
| #define HAVE_SYS_TYPES_H 1
|
|
729
|
+
| #define HAVE_SYS_STAT_H 1
|
|
730
|
+
| #define HAVE_STDLIB_H 1
|
|
731
|
+
| #define HAVE_STRING_H 1
|
|
732
|
+
| #define HAVE_MEMORY_H 1
|
|
733
|
+
| #define HAVE_STRINGS_H 1
|
|
734
|
+
| #define HAVE_INTTYPES_H 1
|
|
735
|
+
| #define HAVE_STDINT_H 1
|
|
736
|
+
| #define HAVE_UNISTD_H 1
|
|
737
|
+
| #define HAVE_LIMITS_H 1
|
|
738
|
+
| #define HAVE_SYS_PARAM_H 1
|
|
739
|
+
| #define USE_THREAD_ALLOC 1
|
|
740
|
+
| #define _REENTRANT 1
|
|
741
|
+
| #define _THREAD_SAFE 1
|
|
742
|
+
| #define TCL_THREADS 1
|
|
743
|
+
| #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
|
|
744
|
+
| /* end confdefs.h. */
|
|
745
|
+
| #include <sys/stat.h>
|
|
746
|
+
| int
|
|
747
|
+
| main ()
|
|
748
|
+
| {
|
|
749
|
+
| struct stat64 buf; int i = stat64("/", &buf);
|
|
750
|
+
| ;
|
|
751
|
+
| return 0;
|
|
752
|
+
| }
|
|
753
|
+
configure:9633: gcc -c -pipe conftest.c >&5
|
|
754
|
+
configure:9639: $? = 0
|
|
755
|
+
configure:9643: test -z
|
|
756
|
+
|| test ! -s conftest.err
|
|
757
|
+
configure:9646: $? = 0
|
|
758
|
+
configure:9649: test -s conftest.o
|
|
759
|
+
configure:9652: $? = 0
|
|
760
|
+
configure:9695: gcc -c -pipe conftest.c >&5
|
|
761
|
+
conftest.c: In function 'main':
|
|
762
|
+
conftest.c:31: error: 'open64' undeclared (first use in this function)
|
|
763
|
+
conftest.c:31: error: (Each undeclared identifier is reported only once
|
|
764
|
+
conftest.c:31: error: for each function it appears in.)
|
|
765
|
+
configure:9701: $? = 1
|
|
766
|
+
configure: failed program was:
|
|
767
|
+
| /* confdefs.h. */
|
|
768
|
+
|
|
|
769
|
+
| #define PACKAGE_NAME "tile"
|
|
770
|
+
| #define PACKAGE_TARNAME "tile"
|
|
771
|
+
| #define PACKAGE_VERSION "0.8.2"
|
|
772
|
+
| #define PACKAGE_STRING "tile 0.8.2"
|
|
773
|
+
| #define PACKAGE_BUGREPORT ""
|
|
774
|
+
| #define STDC_HEADERS 1
|
|
775
|
+
| #define HAVE_SYS_TYPES_H 1
|
|
776
|
+
| #define HAVE_SYS_STAT_H 1
|
|
777
|
+
| #define HAVE_STDLIB_H 1
|
|
778
|
+
| #define HAVE_STRING_H 1
|
|
779
|
+
| #define HAVE_MEMORY_H 1
|
|
780
|
+
| #define HAVE_STRINGS_H 1
|
|
781
|
+
| #define HAVE_INTTYPES_H 1
|
|
782
|
+
| #define HAVE_STDINT_H 1
|
|
783
|
+
| #define HAVE_UNISTD_H 1
|
|
784
|
+
| #define HAVE_LIMITS_H 1
|
|
785
|
+
| #define HAVE_SYS_PARAM_H 1
|
|
786
|
+
| #define USE_THREAD_ALLOC 1
|
|
787
|
+
| #define _REENTRANT 1
|
|
788
|
+
| #define _THREAD_SAFE 1
|
|
789
|
+
| #define TCL_THREADS 1
|
|
790
|
+
| #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
|
|
791
|
+
| #define _LARGEFILE64_SOURCE 1
|
|
792
|
+
| /* end confdefs.h. */
|
|
793
|
+
| #include <sys/stat.h>
|
|
794
|
+
| int
|
|
795
|
+
| main ()
|
|
796
|
+
| {
|
|
797
|
+
| char *p = (char *)open64;
|
|
798
|
+
| ;
|
|
799
|
+
| return 0;
|
|
800
|
+
| }
|
|
801
|
+
configure:9738: gcc -c -pipe conftest.c >&5
|
|
802
|
+
conftest.c: In function 'main':
|
|
803
|
+
conftest.c:32: error: 'open64' undeclared (first use in this function)
|
|
804
|
+
conftest.c:32: error: (Each undeclared identifier is reported only once
|
|
805
|
+
conftest.c:32: error: for each function it appears in.)
|
|
806
|
+
configure:9744: $? = 1
|
|
807
|
+
configure: failed program was:
|
|
808
|
+
| /* confdefs.h. */
|
|
809
|
+
|
|
|
810
|
+
| #define PACKAGE_NAME "tile"
|
|
811
|
+
| #define PACKAGE_TARNAME "tile"
|
|
812
|
+
| #define PACKAGE_VERSION "0.8.2"
|
|
813
|
+
| #define PACKAGE_STRING "tile 0.8.2"
|
|
814
|
+
| #define PACKAGE_BUGREPORT ""
|
|
815
|
+
| #define STDC_HEADERS 1
|
|
816
|
+
| #define HAVE_SYS_TYPES_H 1
|
|
817
|
+
| #define HAVE_SYS_STAT_H 1
|
|
818
|
+
| #define HAVE_STDLIB_H 1
|
|
819
|
+
| #define HAVE_STRING_H 1
|
|
820
|
+
| #define HAVE_MEMORY_H 1
|
|
821
|
+
| #define HAVE_STRINGS_H 1
|
|
822
|
+
| #define HAVE_INTTYPES_H 1
|
|
823
|
+
| #define HAVE_STDINT_H 1
|
|
824
|
+
| #define HAVE_UNISTD_H 1
|
|
825
|
+
| #define HAVE_LIMITS_H 1
|
|
826
|
+
| #define HAVE_SYS_PARAM_H 1
|
|
827
|
+
| #define USE_THREAD_ALLOC 1
|
|
828
|
+
| #define _REENTRANT 1
|
|
829
|
+
| #define _THREAD_SAFE 1
|
|
830
|
+
| #define TCL_THREADS 1
|
|
831
|
+
| #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
|
|
832
|
+
| #define _LARGEFILE64_SOURCE 1
|
|
833
|
+
| /* end confdefs.h. */
|
|
834
|
+
| #define _LARGEFILE_SOURCE64 1
|
|
835
|
+
| #include <sys/stat.h>
|
|
836
|
+
| int
|
|
837
|
+
| main ()
|
|
838
|
+
| {
|
|
839
|
+
| char *p = (char *)open64;
|
|
840
|
+
| ;
|
|
841
|
+
| return 0;
|
|
842
|
+
| }
|
|
843
|
+
configure:9784: result: _LARGEFILE64_SOURCE
|
|
844
|
+
configure:9789: checking for 64-bit integer type
|
|
845
|
+
configure:9813: gcc -c -pipe conftest.c >&5
|
|
846
|
+
conftest.c: In function 'main':
|
|
847
|
+
conftest.c:31: error: '__int64' undeclared (first use in this function)
|
|
848
|
+
conftest.c:31: error: (Each undeclared identifier is reported only once
|
|
849
|
+
conftest.c:31: error: for each function it appears in.)
|
|
850
|
+
conftest.c:31: error: expected ';' before 'value'
|
|
851
|
+
configure:9819: $? = 1
|
|
852
|
+
configure: failed program was:
|
|
853
|
+
| /* confdefs.h. */
|
|
854
|
+
|
|
|
855
|
+
| #define PACKAGE_NAME "tile"
|
|
856
|
+
| #define PACKAGE_TARNAME "tile"
|
|
857
|
+
| #define PACKAGE_VERSION "0.8.2"
|
|
858
|
+
| #define PACKAGE_STRING "tile 0.8.2"
|
|
859
|
+
| #define PACKAGE_BUGREPORT ""
|
|
860
|
+
| #define STDC_HEADERS 1
|
|
861
|
+
| #define HAVE_SYS_TYPES_H 1
|
|
862
|
+
| #define HAVE_SYS_STAT_H 1
|
|
863
|
+
| #define HAVE_STDLIB_H 1
|
|
864
|
+
| #define HAVE_STRING_H 1
|
|
865
|
+
| #define HAVE_MEMORY_H 1
|
|
866
|
+
| #define HAVE_STRINGS_H 1
|
|
867
|
+
| #define HAVE_INTTYPES_H 1
|
|
868
|
+
| #define HAVE_STDINT_H 1
|
|
869
|
+
| #define HAVE_UNISTD_H 1
|
|
870
|
+
| #define HAVE_LIMITS_H 1
|
|
871
|
+
| #define HAVE_SYS_PARAM_H 1
|
|
872
|
+
| #define USE_THREAD_ALLOC 1
|
|
873
|
+
| #define _REENTRANT 1
|
|
874
|
+
| #define _THREAD_SAFE 1
|
|
875
|
+
| #define TCL_THREADS 1
|
|
876
|
+
| #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
|
|
877
|
+
| #define _LARGEFILE64_SOURCE 1
|
|
878
|
+
| /* end confdefs.h. */
|
|
879
|
+
|
|
|
880
|
+
| int
|
|
881
|
+
| main ()
|
|
882
|
+
| {
|
|
883
|
+
| __int64 value = (__int64) 0;
|
|
884
|
+
| ;
|
|
885
|
+
| return 0;
|
|
886
|
+
| }
|
|
887
|
+
configure:9863: gcc -c -pipe conftest.c >&5
|
|
888
|
+
configure:9869: $? = 0
|
|
889
|
+
configure:9873: test -z
|
|
890
|
+
|| test ! -s conftest.err
|
|
891
|
+
configure:9876: $? = 0
|
|
892
|
+
configure:9879: test -s conftest.o
|
|
893
|
+
configure:9882: $? = 0
|
|
894
|
+
configure:9913: result: long long
|
|
895
|
+
configure:9917: checking for struct dirent64
|
|
896
|
+
configure:9940: gcc -c -pipe conftest.c >&5
|
|
897
|
+
conftest.c:29:24: error: sys/dirent.h: No such file or directory
|
|
898
|
+
conftest.c: In function 'main':
|
|
899
|
+
conftest.c:33: error: storage size of 'p' isn't known
|
|
900
|
+
configure:9946: $? = 1
|
|
901
|
+
configure: failed program was:
|
|
902
|
+
| /* confdefs.h. */
|
|
903
|
+
|
|
|
904
|
+
| #define PACKAGE_NAME "tile"
|
|
905
|
+
| #define PACKAGE_TARNAME "tile"
|
|
906
|
+
| #define PACKAGE_VERSION "0.8.2"
|
|
907
|
+
| #define PACKAGE_STRING "tile 0.8.2"
|
|
908
|
+
| #define PACKAGE_BUGREPORT ""
|
|
909
|
+
| #define STDC_HEADERS 1
|
|
910
|
+
| #define HAVE_SYS_TYPES_H 1
|
|
911
|
+
| #define HAVE_SYS_STAT_H 1
|
|
912
|
+
| #define HAVE_STDLIB_H 1
|
|
913
|
+
| #define HAVE_STRING_H 1
|
|
914
|
+
| #define HAVE_MEMORY_H 1
|
|
915
|
+
| #define HAVE_STRINGS_H 1
|
|
916
|
+
| #define HAVE_INTTYPES_H 1
|
|
917
|
+
| #define HAVE_STDINT_H 1
|
|
918
|
+
| #define HAVE_UNISTD_H 1
|
|
919
|
+
| #define HAVE_LIMITS_H 1
|
|
920
|
+
| #define HAVE_SYS_PARAM_H 1
|
|
921
|
+
| #define USE_THREAD_ALLOC 1
|
|
922
|
+
| #define _REENTRANT 1
|
|
923
|
+
| #define _THREAD_SAFE 1
|
|
924
|
+
| #define TCL_THREADS 1
|
|
925
|
+
| #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
|
|
926
|
+
| #define _LARGEFILE64_SOURCE 1
|
|
927
|
+
| #define TCL_WIDE_INT_TYPE long long
|
|
928
|
+
| /* end confdefs.h. */
|
|
929
|
+
| #include <sys/types.h>
|
|
930
|
+
| #include <sys/dirent.h>
|
|
931
|
+
| int
|
|
932
|
+
| main ()
|
|
933
|
+
| {
|
|
934
|
+
| struct dirent64 p;
|
|
935
|
+
| ;
|
|
936
|
+
| return 0;
|
|
937
|
+
| }
|
|
938
|
+
configure:9970: result: no
|
|
939
|
+
configure:9980: checking for struct stat64
|
|
940
|
+
configure:10003: gcc -c -pipe conftest.c >&5
|
|
941
|
+
configure:10009: $? = 0
|
|
942
|
+
configure:10013: test -z
|
|
943
|
+
|| test ! -s conftest.err
|
|
944
|
+
configure:10016: $? = 0
|
|
945
|
+
configure:10019: test -s conftest.o
|
|
946
|
+
configure:10022: $? = 0
|
|
947
|
+
configure:10033: result: yes
|
|
948
|
+
configure:10048: checking for open64
|
|
949
|
+
configure:10105: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c >&5
|
|
950
|
+
configure:10111: $? = 0
|
|
951
|
+
configure:10115: test -z
|
|
952
|
+
|| test ! -s conftest.err
|
|
953
|
+
configure:10118: $? = 0
|
|
954
|
+
configure:10121: test -s conftest
|
|
955
|
+
configure:10124: $? = 0
|
|
956
|
+
configure:10136: result: yes
|
|
957
|
+
configure:10048: checking for lseek64
|
|
958
|
+
configure:10105: gcc -o conftest -pipe -Wl,--export-dynamic conftest.c >&5
|
|
959
|
+
configure:10111: $? = 0
|
|
960
|
+
configure:10115: test -z
|
|
961
|
+
|| test ! -s conftest.err
|
|
962
|
+
configure:10118: $? = 0
|
|
963
|
+
configure:10121: test -s conftest
|
|
964
|
+
configure:10124: $? = 0
|
|
965
|
+
configure:10136: result: yes
|
|
966
|
+
configure:10146: checking for off64_t
|
|
967
|
+
configure:10169: gcc -c -pipe conftest.c >&5
|
|
968
|
+
configure:10175: $? = 0
|
|
969
|
+
configure:10179: test -z
|
|
970
|
+
|| test ! -s conftest.err
|
|
971
|
+
configure:10182: $? = 0
|
|
972
|
+
configure:10185: test -s conftest.o
|
|
973
|
+
configure:10188: $? = 0
|
|
974
|
+
configure:10208: result: yes
|
|
975
|
+
configure:10219: checking for build with symbols
|
|
976
|
+
configure:10232: result: no
|
|
977
|
+
configure:10273: checking if 64bit support is requested
|
|
978
|
+
configure:10282: result: no
|
|
979
|
+
configure:10287: checking if 64bit Sparc VIS support is requested
|
|
980
|
+
configure:10296: result: no
|
|
981
|
+
configure:10307: checking if compiler supports visibility "hidden"
|
|
982
|
+
configure:10364: result: yes
|
|
983
|
+
configure:10379: checking if rpath support is requested
|
|
984
|
+
configure:10388: result: yes
|
|
985
|
+
configure:10414: checking system version
|
|
986
|
+
configure:10445: result: Linux-2.6.27-gentoo-r8
|
|
987
|
+
configure:10453: checking for dlopen in -ldl
|
|
988
|
+
configure:10515: result: yes
|
|
989
|
+
configure:10561: checking for ar
|
|
990
|
+
configure:10587: result: ar
|
|
991
|
+
configure:12734: checking for required early compiler flags
|
|
992
|
+
configure:13056: result: _LARGEFILE64_SOURCE
|
|
993
|
+
configure:13061: checking for 64-bit integer type
|
|
994
|
+
configure:13185: result: long long
|
|
995
|
+
configure:13189: checking for struct dirent64
|
|
996
|
+
configure:13242: result: no
|
|
997
|
+
configure:13252: checking for struct stat64
|
|
998
|
+
configure:13305: result: yes
|
|
999
|
+
configure:13320: checking for open64
|
|
1000
|
+
configure:13408: result: yes
|
|
1001
|
+
configure:13320: checking for lseek64
|
|
1002
|
+
configure:13408: result: yes
|
|
1003
|
+
configure:13418: checking for off64_t
|
|
1004
|
+
configure:13480: result: yes
|
|
1005
|
+
configure:13493: checking for X
|
|
1006
|
+
configure:13598: gcc -E conftest.c
|
|
1007
|
+
configure:13604: $? = 0
|
|
1008
|
+
configure:13654: gcc -o conftest -pipe -Wl,--export-dynamic -Wl,--export-dynamic conftest.c -lXt >&5
|
|
1009
|
+
configure:13660: $? = 0
|
|
1010
|
+
configure:13664: test -z
|
|
1011
|
+
|| test ! -s conftest.err
|
|
1012
|
+
configure:13667: $? = 0
|
|
1013
|
+
configure:13670: test -s conftest
|
|
1014
|
+
configure:13673: $? = 0
|
|
1015
|
+
configure:13723: result: libraries , headers
|
|
1016
|
+
configure:13738: gcc -E conftest.c
|
|
1017
|
+
conftest.c:39:28: error: X11/XIntrinsic.h: No such file or directory
|
|
1018
|
+
configure:13744: $? = 1
|
|
1019
|
+
configure: failed program was:
|
|
1020
|
+
| /* confdefs.h. */
|
|
1021
|
+
|
|
|
1022
|
+
| #define PACKAGE_NAME "tile"
|
|
1023
|
+
| #define PACKAGE_TARNAME "tile"
|
|
1024
|
+
| #define PACKAGE_VERSION "0.8.2"
|
|
1025
|
+
| #define PACKAGE_STRING "tile 0.8.2"
|
|
1026
|
+
| #define PACKAGE_BUGREPORT ""
|
|
1027
|
+
| #define STDC_HEADERS 1
|
|
1028
|
+
| #define HAVE_SYS_TYPES_H 1
|
|
1029
|
+
| #define HAVE_SYS_STAT_H 1
|
|
1030
|
+
| #define HAVE_STDLIB_H 1
|
|
1031
|
+
| #define HAVE_STRING_H 1
|
|
1032
|
+
| #define HAVE_MEMORY_H 1
|
|
1033
|
+
| #define HAVE_STRINGS_H 1
|
|
1034
|
+
| #define HAVE_INTTYPES_H 1
|
|
1035
|
+
| #define HAVE_STDINT_H 1
|
|
1036
|
+
| #define HAVE_UNISTD_H 1
|
|
1037
|
+
| #define HAVE_LIMITS_H 1
|
|
1038
|
+
| #define HAVE_SYS_PARAM_H 1
|
|
1039
|
+
| #define USE_THREAD_ALLOC 1
|
|
1040
|
+
| #define _REENTRANT 1
|
|
1041
|
+
| #define _THREAD_SAFE 1
|
|
1042
|
+
| #define TCL_THREADS 1
|
|
1043
|
+
| #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
|
|
1044
|
+
| #define _LARGEFILE64_SOURCE 1
|
|
1045
|
+
| #define TCL_WIDE_INT_TYPE long long
|
|
1046
|
+
| #define HAVE_STRUCT_STAT64 1
|
|
1047
|
+
| #define HAVE_OPEN64 1
|
|
1048
|
+
| #define HAVE_LSEEK64 1
|
|
1049
|
+
| #define HAVE_TYPE_OFF64_T 1
|
|
1050
|
+
| #define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
|
|
1051
|
+
| #define _LARGEFILE64_SOURCE 1
|
|
1052
|
+
| #define TCL_WIDE_INT_TYPE long long
|
|
1053
|
+
| #define HAVE_STRUCT_STAT64 1
|
|
1054
|
+
| #define HAVE_OPEN64 1
|
|
1055
|
+
| #define HAVE_LSEEK64 1
|
|
1056
|
+
| #define HAVE_TYPE_OFF64_T 1
|
|
1057
|
+
| /* end confdefs.h. */
|
|
1058
|
+
| #include <X11/XIntrinsic.h>
|
|
1059
|
+
configure:13771: checking for X11 header files
|
|
1060
|
+
configure:13782: gcc -E conftest.c
|
|
1061
|
+
configure:13788: $? = 0
|
|
1062
|
+
configure:14211: checking for wish
|
|
1063
|
+
configure:14238: result: /usr/bin/wish8.4
|
|
1064
|
+
configure:14376: creating ./config.status
|
|
1065
|
+
|
|
1066
|
+
## ---------------------- ##
|
|
1067
|
+
## Running config.status. ##
|
|
1068
|
+
## ---------------------- ##
|
|
1069
|
+
|
|
1070
|
+
This file was extended by tile config.status 0.8.2, which was
|
|
1071
|
+
generated by GNU Autoconf 2.59. Invocation command line was
|
|
1072
|
+
|
|
1073
|
+
CONFIG_FILES =
|
|
1074
|
+
CONFIG_HEADERS =
|
|
1075
|
+
CONFIG_LINKS =
|
|
1076
|
+
CONFIG_COMMANDS =
|
|
1077
|
+
$ ./config.status
|
|
1078
|
+
|
|
1079
|
+
on you
|
|
1080
|
+
|
|
1081
|
+
config.status:721: creating Makefile
|
|
1082
|
+
|
|
1083
|
+
## ---------------- ##
|
|
1084
|
+
## Cache variables. ##
|
|
1085
|
+
## ---------------- ##
|
|
1086
|
+
|
|
1087
|
+
ac_cv_c_bigendian=no
|
|
1088
|
+
ac_cv_c_compiler_gnu=yes
|
|
1089
|
+
ac_cv_c_tclconfig=/usr/lib
|
|
1090
|
+
ac_cv_c_tkconfig=/usr/lib
|
|
1091
|
+
ac_cv_env_CC_set=
|
|
1092
|
+
ac_cv_env_CC_value=
|
|
1093
|
+
ac_cv_env_CFLAGS_set=
|
|
1094
|
+
ac_cv_env_CFLAGS_value=
|
|
1095
|
+
ac_cv_env_CPPFLAGS_set=
|
|
1096
|
+
ac_cv_env_CPPFLAGS_value=
|
|
1097
|
+
ac_cv_env_CPP_set=
|
|
1098
|
+
ac_cv_env_CPP_value=
|
|
1099
|
+
ac_cv_env_LDFLAGS_set=
|
|
1100
|
+
ac_cv_env_LDFLAGS_value=
|
|
1101
|
+
ac_cv_env_build_alias_set=
|
|
1102
|
+
ac_cv_env_build_alias_value=
|
|
1103
|
+
ac_cv_env_host_alias_set=
|
|
1104
|
+
ac_cv_env_host_alias_value=
|
|
1105
|
+
ac_cv_env_target_alias_set=
|
|
1106
|
+
ac_cv_env_target_alias_value=
|
|
1107
|
+
ac_cv_exeext=
|
|
1108
|
+
ac_cv_func_connect=yes
|
|
1109
|
+
ac_cv_func_gethostbyname=yes
|
|
1110
|
+
ac_cv_func_lseek64=yes
|
|
1111
|
+
ac_cv_func_open64=yes
|
|
1112
|
+
ac_cv_func_sin=no
|
|
1113
|
+
ac_cv_have_x='have_x=yes ac_x_includes= ac_x_libraries='
|
|
1114
|
+
ac_cv_header_dlfcn_h=yes
|
|
1115
|
+
ac_cv_header_errno_h=yes
|
|
1116
|
+
ac_cv_header_float_h=yes
|
|
1117
|
+
ac_cv_header_inttypes_h=yes
|
|
1118
|
+
ac_cv_header_limits_h=yes
|
|
1119
|
+
ac_cv_header_memory_h=yes
|
|
1120
|
+
ac_cv_header_net_errno_h=no
|
|
1121
|
+
ac_cv_header_stdc=yes
|
|
1122
|
+
ac_cv_header_stdint_h=yes
|
|
1123
|
+
ac_cv_header_stdlib_h=yes
|
|
1124
|
+
ac_cv_header_string_h=yes
|
|
1125
|
+
ac_cv_header_strings_h=yes
|
|
1126
|
+
ac_cv_header_sys_param_h=yes
|
|
1127
|
+
ac_cv_header_sys_stat_h=yes
|
|
1128
|
+
ac_cv_header_sys_types_h=yes
|
|
1129
|
+
ac_cv_header_sys_wait_h=yes
|
|
1130
|
+
ac_cv_header_unistd_h=yes
|
|
1131
|
+
ac_cv_header_values_h=yes
|
|
1132
|
+
ac_cv_lib_dl_dlopen=yes
|
|
1133
|
+
ac_cv_lib_ieee_main=yes
|
|
1134
|
+
ac_cv_lib_inet_main=no
|
|
1135
|
+
ac_cv_lib_pthread_pthread_mutex_init=yes
|
|
1136
|
+
ac_cv_objext=o
|
|
1137
|
+
ac_cv_path_install='/usr/bin/install -c'
|
|
1138
|
+
ac_cv_prog_AR=ar
|
|
1139
|
+
ac_cv_prog_CPP='gcc -E'
|
|
1140
|
+
ac_cv_prog_ac_ct_CC=gcc
|
|
1141
|
+
ac_cv_prog_ac_ct_RANLIB=ranlib
|
|
1142
|
+
ac_cv_prog_cc_g=yes
|
|
1143
|
+
ac_cv_prog_cc_stdc=
|
|
1144
|
+
ac_cv_prog_egrep='grep -E'
|
|
1145
|
+
ac_cv_prog_make_make_set=yes
|
|
1146
|
+
tcl_cv_cc_pipe=yes
|
|
1147
|
+
tcl_cv_cc_visibility_hidden=yes
|
|
1148
|
+
tcl_cv_dirent_h=yes
|
|
1149
|
+
tcl_cv_flag__isoc99_source=no
|
|
1150
|
+
tcl_cv_flag__largefile64_source=yes
|
|
1151
|
+
tcl_cv_flag__largefile_source64=no
|
|
1152
|
+
tcl_cv_struct_dirent64=no
|
|
1153
|
+
tcl_cv_struct_stat64=yes
|
|
1154
|
+
tcl_cv_sys_version=Linux-2.6.27-gentoo-r8
|
|
1155
|
+
tcl_cv_type_64bit='long long'
|
|
1156
|
+
tcl_cv_type_off64_t=yes
|
|
1157
|
+
|
|
1158
|
+
## ----------------- ##
|
|
1159
|
+
## Output variables. ##
|
|
1160
|
+
## ----------------- ##
|
|
1161
|
+
|
|
1162
|
+
AR='ar'
|
|
1163
|
+
CC='gcc'
|
|
1164
|
+
CELIB_DIR=''
|
|
1165
|
+
CFLAGS=' -pipe ${CFLAGS_DEFAULT} ${CFLAGS_WARNING} ${SHLIB_CFLAGS} '
|
|
1166
|
+
CFLAGS_DEBUG='-g'
|
|
1167
|
+
CFLAGS_DEFAULT='-O2 -fomit-frame-pointer'
|
|
1168
|
+
CFLAGS_OPTIMIZE='-O2 -fomit-frame-pointer'
|
|
1169
|
+
CFLAGS_WARNING='-Wall'
|
|
1170
|
+
CLEANFILES=' pkgIndex.tcl'
|
|
1171
|
+
CONFIGURE_OUTPUTS='Makefile config.cache config.log config.status'
|
|
1172
|
+
CPP='gcc -E'
|
|
1173
|
+
CPPFLAGS=''
|
|
1174
|
+
CYGPATH='echo'
|
|
1175
|
+
DEFS='-DPACKAGE_NAME=\"tile\" -DPACKAGE_TARNAME=\"tile\" -DPACKAGE_VERSION=\"0.8.2\" -DPACKAGE_STRING=\"tile\ 0.8.2\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DTCL_THREADS=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_STRUCT_STAT64=1 -DHAVE_OPEN64=1 -DHAVE_LSEEK64=1 -DHAVE_TYPE_OFF64_T=1 -DMODULE_SCOPE=extern\ __attribute__\(\(__visibility__\(\"hidden\"\)\)\) -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_STRUCT_STAT64=1 -DHAVE_OPEN64=1 -DHAVE_LSEEK64=1 -DHAVE_TYPE_OFF64_T=1 -DUSE_TCL_STUBS=1 -DUSE_TK_STUBS=1 -DBUILD_tile=1 '
|
|
1176
|
+
DL_LIBS='-ldl'
|
|
1177
|
+
ECHO_C=''
|
|
1178
|
+
ECHO_N='-n'
|
|
1179
|
+
ECHO_T=''
|
|
1180
|
+
EGREP='grep -E'
|
|
1181
|
+
EXEEXT=''
|
|
1182
|
+
INSTALL_DATA='${INSTALL} -m 644'
|
|
1183
|
+
INSTALL_PROGRAM='${INSTALL}'
|
|
1184
|
+
INSTALL_SCRIPT='${INSTALL}'
|
|
1185
|
+
LDFLAGS=' -Wl,--export-dynamic -Wl,--export-dynamic '
|
|
1186
|
+
LDFLAGS_DEFAULT=' -Wl,--export-dynamic '
|
|
1187
|
+
LD_LIBRARY_PATH_VAR='LD_LIBRARY_PATH'
|
|
1188
|
+
LIBOBJS=''
|
|
1189
|
+
LIBS=''
|
|
1190
|
+
LTLIBOBJS=''
|
|
1191
|
+
MAKE_LIB='${SHLIB_LD} -o $@ $(PKG_OBJECTS) ${SHLIB_LD_LIBS} '
|
|
1192
|
+
MAKE_SHARED_LIB='${SHLIB_LD} -o $@ $(PKG_OBJECTS) ${SHLIB_LD_LIBS}'
|
|
1193
|
+
MAKE_STATIC_LIB='${STLIB_LD} $@ $(PKG_OBJECTS)'
|
|
1194
|
+
MAKE_STUB_LIB='${STLIB_LD} $@ $(PKG_STUB_OBJECTS)'
|
|
1195
|
+
MATH_LIBS='-lieee -lm'
|
|
1196
|
+
OBJEXT='o'
|
|
1197
|
+
PACKAGE_BUGREPORT=''
|
|
1198
|
+
PACKAGE_NAME='tile'
|
|
1199
|
+
PACKAGE_STRING='tile 0.8.2'
|
|
1200
|
+
PACKAGE_TARNAME='tile'
|
|
1201
|
+
PACKAGE_VERSION='0.8.2'
|
|
1202
|
+
PATH_SEPARATOR=':'
|
|
1203
|
+
PKG_CFLAGS=''
|
|
1204
|
+
PKG_HEADERS=''
|
|
1205
|
+
PKG_INCLUDES=' -I. -I"./generic"'
|
|
1206
|
+
PKG_LIBS=' -lX11'
|
|
1207
|
+
PKG_LIB_FILE='libtile0.8.2.so'
|
|
1208
|
+
PKG_OBJECTS=''
|
|
1209
|
+
PKG_SOURCES=''
|
|
1210
|
+
PKG_STUB_LIB_FILE='libttkstub.a'
|
|
1211
|
+
PKG_STUB_OBJECTS=''
|
|
1212
|
+
PKG_STUB_SOURCES=''
|
|
1213
|
+
PKG_TCL_SOURCES=''
|
|
1214
|
+
RANLIB=':'
|
|
1215
|
+
RANLIB_STUB='ranlib'
|
|
1216
|
+
SET_MAKE=''
|
|
1217
|
+
SHARED_BUILD='1'
|
|
1218
|
+
SHELL='/bin/sh'
|
|
1219
|
+
SHLIB_CFLAGS='-fPIC'
|
|
1220
|
+
SHLIB_LD='${CC} -shared ${CFLAGS} ${LDFLAGS_DEFAULT}'
|
|
1221
|
+
SHLIB_LD_LIBS='${LIBS} -L/usr/lib -ltclstub8.4 -L/usr/lib -ltkstub8.4'
|
|
1222
|
+
STLIB_LD='${AR} cr'
|
|
1223
|
+
TCL_BIN_DIR='/usr/lib'
|
|
1224
|
+
TCL_BMAP_DIR_NATIVE='"/usr/lib/tcl8.4/include/bitmaps"'
|
|
1225
|
+
TCL_DBGX=''
|
|
1226
|
+
TCL_DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_LIMITS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 -DTCL_THREADS=1 -DPEEK_XCLOSEIM=1 -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_TYPE=long\ long -DHAVE_STRUCT_STAT64=1 -DHAVE_OPEN64=1 -DHAVE_LSEEK64=1 -DHAVE_TYPE_OFF64_T=1 -DHAVE_GETCWD=1 -DHAVE_OPENDIR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -DHAVE_STRTOLL=1 -DHAVE_STRTOULL=1 -DHAVE_TMPNAM=1 -DHAVE_WAITPID=1 -DHAVE_GETPWUID_R_5=1 -DHAVE_GETPWUID_R=1 -DHAVE_GETPWNAM_R_5=1 -DHAVE_GETPWNAM_R=1 -DHAVE_GETGRGID_R_5=1 -DHAVE_GETGRGID_R=1 -DHAVE_GETGRNAM_R_5=1 -DHAVE_GETGRNAM_R=1 -DHAVE_GETHOSTBYNAME_R_6=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETHOSTBYADDR_R_8=1 -DHAVE_GETHOSTBYADDR_R=1 -DUSE_TERMIOS=1 -DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_STRUCT_TM_TM_ZONE=1 -DHAVE_TM_ZONE=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_ST_BLKSIZE=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_SYS_IOCTL_H=1'
|
|
1227
|
+
TCL_EXTRA_CFLAGS='-O2 -march=i686 -pipe -pipe '
|
|
1228
|
+
TCL_GENERIC_DIR_NATIVE='"/usr/lib/tcl8.4/include/generic"'
|
|
1229
|
+
TCL_INCLUDES='-I"/usr/lib/tcl8.4/include/generic" -I"/usr/lib/tcl8.4/include/unix"'
|
|
1230
|
+
TCL_LD_FLAGS='-Wl,-O1 -Wl,--export-dynamic'
|
|
1231
|
+
TCL_LIBS='${DL_LIBS} ${LIBS} ${MATH_LIBS}'
|
|
1232
|
+
TCL_LIB_FILE='libtcl8.4.so'
|
|
1233
|
+
TCL_LIB_FLAG='-ltcl8.4'
|
|
1234
|
+
TCL_LIB_SPEC='-L/usr/lib -ltcl8.4'
|
|
1235
|
+
TCL_PLATFORM_DIR_NATIVE='"/usr/lib/tcl8.4/include/unix"'
|
|
1236
|
+
TCL_SHLIB_LD_LIBS='${LIBS}'
|
|
1237
|
+
TCL_SRC_DIR='/usr/lib/tcl8.4/include'
|
|
1238
|
+
TCL_STUB_LIB_FILE='libtclstub8.4.a'
|
|
1239
|
+
TCL_STUB_LIB_FLAG='-ltclstub8.4'
|
|
1240
|
+
TCL_STUB_LIB_SPEC='-L/usr/lib -ltclstub8.4'
|
|
1241
|
+
TCL_THREADS='1'
|
|
1242
|
+
TCL_TOOL_DIR_NATIVE='"/usr/lib/tcl8.4/include/tools"'
|
|
1243
|
+
TCL_TOP_DIR_NATIVE='"/usr/lib/tcl8.4/include"'
|
|
1244
|
+
TCL_UNIX_DIR_NATIVE='"/usr/lib/tcl8.4/include/unix"'
|
|
1245
|
+
TCL_VERSION='8.4'
|
|
1246
|
+
TCL_WIN_DIR_NATIVE='"/usr/lib/tcl8.4/include/win"'
|
|
1247
|
+
TK_BIN_DIR='/usr/lib'
|
|
1248
|
+
TK_GENERIC_DIR_NATIVE='"/usr/lib/tk8.4/include/generic"'
|
|
1249
|
+
TK_INCLUDES='-I"/usr/lib/tk8.4/include/generic" -I"/usr/lib/tk8.4/include/unix"'
|
|
1250
|
+
TK_LIBS='-lX11 -ldl -lpthread -lieee -lm'
|
|
1251
|
+
TK_LIB_FILE='libtk8.4.so'
|
|
1252
|
+
TK_LIB_FLAG='-ltk8.4'
|
|
1253
|
+
TK_LIB_SPEC='-L/usr/lib -ltk8.4'
|
|
1254
|
+
TK_PLATFORM_DIR_NATIVE='"/usr/lib/tk8.4/include/unix"'
|
|
1255
|
+
TK_SRC_DIR='/usr/lib/tk8.4/include'
|
|
1256
|
+
TK_STUB_LIB_FILE='libtkstub8.4.a'
|
|
1257
|
+
TK_STUB_LIB_FLAG='-ltkstub8.4'
|
|
1258
|
+
TK_STUB_LIB_SPEC='-L/usr/lib -ltkstub8.4'
|
|
1259
|
+
TK_TOP_DIR_NATIVE='"/usr/lib/tk8.4/include"'
|
|
1260
|
+
TK_UNIX_DIR_NATIVE='"/usr/lib/tk8.4/include/unix"'
|
|
1261
|
+
TK_VERSION='8.4'
|
|
1262
|
+
TK_WIN_DIR_NATIVE='"/usr/lib/tk8.4/include/win"'
|
|
1263
|
+
TK_XINCLUDES=''
|
|
1264
|
+
TK_XLIB_DIR_NATIVE='"/usr/lib/tk8.4/include/xlib"'
|
|
1265
|
+
WISH_PROG='/usr/bin/wish8.4'
|
|
1266
|
+
ac_ct_CC='gcc'
|
|
1267
|
+
ac_ct_RANLIB='ranlib'
|
|
1268
|
+
bindir='${exec_prefix}/bin'
|
|
1269
|
+
build_alias=''
|
|
1270
|
+
datadir='${prefix}/share'
|
|
1271
|
+
exec_prefix='/usr'
|
|
1272
|
+
host_alias=''
|
|
1273
|
+
includedir='${prefix}/include'
|
|
1274
|
+
infodir='${prefix}/info'
|
|
1275
|
+
libdir='${exec_prefix}/lib'
|
|
1276
|
+
libexecdir='${exec_prefix}/libexec'
|
|
1277
|
+
localstatedir='${prefix}/var'
|
|
1278
|
+
mandir='${prefix}/man'
|
|
1279
|
+
oldincludedir='/usr/include'
|
|
1280
|
+
prefix='/usr'
|
|
1281
|
+
program_transform_name='s,x,x,'
|
|
1282
|
+
sbindir='${exec_prefix}/sbin'
|
|
1283
|
+
sharedstatedir='${prefix}/com'
|
|
1284
|
+
sysconfdir='${prefix}/etc'
|
|
1285
|
+
target_alias=''
|
|
1286
|
+
|
|
1287
|
+
## ----------- ##
|
|
1288
|
+
## confdefs.h. ##
|
|
1289
|
+
## ----------- ##
|
|
1290
|
+
|
|
1291
|
+
#define BUILD_tile 1
|
|
1292
|
+
#define HAVE_INTTYPES_H 1
|
|
1293
|
+
#define HAVE_LIMITS_H 1
|
|
1294
|
+
#define HAVE_LSEEK64 1
|
|
1295
|
+
#define HAVE_LSEEK64 1
|
|
1296
|
+
#define HAVE_MEMORY_H 1
|
|
1297
|
+
#define HAVE_OPEN64 1
|
|
1298
|
+
#define HAVE_OPEN64 1
|
|
1299
|
+
#define HAVE_STDINT_H 1
|
|
1300
|
+
#define HAVE_STDLIB_H 1
|
|
1301
|
+
#define HAVE_STRINGS_H 1
|
|
1302
|
+
#define HAVE_STRING_H 1
|
|
1303
|
+
#define HAVE_STRUCT_STAT64 1
|
|
1304
|
+
#define HAVE_STRUCT_STAT64 1
|
|
1305
|
+
#define HAVE_SYS_PARAM_H 1
|
|
1306
|
+
#define HAVE_SYS_STAT_H 1
|
|
1307
|
+
#define HAVE_SYS_TYPES_H 1
|
|
1308
|
+
#define HAVE_TYPE_OFF64_T 1
|
|
1309
|
+
#define HAVE_TYPE_OFF64_T 1
|
|
1310
|
+
#define HAVE_UNISTD_H 1
|
|
1311
|
+
#define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
|
|
1312
|
+
#define MODULE_SCOPE extern __attribute__((__visibility__("hidden")))
|
|
1313
|
+
#define PACKAGE_BUGREPORT ""
|
|
1314
|
+
#define PACKAGE_NAME "tile"
|
|
1315
|
+
#define PACKAGE_STRING "tile 0.8.2"
|
|
1316
|
+
#define PACKAGE_TARNAME "tile"
|
|
1317
|
+
#define PACKAGE_VERSION "0.8.2"
|
|
1318
|
+
#define STDC_HEADERS 1
|
|
1319
|
+
#define TCL_THREADS 1
|
|
1320
|
+
#define TCL_WIDE_INT_TYPE long long
|
|
1321
|
+
#define TCL_WIDE_INT_TYPE long long
|
|
1322
|
+
#define USE_TCL_STUBS 1
|
|
1323
|
+
#define USE_THREAD_ALLOC 1
|
|
1324
|
+
#define USE_TK_STUBS 1
|
|
1325
|
+
#define _LARGEFILE64_SOURCE 1
|
|
1326
|
+
#define _LARGEFILE64_SOURCE 1
|
|
1327
|
+
#define _REENTRANT 1
|
|
1328
|
+
#define _THREAD_SAFE 1
|
|
1329
|
+
|
|
1330
|
+
configure: exit 0
|