## -------------------------------- ## ## GNU Smalltalk 3.2.91 test suite. ## ## -------------------------------- ## testsuite: command line was: $ ../../tests/testsuite ## ---------- ## ## ChangeLog. ## ## ---------- ## | 2013-10-21 Gwenael Casaccio | | * kernel/ContextPart.st: Print the instruction pointer value in the | exception message. | | 2013-10-15 Gwenael Casaccio | | * kernel/ContextPart.st: Fix >>#currentLine, the previous | implementation had a bad ip index and didn't raise an exception | if the instruction pointer was incorrect. ## --------- ## ## Platform. ## ## --------- ## hostname = fedora19-vmwareplay uname -m = i686 uname -r = 3.9.5-301.fc19.i686 uname -s = Linux uname -v = #1 SMP Tue Jun 11 20:01:50 UTC 2013 /usr/bin/uname -p = i686 /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/lee/repos/smalltalk/build-O2/tests PATH: /home/lee/repos/smalltalk/tests PATH: /usr/local/bin PATH: /usr/bin PATH: /bin PATH: /usr/local/sbin PATH: /usr/sbin testsuite: atconfig: | # Configurable variable values for building test suites. | # Generated by ./config.status. | # Copyright (C) 2012 Free Software Foundation, Inc. | | # The test suite will define top_srcdir=/../.. etc. | at_testdir='tests' | abs_builddir='/home/lee/repos/smalltalk/build-O2/tests' | at_srcdir='../../tests' | abs_srcdir='/home/lee/repos/smalltalk/build-O2/../tests' | at_top_srcdir='../..' | abs_top_srcdir='/home/lee/repos/smalltalk/build-O2/..' | at_top_build_prefix='../' | abs_top_builddir='/home/lee/repos/smalltalk/build-O2' | | # Backward compatibility with Autotest <= 2.59b: | at_top_builddir=$at_top_build_prefix | | AUTOTEST_PATH='tests' | | SHELL=${CONFIG_SHELL-'/bin/sh'} testsuite: atlocal: | enable_mysql_tests='no' | enable_postgres_tests='no' | host='i686-pc-linux-gnu' | TIMEOUT='timeout 600s' | mysqlvars=`echo $enable_mysql_tests | awk ' | BEGIN { FS=":" } | /^(yes|no)$/ { next } | length($1) { printf "mysqluser='\''%s'\'' ", $1 } | length($2) { printf "mysqlpassword='\''%s'\'' ", $2 } | length($3) { printf "mysqldb='\''%s'\'' ", $3 } | ' ` | postgresvars=`echo $enable_postgres_tests | awk ' | BEGIN { FS=":" } | /^(yes|no)$/ { next } | length($1) { printf "postgresuser='\''%s'\'' ", $1 } | length($2) { printf "postgrespassword='\''%s'\'' ", $2 } | length($3) { printf "postgresdb='\''%s'\'' ", $3 } | ' ` ## ---------------- ## ## Tested programs. ## ## ---------------- ## ../../tests/testsuite.at:23: /home/lee/repos/smalltalk/build-O2/tests/gst --version GNU Smalltalk version 3.2.91-5c19468 Copyright 2009 Free Software Foundation, Inc. Written by Steve Byrne (address@hidden) and Paolo Bonzini (address@hidden) GNU Smalltalk comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNU Smalltalk under the terms of the GNU General Public License. For more information, see the file named COPYING. Using default kernel path: (null) Using default image path: (null) ## ------------------ ## ## Running the tests. ## ## ------------------ ## testsuite: starting at: Sat Nov 9 23:53:12 CST 2013 1. arrays.st (testsuite.at:27): ok (0m0.065s 0m0.397s) 2. classes.st (testsuite.at:28): ok (0m0.060s 0m0.404s) 3. blocks.st (testsuite.at:29): ok (0m0.072s 0m0.461s) 4. sets.st (testsuite.at:30): ok (0m0.049s 0m0.553s) 5. processes.st (testsuite.at:31): ok (0m2.079s 0m0.819s) 6. exceptions.st (testsuite.at:32): ok (0m0.036s 0m0.463s) 7. intmath.st (testsuite.at:33): ok (0m0.043s 0m0.437s) 8. floatmath.st (testsuite.at:34): ok (0m0.331s 0m0.617s) 9. dates.st (testsuite.at:39): ok (0m0.508s 0m0.669s) 10. objects.st (testsuite.at:40): ok (0m0.052s 0m0.529s) 11. strings.st (testsuite.at:41): ok (0m0.030s 0m0.426s) 12. chars.st (testsuite.at:42): ok (0m0.022s 0m0.375s) 13. delays.st (testsuite.at:43): ok (0m3.106s 0m0.358s) 14. geometry.st (testsuite.at:44): ok (0m0.050s 0m0.460s) 15. cobjects.st (testsuite.at:45): ok (0m0.032s 0m0.470s) 16. compiler.st (testsuite.at:46): ok (0m0.115s 0m0.424s) 17. fileext.st (testsuite.at:47): ok (0m0.060s 0m0.369s) 18. mutate.st (testsuite.at:48): ok (0m0.122s 0m0.381s) 19. getopt.st (testsuite.at:49): ok (0m0.124s 0m0.377s) 20. quit.st (testsuite.at:50): ok (0m0.082s 0m0.259s) 22. shape.st (testsuite.at:52): ok (0m0.096s 0m0.327s) 23. streams.st (testsuite.at:53): ok (0m0.095s 0m0.227s) 24. ackermann.st (testsuite.at:56): ok (0m0.130s 0m0.263s) 25. ary3.st (testsuite.at:57): ok (0m0.489s 0m0.262s) 26. except.st (testsuite.at:58): ok (0m0.781s 0m0.352s) 27. fibo.st (testsuite.at:59): ok (0m0.125s 0m0.311s) 28. hash.st (testsuite.at:60): ok (0m0.226s 0m0.346s) 29. hash2.st (testsuite.at:61): ok (0m0.483s 0m0.260s) 30. heapsort.st (testsuite.at:62): ok (0m0.103s 0m0.274s) 31. lists.st (testsuite.at:63): ok (0m0.138s 0m0.281s) 32. lists1.st (testsuite.at:64): ok (0m0.351s 0m0.354s) 33. lists2.st (testsuite.at:65): ok (0m0.436s 0m0.412s) 34. matrix.st (testsuite.at:66): ok (0m0.066s 0m0.312s) 35. methcall.st (testsuite.at:67): ok (0m0.193s 0m0.239s) 36. nestedloop.st (testsuite.at:68): ok (0m0.137s 0m0.310s) 37. objinst.st (testsuite.at:69): ok (0m0.114s 0m0.264s) 38. prodcons.st (testsuite.at:70): ok (0m0.150s 0m0.244s) 39. random-bench.st (testsuite.at:71): ok (0m0.104s 0m0.235s) 40. sieve.st (testsuite.at:72): ok (0m0.104s 0m0.392s) 41. strcat.st (testsuite.at:73): ok (0m0.101s 0m0.292s) 42. stcompiler.st (testsuite.at:74): ok (0m0.207s 0m0.449s) 43. SUnit (testsuite.at:77): ok (0m0.288s 0m0.281s) 44. Parser (testsuite.at:78): ok (0m0.365s 0m0.344s) 45. ArrayANSITest (testsuite.at:81): ok (0m0.140s 0m0.253s) 46. ArrayFactoryANSITest (testsuite.at:82): ok (0m0.110s 0m0.196s) 47. BagANSITest (testsuite.at:83): ok (0m0.133s 0m0.219s) 48. BagFactoryANSITest (testsuite.at:84): ok (0m0.111s 0m0.247s) 49. BooleanANSITest (testsuite.at:85): ok (0m0.118s 0m0.298s) 50. ByteArrayANSITest (testsuite.at:86): ok (0m0.108s 0m0.319s) 51. ByteArrayFactoryANSITest (testsuite.at:87): ok (0m0.095s 0m0.332s) 52. CharacterANSITest (testsuite.at:88): ok (0m0.128s 0m0.323s) 53. CharacterFactoryANSITest (testsuite.at:89): ok (0m0.126s 0m0.319s) 54. DateAndTimeANSITest (testsuite.at:90): ok (0m0.149s 0m0.281s) 55. DateAndTimeFactoryANSITest (testsuite.at:91): ok (0m0.102s 0m0.244s) 56. DictionaryANSITest (testsuite.at:92): ok (0m0.135s 0m0.229s) 57. DictionaryFactoryANSITest (testsuite.at:93): ok (0m0.094s 0m0.247s) 58. DurationANSITest (testsuite.at:94): ok (0m0.100s 0m0.301s) 59. DurationFactoryANSITest (testsuite.at:95): ok (0m0.119s 0m0.347s) 60. DyadicValuableANSITest (testsuite.at:96): ok (0m0.100s 0m0.282s) 61. ErrorANSITest (testsuite.at:97): ok (0m0.196s 0m0.286s) 62. ErrorClassANSITest (testsuite.at:98): ok (0m0.135s 0m0.272s) 63. ExceptionANSITest (testsuite.at:99): ok (0m0.103s 0m0.190s) 64. ExceptionClassANSITest (testsuite.at:100): ok (0m0.137s 0m0.248s) 65. ExceptionSetANSITest (testsuite.at:101): ok (0m0.107s 0m0.233s) 66. FailedMessageANSITest (testsuite.at:102): ok (0m0.086s 0m0.323s) 67. FileStreamFactoryANSITest (testsuite.at:103): ok (0m0.108s 0m0.298s) 68. FloatANSITest (testsuite.at:104): ok (0m0.143s 0m0.269s) 69. FloatCharacterizationANSITest (testsuite.at:105): ok (0m0.104s 0m0.256s) 70. FractionANSITest (testsuite.at:106): ok (0m0.111s 0m0.269s) 71. FractionFactoryANSITest (testsuite.at:107): ok (0m0.136s 0m0.279s) 72. IdentityDictionaryANSITest (testsuite.at:108): ok (0m0.149s 0m0.322s) 73. IdentityDictionaryFactoryANSITest (testsuite.at:109): ok (0m0.154s 0m0.300s) 74. IntegerANSITest (testsuite.at:110): ok (0m0.201s 0m0.352s) 75. IntervalANSITest (testsuite.at:111): ok (0m0.106s 0m0.313s) 76. IntervalFactoryANSITest (testsuite.at:112): ok (0m0.120s 0m0.274s) 77. MessageNotUnderstoodANSITest (testsuite.at:113): ok (0m0.103s 0m0.205s) 78. MessageNotUnderstoodSelectorANSITest (testsuite.at:114): ok (0m0.089s 0m0.238s) 79. MonadicBlockANSITest (testsuite.at:115): ok (0m0.095s 0m0.225s) 80. NilANSITest (testsuite.at:116): ok (0m0.123s 0m0.263s) 81. NiladicBlockANSITest (testsuite.at:117): ok (0m0.164s 0m0.271s) 82. NotificationANSITest (testsuite.at:118): ok (0m0.134s 0m0.290s) 83. NotificationClassANSITest (testsuite.at:119): ok (0m0.139s 0m0.293s) 84. ObjectANSITest (testsuite.at:120): ok (0m0.139s 0m0.274s) 85. ObjectClassANSITest (testsuite.at:121): ok (0m0.120s 0m0.268s) 86. OrderedCollectionANSITest (testsuite.at:122): ok (0m0.179s 0m0.271s) 87. OrderedCollectionFactoryANSITest (testsuite.at:123): ok (0m0.136s 0m0.270s) 88. ReadFileStreamANSITest (testsuite.at:124): ok (0m0.139s 0m0.303s) 89. ReadStreamANSITest (testsuite.at:125): ok (0m0.120s 0m0.274s) 90. ReadStreamFactoryANSITest (testsuite.at:126): ok (0m0.168s 0m0.274s) 91. ReadWriteStreamANSITest (testsuite.at:127): ok (0m0.130s 0m0.268s) 92. ReadWriteStreamFactoryANSITest (testsuite.at:128): ok (0m0.106s 0m0.294s) 93. ScaledDecimalANSITest (testsuite.at:129): ok (0m0.118s 0m0.249s) 94. SelectorANSITest (testsuite.at:130): ok (0m0.129s 0m0.276s) 95. SetANSITest (testsuite.at:131): ok (0m0.156s 0m0.342s) 96. SetFactoryANSITest (testsuite.at:132): ok (0m0.129s 0m0.447s) 97. SortedCollectionANSITest (testsuite.at:133): ok (0m0.103s 0m0.288s) 98. SortedCollectionFactoryANSITest (testsuite.at:134): ok (0m0.103s 0m0.301s) 99. StringANSITest (testsuite.at:135): ok (0m0.112s 0m0.355s) 100. StringFactoryANSITest (testsuite.at:136): ok (0m0.124s 0m0.324s) 101. SymbolANSITest (testsuite.at:137): ok (0m0.099s 0m0.328s) 102. TranscriptANSITest (testsuite.at:138): ok (0m0.069s 0m0.282s) 103. WarningANSITest (testsuite.at:139): ok (0m0.108s 0m0.237s) 104. WarningClassANSITest (testsuite.at:140): ok (0m0.083s 0m0.282s) 105. WriteFileStreamANSITest (testsuite.at:141): ok (0m0.161s 0m0.266s) 106. WriteStreamANSITest (testsuite.at:142): ok (0m0.168s 0m0.232s) 107. WriteStreamFactoryANSITest (testsuite.at:143): ok (0m0.148s 0m0.263s) 108. ZeroDivideANSITest (testsuite.at:144): ok (0m0.127s 0m0.314s) 109. ZeroDivideFactoryANSITest (testsuite.at:145): ok (0m0.136s 0m0.261s) 110. Announcements (testsuite.at:148): ok (0m0.163s 0m0.265s) 111. Complex (testsuite.at:149): ok (0m0.152s 0m0.317s) 112. Continuations (testsuite.at:150): ok (0m0.795s 0m1.038s) 113. DBD-MySQL (testsuite.at:151): skipped (testsuite.at:151) 114. DBD-PostgreSQL (testsuite.at:152): skipped (testsuite.at:152) 115. DBD-SQLite (testsuite.at:153): ok (0m0.166s 0m0.334s) 116. DebugTools (testsuite.at:154): ok (0m0.173s 0m0.400s) 117. DhbNumericalMethods (testsuite.at:155): ok (0m3.377s 0m0.613s) 118. Digest (testsuite.at:156): ok (0m0.206s 0m0.280s) 119. GDBM (testsuite.at:157): ok (0m0.144s 0m0.322s) 120. Iconv (testsuite.at:158): ok (0m0.211s 0m0.334s) 121. Kernel-Tests (testsuite.at:159): ok (0m0.163s 0m0.332s) 122. Magritte (testsuite.at:160): ok (0m0.740s 0m0.616s) 123. ROE (testsuite.at:161): ok (0m0.402s 0m0.365s) 124. ObjectDumper (testsuite.at:162): ok (0m0.216s 0m0.310s) 125. SandstoneDb (testsuite.at:163): ok (0m4.943s 0m5.814s) 126. Seaside-Core (testsuite.at:164): ok (0m0.764s 0m0.565s) 128. Sport (testsuite.at:166): ok (0m0.144s 0m0.419s) 129. Swazoo (testsuite.at:167): ok (0m0.445s 0m0.694s) 130. XML-XMLParser (testsuite.at:168): ok (0m0.577s 0m0.331s) 131. XML-Expat (testsuite.at:169): ok (0m0.257s 0m0.299s) 132. ZLib (testsuite.at:170): ok (0m0.147s 0m0.271s) testsuite: ending at: Sat Nov 9 23:55:15 CST 2013 testsuite: test suite duration: 0h 2m 3s ## ------------- ## ## Test results. ## ## ------------- ## ERROR: 130 tests were run, 2 failed (1 expected failure). 2 tests were skipped. ## ------------------------ ## ## Summary of the failures. ## ## ------------------------ ## Failed tests: GNU Smalltalk 3.2.91 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 21: testsuite.at:51 pools.st base Skipped tests: GNU Smalltalk 3.2.91 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 113: testsuite.at:151 DBD-MySQL dbd-mysql sunit 114: testsuite.at:152 DBD-PostgreSQL dbd-postgresql sunit ## ---------------------- ## ## Detailed failed tests. ## ## ---------------------- ## # -*- compilation -*- 21. testsuite.at:51: testing pools.st ... { (cd /home/lee/repos/smalltalk/build-O2/../tests && timeout 600s gst -I /home/lee/repos/smalltalk/build-O2/gst.im -r pools.st 2>&1); echo exit 0 > retcode; } | tr -d '\r' | tee stdout; . ./retcode ../../tests/testsuite.at:51: { (cd $abs_srcdir && $TIMEOUT gst $image_path -r pools.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . ./retcode --- /dev/null 2013-11-09 14:29:36.500000062 +0800 +++ /home/lee/repos/smalltalk/build-O2/tests/testsuite.dir/at-groups/21/stderr 2013-11-09 23:53:41.764263214 +0800 @@ -0,0 +1 @@ +/home/lee/repos/smalltalk/build-O2/tests/testsuite.dir/at-groups/21/test-source: line 34: 27848 Aborted $TIMEOUT gst $image_path -r pools.st 2>&1 --- expout 2013-11-09 23:53:40.426227234 +0800 +++ /home/lee/repos/smalltalk/build-O2/tests/testsuite.dir/at-groups/21/stdout 2013-11-09 23:53:41.770263375 +0800 @@ -33,25 +33,16 @@ #Exception 9994 'MyLibrary 1.0' -42 -42 -42 -21 -#Exception -9994 -'MyLibrary 1.0' - -Execution begins... -returned value is 6667 - -Execution begins... -returned value is Blah - -Execution begins... -returned value is 785 - -Execution begins... -returned value is 'MyLibrary.Foo' - -Execution begins... -returned value is 'MyProject.MyLibWrapper.Baz' +pools.st:155: Aborted +pools.st:155: Error occurred while not in byte code interpreter!! +/home/lee/repos/smalltalk/build-O2/libgst/.libs/libgst.so.7(+0x67d6f)[0xb779cd6f] +[0xb77f7400] +[0xb77f7424] +/usr/lib/libc.so.6(gsignal+0x46)[0x42413936] +/usr/lib/libc.so.6(abort+0x143)[0x42415173] +/home/lee/repos/smalltalk/build-O2/libgst/.libs/libgst.so.7(+0x22e71)[0xb7757e71] +/usr/lib/libsigsegv.so.2(+0xb11)[0xb7730b11] +[0xb77f740c] +/home/lee/repos/smalltalk/build-O2/libgst/.libs/libgst.so.7(+0x1d862)[0xb7752862] +/home/lee/repos/smalltalk/build-O2/libgst/.libs/libgst.so.7(+0x19a62)[0xb774ea62] +timeout: the monitored command dumped core ../../tests/testsuite.at:51: exit code was 134, expected 0 21. testsuite.at:51: 21. pools.st (testsuite.at:51): FAILED (testsuite.at:51) ## ------------- ## ## ../config.log ## ## ------------- ## | This file contains any messages produced by compilers while | running configure, to aid debugging if configure makes a mistake. | | It was created by GNU Smalltalk configure 3.2.91, which was | generated by GNU Autoconf 2.69. Invocation command line was | | $ ../configure --prefix=/usr | | ## --------- ## | ## Platform. ## | ## --------- ## | | hostname = fedora19-vmwareplay | uname -m = i686 | uname -r = 3.9.5-301.fc19.i686 | uname -s = Linux | uname -v = #1 SMP Tue Jun 11 20:01:50 UTC 2013 | | /usr/bin/uname -p = i686 | /bin/uname -X = unknown | | /bin/arch = i686 | /usr/bin/arch -k = unknown | /usr/convex/getsysinfo = unknown | /usr/bin/hostinfo = unknown | /bin/machine = unknown | /usr/bin/oslevel = unknown | /bin/universe = unknown | | PATH: /usr/local/bin | PATH: /usr/bin | PATH: /bin | PATH: /usr/local/sbin | PATH: /usr/sbin | PATH: /home/lee/.local/bin | PATH: /home/lee/bin | | | ## ----------- ## | ## Core tests. ## | ## ----------- ## | | configure:2980: checking whether make supports nested variables | configure:2997: result: yes | configure:3094: checking for gawk | configure:3110: found /usr/bin/gawk | configure:3121: result: gawk | configure:3155: checking for a BSD-compatible install | configure:3223: result: /usr/bin/install -c | configure:3234: checking whether build environment is sane | configure:3289: result: yes | configure:3440: checking for a thread-safe mkdir -p | configure:3479: result: /usr/bin/mkdir -p | configure:3486: checking for gawk | configure:3513: result: gawk | configure:3524: checking whether make sets $(MAKE) | configure:3546: result: yes | configure:3641: checking build system type | configure:3655: result: i686-pc-linux-gnu | configure:3675: checking host system type | configure:3688: result: i686-pc-linux-gnu | configure:3783: checking for style of include used by make | configure:3811: result: GNU | configure:3882: checking for gcc | configure:3898: found /usr/bin/gcc | configure:3909: result: gcc | configure:4138: checking for C compiler version | configure:4147: gcc --version >&5 | gcc (GCC) 4.8.2 20131017 (Red Hat 4.8.2-1) | Copyright (C) 2013 Free Software Foundation, Inc. | This is free software; see the source for copying conditions. There is NO | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | | configure:4158: $? = 0 | configure:4147: gcc -v >&5 | Using built-in specs. | COLLECT_GCC=gcc | COLLECT_LTO_WRAPPER=/usr/libexec/gcc/i686-redhat-linux/4.8.2/lto-wrapper | Target: i686-redhat-linux | Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --enable-java-awt=gtk --disable-dssi --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --disable-libjava-multilib --with-isl=/builddir/build/BUILD/gcc-4.8.2-20131017/obj-i686-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.2-20131017/obj-i686-redhat-linux/cloog-install --with-tune=generic --with-arch=i686 --build=i686-redhat-linux | Thread model: posix | gcc version 4.8.2 20131017 (Red Hat 4.8.2-1) (GCC) | configure:4158: $? = 0 | configure:4147: gcc -V >&5 | gcc: error: unrecognized command line option '-V' | gcc: fatal error: no input files | compilation terminated. | configure:4158: $? = 4 | configure:4147: gcc -qversion >&5 | gcc: error: unrecognized command line option '-qversion' | gcc: fatal error: no input files | compilation terminated. | configure:4158: $? = 4 | configure:4178: checking whether the C compiler works | configure:4200: gcc conftest.c >&5 | configure:4204: $? = 0 | configure:4252: result: yes | configure:4255: checking for C compiler default output file name | configure:4257: result: a.out | configure:4263: checking for suffix of executables | configure:4270: gcc -o conftest conftest.c >&5 | configure:4274: $? = 0 | configure:4296: result: | configure:4318: checking whether we are cross compiling | configure:4326: gcc -o conftest conftest.c >&5 | configure:4330: $? = 0 | configure:4337: ./conftest | configure:4341: $? = 0 | configure:4356: result: no | configure:4361: checking for suffix of object files | configure:4383: gcc -c conftest.c >&5 | configure:4387: $? = 0 | configure:4408: result: o | configure:4412: checking whether we are using the GNU C compiler | configure:4431: gcc -c conftest.c >&5 | configure:4431: $? = 0 | configure:4440: result: yes | configure:4449: checking whether gcc accepts -g | configure:4469: gcc -c -g conftest.c >&5 | configure:4469: $? = 0 | configure:4510: result: yes | configure:4527: checking for gcc option to accept ISO C89 | configure:4590: gcc -c -g -O2 conftest.c >&5 | configure:4590: $? = 0 | configure:4603: result: none needed | configure:4625: checking dependency style of gcc | configure:4736: result: gcc3 | configure:4756: checking how to run the C preprocessor | configure:4787: gcc -E conftest.c | configure:4787: $? = 0 | configure:4801: gcc -E conftest.c | conftest.c:16:28: fatal error: ac_nonexistent.h: No such file or directory | #include | ^ | compilation terminated. | configure:4801: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | /* end confdefs.h. */ | | #include | configure:4826: result: gcc -E | configure:4846: gcc -E conftest.c | configure:4846: $? = 0 | configure:4860: gcc -E conftest.c | conftest.c:16:28: fatal error: ac_nonexistent.h: No such file or directory | #include | ^ | compilation terminated. | configure:4860: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | /* end confdefs.h. */ | | #include | configure:4890: checking for grep that handles long lines and -e | configure:4948: result: /usr/bin/grep | configure:4953: checking for egrep | configure:5015: result: /usr/bin/grep -E | configure:5020: checking for ANSI C header files | configure:5040: gcc -c -g -O2 conftest.c >&5 | configure:5040: $? = 0 | configure:5113: gcc -o conftest -g -O2 conftest.c >&5 | configure:5113: $? = 0 | configure:5113: ./conftest | configure:5113: $? = 0 | configure:5124: result: yes | configure:5137: checking for sys/types.h | configure:5137: gcc -c -g -O2 conftest.c >&5 | configure:5137: $? = 0 | configure:5137: result: yes | configure:5137: checking for sys/stat.h | configure:5137: gcc -c -g -O2 conftest.c >&5 | configure:5137: $? = 0 | configure:5137: result: yes | configure:5137: checking for stdlib.h | configure:5137: gcc -c -g -O2 conftest.c >&5 | configure:5137: $? = 0 | configure:5137: result: yes | configure:5137: checking for string.h | configure:5137: gcc -c -g -O2 conftest.c >&5 | configure:5137: $? = 0 | configure:5137: result: yes | configure:5137: checking for memory.h | configure:5137: gcc -c -g -O2 conftest.c >&5 | configure:5137: $? = 0 | configure:5137: result: yes | configure:5137: checking for strings.h | configure:5137: gcc -c -g -O2 conftest.c >&5 | configure:5137: $? = 0 | configure:5137: result: yes | configure:5137: checking for inttypes.h | configure:5137: gcc -c -g -O2 conftest.c >&5 | configure:5137: $? = 0 | configure:5137: result: yes | configure:5137: checking for stdint.h | configure:5137: gcc -c -g -O2 conftest.c >&5 | configure:5137: $? = 0 | configure:5137: result: yes | configure:5137: checking for unistd.h | configure:5137: gcc -c -g -O2 conftest.c >&5 | configure:5137: $? = 0 | configure:5137: result: yes | configure:5150: checking minix/config.h usability | configure:5150: gcc -c -g -O2 conftest.c >&5 | conftest.c:59:26: fatal error: minix/config.h: No such file or directory | #include | ^ | compilation terminated. | configure:5150: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:5150: result: no | configure:5150: checking minix/config.h presence | configure:5150: gcc -E conftest.c | conftest.c:26:26: fatal error: minix/config.h: No such file or directory | #include | ^ | compilation terminated. | configure:5150: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | /* end confdefs.h. */ | | #include | configure:5150: result: no | configure:5150: checking for minix/config.h | configure:5150: result: no | configure:5171: checking whether it is safe to define __EXTENSIONS__ | configure:5189: gcc -c -g -O2 conftest.c >&5 | configure:5189: $? = 0 | configure:5196: result: yes | configure:5223: checking whether -g -O2 produces any warnings | configure:5242: gcc -c -g -O2 conftest.c >&5 | configure:5242: $? = 0 | configure:5250: result: no | configure:5349: checking dependency style of gcc | configure:5458: result: gcc3 | configure:5474: checking for a sed that does not truncate output | configure:5538: result: /usr/bin/sed | configure:5543: checking whether ln -s works | configure:5547: result: yes | configure:5554: checking whether ln works | configure:5572: result: yes | configure:5628: checking for pkg-config | configure:5646: found /usr/bin/pkg-config | configure:5658: result: /usr/bin/pkg-config | configure:5683: checking pkg-config is at least version 0.9.0 | configure:5686: result: yes | configure:5741: checking for windres | configure:5774: result: no | configure:5795: checking for install-info | configure:5814: found /usr/sbin/install-info | configure:5827: result: /usr/sbin/install-info | configure:5837: checking for zip | configure:5855: found /usr/bin/zip | configure:5868: result: /usr/bin/zip | configure:5878: checking for timeout | configure:5894: found /usr/bin/timeout | configure:5906: result: timeout 600s | configure:5920: checking whether cross-compiling under Wine | configure:5931: result: no | configure:5967: checking for emacs | configure:5983: found /usr/bin/emacs | configure:5994: result: emacs | configure:6018: checking where .elc files should go | configure:6031: $EMACS -batch -q -eval '(while load-path (princ (concat (car load-path) "\n")) (setq load-path (cdr load-path)))' conftest.out | Loading /usr/share/emacs/site-lisp/site-start.d/cmake-init.el (source)... | Loading /usr/share/emacs/site-lisp/site-start.d/desktop-entry-mode-init.el (source)... | Loading /usr/share/emacs/site-lisp/site-start.d/rpmdev-init.el (source)... | Loading /usr/share/emacs/site-lisp/site-start.d/systemtap-init.el (source)... | configure:6034: $? = 0 | configure:6047: result: ${datarootdir}/emacs/site-lisp | configure:6100: checking where to place Emacs startup files | configure:6102: result: ${lispdir}/site-start.d | configure:6107: checking for comint.el | configure:6123: result: yes | configure:6163: checking for GNUTLS | configure:6171: $PKG_CONFIG --exists --print-errors "gnutls" | configure:6174: $? = 0 | configure:6189: $PKG_CONFIG --exists --print-errors "gnutls" | configure:6192: $? = 0 | configure:6328: result: yes | configure:6350: checking for lt_dlopen in -lltdl | configure:6375: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lltdl >&5 | configure:6375: $? = 0 | configure:6384: result: yes | configure:6428: checking for LIBFFI | configure:6436: $PKG_CONFIG --exists --print-errors "libffi" | configure:6439: $? = 0 | configure:6454: $PKG_CONFIG --exists --print-errors "libffi" | configure:6457: $? = 0 | configure:6593: result: yes | configure:6668: checking for sigsegv_install_handler in -lsigsegv | configure:6693: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lsigsegv >&5 | configure:6693: $? = 0 | configure:6702: result: yes | configure:6776: checking whether the host supports __sync_fetch_and_add | configure:6800: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -march=i486 conftest.c >&5 | configure:6800: $? = 0 | configure:6810: result: yes | configure:6817: checking whether the host is i386 | configure:6836: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:6836: $? = 0 | configure:6845: result: no | configure:6861: checking for inline | configure:6877: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:6877: $? = 0 | configure:6885: result: inline | configure:6932: checking pthread.h usability | configure:6932: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:6932: $? = 0 | configure:6932: result: yes | configure:6932: checking pthread.h presence | configure:6932: gcc -E conftest.c | configure:6932: $? = 0 | configure:6932: result: yes | configure:6932: checking for pthread.h | configure:6932: result: yes | configure:6958: checking for library containing pthread_mutexattr_init | configure:6989: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | /tmp/ccqh9Zj5.o: In function `main': | /home/lee/repos/smalltalk/build-O2/conftest.c:47: undefined reference to `pthread_mutexattr_init' | collect2: error: ld returned 1 exit status | configure:6989: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | /* end confdefs.h. */ | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char pthread_mutexattr_init (); | | int | | main () | | { | | return pthread_mutexattr_init (); | | ; | | return 0; | | } | configure:6989: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lpthread >&5 | configure:6989: $? = 0 | configure:7006: result: -lpthread | configure:7016: checking for library containing pthread_mutex_lock | configure:7047: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lpthread >&5 | configure:7047: $? = 0 | configure:7064: result: none required | configure:7086: checking for pthread_rwlock_t | configure:7086: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:7086: $? = 0 | configure:7086: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | conftest.c: In function 'main': | conftest.c:42:31: error: expected expression before ')' token | if (sizeof ((pthread_rwlock_t))) | ^ | configure:7086: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | if (sizeof ((pthread_rwlock_t))) | | return 0; | | ; | | return 0; | | } | configure:7086: result: yes | configure:7111: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:7111: $? = 0 | configure:7119: checking for multithread API to use | configure:7121: result: posix | configure:7132: checking for special C compiler options needed for large files | configure:7177: result: no | configure:7183: checking for _FILE_OFFSET_BITS value needed for large files | configure:7208: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | conftest.c:45:3: warning: left shift count >= width of type [enabled by default] | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | ^ | conftest.c:45:3: warning: left shift count >= width of type [enabled by default] | conftest.c:46:10: warning: left shift count >= width of type [enabled by default] | && LARGE_OFF_T % 2147483647 == 1) | ^ | conftest.c:46:10: warning: left shift count >= width of type [enabled by default] | conftest.c:45:7: error: variably modified 'off_t_is_large' at file scope | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | ^ | configure:7208: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | /* end confdefs.h. */ | | #include | | /* Check that off_t can represent 2**63 - 1 correctly. | | We can't simply define LARGE_OFF_T to be 9223372036854775807, | | since some C++ compilers masquerading as C compilers | | incorrectly reject 9223372036854775807. */ | | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | | && LARGE_OFF_T % 2147483647 == 1) | | ? 1 : -1]; | | int | | main () | | { | | | | ; | | return 0; | | } | configure:7232: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:7232: $? = 0 | configure:7240: result: 64 | configure:7325: checking for inline | configure:7349: result: inline | configure:7367: checking for C/C++ restrict keyword | configure:7392: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:7392: $? = 0 | configure:7400: result: __restrict | configure:7414: checking for broken sys/avl.h | configure:7424: gcc -E conftest.c | conftest.c:41:21: fatal error: sys/avl.h: No such file or directory | #include | ^ | compilation terminated. | configure:7424: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | /* end confdefs.h. */ | | #include | | #ifndef _AVL_H | | would be useless anyway | | #endif | | | configure:7433: result: no | configure:7438: checking for hidden visibility | configure:7450: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -Werror conftest.c >&5 | configure:7450: $? = 0 | configure:7457: result: yes | configure:7465: checking whether -Wno-long-double is needed | configure:7477: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -Werror conftest.c >&5 | configure:7477: $? = 0 | configure:7496: result: no | configure:7502: checking the number of mantissa digits in long doubles | configure:7507: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:7507: $? = 0 | configure:7507: ./conftest | configure:7507: $? = 0 | configure:7516: result: 64 | configure:7520: checking whether this long double format is supported | configure:7550: result: yes | configure:7591: checking for goto void * | configure:7610: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:7610: $? = 0 | configure:7618: result: yes | configure:7650: checking whether byte ordering is bigendian | configure:7665: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | conftest.c:47:9: error: unknown type name 'not' | not a universal capable compiler | ^ | conftest.c:47:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal' | not a universal capable compiler | ^ | conftest.c:47:15: error: unknown type name 'universal' | configure:7665: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | /* end confdefs.h. */ | | #ifndef __APPLE_CC__ | | not a universal capable compiler | | #endif | | typedef int dummy; | | | configure:7710: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:7710: $? = 0 | configure:7728: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | conftest.c: In function 'main': | conftest.c:53:4: error: unknown type name 'not' | not big endian | ^ | conftest.c:53:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian' | not big endian | ^ | configure:7728: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | #if BYTE_ORDER != BIG_ENDIAN | | not big endian | | #endif | | | | ; | | return 0; | | } | configure:7856: result: no | configure:7876: checking alignment of double | configure:7881: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:7881: $? = 0 | configure:7881: ./conftest | configure:7881: $? = 0 | configure:7899: result: 4 | configure:7911: checking alignment of long double | configure:7916: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:7916: $? = 0 | configure:7916: ./conftest | configure:7916: $? = 0 | configure:7934: result: 4 | configure:7946: checking alignment of long long | configure:7951: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:7951: $? = 0 | configure:7951: ./conftest | configure:7951: $? = 0 | configure:7969: result: 4 | configure:7983: checking size of off_t | configure:7988: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:7988: $? = 0 | configure:7988: ./conftest | configure:7988: $? = 0 | configure:8002: result: 8 | configure:8016: checking size of int | configure:8021: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:8021: $? = 0 | configure:8021: ./conftest | configure:8021: $? = 0 | configure:8035: result: 4 | configure:8049: checking size of long | configure:8054: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:8054: $? = 0 | configure:8054: ./conftest | configure:8054: $? = 0 | configure:8068: result: 4 | configure:8082: checking size of wchar_t | configure:8087: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:8087: $? = 0 | configure:8087: ./conftest | configure:8087: $? = 0 | configure:8103: result: 4 | configure:8117: checking size of OOP | configure:8122: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:8122: $? = 0 | configure:8122: ./conftest | configure:8122: $? = 0 | configure:8138: result: 4 | configure:8502: checking how to print strings | configure:8529: result: printf | configure:8550: checking for a sed that does not truncate output | configure:8614: result: /usr/bin/sed | configure:8632: checking for fgrep | configure:8694: result: /usr/bin/grep -F | configure:8729: checking for ld used by gcc | configure:8796: result: /usr/bin/ld | configure:8803: checking if the linker (/usr/bin/ld) is GNU ld | configure:8818: result: yes | configure:8830: checking for BSD- or MS-compatible name lister (nm) | configure:8879: result: /usr/bin/nm -B | configure:9009: checking the name lister (/usr/bin/nm -B) interface | configure:9016: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:9019: /usr/bin/nm -B "conftest.o" | configure:9022: output | 00000000 B some_variable | configure:9029: result: BSD nm | configure:9033: checking the maximum length of command line arguments | configure:9163: result: 1572864 | configure:9180: checking whether the shell understands some XSI constructs | configure:9190: result: yes | configure:9194: checking whether the shell understands "+=" | configure:9200: result: yes | configure:9235: checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format | configure:9275: result: func_convert_file_noop | configure:9282: checking how to convert i686-pc-linux-gnu file names to toolchain format | configure:9302: result: func_convert_file_noop | configure:9309: checking for /usr/bin/ld option to reload object files | configure:9316: result: -r | configure:9390: checking for objdump | configure:9417: result: objdump | configure:9446: checking how to recognize dependent libraries | configure:9648: result: pass_all | configure:9733: checking for dlltool | configure:9760: result: dlltool | configure:9790: checking how to associate runtime and link libraries | configure:9817: result: printf %s\n | configure:9877: checking for ar | configure:9893: found /usr/bin/ar | configure:9904: result: ar | configure:9941: checking for archiver @FILE support | configure:9958: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:9958: $? = 0 | configure:9961: ar cru libconftest.a @conftest.lst >&5 | configure:9964: $? = 0 | configure:9969: ar cru libconftest.a @conftest.lst >&5 | ar: conftest.o: No such file or directory | configure:9972: $? = 1 | configure:9984: result: @ | configure:10042: checking for strip | configure:10058: found /usr/bin/strip | configure:10069: result: strip | configure:10141: checking for ranlib | configure:10157: found /usr/bin/ranlib | configure:10168: result: ranlib | configure:10270: checking command to parse /usr/bin/nm -B output from gcc object | configure:10390: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:10393: $? = 0 | configure:10397: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | configure:10400: $? = 0 | configure:10466: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c conftstm.o >&5 | configure:10469: $? = 0 | configure:10507: result: ok | configure:10544: checking for sysroot | configure:10574: result: no | configure:10836: checking for mt | configure:10866: result: no | configure:10886: checking if : is a manifest tool | configure:10892: : '-?' | configure:10900: result: no | configure:11539: checking for dlfcn.h | configure:11539: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:11539: $? = 0 | configure:11539: result: yes | configure:11741: checking for objdir | configure:11756: result: .libs | configure:12027: checking if gcc supports -fno-rtti -fno-exceptions | configure:12045: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -fno-rtti -fno-exceptions conftest.c >&5 | cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] | configure:12049: $? = 0 | configure:12062: result: no | configure:12389: checking for gcc option to produce PIC | configure:12396: result: -fPIC -DPIC | configure:12404: checking if gcc PIC flag -fPIC -DPIC works | configure:12422: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -fPIC -DPIC -DPIC conftest.c >&5 | configure:12426: $? = 0 | configure:12439: result: yes | configure:12468: checking if gcc static flag -static works | configure:12496: result: no | configure:12511: checking if gcc supports -c -o file.o | configure:12532: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -o out/conftest2.o conftest.c >&5 | configure:12536: $? = 0 | configure:12558: result: yes | configure:12566: checking if gcc supports -c -o file.o | configure:12613: result: yes | configure:12646: checking whether the gcc linker (/usr/bin/ld) supports shared libraries | configure:13799: result: yes | configure:13836: checking whether -lc should be explicitly linked in | configure:13844: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:13847: $? = 0 | configure:13862: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1 | configure:13865: $? = 0 | configure:13879: result: no | configure:14039: checking dynamic linker characteristics | configure:14550: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -Wl,-rpath -Wl,/foo conftest.c >&5 | configure:14550: $? = 0 | configure:14776: result: GNU/Linux ld.so | configure:14883: checking how to hardcode library paths into programs | configure:14908: result: immediate | configure:15002: checking for shl_load | configure:15002: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | /tmp/ccSWI2c7.o: In function `main': | /home/lee/repos/smalltalk/build-O2/conftest.c:90: undefined reference to `shl_load' | collect2: error: ld returned 1 exit status | configure:15002: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | /* end confdefs.h. */ | | /* Define shl_load to an innocuous variant, in case declares shl_load. | | For example, HP-UX 11i declares gettimeofday. */ | | #define shl_load innocuous_shl_load | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char shl_load (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef shl_load | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char shl_load (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_shl_load || defined __stub___shl_load | | choke me | | #endif | | | | int | | main () | | { | | return shl_load (); | | ; | | return 0; | | } | configure:15002: result: no | configure:15006: checking for shl_load in -ldld | configure:15031: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -ldld >&5 | /usr/bin/ld: cannot find -ldld | collect2: error: ld returned 1 exit status | configure:15031: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | /* end confdefs.h. */ | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char shl_load (); | | int | | main () | | { | | return shl_load (); | | ; | | return 0; | | } | configure:15040: result: no | configure:15045: checking for dlopen | configure:15045: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | /tmp/ccwPQ98p.o: In function `main': | /home/lee/repos/smalltalk/build-O2/conftest.c:90: undefined reference to `dlopen' | collect2: error: ld returned 1 exit status | configure:15045: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | /* end confdefs.h. */ | | /* Define dlopen to an innocuous variant, in case declares dlopen. | | For example, HP-UX 11i declares gettimeofday. */ | | #define dlopen innocuous_dlopen | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char dlopen (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef dlopen | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char dlopen (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_dlopen || defined __stub___dlopen | | choke me | | #endif | | | | int | | main () | | { | | return dlopen (); | | ; | | return 0; | | } | configure:15045: result: no | configure:15049: checking for dlopen in -ldl | configure:15074: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -ldl >&5 | configure:15074: $? = 0 | configure:15083: result: yes | configure:15202: checking whether a program can dlopen itself | configure:15282: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5 | configure:15285: $? = 0 | configure:15303: result: yes | configure:15308: checking whether a statically linked program can dlopen itself | configure:15388: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5 | configure:15391: $? = 0 | configure:15409: result: yes | configure:15448: checking whether stripping libraries is possible | configure:15453: result: yes | configure:15488: checking if libtool supports shared libraries | configure:15490: result: yes | configure:15493: checking whether to build shared libraries | configure:15514: result: yes | configure:15517: checking whether to build static libraries | configure:15521: result: yes | configure:15577: checking return type of signal handlers | configure:15595: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | conftest.c: In function 'main': | conftest.c:62:1: error: void value not ignored as it ought to be | return *(signal (0, 0)) (0) == 1; | ^ | configure:15595: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | return *(signal (0, 0)) (0) == 1; | | ; | | return 0; | | } | configure:15602: result: void | configure:15610: checking for pid_t | configure:15610: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:15610: $? = 0 | configure:15610: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | conftest.c: In function 'main': | conftest.c:93:20: error: expected expression before ')' token | if (sizeof ((pid_t))) | ^ | configure:15610: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((pid_t))) | | return 0; | | ; | | return 0; | | } | configure:15610: result: yes | configure:15621: checking for size_t | configure:15621: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:15621: $? = 0 | configure:15621: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | conftest.c: In function 'main': | conftest.c:93:21: error: expected expression before ')' token | if (sizeof ((size_t))) | ^ | configure:15621: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((size_t))) | | return 0; | | ; | | return 0; | | } | configure:15621: result: yes | configure:15634: checking whether to enable assertions | configure:15652: result: yes | configure:15661: checking for stdint.h | configure:15661: result: yes | configure:15661: checking for inttypes.h | configure:15661: result: yes | configure:15661: checking for unistd.h | configure:15661: result: yes | configure:15661: checking for poll.h | configure:15661: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:15661: $? = 0 | configure:15661: result: yes | configure:15661: checking for sys/ioctl.h | configure:15661: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:15661: $? = 0 | configure:15661: result: yes | configure:15661: checking for sys/resource.h | configure:15661: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:15661: $? = 0 | configure:15661: result: yes | configure:15661: checking for sys/utsname.h | configure:15661: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:15661: $? = 0 | configure:15661: result: yes | configure:15661: checking for stropts.h | configure:15661: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | conftest.c:98:21: fatal error: stropts.h: No such file or directory | #include | ^ | compilation terminated. | configure:15661: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_POLL_H 1 | | #define HAVE_SYS_IOCTL_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_SYS_UTSNAME_H 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | | | #include | configure:15661: result: no | configure:15661: checking for sys/param.h | configure:15661: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:15661: $? = 0 | configure:15661: result: yes | configure:15661: checking for stddef.h | configure:15661: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:15661: $? = 0 | configure:15661: result: yes | configure:15661: checking for limits.h | configure:15661: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:15661: $? = 0 | configure:15661: result: yes | configure:15661: checking for sys/timeb.h | configure:15661: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:15661: $? = 0 | configure:15661: result: yes | configure:15661: checking for termios.h | configure:15661: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:15661: $? = 0 | configure:15661: result: yes | configure:15661: checking for sys/mman.h | configure:15661: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:15661: $? = 0 | configure:15661: result: yes | configure:15661: checking for sys/file.h | configure:15661: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:15661: $? = 0 | configure:15661: result: yes | configure:15661: checking for execinfo.h | configure:15661: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:15661: $? = 0 | configure:15661: result: yes | configure:15661: checking for utime.h | configure:15661: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:15661: $? = 0 | configure:15661: result: yes | configure:15661: checking for sys/select.h | configure:15661: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:15661: $? = 0 | configure:15661: result: yes | configure:15661: checking for sys/wait.h | configure:15661: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:15661: $? = 0 | configure:15661: result: yes | configure:15661: checking for fcntl.h | configure:15661: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:15661: $? = 0 | configure:15661: result: yes | configure:15661: checking for crt_externs.h | configure:15661: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | conftest.c:110:25: fatal error: crt_externs.h: No such file or directory | #include | ^ | compilation terminated. | configure:15661: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_POLL_H 1 | | #define HAVE_SYS_IOCTL_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_SYS_UTSNAME_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_SYS_TIMEB_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_EXECINFO_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FCNTL_H 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | | | #include | configure:15661: result: no | configure:15716: checking for struct stat.st_mtim.tv_nsec | configure:15716: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:15716: $? = 0 | configure:15716: result: yes | configure:15725: checking for struct stat.st_mtimensec | configure:15725: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | conftest.c: In function 'main': | conftest.c:114:12: error: 'struct stat' has no member named 'st_mtimensec' | if (ac_aggr.st_mtimensec) | ^ | conftest.c:113:20: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable] | static struct stat ac_aggr; | ^ | configure:15725: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_POLL_H 1 | | #define HAVE_SYS_IOCTL_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_SYS_UTSNAME_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_SYS_TIMEB_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_EXECINFO_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | static struct stat ac_aggr; | | if (ac_aggr.st_mtimensec) | | return 0; | | ; | | return 0; | | } | configure:15725: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | conftest.c: In function 'main': | conftest.c:114:19: error: 'struct stat' has no member named 'st_mtimensec' | if (sizeof ac_aggr.st_mtimensec) | ^ | conftest.c:113:20: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable] | static struct stat ac_aggr; | ^ | configure:15725: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_POLL_H 1 | | #define HAVE_SYS_IOCTL_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_SYS_UTSNAME_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_SYS_TIMEB_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_EXECINFO_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | static struct stat ac_aggr; | | if (sizeof ac_aggr.st_mtimensec) | | return 0; | | ; | | return 0; | | } | configure:15725: result: no | configure:15734: checking for struct stat.st_mtimespec.tv_nsec | configure:15734: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | conftest.c: In function 'main': | conftest.c:114:12: error: 'struct stat' has no member named 'st_mtimespec' | if (ac_aggr.st_mtimespec.tv_nsec) | ^ | conftest.c:113:20: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable] | static struct stat ac_aggr; | ^ | configure:15734: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_POLL_H 1 | | #define HAVE_SYS_IOCTL_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_SYS_UTSNAME_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_SYS_TIMEB_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_EXECINFO_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | static struct stat ac_aggr; | | if (ac_aggr.st_mtimespec.tv_nsec) | | return 0; | | ; | | return 0; | | } | configure:15734: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | conftest.c: In function 'main': | conftest.c:114:19: error: 'struct stat' has no member named 'st_mtimespec' | if (sizeof ac_aggr.st_mtimespec.tv_nsec) | ^ | conftest.c:113:20: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable] | static struct stat ac_aggr; | ^ | configure:15734: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_POLL_H 1 | | #define HAVE_SYS_IOCTL_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_SYS_UTSNAME_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_SYS_TIMEB_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_EXECINFO_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | static struct stat ac_aggr; | | if (sizeof ac_aggr.st_mtimespec.tv_nsec) | | return 0; | | ; | | return 0; | | } | configure:15734: result: no | configure:15745: checking for int8_t | configure:15745: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:15745: $? = 0 | configure:15745: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | conftest.c: In function 'main': | conftest.c:114:12: error: size of array 'test_array' is negative | static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1) | ^ | configure:15745: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_POLL_H 1 | | #define HAVE_SYS_IOCTL_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_SYS_UTSNAME_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_SYS_TIMEB_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_EXECINFO_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | enum { N = 8 / 2 - 1 }; | | int | | main () | | { | | static int test_array [1 - 2 * !((int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 1) | | < (int8_t) (((((int8_t) 1 << N) << N) - 1) * 2 + 2))]; | | test_array [0] = 0; | | return test_array [0]; | | | | ; | | return 0; | | } | configure:15745: result: yes | configure:15756: checking for int16_t | configure:15756: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:15756: $? = 0 | configure:15756: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | conftest.c: In function 'main': | conftest.c:114:12: error: size of array 'test_array' is negative | static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1) | ^ | configure:15756: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_POLL_H 1 | | #define HAVE_SYS_IOCTL_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_SYS_UTSNAME_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_SYS_TIMEB_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_EXECINFO_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | enum { N = 16 / 2 - 1 }; | | int | | main () | | { | | static int test_array [1 - 2 * !((int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 1) | | < (int16_t) (((((int16_t) 1 << N) << N) - 1) * 2 + 2))]; | | test_array [0] = 0; | | return test_array [0]; | | | | ; | | return 0; | | } | configure:15756: result: yes | configure:15767: checking for int32_t | configure:15767: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:15767: $? = 0 | configure:15767: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | conftest.c: In function 'main': | conftest.c:115:53: warning: integer overflow in expression [-Woverflow] | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))]; | ^ | conftest.c:114:12: error: storage size of 'test_array' isn't constant | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1) | ^ | conftest.c:114:12: warning: unused variable 'test_array' [-Wunused-variable] | configure:15767: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_POLL_H 1 | | #define HAVE_SYS_IOCTL_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_SYS_UTSNAME_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_SYS_TIMEB_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_EXECINFO_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | enum { N = 32 / 2 - 1 }; | | int | | main () | | { | | static int test_array [1 - 2 * !((int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 1) | | < (int32_t) (((((int32_t) 1 << N) << N) - 1) * 2 + 2))]; | | test_array [0] = 0; | | return test_array [0]; | | | | ; | | return 0; | | } | configure:15767: result: yes | configure:15778: checking for int64_t | configure:15778: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:15778: $? = 0 | configure:15778: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | conftest.c: In function 'main': | conftest.c:115:53: warning: integer overflow in expression [-Woverflow] | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))]; | ^ | conftest.c:114:12: error: storage size of 'test_array' isn't constant | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1) | ^ | conftest.c:114:12: warning: unused variable 'test_array' [-Wunused-variable] | configure:15778: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_POLL_H 1 | | #define HAVE_SYS_IOCTL_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_SYS_UTSNAME_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_SYS_TIMEB_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_EXECINFO_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | enum { N = 64 / 2 - 1 }; | | int | | main () | | { | | static int test_array [1 - 2 * !((int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 1) | | < (int64_t) (((((int64_t) 1 << N) << N) - 1) * 2 + 2))]; | | test_array [0] = 0; | | return test_array [0]; | | | | ; | | return 0; | | } | configure:15778: result: yes | configure:15790: checking for unsigned long long int | configure:15829: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:15829: $? = 0 | configure:15838: result: yes | configure:15848: checking for long long int | configure:15886: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:15886: $? = 0 | configure:15886: ./conftest | configure:15886: $? = 0 | configure:15898: result: yes | configure:15908: checking for intmax_t | configure:15908: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:15908: $? = 0 | configure:15908: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | conftest.c: In function 'main': | conftest.c:115:23: error: expected expression before ')' token | if (sizeof ((intmax_t))) | ^ | configure:15908: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_POLL_H 1 | | #define HAVE_SYS_IOCTL_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_SYS_UTSNAME_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_SYS_TIMEB_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_EXECINFO_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((intmax_t))) | | return 0; | | ; | | return 0; | | } | configure:15908: result: yes | configure:15926: checking for intptr_t | configure:15926: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:15926: $? = 0 | configure:15926: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | conftest.c: In function 'main': | conftest.c:116:23: error: expected expression before ')' token | if (sizeof ((intptr_t))) | ^ | configure:15926: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_POLL_H 1 | | #define HAVE_SYS_IOCTL_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_SYS_UTSNAME_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_SYS_TIMEB_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_EXECINFO_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((intptr_t))) | | return 0; | | ; | | return 0; | | } | configure:15926: result: yes | configure:15961: checking for uint8_t | configure:15961: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:15961: $? = 0 | configure:15961: result: yes | configure:15975: checking for uint16_t | configure:15975: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:15975: $? = 0 | configure:15975: result: yes | configure:15987: checking for uint32_t | configure:15987: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:15987: $? = 0 | configure:15987: result: yes | configure:16001: checking for uint64_t | configure:16001: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:16001: $? = 0 | configure:16001: result: yes | configure:16017: checking for uintmax_t | configure:16017: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:16017: $? = 0 | configure:16017: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | conftest.c: In function 'main': | conftest.c:117:24: error: expected expression before ')' token | if (sizeof ((uintmax_t))) | ^ | configure:16017: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_POLL_H 1 | | #define HAVE_SYS_IOCTL_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_SYS_UTSNAME_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_SYS_TIMEB_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_EXECINFO_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((uintmax_t))) | | return 0; | | ; | | return 0; | | } | configure:16017: result: yes | configure:16035: checking for uintptr_t | configure:16035: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:16035: $? = 0 | configure:16035: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | conftest.c: In function 'main': | conftest.c:118:24: error: expected expression before ')' token | if (sizeof ((uintptr_t))) | ^ | configure:16035: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_POLL_H 1 | | #define HAVE_SYS_IOCTL_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_SYS_UTSNAME_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_SYS_TIMEB_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_EXECINFO_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UINTMAX_T 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | int | | main () | | { | | if (sizeof ((uintptr_t))) | | return 0; | | ; | | return 0; | | } | configure:16035: result: yes | configure:16079: checking for working alloca.h | configure:16096: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:16096: $? = 0 | configure:16104: result: yes | configure:16112: checking for alloca | configure:16149: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:16149: $? = 0 | configure:16157: result: yes | configure:16263: checking for obstacks | configure:16284: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:16284: $? = 0 | configure:16292: result: yes | configure:16308: checking for atan in -lm | configure:16333: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | conftest.c:93:6: warning: conflicting types for built-in function 'atan' [enabled by default] | char atan (); | ^ | configure:16333: $? = 0 | configure:16342: result: yes | configure:16355: checking for working poll | configure:16362: checking for poll | configure:16362: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:16362: $? = 0 | configure:16362: result: yes | configure:16416: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:16416: $? = 0 | configure:16416: ./conftest | configure:16416: $? = 0 | configure:16433: result: yes | configure:16449: checking for setenv | configure:16449: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:16449: $? = 0 | configure:16449: result: yes | configure:16465: checking if environ is properly declared | configure:16483: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | conftest.c:89:34: error: conflicting types for 'environ' | extern struct { int foo; } environ; | ^ | In file included from conftest.c:88:0: | /usr/include/unistd.h:545:15: note: previous declaration of 'environ' was here | extern char **environ; | ^ | configure:16483: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_POLL_H 1 | | #define HAVE_SYS_IOCTL_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_SYS_UTSNAME_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_SYS_TIMEB_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_EXECINFO_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_UINTPTR_T 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_OBSTACK 1 | | #define HAVE_LIBM 1 | | #define HAVE_SETENV 1 | | /* end confdefs.h. */ | | #include | | extern struct { int foo; } environ; | | int | | main () | | { | | environ.foo = 1; | | ; | | return 0; | | } | configure:16491: result: yes | configure:16502: checking for library containing listen | configure:16533: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:16533: $? = 0 | configure:16550: result: none required | configure:16590: checking for library containing gethostbyname | configure:16621: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:16621: $? = 0 | configure:16638: result: none required | configure:16648: checking for socket | configure:16648: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:16648: $? = 0 | configure:16648: result: yes | configure:16658: checking arpa/inet.h usability | configure:16658: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:16658: $? = 0 | configure:16658: result: yes | configure:16658: checking arpa/inet.h presence | configure:16658: gcc -E conftest.c | configure:16658: $? = 0 | configure:16658: result: yes | configure:16658: checking for arpa/inet.h | configure:16658: result: yes | configure:16658: checking netdb.h usability | configure:16658: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:16658: $? = 0 | configure:16658: result: yes | configure:16658: checking netdb.h presence | configure:16658: gcc -E conftest.c | configure:16658: $? = 0 | configure:16658: result: yes | configure:16658: checking for netdb.h | configure:16658: result: yes | configure:16658: checking netinet/in.h usability | configure:16658: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:16658: $? = 0 | configure:16658: result: yes | configure:16658: checking netinet/in.h presence | configure:16658: gcc -E conftest.c | configure:16658: $? = 0 | configure:16658: result: yes | configure:16658: checking for netinet/in.h | configure:16658: result: yes | configure:16688: checking whether getaddrinfo is declared | configure:16688: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:16688: $? = 0 | configure:16688: result: yes | configure:16704: checking whether freeaddrinfo is declared | configure:16704: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:16704: $? = 0 | configure:16704: result: yes | configure:16720: checking whether gai_strerror is declared | configure:16720: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:16720: $? = 0 | configure:16720: result: yes | configure:16736: checking whether getnameinfo is declared | configure:16736: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:16736: $? = 0 | configure:16736: result: yes | configure:16753: checking for struct addrinfo.ai_family | configure:16753: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:16753: $? = 0 | configure:16753: result: yes | configure:16767: checking for struct sockaddr.sa_len | configure:16767: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | conftest.c: In function 'main': | conftest.c:103:12: error: 'struct sockaddr' has no member named 'sa_len' | if (ac_aggr.sa_len) | ^ | conftest.c:102:24: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable] | static struct sockaddr ac_aggr; | ^ | configure:16767: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_POLL_H 1 | | #define HAVE_SYS_IOCTL_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_SYS_UTSNAME_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_SYS_TIMEB_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_EXECINFO_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_UINTPTR_T 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_OBSTACK 1 | | #define HAVE_LIBM 1 | | #define HAVE_SETENV 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ARPA_INET_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_NETINET_IN_H 1 | | #define HAVE_DECL_GETADDRINFO 1 | | #define HAVE_DECL_FREEADDRINFO 1 | | #define HAVE_DECL_GAI_STRERROR 1 | | #define HAVE_DECL_GETNAMEINFO 1 | | #define HAVE_STRUCT_ADDRINFO 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | static struct sockaddr ac_aggr; | | if (ac_aggr.sa_len) | | return 0; | | ; | | return 0; | | } | configure:16767: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | conftest.c: In function 'main': | conftest.c:103:19: error: 'struct sockaddr' has no member named 'sa_len' | if (sizeof ac_aggr.sa_len) | ^ | conftest.c:102:24: warning: variable 'ac_aggr' set but not used [-Wunused-but-set-variable] | static struct sockaddr ac_aggr; | ^ | configure:16767: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_POLL_H 1 | | #define HAVE_SYS_IOCTL_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_SYS_UTSNAME_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_SYS_TIMEB_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_EXECINFO_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_UINTPTR_T 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_OBSTACK 1 | | #define HAVE_LIBM 1 | | #define HAVE_SETENV 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ARPA_INET_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_NETINET_IN_H 1 | | #define HAVE_DECL_GETADDRINFO 1 | | #define HAVE_DECL_FREEADDRINFO 1 | | #define HAVE_DECL_GAI_STRERROR 1 | | #define HAVE_DECL_GETNAMEINFO 1 | | #define HAVE_STRUCT_ADDRINFO 1 | | /* end confdefs.h. */ | | #include | | | | int | | main () | | { | | static struct sockaddr ac_aggr; | | if (sizeof ac_aggr.sa_len) | | return 0; | | ; | | return 0; | | } | configure:16767: result: no | configure:16783: checking for netinet/in.h | configure:16783: result: yes | configure:16794: checking for IPv4 sockets | configure:16823: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | conftest.c: In function 'main': | conftest.c:115:6: warning: the address of 'x' will always evaluate as 'true' [-Waddress] | if (&x && &y && &z) return 0; | ^ | conftest.c:115:9: warning: the address of 'y' will always evaluate as 'true' [-Waddress] | if (&x && &y && &z) return 0; | ^ | conftest.c:115:15: warning: the address of 'z' will always evaluate as 'true' [-Waddress] | if (&x && &y && &z) return 0; | ^ | configure:16823: $? = 0 | configure:16831: result: yes | configure:16839: checking for IPv6 sockets | configure:16868: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | conftest.c: In function 'main': | conftest.c:116:6: warning: the address of 'x' will always evaluate as 'true' [-Waddress] | if (&x && &y && &z) return 0; | ^ | conftest.c:116:9: warning: the address of 'y' will always evaluate as 'true' [-Waddress] | if (&x && &y && &z) return 0; | ^ | conftest.c:116:15: warning: the address of 'z' will always evaluate as 'true' [-Waddress] | if (&x && &y && &z) return 0; | ^ | configure:16868: $? = 0 | configure:16876: result: yes | configure:16886: checking for getipnodebyaddr | configure:16886: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | /tmp/ccZGPGcy.o: In function `main': | /home/lee/repos/smalltalk/build-O2/conftest.c:134: undefined reference to `getipnodebyaddr' | collect2: error: ld returned 1 exit status | configure:16886: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_POLL_H 1 | | #define HAVE_SYS_IOCTL_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_SYS_UTSNAME_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_SYS_TIMEB_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_EXECINFO_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_UINTPTR_T 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_OBSTACK 1 | | #define HAVE_LIBM 1 | | #define HAVE_SETENV 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ARPA_INET_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_NETINET_IN_H 1 | | #define HAVE_DECL_GETADDRINFO 1 | | #define HAVE_DECL_FREEADDRINFO 1 | | #define HAVE_DECL_GAI_STRERROR 1 | | #define HAVE_DECL_GETNAMEINFO 1 | | #define HAVE_STRUCT_ADDRINFO 1 | | #define HAVE_NETINET_IN_H 1 | | #define HAVE_IPV4 1 | | #define HAVE_IPV6 1 | | /* end confdefs.h. */ | | /* Define getipnodebyaddr to an innocuous variant, in case declares getipnodebyaddr. | | For example, HP-UX 11i declares gettimeofday. */ | | #define getipnodebyaddr innocuous_getipnodebyaddr | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char getipnodebyaddr (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef getipnodebyaddr | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char getipnodebyaddr (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_getipnodebyaddr || defined __stub___getipnodebyaddr | | choke me | | #endif | | | | int | | main () | | { | | return getipnodebyaddr (); | | ; | | return 0; | | } | configure:16886: result: no | configure:16895: checking for getaddrinfo | configure:16895: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:16895: $? = 0 | configure:16895: result: yes | configure:16908: checking for inet_ntop | configure:16908: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:16908: $? = 0 | configure:16908: result: yes | configure:16928: checking for putenv | configure:16928: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:16928: $? = 0 | configure:16928: result: yes | configure:16941: checking for strdup | configure:16941: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | conftest.c:127:6: warning: conflicting types for built-in function 'strdup' [enabled by default] | char strdup (); | ^ | configure:16941: $? = 0 | configure:16941: result: yes | configure:16954: checking for strerror | configure:16954: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:16954: $? = 0 | configure:16954: result: yes | configure:16967: checking for strsignal | configure:16967: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:16967: $? = 0 | configure:16967: result: yes | configure:16980: checking for mkstemp | configure:16980: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:16980: $? = 0 | configure:16980: result: yes | configure:16993: checking for getpagesize | configure:16993: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:16993: $? = 0 | configure:16993: result: yes | configure:17006: checking for getdtablesize | configure:17006: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17006: $? = 0 | configure:17006: result: yes | configure:17019: checking for strstr | configure:17019: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | conftest.c:133:6: warning: conflicting types for built-in function 'strstr' [enabled by default] | char strstr (); | ^ | configure:17019: $? = 0 | configure:17019: result: yes | configure:17032: checking for ftruncate | configure:17032: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17032: $? = 0 | configure:17032: result: yes | configure:17045: checking for floorl | configure:17045: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | conftest.c:135:6: warning: conflicting types for built-in function 'floorl' [enabled by default] | char floorl (); | ^ | configure:17045: $? = 0 | configure:17045: result: yes | configure:17058: checking for ceill | configure:17058: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | conftest.c:136:6: warning: conflicting types for built-in function 'ceill' [enabled by default] | char ceill (); | ^ | configure:17058: $? = 0 | configure:17058: result: yes | configure:17071: checking for sqrtl | configure:17071: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | conftest.c:137:6: warning: conflicting types for built-in function 'sqrtl' [enabled by default] | char sqrtl (); | ^ | configure:17071: $? = 0 | configure:17071: result: yes | configure:17084: checking for frexpl | configure:17084: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | conftest.c:138:6: warning: conflicting types for built-in function 'frexpl' [enabled by default] | char frexpl (); | ^ | configure:17084: $? = 0 | configure:17084: result: yes | configure:17097: checking for ldexpl | configure:17097: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | conftest.c:139:6: warning: conflicting types for built-in function 'ldexpl' [enabled by default] | char ldexpl (); | ^ | configure:17097: $? = 0 | configure:17097: result: yes | configure:17110: checking for asinl | configure:17110: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | conftest.c:140:6: warning: conflicting types for built-in function 'asinl' [enabled by default] | char asinl (); | ^ | configure:17110: $? = 0 | configure:17110: result: yes | configure:17123: checking for acosl | configure:17123: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | conftest.c:141:6: warning: conflicting types for built-in function 'acosl' [enabled by default] | char acosl (); | ^ | configure:17123: $? = 0 | configure:17123: result: yes | configure:17136: checking for atanl | configure:17136: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | conftest.c:142:6: warning: conflicting types for built-in function 'atanl' [enabled by default] | char atanl (); | ^ | configure:17136: $? = 0 | configure:17136: result: yes | configure:17149: checking for logl | configure:17149: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | conftest.c:143:6: warning: conflicting types for built-in function 'logl' [enabled by default] | char logl (); | ^ | configure:17149: $? = 0 | configure:17149: result: yes | configure:17162: checking for expl | configure:17162: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | conftest.c:144:6: warning: conflicting types for built-in function 'expl' [enabled by default] | char expl (); | ^ | configure:17162: $? = 0 | configure:17162: result: yes | configure:17175: checking for tanl | configure:17175: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | conftest.c:145:6: warning: conflicting types for built-in function 'tanl' [enabled by default] | char tanl (); | ^ | configure:17175: $? = 0 | configure:17175: result: yes | configure:17188: checking for sinl | configure:17188: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | conftest.c:146:6: warning: conflicting types for built-in function 'sinl' [enabled by default] | char sinl (); | ^ | configure:17188: $? = 0 | configure:17188: result: yes | configure:17201: checking for cosl | configure:17201: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | conftest.c:147:6: warning: conflicting types for built-in function 'cosl' [enabled by default] | char cosl (); | ^ | configure:17201: $? = 0 | configure:17201: result: yes | configure:17214: checking for powl | configure:17214: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | conftest.c:148:6: warning: conflicting types for built-in function 'powl' [enabled by default] | char powl (); | ^ | configure:17214: $? = 0 | configure:17214: result: yes | configure:17227: checking for truncl | configure:17227: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | conftest.c:149:6: warning: conflicting types for built-in function 'truncl' [enabled by default] | char truncl (); | ^ | configure:17227: $? = 0 | configure:17227: result: yes | configure:17240: checking for lrintl | configure:17240: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | conftest.c:150:6: warning: conflicting types for built-in function 'lrintl' [enabled by default] | char lrintl (); | ^ | configure:17240: $? = 0 | configure:17240: result: yes | configure:17253: checking for truncf | configure:17253: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | conftest.c:151:6: warning: conflicting types for built-in function 'truncf' [enabled by default] | char truncf (); | ^ | configure:17253: $? = 0 | configure:17253: result: yes | configure:17266: checking for lrintf | configure:17266: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | conftest.c:152:6: warning: conflicting types for built-in function 'lrintf' [enabled by default] | char lrintf (); | ^ | configure:17266: $? = 0 | configure:17266: result: yes | configure:17279: checking for lrint | configure:17279: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | conftest.c:153:6: warning: conflicting types for built-in function 'lrint' [enabled by default] | char lrint (); | ^ | configure:17279: $? = 0 | configure:17279: result: yes | configure:17292: checking for trunc | configure:17292: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | conftest.c:154:6: warning: conflicting types for built-in function 'trunc' [enabled by default] | char trunc (); | ^ | configure:17292: $? = 0 | configure:17292: result: yes | configure:17305: checking for strsep | configure:17305: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17305: $? = 0 | configure:17305: result: yes | configure:17318: checking for strpbrk | configure:17318: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | conftest.c:156:6: warning: conflicting types for built-in function 'strpbrk' [enabled by default] | char strpbrk (); | ^ | configure:17318: $? = 0 | configure:17318: result: yes | configure:17331: checking for symlink | configure:17331: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17331: $? = 0 | configure:17331: result: yes | configure:17344: checking for mkdtemp | configure:17344: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17344: $? = 0 | configure:17344: result: yes | configure:17364: checking for gethostname | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17364: $? = 0 | configure:17364: result: yes | configure:17364: checking for memcpy | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | conftest.c:160:6: warning: conflicting types for built-in function 'memcpy' [enabled by default] | char memcpy (); | ^ | configure:17364: $? = 0 | configure:17364: result: yes | configure:17364: checking for memmove | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | conftest.c:161:6: warning: conflicting types for built-in function 'memmove' [enabled by default] | char memmove (); | ^ | configure:17364: $? = 0 | configure:17364: result: yes | configure:17364: checking for sighold | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17364: $? = 0 | configure:17364: result: yes | configure:17364: checking for uname | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17364: $? = 0 | configure:17364: result: yes | configure:17364: checking for usleep | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17364: $? = 0 | configure:17364: result: yes | configure:17364: checking for lstat | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17364: $? = 0 | configure:17364: result: yes | configure:17364: checking for grantpt | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17364: $? = 0 | configure:17364: result: yes | configure:17364: checking for popen | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17364: $? = 0 | configure:17364: result: yes | configure:17364: checking for getrusage | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17364: $? = 0 | configure:17364: result: yes | configure:17364: checking for gettimeofday | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17364: $? = 0 | configure:17364: result: yes | configure:17364: checking for fork | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | conftest.c:170:6: warning: conflicting types for built-in function 'fork' [enabled by default] | char fork (); | ^ | configure:17364: $? = 0 | configure:17364: result: yes | configure:17364: checking for strchr | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | conftest.c:171:6: warning: conflicting types for built-in function 'strchr' [enabled by default] | char strchr (); | ^ | configure:17364: $? = 0 | configure:17364: result: yes | configure:17364: checking for utimes | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17364: $? = 0 | configure:17364: result: yes | configure:17364: checking for utime | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17364: $? = 0 | configure:17364: result: yes | configure:17364: checking for readlink | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17364: $? = 0 | configure:17364: result: yes | configure:17364: checking for sigsetmask | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17364: $? = 0 | configure:17364: result: yes | configure:17364: checking for alarm | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17364: $? = 0 | configure:17364: result: yes | configure:17364: checking for select | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17364: $? = 0 | configure:17364: result: yes | configure:17364: checking for mprotect | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17364: $? = 0 | configure:17364: result: yes | configure:17364: checking for madvise | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17364: $? = 0 | configure:17364: result: yes | configure:17364: checking for waitpid | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17364: $? = 0 | configure:17364: result: yes | configure:17364: checking for accept4 | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17364: $? = 0 | configure:17364: result: yes | configure:17364: checking for fdatasync | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17364: $? = 0 | configure:17364: result: yes | configure:17364: checking for setsid | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17364: $? = 0 | configure:17364: result: yes | configure:17364: checking for spawnl | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | /tmp/ccv3AeUo.o: In function `main': | /home/lee/repos/smalltalk/build-O2/conftest.c:195: undefined reference to `spawnl' | collect2: error: ld returned 1 exit status | configure:17364: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_POLL_H 1 | | #define HAVE_SYS_IOCTL_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_SYS_UTSNAME_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_SYS_TIMEB_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_EXECINFO_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_UINTPTR_T 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_OBSTACK 1 | | #define HAVE_LIBM 1 | | #define HAVE_SETENV 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ARPA_INET_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_NETINET_IN_H 1 | | #define HAVE_DECL_GETADDRINFO 1 | | #define HAVE_DECL_FREEADDRINFO 1 | | #define HAVE_DECL_GAI_STRERROR 1 | | #define HAVE_DECL_GETNAMEINFO 1 | | #define HAVE_STRUCT_ADDRINFO 1 | | #define HAVE_NETINET_IN_H 1 | | #define HAVE_IPV4 1 | | #define HAVE_IPV6 1 | | #define HAVE_GETADDRINFO 1 | | #define HAVE_INET_NTOP 1 | | #define HAVE_SOCKETS 1 | | #define HAVE_PUTENV 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRSIGNAL 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_STRSTR 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_FLOORL 1 | | #define HAVE_CEILL 1 | | #define HAVE_SQRTL 1 | | #define HAVE_FREXPL 1 | | #define HAVE_LDEXPL 1 | | #define HAVE_ASINL 1 | | #define HAVE_ACOSL 1 | | #define HAVE_ATANL 1 | | #define HAVE_LOGL 1 | | #define HAVE_EXPL 1 | | #define HAVE_TANL 1 | | #define HAVE_SINL 1 | | #define HAVE_COSL 1 | | #define HAVE_POWL 1 | | #define HAVE_TRUNCL 1 | | #define HAVE_LRINTL 1 | | #define HAVE_TRUNCF 1 | | #define HAVE_LRINTF 1 | | #define HAVE_LRINT 1 | | #define HAVE_TRUNC 1 | | #define HAVE_STRSEP 1 | | #define HAVE_STRPBRK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MKDTEMP 1 | | #define HAVE_GETHOSTNAME 1 | | #define HAVE_MEMCPY 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_SIGHOLD 1 | | #define HAVE_UNAME 1 | | #define HAVE_USLEEP 1 | | #define HAVE_LSTAT 1 | | #define HAVE_GRANTPT 1 | | #define HAVE_POPEN 1 | | #define HAVE_GETRUSAGE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_FORK 1 | | #define HAVE_STRCHR 1 | | #define HAVE_UTIMES 1 | | #define HAVE_UTIME 1 | | #define HAVE_READLINK 1 | | #define HAVE_SIGSETMASK 1 | | #define HAVE_ALARM 1 | | #define HAVE_SELECT 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MADVISE 1 | | #define HAVE_WAITPID 1 | | #define HAVE_ACCEPT4 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SETSID 1 | | /* end confdefs.h. */ | | /* Define spawnl to an innocuous variant, in case declares spawnl. | | For example, HP-UX 11i declares gettimeofday. */ | | #define spawnl innocuous_spawnl | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char spawnl (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef spawnl | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char spawnl (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_spawnl || defined __stub___spawnl | | choke me | | #endif | | | | int | | main () | | { | | return spawnl (); | | ; | | return 0; | | } | configure:17364: result: no | configure:17364: checking for pread | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17364: $? = 0 | configure:17364: result: yes | configure:17364: checking for pwrite | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17364: $? = 0 | configure:17364: result: yes | configure:17364: checking for _NSGetExecutablePath | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | /tmp/ccAhVLoa.o: In function `main': | /home/lee/repos/smalltalk/build-O2/conftest.c:197: undefined reference to `_NSGetExecutablePath' | collect2: error: ld returned 1 exit status | configure:17364: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_POLL_H 1 | | #define HAVE_SYS_IOCTL_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_SYS_UTSNAME_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_SYS_TIMEB_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_EXECINFO_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_UINTPTR_T 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_OBSTACK 1 | | #define HAVE_LIBM 1 | | #define HAVE_SETENV 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ARPA_INET_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_NETINET_IN_H 1 | | #define HAVE_DECL_GETADDRINFO 1 | | #define HAVE_DECL_FREEADDRINFO 1 | | #define HAVE_DECL_GAI_STRERROR 1 | | #define HAVE_DECL_GETNAMEINFO 1 | | #define HAVE_STRUCT_ADDRINFO 1 | | #define HAVE_NETINET_IN_H 1 | | #define HAVE_IPV4 1 | | #define HAVE_IPV6 1 | | #define HAVE_GETADDRINFO 1 | | #define HAVE_INET_NTOP 1 | | #define HAVE_SOCKETS 1 | | #define HAVE_PUTENV 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRSIGNAL 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_STRSTR 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_FLOORL 1 | | #define HAVE_CEILL 1 | | #define HAVE_SQRTL 1 | | #define HAVE_FREXPL 1 | | #define HAVE_LDEXPL 1 | | #define HAVE_ASINL 1 | | #define HAVE_ACOSL 1 | | #define HAVE_ATANL 1 | | #define HAVE_LOGL 1 | | #define HAVE_EXPL 1 | | #define HAVE_TANL 1 | | #define HAVE_SINL 1 | | #define HAVE_COSL 1 | | #define HAVE_POWL 1 | | #define HAVE_TRUNCL 1 | | #define HAVE_LRINTL 1 | | #define HAVE_TRUNCF 1 | | #define HAVE_LRINTF 1 | | #define HAVE_LRINT 1 | | #define HAVE_TRUNC 1 | | #define HAVE_STRSEP 1 | | #define HAVE_STRPBRK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MKDTEMP 1 | | #define HAVE_GETHOSTNAME 1 | | #define HAVE_MEMCPY 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_SIGHOLD 1 | | #define HAVE_UNAME 1 | | #define HAVE_USLEEP 1 | | #define HAVE_LSTAT 1 | | #define HAVE_GRANTPT 1 | | #define HAVE_POPEN 1 | | #define HAVE_GETRUSAGE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_FORK 1 | | #define HAVE_STRCHR 1 | | #define HAVE_UTIMES 1 | | #define HAVE_UTIME 1 | | #define HAVE_READLINK 1 | | #define HAVE_SIGSETMASK 1 | | #define HAVE_ALARM 1 | | #define HAVE_SELECT 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MADVISE 1 | | #define HAVE_WAITPID 1 | | #define HAVE_ACCEPT4 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SETSID 1 | | #define HAVE_PREAD 1 | | #define HAVE_PWRITE 1 | | /* end confdefs.h. */ | | /* Define _NSGetExecutablePath to an innocuous variant, in case declares _NSGetExecutablePath. | | For example, HP-UX 11i declares gettimeofday. */ | | #define _NSGetExecutablePath innocuous__NSGetExecutablePath | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char _NSGetExecutablePath (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef _NSGetExecutablePath | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char _NSGetExecutablePath (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub__NSGetExecutablePath || defined __stub____NSGetExecutablePath | | choke me | | #endif | | | | int | | main () | | { | | return _NSGetExecutablePath (); | | ; | | return 0; | | } | configure:17364: result: no | configure:17364: checking for _NSGetEnviron | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | /tmp/ccwlJtDr.o: In function `main': | /home/lee/repos/smalltalk/build-O2/conftest.c:197: undefined reference to `_NSGetEnviron' | collect2: error: ld returned 1 exit status | configure:17364: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_POLL_H 1 | | #define HAVE_SYS_IOCTL_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_SYS_UTSNAME_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_SYS_TIMEB_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_EXECINFO_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_UINTPTR_T 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_OBSTACK 1 | | #define HAVE_LIBM 1 | | #define HAVE_SETENV 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ARPA_INET_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_NETINET_IN_H 1 | | #define HAVE_DECL_GETADDRINFO 1 | | #define HAVE_DECL_FREEADDRINFO 1 | | #define HAVE_DECL_GAI_STRERROR 1 | | #define HAVE_DECL_GETNAMEINFO 1 | | #define HAVE_STRUCT_ADDRINFO 1 | | #define HAVE_NETINET_IN_H 1 | | #define HAVE_IPV4 1 | | #define HAVE_IPV6 1 | | #define HAVE_GETADDRINFO 1 | | #define HAVE_INET_NTOP 1 | | #define HAVE_SOCKETS 1 | | #define HAVE_PUTENV 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRSIGNAL 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_STRSTR 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_FLOORL 1 | | #define HAVE_CEILL 1 | | #define HAVE_SQRTL 1 | | #define HAVE_FREXPL 1 | | #define HAVE_LDEXPL 1 | | #define HAVE_ASINL 1 | | #define HAVE_ACOSL 1 | | #define HAVE_ATANL 1 | | #define HAVE_LOGL 1 | | #define HAVE_EXPL 1 | | #define HAVE_TANL 1 | | #define HAVE_SINL 1 | | #define HAVE_COSL 1 | | #define HAVE_POWL 1 | | #define HAVE_TRUNCL 1 | | #define HAVE_LRINTL 1 | | #define HAVE_TRUNCF 1 | | #define HAVE_LRINTF 1 | | #define HAVE_LRINT 1 | | #define HAVE_TRUNC 1 | | #define HAVE_STRSEP 1 | | #define HAVE_STRPBRK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MKDTEMP 1 | | #define HAVE_GETHOSTNAME 1 | | #define HAVE_MEMCPY 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_SIGHOLD 1 | | #define HAVE_UNAME 1 | | #define HAVE_USLEEP 1 | | #define HAVE_LSTAT 1 | | #define HAVE_GRANTPT 1 | | #define HAVE_POPEN 1 | | #define HAVE_GETRUSAGE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_FORK 1 | | #define HAVE_STRCHR 1 | | #define HAVE_UTIMES 1 | | #define HAVE_UTIME 1 | | #define HAVE_READLINK 1 | | #define HAVE_SIGSETMASK 1 | | #define HAVE_ALARM 1 | | #define HAVE_SELECT 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MADVISE 1 | | #define HAVE_WAITPID 1 | | #define HAVE_ACCEPT4 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SETSID 1 | | #define HAVE_PREAD 1 | | #define HAVE_PWRITE 1 | | /* end confdefs.h. */ | | /* Define _NSGetEnviron to an innocuous variant, in case declares _NSGetEnviron. | | For example, HP-UX 11i declares gettimeofday. */ | | #define _NSGetEnviron innocuous__NSGetEnviron | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char _NSGetEnviron (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef _NSGetEnviron | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char _NSGetEnviron (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub__NSGetEnviron || defined __stub____NSGetEnviron | | choke me | | #endif | | | | int | | main () | | { | | return _NSGetEnviron (); | | ; | | return 0; | | } | configure:17364: result: no | configure:17364: checking for chown | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17364: $? = 0 | configure:17364: result: yes | configure:17364: checking for getgrnam | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17364: $? = 0 | configure:17364: result: yes | configure:17364: checking for getpwnam | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17364: $? = 0 | configure:17364: result: yes | configure:17364: checking for endgrent | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17364: $? = 0 | configure:17364: result: yes | configure:17364: checking for endpwent | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17364: $? = 0 | configure:17364: result: yes | configure:17364: checking for setgroupent | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | /tmp/ccDlInAP.o: In function `main': | /home/lee/repos/smalltalk/build-O2/conftest.c:202: undefined reference to `setgroupent' | collect2: error: ld returned 1 exit status | configure:17364: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_POLL_H 1 | | #define HAVE_SYS_IOCTL_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_SYS_UTSNAME_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_SYS_TIMEB_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_EXECINFO_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_UINTPTR_T 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_OBSTACK 1 | | #define HAVE_LIBM 1 | | #define HAVE_SETENV 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ARPA_INET_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_NETINET_IN_H 1 | | #define HAVE_DECL_GETADDRINFO 1 | | #define HAVE_DECL_FREEADDRINFO 1 | | #define HAVE_DECL_GAI_STRERROR 1 | | #define HAVE_DECL_GETNAMEINFO 1 | | #define HAVE_STRUCT_ADDRINFO 1 | | #define HAVE_NETINET_IN_H 1 | | #define HAVE_IPV4 1 | | #define HAVE_IPV6 1 | | #define HAVE_GETADDRINFO 1 | | #define HAVE_INET_NTOP 1 | | #define HAVE_SOCKETS 1 | | #define HAVE_PUTENV 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRSIGNAL 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_STRSTR 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_FLOORL 1 | | #define HAVE_CEILL 1 | | #define HAVE_SQRTL 1 | | #define HAVE_FREXPL 1 | | #define HAVE_LDEXPL 1 | | #define HAVE_ASINL 1 | | #define HAVE_ACOSL 1 | | #define HAVE_ATANL 1 | | #define HAVE_LOGL 1 | | #define HAVE_EXPL 1 | | #define HAVE_TANL 1 | | #define HAVE_SINL 1 | | #define HAVE_COSL 1 | | #define HAVE_POWL 1 | | #define HAVE_TRUNCL 1 | | #define HAVE_LRINTL 1 | | #define HAVE_TRUNCF 1 | | #define HAVE_LRINTF 1 | | #define HAVE_LRINT 1 | | #define HAVE_TRUNC 1 | | #define HAVE_STRSEP 1 | | #define HAVE_STRPBRK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MKDTEMP 1 | | #define HAVE_GETHOSTNAME 1 | | #define HAVE_MEMCPY 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_SIGHOLD 1 | | #define HAVE_UNAME 1 | | #define HAVE_USLEEP 1 | | #define HAVE_LSTAT 1 | | #define HAVE_GRANTPT 1 | | #define HAVE_POPEN 1 | | #define HAVE_GETRUSAGE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_FORK 1 | | #define HAVE_STRCHR 1 | | #define HAVE_UTIMES 1 | | #define HAVE_UTIME 1 | | #define HAVE_READLINK 1 | | #define HAVE_SIGSETMASK 1 | | #define HAVE_ALARM 1 | | #define HAVE_SELECT 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MADVISE 1 | | #define HAVE_WAITPID 1 | | #define HAVE_ACCEPT4 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SETSID 1 | | #define HAVE_PREAD 1 | | #define HAVE_PWRITE 1 | | #define HAVE_CHOWN 1 | | #define HAVE_GETGRNAM 1 | | #define HAVE_GETPWNAM 1 | | #define HAVE_ENDGRENT 1 | | #define HAVE_ENDPWENT 1 | | /* end confdefs.h. */ | | /* Define setgroupent to an innocuous variant, in case declares setgroupent. | | For example, HP-UX 11i declares gettimeofday. */ | | #define setgroupent innocuous_setgroupent | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char setgroupent (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef setgroupent | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char setgroupent (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_setgroupent || defined __stub___setgroupent | | choke me | | #endif | | | | int | | main () | | { | | return setgroupent (); | | ; | | return 0; | | } | configure:17364: result: no | configure:17364: checking for setpassent | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | /tmp/ccX5WqDc.o: In function `main': | /home/lee/repos/smalltalk/build-O2/conftest.c:202: undefined reference to `setpassent' | collect2: error: ld returned 1 exit status | configure:17364: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_POLL_H 1 | | #define HAVE_SYS_IOCTL_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_SYS_UTSNAME_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_SYS_TIMEB_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_EXECINFO_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_UINTPTR_T 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_OBSTACK 1 | | #define HAVE_LIBM 1 | | #define HAVE_SETENV 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ARPA_INET_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_NETINET_IN_H 1 | | #define HAVE_DECL_GETADDRINFO 1 | | #define HAVE_DECL_FREEADDRINFO 1 | | #define HAVE_DECL_GAI_STRERROR 1 | | #define HAVE_DECL_GETNAMEINFO 1 | | #define HAVE_STRUCT_ADDRINFO 1 | | #define HAVE_NETINET_IN_H 1 | | #define HAVE_IPV4 1 | | #define HAVE_IPV6 1 | | #define HAVE_GETADDRINFO 1 | | #define HAVE_INET_NTOP 1 | | #define HAVE_SOCKETS 1 | | #define HAVE_PUTENV 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRSIGNAL 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_STRSTR 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_FLOORL 1 | | #define HAVE_CEILL 1 | | #define HAVE_SQRTL 1 | | #define HAVE_FREXPL 1 | | #define HAVE_LDEXPL 1 | | #define HAVE_ASINL 1 | | #define HAVE_ACOSL 1 | | #define HAVE_ATANL 1 | | #define HAVE_LOGL 1 | | #define HAVE_EXPL 1 | | #define HAVE_TANL 1 | | #define HAVE_SINL 1 | | #define HAVE_COSL 1 | | #define HAVE_POWL 1 | | #define HAVE_TRUNCL 1 | | #define HAVE_LRINTL 1 | | #define HAVE_TRUNCF 1 | | #define HAVE_LRINTF 1 | | #define HAVE_LRINT 1 | | #define HAVE_TRUNC 1 | | #define HAVE_STRSEP 1 | | #define HAVE_STRPBRK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MKDTEMP 1 | | #define HAVE_GETHOSTNAME 1 | | #define HAVE_MEMCPY 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_SIGHOLD 1 | | #define HAVE_UNAME 1 | | #define HAVE_USLEEP 1 | | #define HAVE_LSTAT 1 | | #define HAVE_GRANTPT 1 | | #define HAVE_POPEN 1 | | #define HAVE_GETRUSAGE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_FORK 1 | | #define HAVE_STRCHR 1 | | #define HAVE_UTIMES 1 | | #define HAVE_UTIME 1 | | #define HAVE_READLINK 1 | | #define HAVE_SIGSETMASK 1 | | #define HAVE_ALARM 1 | | #define HAVE_SELECT 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MADVISE 1 | | #define HAVE_WAITPID 1 | | #define HAVE_ACCEPT4 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SETSID 1 | | #define HAVE_PREAD 1 | | #define HAVE_PWRITE 1 | | #define HAVE_CHOWN 1 | | #define HAVE_GETGRNAM 1 | | #define HAVE_GETPWNAM 1 | | #define HAVE_ENDGRENT 1 | | #define HAVE_ENDPWENT 1 | | /* end confdefs.h. */ | | /* Define setpassent to an innocuous variant, in case declares setpassent. | | For example, HP-UX 11i declares gettimeofday. */ | | #define setpassent innocuous_setpassent | | | | /* System header to define __stub macros and hopefully few prototypes, | | which can conflict with char setpassent (); below. | | Prefer to if __STDC__ is defined, since | | exists even on freestanding compilers. */ | | | | #ifdef __STDC__ | | # include | | #else | | # include | | #endif | | | | #undef setpassent | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char setpassent (); | | /* The GNU C library defines this for functions which it implements | | to always fail with ENOSYS. Some functions are actually named | | something starting with __ and the normal name is an alias. */ | | #if defined __stub_setpassent || defined __stub___setpassent | | choke me | | #endif | | | | int | | main () | | { | | return setpassent (); | | ; | | return 0; | | } | configure:17364: result: no | configure:17364: checking for nl_langinfo | configure:17364: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17364: $? = 0 | configure:17364: result: yes | configure:17455: checking for library containing nanosleep | configure:17486: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17486: $? = 0 | configure:17503: result: none required | configure:17517: checking for library containing clock_gettime | configure:17548: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | configure:17548: $? = 0 | configure:17565: result: none required | configure:17579: checking for library containing timer_create | configure:17610: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lm >&5 | /tmp/ccM2ZFBU.o: In function `main': | /home/lee/repos/smalltalk/build-O2/conftest.c:182: undefined reference to `timer_create' | collect2: error: ld returned 1 exit status | configure:17610: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_POLL_H 1 | | #define HAVE_SYS_IOCTL_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_SYS_UTSNAME_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_SYS_TIMEB_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_EXECINFO_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_UINTPTR_T 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_OBSTACK 1 | | #define HAVE_LIBM 1 | | #define HAVE_SETENV 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ARPA_INET_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_NETINET_IN_H 1 | | #define HAVE_DECL_GETADDRINFO 1 | | #define HAVE_DECL_FREEADDRINFO 1 | | #define HAVE_DECL_GAI_STRERROR 1 | | #define HAVE_DECL_GETNAMEINFO 1 | | #define HAVE_STRUCT_ADDRINFO 1 | | #define HAVE_NETINET_IN_H 1 | | #define HAVE_IPV4 1 | | #define HAVE_IPV6 1 | | #define HAVE_GETADDRINFO 1 | | #define HAVE_INET_NTOP 1 | | #define HAVE_SOCKETS 1 | | #define HAVE_PUTENV 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRSIGNAL 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_STRSTR 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_FLOORL 1 | | #define HAVE_CEILL 1 | | #define HAVE_SQRTL 1 | | #define HAVE_FREXPL 1 | | #define HAVE_LDEXPL 1 | | #define HAVE_ASINL 1 | | #define HAVE_ACOSL 1 | | #define HAVE_ATANL 1 | | #define HAVE_LOGL 1 | | #define HAVE_EXPL 1 | | #define HAVE_TANL 1 | | #define HAVE_SINL 1 | | #define HAVE_COSL 1 | | #define HAVE_POWL 1 | | #define HAVE_TRUNCL 1 | | #define HAVE_LRINTL 1 | | #define HAVE_TRUNCF 1 | | #define HAVE_LRINTF 1 | | #define HAVE_LRINT 1 | | #define HAVE_TRUNC 1 | | #define HAVE_STRSEP 1 | | #define HAVE_STRPBRK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MKDTEMP 1 | | #define HAVE_GETHOSTNAME 1 | | #define HAVE_MEMCPY 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_SIGHOLD 1 | | #define HAVE_UNAME 1 | | #define HAVE_USLEEP 1 | | #define HAVE_LSTAT 1 | | #define HAVE_GRANTPT 1 | | #define HAVE_POPEN 1 | | #define HAVE_GETRUSAGE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_FORK 1 | | #define HAVE_STRCHR 1 | | #define HAVE_UTIMES 1 | | #define HAVE_UTIME 1 | | #define HAVE_READLINK 1 | | #define HAVE_SIGSETMASK 1 | | #define HAVE_ALARM 1 | | #define HAVE_SELECT 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MADVISE 1 | | #define HAVE_WAITPID 1 | | #define HAVE_ACCEPT4 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SETSID 1 | | #define HAVE_PREAD 1 | | #define HAVE_PWRITE 1 | | #define HAVE_CHOWN 1 | | #define HAVE_GETGRNAM 1 | | #define HAVE_GETPWNAM 1 | | #define HAVE_ENDGRENT 1 | | #define HAVE_ENDPWENT 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_NANOSLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | /* end confdefs.h. */ | | | | /* Override any GCC internal prototype to avoid an error. | | Use char because int might match the return type of a GCC | | builtin and then its argument prototype would still apply. */ | | #ifdef __cplusplus | | extern "C" | | #endif | | char timer_create (); | | int | | main () | | { | | return timer_create (); | | ; | | return 0; | | } | configure:17610: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lrt -lm >&5 | configure:17610: $? = 0 | configure:17627: result: -lrt | configure:17645: checking for working lrint | configure:17652: checking for lrint | configure:17652: result: yes | configure:17674: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lrt -lm >&5 | conftest.c: In function 'main': | conftest.c:178:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] | exit(sizeof (l) >= 8 && l != 14988885582133630); | ^ | conftest.c:178:2: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] | configure:17674: $? = 0 | configure:17674: ./conftest | configure:17674: $? = 0 | configure:17687: result: yes | configure:17702: checking for working strtoul | configure:17709: checking for strtoul | configure:17709: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lrt -lm >&5 | configure:17709: $? = 0 | configure:17709: result: yes | configure:17733: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lrt -lm >&5 | conftest.c: In function 'main': | conftest.c:176:17: warning: initialization discards 'const' qualifier from pointer target type [enabled by default] | char *string = "0"; | ^ | conftest.c:180:2: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] | exit((value != 0) || (term != (string+1))); | ^ | conftest.c:180:2: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] | configure:17733: $? = 0 | configure:17733: ./conftest | configure:17733: $? = 0 | configure:17746: result: yes | configure:17757: checking whether time.h and sys/time.h may both be included | configure:17777: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:17777: $? = 0 | configure:17784: result: yes | configure:17794: checking whether localtime caches the timezone | configure:17845: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lrt -lm >&5 | conftest.c:184:5: warning: return type defaults to 'int' [-Wreturn-type] | unset_TZ () | ^ | conftest.c:193:5: warning: return type defaults to 'int' [-Wreturn-type] | main() | ^ | conftest.c: In function 'unset_TZ': | conftest.c:190:5: warning: control reaches end of non-void function [-Wreturn-type] | } | ^ | configure:17845: $? = 0 | configure:17845: ./conftest | configure:17845: $? = 0 | configure:17856: result: no | configure:17868: checking whether lt_dlopenext("libc") works | configure:17896: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -lltdl >&5 | configure:17896: $? = 0 | configure:17896: ./conftest | configure:17896: $? = 1 | configure: program exited with status 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_POLL_H 1 | | #define HAVE_SYS_IOCTL_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_SYS_UTSNAME_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_SYS_TIMEB_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_EXECINFO_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_UINTPTR_T 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_OBSTACK 1 | | #define HAVE_LIBM 1 | | #define HAVE_SETENV 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ARPA_INET_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_NETINET_IN_H 1 | | #define HAVE_DECL_GETADDRINFO 1 | | #define HAVE_DECL_FREEADDRINFO 1 | | #define HAVE_DECL_GAI_STRERROR 1 | | #define HAVE_DECL_GETNAMEINFO 1 | | #define HAVE_STRUCT_ADDRINFO 1 | | #define HAVE_NETINET_IN_H 1 | | #define HAVE_IPV4 1 | | #define HAVE_IPV6 1 | | #define HAVE_GETADDRINFO 1 | | #define HAVE_INET_NTOP 1 | | #define HAVE_SOCKETS 1 | | #define HAVE_PUTENV 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRSIGNAL 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_STRSTR 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_FLOORL 1 | | #define HAVE_CEILL 1 | | #define HAVE_SQRTL 1 | | #define HAVE_FREXPL 1 | | #define HAVE_LDEXPL 1 | | #define HAVE_ASINL 1 | | #define HAVE_ACOSL 1 | | #define HAVE_ATANL 1 | | #define HAVE_LOGL 1 | | #define HAVE_EXPL 1 | | #define HAVE_TANL 1 | | #define HAVE_SINL 1 | | #define HAVE_COSL 1 | | #define HAVE_POWL 1 | | #define HAVE_TRUNCL 1 | | #define HAVE_LRINTL 1 | | #define HAVE_TRUNCF 1 | | #define HAVE_LRINTF 1 | | #define HAVE_LRINT 1 | | #define HAVE_TRUNC 1 | | #define HAVE_STRSEP 1 | | #define HAVE_STRPBRK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MKDTEMP 1 | | #define HAVE_GETHOSTNAME 1 | | #define HAVE_MEMCPY 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_SIGHOLD 1 | | #define HAVE_UNAME 1 | | #define HAVE_USLEEP 1 | | #define HAVE_LSTAT 1 | | #define HAVE_GRANTPT 1 | | #define HAVE_POPEN 1 | | #define HAVE_GETRUSAGE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_FORK 1 | | #define HAVE_STRCHR 1 | | #define HAVE_UTIMES 1 | | #define HAVE_UTIME 1 | | #define HAVE_READLINK 1 | | #define HAVE_SIGSETMASK 1 | | #define HAVE_ALARM 1 | | #define HAVE_SELECT 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MADVISE 1 | | #define HAVE_WAITPID 1 | | #define HAVE_ACCEPT4 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SETSID 1 | | #define HAVE_PREAD 1 | | #define HAVE_PWRITE 1 | | #define HAVE_CHOWN 1 | | #define HAVE_GETGRNAM 1 | | #define HAVE_GETPWNAM 1 | | #define HAVE_ENDGRENT 1 | | #define HAVE_ENDPWENT 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_NANOSLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_TIMER_CREATE 1 | | #define TIME_WITH_SYS_TIME 1 | | /* end confdefs.h. */ | | | | #include | | | | int | | main () | | { | | | | lt_dlinit(); | | return lt_dlopenext("libc") == NULL ? 1 : 0; | | | | ; | | return 0; | | } | configure:17909: result: no | configure:17925: checking how to dlopen the C library | configure:17970: result: libc.so | configure:17988: checking how to link with GMP | configure:18026: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lrt -lm -lgmp >&5 | configure:18026: $? = 0 | configure:18036: result: -lgmp | configure:18049: checking size of mp_limb_t | configure:18054: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lrt -lm >&5 | configure:18054: $? = 0 | configure:18054: ./conftest | configure:18054: $? = 0 | configure:18071: result: 4 | configure:18096: checking how to link with readline | configure:18132: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lrt -lm -lreadline >&5 | conftest.c: In function 'main': | conftest.c:14:3: warning: implicit declaration of function 'exit' [-Wimplicit-function-declaration] | exit(0); | ^ | conftest.c:14:3: warning: incompatible implicit declaration of built-in function 'exit' [enabled by default] | configure:18135: $? = 0 | configure:18151: result: -lreadline | configure:18167: checking for rl_completion_matches | configure:18167: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lrt -lm -lreadline >&5 | configure:18167: $? = 0 | configure:18167: result: yes | configure:18196: checking whether to install Announcements | configure:18256: result: yes | configure:18288: checking for tclsh | configure:18293: checking for tclsh | configure:18311: found /usr/bin/tclsh | configure:18323: result: /usr/bin/tclsh | configure:18372: result: /usr/bin/tclsh | configure:18388: checking for Tcl 8.x | configure:18390: result: /usr/lib | configure:18392: checking for Tk 8.x | configure:18394: result: /usr/lib | configure:18400: checking the include path for Tcl/Tk 8.x | configure:18470: result: -I/usr/include | configure:18473: checking how to link with Tcl/Tk 8.x | configure:18489: checking for Tcl_ObjSetVar2 | configure:18489: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -I/usr/include conftest.c -lrt -lm -ldl -lieee -lm -lX11 -L/usr/lib -ltcl8.5 -L/usr/lib -ltk8.5 >&5 | configure:18489: $? = 0 | configure:18489: result: yes | configure:18496: checking for Tk_CreatePhotoImageFormat | configure:18496: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -I/usr/include conftest.c -lrt -lm -ldl -lieee -lm -lX11 -L/usr/lib -ltcl8.5 -L/usr/lib -ltk8.5 >&5 | configure:18496: $? = 0 | configure:18496: result: yes | configure:18508: result: -ldl -lieee -lm -lX11 -L/usr/lib -ltcl8.5 -L/usr/lib -ltk8.5 | configure:18525: checking whether to install BloxTK | configure:18584: result: yes | configure:18602: checking whether to install BLOXBrowser | configure:18660: result: yes | configure:18676: checking whether to install Complex | configure:18734: result: yes | configure:18750: checking whether to install Continuations | configure:18808: result: yes | configure:18824: checking whether to install CParser | configure:18882: result: yes | configure:18898: checking whether to install DebugTools | configure:18956: result: yes | configure:18972: checking whether to install Debugger | configure:19030: result: yes | configure:19046: checking whether to install ObjectDumper | configure:19104: result: yes | configure:19121: checking whether to install DBD-MySQL | configure:19179: result: yes | configure:19193: checking whether to run MySQL tests | configure:19203: result: no | configure:19210: checking for PQconnectdb in -lpq | configure:19235: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lpq -lrt -lm >&5 | configure:19235: $? = 0 | configure:19244: result: yes | configure:19258: checking whether to install DBD-PostgreSQL | configure:19316: result: yes | configure:19330: checking whether to run PostgreSQL tests | configure:19340: result: no | configure:19344: checking sqlite3.h usability | configure:19344: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:19344: $? = 0 | configure:19344: result: yes | configure:19344: checking sqlite3.h presence | configure:19344: gcc -E conftest.c | configure:19344: $? = 0 | configure:19344: result: yes | configure:19344: checking for sqlite3.h | configure:19344: result: yes | configure:19353: checking for sqlite3_clear_bindings in -lsqlite3 | configure:19378: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lsqlite3 -lrt -lm >&5 | configure:19378: $? = 0 | configure:19387: result: yes | configure:19401: checking whether to install DBD-SQLite | configure:19460: result: yes | configure:19479: checking whether to install DBI | configure:19537: result: yes | configure:19553: checking gdbm.h usability | configure:19553: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:19553: $? = 0 | configure:19553: result: yes | configure:19553: checking gdbm.h presence | configure:19553: gcc -E conftest.c | configure:19553: $? = 0 | configure:19553: result: yes | configure:19553: checking for gdbm.h | configure:19553: result: yes | configure:19559: checking whether to install GDBM | configure:19618: result: yes | configure:19636: checking whether to install Glorp | configure:19694: result: yes | configure:19711: checking for CAIRO | configure:19719: $PKG_CONFIG --exists --print-errors "cairo" | configure:19722: $? = 0 | configure:19737: $PKG_CONFIG --exists --print-errors "cairo" | configure:19740: $? = 0 | configure:19776: result: yes | configure:19780: checking whether to install Cairo | configure:19838: result: yes | configure:19881: checking for pkg-config | configure:19912: result: /usr/bin/pkg-config | configure:19936: checking for GLIB - version >= 2.0.0 | configure:20050: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c -lgobject-2.0 -lglib-2.0 -lrt -lm >&5 | configure:20050: $? = 0 | configure:20050: ./conftest | configure:20050: $? = 0 | configure:20064: result: yes (version 2.36.3) | configure:20069: checking for GTHREAD | configure:20077: $PKG_CONFIG --exists --print-errors "gthread-2.0 >= 2.0.0" | configure:20080: $? = 0 | configure:20095: $PKG_CONFIG --exists --print-errors "gthread-2.0 >= 2.0.0" | configure:20098: $? = 0 | configure:20134: result: yes | configure:20209: checking for g_poll | configure:20209: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c -lrt -lm -lgobject-2.0 -lglib-2.0 >&5 | configure:20209: $? = 0 | configure:20209: result: yes | configure:20226: checking whether to install GLib | configure:20285: result: yes | configure:20306: checking for GIR | configure:20314: $PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 0.9.3" | configure:20317: $? = 0 | configure:20332: $PKG_CONFIG --exists --print-errors "gobject-introspection-1.0 >= 0.9.3" | configure:20335: $? = 0 | configure:20371: result: yes | configure:20375: checking whether to install GObject-Introspection | configure:20433: result: yes | configure:20483: checking for pkg-config | configure:20514: result: /usr/bin/pkg-config | configure:20536: checking for GTK+ - version >= 2.0.0 | configure:20646: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/harfbuzz conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 -lrt -lm >&5 | configure:20646: $? = 0 | configure:20646: ./conftest | configure:20646: $? = 0 | configure:20660: result: yes (version 2.24.22) | configure:20664: checking for ATK | configure:20672: $PKG_CONFIG --exists --print-errors "atk >= 1.0.0" | configure:20675: $? = 0 | configure:20690: $PKG_CONFIG --exists --print-errors "atk >= 1.0.0" | configure:20693: $? = 0 | configure:20729: result: yes | configure:20733: checking for PANGO | configure:20741: $PKG_CONFIG --exists --print-errors "pango >= 1.0.0" | configure:20744: $? = 0 | configure:20759: $PKG_CONFIG --exists --print-errors "pango >= 1.0.0" | configure:20762: $? = 0 | configure:20798: result: yes | configure:20861: checking whether to install GTK | configure:20920: result: yes | configure:20938: checking whether to install BloxGTK | configure:20996: result: yes | configure:21016: checking whether to install Blox | configure:21074: result: yes | configure:21092: checking whether to install WebServer | configure:21150: result: yes | configure:21193: checking for ld used by GCC | configure:21256: result: /usr/bin/ld | configure:21263: checking if the linker (/usr/bin/ld) is GNU ld | GNU ld version 2.23.52.0.1-9.fc19 20130226 | configure:21275: result: yes | configure:21281: checking for shared library run path origin | configure:21294: result: done | configure:21699: checking for nl_langinfo and CODESET | configure:21715: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lrt -lm >&5 | conftest.c: In function 'main': | conftest.c:184:7: warning: unused variable 'cs' [-Wunused-variable] | char* cs = nl_langinfo(CODESET); | ^ | configure:21715: $? = 0 | configure:21724: result: yes | configure:21762: checking for iconv | configure:21784: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lrt -lm >&5 | configure:21784: $? = 0 | configure:21816: result: yes | configure:21837: checking for iconv declaration | configure:21866: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:21866: $? = 0 | configure:21877: result: | extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | configure:21887: checking whether to install I18N | configure:21946: result: yes | configure:21993: checking for iconv | configure:22047: result: yes | configure:22068: checking for iconv declaration | configure:22108: result: | extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | configure:22118: checking whether to install Iconv | configure:22177: result: yes | configure:22195: checking whether to install Java | configure:22253: result: yes | configure:22269: checking whether to install Digest | configure:22328: result: yes | configure:22346: checking whether to install GNUPlot | configure:22404: result: yes | configure:22420: checking whether to install Magritte | configure:22478: result: yes | configure:22494: checking whether to install Magritte-Seaside | configure:22552: result: yes | configure:22568: checking whether to install Kernel-Tests | configure:22626: result: yes | configure:22645: checking for initscr in -lncurses | configure:22670: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lncurses -lrt -lm >&5 | configure:22670: $? = 0 | configure:22679: result: yes | configure:22693: checking whether to install NCurses | configure:22751: result: yes | configure:22767: checking whether to install NetClients | configure:22826: result: yes | configure:22844: checking whether to install DhbNumericalMethods | configure:22902: result: yes | configure:22916: checking for X | configure:23024: gcc -E conftest.c | configure:23024: $? = 0 | configure:23055: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lX11 -lrt -lm >&5 | configure:23055: $? = 0 | configure:23105: result: libraries , headers | configure:23204: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lrt -lm -lX11 >&5 | configure:23204: $? = 0 | configure:23302: checking for gethostbyname | configure:23302: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lrt -lm >&5 | configure:23302: $? = 0 | configure:23302: result: yes | configure:23399: checking for connect | configure:23399: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lrt -lm >&5 | configure:23399: $? = 0 | configure:23399: result: yes | configure:23448: checking for remove | configure:23448: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lrt -lm >&5 | configure:23448: $? = 0 | configure:23448: result: yes | configure:23497: checking for shmat | configure:23497: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lrt -lm >&5 | configure:23497: $? = 0 | configure:23497: result: yes | configure:23555: checking for IceConnectionNumber in -lICE | configure:23580: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lICE -lrt -lm >&5 | configure:23580: $? = 0 | configure:23589: result: yes | configure:23606: checking OpenGL/gl.h usability | configure:23606: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | conftest.c:219:23: fatal error: OpenGL/gl.h: No such file or directory | #include | ^ | compilation terminated. | configure:23606: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_POLL_H 1 | | #define HAVE_SYS_IOCTL_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_SYS_UTSNAME_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_SYS_TIMEB_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_EXECINFO_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_UINTPTR_T 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_OBSTACK 1 | | #define HAVE_LIBM 1 | | #define HAVE_SETENV 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ARPA_INET_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_NETINET_IN_H 1 | | #define HAVE_DECL_GETADDRINFO 1 | | #define HAVE_DECL_FREEADDRINFO 1 | | #define HAVE_DECL_GAI_STRERROR 1 | | #define HAVE_DECL_GETNAMEINFO 1 | | #define HAVE_STRUCT_ADDRINFO 1 | | #define HAVE_NETINET_IN_H 1 | | #define HAVE_IPV4 1 | | #define HAVE_IPV6 1 | | #define HAVE_GETADDRINFO 1 | | #define HAVE_INET_NTOP 1 | | #define HAVE_SOCKETS 1 | | #define HAVE_PUTENV 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRSIGNAL 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_STRSTR 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_FLOORL 1 | | #define HAVE_CEILL 1 | | #define HAVE_SQRTL 1 | | #define HAVE_FREXPL 1 | | #define HAVE_LDEXPL 1 | | #define HAVE_ASINL 1 | | #define HAVE_ACOSL 1 | | #define HAVE_ATANL 1 | | #define HAVE_LOGL 1 | | #define HAVE_EXPL 1 | | #define HAVE_TANL 1 | | #define HAVE_SINL 1 | | #define HAVE_COSL 1 | | #define HAVE_POWL 1 | | #define HAVE_TRUNCL 1 | | #define HAVE_LRINTL 1 | | #define HAVE_TRUNCF 1 | | #define HAVE_LRINTF 1 | | #define HAVE_LRINT 1 | | #define HAVE_TRUNC 1 | | #define HAVE_STRSEP 1 | | #define HAVE_STRPBRK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MKDTEMP 1 | | #define HAVE_GETHOSTNAME 1 | | #define HAVE_MEMCPY 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_SIGHOLD 1 | | #define HAVE_UNAME 1 | | #define HAVE_USLEEP 1 | | #define HAVE_LSTAT 1 | | #define HAVE_GRANTPT 1 | | #define HAVE_POPEN 1 | | #define HAVE_GETRUSAGE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_FORK 1 | | #define HAVE_STRCHR 1 | | #define HAVE_UTIMES 1 | | #define HAVE_UTIME 1 | | #define HAVE_READLINK 1 | | #define HAVE_SIGSETMASK 1 | | #define HAVE_ALARM 1 | | #define HAVE_SELECT 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MADVISE 1 | | #define HAVE_WAITPID 1 | | #define HAVE_ACCEPT4 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SETSID 1 | | #define HAVE_PREAD 1 | | #define HAVE_PWRITE 1 | | #define HAVE_CHOWN 1 | | #define HAVE_GETGRNAM 1 | | #define HAVE_GETPWNAM 1 | | #define HAVE_ENDGRENT 1 | | #define HAVE_ENDPWENT 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_NANOSLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_TIMER_CREATE 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_GMP 1 | | #define SIZEOF_MP_LIMB_T 4 | | #define HAVE_READLINE 1 | | #define HAVE_TCLTK 1 | | #define HAVE_LIBPQ 1 | | #define HAVE_LIBSQLITE3 1 | | #define HAVE_G_POLL 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_LIBNCURSES 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:23606: result: no | configure:23606: checking OpenGL/gl.h presence | configure:23606: gcc -E conftest.c | conftest.c:186:23: fatal error: OpenGL/gl.h: No such file or directory | #include | ^ | compilation terminated. | configure:23606: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_POLL_H 1 | | #define HAVE_SYS_IOCTL_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_SYS_UTSNAME_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_SYS_TIMEB_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_EXECINFO_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_UINTPTR_T 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_OBSTACK 1 | | #define HAVE_LIBM 1 | | #define HAVE_SETENV 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ARPA_INET_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_NETINET_IN_H 1 | | #define HAVE_DECL_GETADDRINFO 1 | | #define HAVE_DECL_FREEADDRINFO 1 | | #define HAVE_DECL_GAI_STRERROR 1 | | #define HAVE_DECL_GETNAMEINFO 1 | | #define HAVE_STRUCT_ADDRINFO 1 | | #define HAVE_NETINET_IN_H 1 | | #define HAVE_IPV4 1 | | #define HAVE_IPV6 1 | | #define HAVE_GETADDRINFO 1 | | #define HAVE_INET_NTOP 1 | | #define HAVE_SOCKETS 1 | | #define HAVE_PUTENV 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRSIGNAL 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_STRSTR 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_FLOORL 1 | | #define HAVE_CEILL 1 | | #define HAVE_SQRTL 1 | | #define HAVE_FREXPL 1 | | #define HAVE_LDEXPL 1 | | #define HAVE_ASINL 1 | | #define HAVE_ACOSL 1 | | #define HAVE_ATANL 1 | | #define HAVE_LOGL 1 | | #define HAVE_EXPL 1 | | #define HAVE_TANL 1 | | #define HAVE_SINL 1 | | #define HAVE_COSL 1 | | #define HAVE_POWL 1 | | #define HAVE_TRUNCL 1 | | #define HAVE_LRINTL 1 | | #define HAVE_TRUNCF 1 | | #define HAVE_LRINTF 1 | | #define HAVE_LRINT 1 | | #define HAVE_TRUNC 1 | | #define HAVE_STRSEP 1 | | #define HAVE_STRPBRK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MKDTEMP 1 | | #define HAVE_GETHOSTNAME 1 | | #define HAVE_MEMCPY 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_SIGHOLD 1 | | #define HAVE_UNAME 1 | | #define HAVE_USLEEP 1 | | #define HAVE_LSTAT 1 | | #define HAVE_GRANTPT 1 | | #define HAVE_POPEN 1 | | #define HAVE_GETRUSAGE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_FORK 1 | | #define HAVE_STRCHR 1 | | #define HAVE_UTIMES 1 | | #define HAVE_UTIME 1 | | #define HAVE_READLINK 1 | | #define HAVE_SIGSETMASK 1 | | #define HAVE_ALARM 1 | | #define HAVE_SELECT 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MADVISE 1 | | #define HAVE_WAITPID 1 | | #define HAVE_ACCEPT4 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SETSID 1 | | #define HAVE_PREAD 1 | | #define HAVE_PWRITE 1 | | #define HAVE_CHOWN 1 | | #define HAVE_GETGRNAM 1 | | #define HAVE_GETPWNAM 1 | | #define HAVE_ENDGRENT 1 | | #define HAVE_ENDPWENT 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_NANOSLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_TIMER_CREATE 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_GMP 1 | | #define SIZEOF_MP_LIMB_T 4 | | #define HAVE_READLINE 1 | | #define HAVE_TCLTK 1 | | #define HAVE_LIBPQ 1 | | #define HAVE_LIBSQLITE3 1 | | #define HAVE_G_POLL 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_LIBNCURSES 1 | | /* end confdefs.h. */ | | #include | configure:23606: result: no | configure:23606: checking for OpenGL/gl.h | configure:23606: result: no | configure:23606: checking OpenGL/glu.h usability | configure:23606: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | conftest.c:219:24: fatal error: OpenGL/glu.h: No such file or directory | #include | ^ | compilation terminated. | configure:23606: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_POLL_H 1 | | #define HAVE_SYS_IOCTL_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_SYS_UTSNAME_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_SYS_TIMEB_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_EXECINFO_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_UINTPTR_T 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_OBSTACK 1 | | #define HAVE_LIBM 1 | | #define HAVE_SETENV 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ARPA_INET_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_NETINET_IN_H 1 | | #define HAVE_DECL_GETADDRINFO 1 | | #define HAVE_DECL_FREEADDRINFO 1 | | #define HAVE_DECL_GAI_STRERROR 1 | | #define HAVE_DECL_GETNAMEINFO 1 | | #define HAVE_STRUCT_ADDRINFO 1 | | #define HAVE_NETINET_IN_H 1 | | #define HAVE_IPV4 1 | | #define HAVE_IPV6 1 | | #define HAVE_GETADDRINFO 1 | | #define HAVE_INET_NTOP 1 | | #define HAVE_SOCKETS 1 | | #define HAVE_PUTENV 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRSIGNAL 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_STRSTR 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_FLOORL 1 | | #define HAVE_CEILL 1 | | #define HAVE_SQRTL 1 | | #define HAVE_FREXPL 1 | | #define HAVE_LDEXPL 1 | | #define HAVE_ASINL 1 | | #define HAVE_ACOSL 1 | | #define HAVE_ATANL 1 | | #define HAVE_LOGL 1 | | #define HAVE_EXPL 1 | | #define HAVE_TANL 1 | | #define HAVE_SINL 1 | | #define HAVE_COSL 1 | | #define HAVE_POWL 1 | | #define HAVE_TRUNCL 1 | | #define HAVE_LRINTL 1 | | #define HAVE_TRUNCF 1 | | #define HAVE_LRINTF 1 | | #define HAVE_LRINT 1 | | #define HAVE_TRUNC 1 | | #define HAVE_STRSEP 1 | | #define HAVE_STRPBRK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MKDTEMP 1 | | #define HAVE_GETHOSTNAME 1 | | #define HAVE_MEMCPY 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_SIGHOLD 1 | | #define HAVE_UNAME 1 | | #define HAVE_USLEEP 1 | | #define HAVE_LSTAT 1 | | #define HAVE_GRANTPT 1 | | #define HAVE_POPEN 1 | | #define HAVE_GETRUSAGE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_FORK 1 | | #define HAVE_STRCHR 1 | | #define HAVE_UTIMES 1 | | #define HAVE_UTIME 1 | | #define HAVE_READLINK 1 | | #define HAVE_SIGSETMASK 1 | | #define HAVE_ALARM 1 | | #define HAVE_SELECT 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MADVISE 1 | | #define HAVE_WAITPID 1 | | #define HAVE_ACCEPT4 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SETSID 1 | | #define HAVE_PREAD 1 | | #define HAVE_PWRITE 1 | | #define HAVE_CHOWN 1 | | #define HAVE_GETGRNAM 1 | | #define HAVE_GETPWNAM 1 | | #define HAVE_ENDGRENT 1 | | #define HAVE_ENDPWENT 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_NANOSLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_TIMER_CREATE 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_GMP 1 | | #define SIZEOF_MP_LIMB_T 4 | | #define HAVE_READLINE 1 | | #define HAVE_TCLTK 1 | | #define HAVE_LIBPQ 1 | | #define HAVE_LIBSQLITE3 1 | | #define HAVE_G_POLL 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_LIBNCURSES 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:23606: result: no | configure:23606: checking OpenGL/glu.h presence | configure:23606: gcc -E conftest.c | conftest.c:186:24: fatal error: OpenGL/glu.h: No such file or directory | #include | ^ | compilation terminated. | configure:23606: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_POLL_H 1 | | #define HAVE_SYS_IOCTL_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_SYS_UTSNAME_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_SYS_TIMEB_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_EXECINFO_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_UINTPTR_T 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_OBSTACK 1 | | #define HAVE_LIBM 1 | | #define HAVE_SETENV 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ARPA_INET_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_NETINET_IN_H 1 | | #define HAVE_DECL_GETADDRINFO 1 | | #define HAVE_DECL_FREEADDRINFO 1 | | #define HAVE_DECL_GAI_STRERROR 1 | | #define HAVE_DECL_GETNAMEINFO 1 | | #define HAVE_STRUCT_ADDRINFO 1 | | #define HAVE_NETINET_IN_H 1 | | #define HAVE_IPV4 1 | | #define HAVE_IPV6 1 | | #define HAVE_GETADDRINFO 1 | | #define HAVE_INET_NTOP 1 | | #define HAVE_SOCKETS 1 | | #define HAVE_PUTENV 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRSIGNAL 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_STRSTR 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_FLOORL 1 | | #define HAVE_CEILL 1 | | #define HAVE_SQRTL 1 | | #define HAVE_FREXPL 1 | | #define HAVE_LDEXPL 1 | | #define HAVE_ASINL 1 | | #define HAVE_ACOSL 1 | | #define HAVE_ATANL 1 | | #define HAVE_LOGL 1 | | #define HAVE_EXPL 1 | | #define HAVE_TANL 1 | | #define HAVE_SINL 1 | | #define HAVE_COSL 1 | | #define HAVE_POWL 1 | | #define HAVE_TRUNCL 1 | | #define HAVE_LRINTL 1 | | #define HAVE_TRUNCF 1 | | #define HAVE_LRINTF 1 | | #define HAVE_LRINT 1 | | #define HAVE_TRUNC 1 | | #define HAVE_STRSEP 1 | | #define HAVE_STRPBRK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MKDTEMP 1 | | #define HAVE_GETHOSTNAME 1 | | #define HAVE_MEMCPY 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_SIGHOLD 1 | | #define HAVE_UNAME 1 | | #define HAVE_USLEEP 1 | | #define HAVE_LSTAT 1 | | #define HAVE_GRANTPT 1 | | #define HAVE_POPEN 1 | | #define HAVE_GETRUSAGE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_FORK 1 | | #define HAVE_STRCHR 1 | | #define HAVE_UTIMES 1 | | #define HAVE_UTIME 1 | | #define HAVE_READLINK 1 | | #define HAVE_SIGSETMASK 1 | | #define HAVE_ALARM 1 | | #define HAVE_SELECT 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MADVISE 1 | | #define HAVE_WAITPID 1 | | #define HAVE_ACCEPT4 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SETSID 1 | | #define HAVE_PREAD 1 | | #define HAVE_PWRITE 1 | | #define HAVE_CHOWN 1 | | #define HAVE_GETGRNAM 1 | | #define HAVE_GETPWNAM 1 | | #define HAVE_ENDGRENT 1 | | #define HAVE_ENDPWENT 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_NANOSLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_TIMER_CREATE 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_GMP 1 | | #define SIZEOF_MP_LIMB_T 4 | | #define HAVE_READLINE 1 | | #define HAVE_TCLTK 1 | | #define HAVE_LIBPQ 1 | | #define HAVE_LIBSQLITE3 1 | | #define HAVE_G_POLL 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_LIBNCURSES 1 | | /* end confdefs.h. */ | | #include | configure:23606: result: no | configure:23606: checking for OpenGL/glu.h | configure:23606: result: no | configure:23606: checking GL/gl.h usability | configure:23606: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:23606: $? = 0 | configure:23606: result: yes | configure:23606: checking GL/gl.h presence | configure:23606: gcc -E conftest.c | configure:23606: $? = 0 | configure:23606: result: yes | configure:23606: checking for GL/gl.h | configure:23606: result: yes | configure:23606: checking GL/glu.h usability | configure:23606: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:23606: $? = 0 | configure:23606: result: yes | configure:23606: checking GL/glu.h presence | configure:23606: gcc -E conftest.c | configure:23606: $? = 0 | configure:23606: result: yes | configure:23606: checking for GL/glu.h | configure:23606: result: yes | configure:23617: checking how to link with OpenGL libraries | configure:23655: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lrt -lm -lGL -lGLU -lSM -lICE -lX11 >&5 | configure:23655: $? = 0 | configure:23666: result: -lGL -lGLU -lSM -lICE -lX11 | configure:23693: checking whether to install OpenGL | configure:23752: result: yes | configure:23780: checking GLUT/freeglut.h usability | configure:23780: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | conftest.c:224:27: fatal error: GLUT/freeglut.h: No such file or directory | #include | ^ | compilation terminated. | configure:23780: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_POLL_H 1 | | #define HAVE_SYS_IOCTL_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_SYS_UTSNAME_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_SYS_TIMEB_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_EXECINFO_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_UINTPTR_T 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_OBSTACK 1 | | #define HAVE_LIBM 1 | | #define HAVE_SETENV 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ARPA_INET_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_NETINET_IN_H 1 | | #define HAVE_DECL_GETADDRINFO 1 | | #define HAVE_DECL_FREEADDRINFO 1 | | #define HAVE_DECL_GAI_STRERROR 1 | | #define HAVE_DECL_GETNAMEINFO 1 | | #define HAVE_STRUCT_ADDRINFO 1 | | #define HAVE_NETINET_IN_H 1 | | #define HAVE_IPV4 1 | | #define HAVE_IPV6 1 | | #define HAVE_GETADDRINFO 1 | | #define HAVE_INET_NTOP 1 | | #define HAVE_SOCKETS 1 | | #define HAVE_PUTENV 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRSIGNAL 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_STRSTR 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_FLOORL 1 | | #define HAVE_CEILL 1 | | #define HAVE_SQRTL 1 | | #define HAVE_FREXPL 1 | | #define HAVE_LDEXPL 1 | | #define HAVE_ASINL 1 | | #define HAVE_ACOSL 1 | | #define HAVE_ATANL 1 | | #define HAVE_LOGL 1 | | #define HAVE_EXPL 1 | | #define HAVE_TANL 1 | | #define HAVE_SINL 1 | | #define HAVE_COSL 1 | | #define HAVE_POWL 1 | | #define HAVE_TRUNCL 1 | | #define HAVE_LRINTL 1 | | #define HAVE_TRUNCF 1 | | #define HAVE_LRINTF 1 | | #define HAVE_LRINT 1 | | #define HAVE_TRUNC 1 | | #define HAVE_STRSEP 1 | | #define HAVE_STRPBRK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MKDTEMP 1 | | #define HAVE_GETHOSTNAME 1 | | #define HAVE_MEMCPY 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_SIGHOLD 1 | | #define HAVE_UNAME 1 | | #define HAVE_USLEEP 1 | | #define HAVE_LSTAT 1 | | #define HAVE_GRANTPT 1 | | #define HAVE_POPEN 1 | | #define HAVE_GETRUSAGE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_FORK 1 | | #define HAVE_STRCHR 1 | | #define HAVE_UTIMES 1 | | #define HAVE_UTIME 1 | | #define HAVE_READLINK 1 | | #define HAVE_SIGSETMASK 1 | | #define HAVE_ALARM 1 | | #define HAVE_SELECT 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MADVISE 1 | | #define HAVE_WAITPID 1 | | #define HAVE_ACCEPT4 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SETSID 1 | | #define HAVE_PREAD 1 | | #define HAVE_PWRITE 1 | | #define HAVE_CHOWN 1 | | #define HAVE_GETGRNAM 1 | | #define HAVE_GETPWNAM 1 | | #define HAVE_ENDGRENT 1 | | #define HAVE_ENDPWENT 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_NANOSLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_TIMER_CREATE 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_GMP 1 | | #define SIZEOF_MP_LIMB_T 4 | | #define HAVE_READLINE 1 | | #define HAVE_TCLTK 1 | | #define HAVE_LIBPQ 1 | | #define HAVE_LIBSQLITE3 1 | | #define HAVE_G_POLL 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_LIBNCURSES 1 | | #define HAVE_GL_GL_H 1 | | #define HAVE_GL_GLU_H 1 | | #define HAVE_OPENGL 1 | | #define GL_GL_H | | #define GL_GLU_H | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:23780: result: no | configure:23780: checking GLUT/freeglut.h presence | configure:23780: gcc -E conftest.c | conftest.c:191:27: fatal error: GLUT/freeglut.h: No such file or directory | #include | ^ | compilation terminated. | configure:23780: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_POLL_H 1 | | #define HAVE_SYS_IOCTL_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_SYS_UTSNAME_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_SYS_TIMEB_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_EXECINFO_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_UINTPTR_T 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_OBSTACK 1 | | #define HAVE_LIBM 1 | | #define HAVE_SETENV 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ARPA_INET_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_NETINET_IN_H 1 | | #define HAVE_DECL_GETADDRINFO 1 | | #define HAVE_DECL_FREEADDRINFO 1 | | #define HAVE_DECL_GAI_STRERROR 1 | | #define HAVE_DECL_GETNAMEINFO 1 | | #define HAVE_STRUCT_ADDRINFO 1 | | #define HAVE_NETINET_IN_H 1 | | #define HAVE_IPV4 1 | | #define HAVE_IPV6 1 | | #define HAVE_GETADDRINFO 1 | | #define HAVE_INET_NTOP 1 | | #define HAVE_SOCKETS 1 | | #define HAVE_PUTENV 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRSIGNAL 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_STRSTR 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_FLOORL 1 | | #define HAVE_CEILL 1 | | #define HAVE_SQRTL 1 | | #define HAVE_FREXPL 1 | | #define HAVE_LDEXPL 1 | | #define HAVE_ASINL 1 | | #define HAVE_ACOSL 1 | | #define HAVE_ATANL 1 | | #define HAVE_LOGL 1 | | #define HAVE_EXPL 1 | | #define HAVE_TANL 1 | | #define HAVE_SINL 1 | | #define HAVE_COSL 1 | | #define HAVE_POWL 1 | | #define HAVE_TRUNCL 1 | | #define HAVE_LRINTL 1 | | #define HAVE_TRUNCF 1 | | #define HAVE_LRINTF 1 | | #define HAVE_LRINT 1 | | #define HAVE_TRUNC 1 | | #define HAVE_STRSEP 1 | | #define HAVE_STRPBRK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MKDTEMP 1 | | #define HAVE_GETHOSTNAME 1 | | #define HAVE_MEMCPY 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_SIGHOLD 1 | | #define HAVE_UNAME 1 | | #define HAVE_USLEEP 1 | | #define HAVE_LSTAT 1 | | #define HAVE_GRANTPT 1 | | #define HAVE_POPEN 1 | | #define HAVE_GETRUSAGE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_FORK 1 | | #define HAVE_STRCHR 1 | | #define HAVE_UTIMES 1 | | #define HAVE_UTIME 1 | | #define HAVE_READLINK 1 | | #define HAVE_SIGSETMASK 1 | | #define HAVE_ALARM 1 | | #define HAVE_SELECT 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MADVISE 1 | | #define HAVE_WAITPID 1 | | #define HAVE_ACCEPT4 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SETSID 1 | | #define HAVE_PREAD 1 | | #define HAVE_PWRITE 1 | | #define HAVE_CHOWN 1 | | #define HAVE_GETGRNAM 1 | | #define HAVE_GETPWNAM 1 | | #define HAVE_ENDGRENT 1 | | #define HAVE_ENDPWENT 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_NANOSLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_TIMER_CREATE 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_GMP 1 | | #define SIZEOF_MP_LIMB_T 4 | | #define HAVE_READLINE 1 | | #define HAVE_TCLTK 1 | | #define HAVE_LIBPQ 1 | | #define HAVE_LIBSQLITE3 1 | | #define HAVE_G_POLL 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_LIBNCURSES 1 | | #define HAVE_GL_GL_H 1 | | #define HAVE_GL_GLU_H 1 | | #define HAVE_OPENGL 1 | | #define GL_GL_H | | #define GL_GLU_H | | /* end confdefs.h. */ | | #include | configure:23780: result: no | configure:23780: checking for GLUT/freeglut.h | configure:23780: result: no | configure:23780: checking GL/freeglut.h usability | configure:23780: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:23780: $? = 0 | configure:23780: result: yes | configure:23780: checking GL/freeglut.h presence | configure:23780: gcc -E conftest.c | configure:23780: $? = 0 | configure:23780: result: yes | configure:23780: checking for GL/freeglut.h | configure:23780: result: yes | configure:23802: checking for GLUT header files | configure:23804: result: GL/freeglut.h | configure:23807: checking how to link with GLUT | configure:23836: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lrt -lm -lglut -lGL -lGLU -lSM -lICE -lX11 >&5 | conftest.c: In function 'main': | conftest.c:197:1: warning: statement with no effect [-Wunused-value] | glutInit | ^ | configure:23836: $? = 0 | configure:23847: result: -lglut -lSM -lICE -lX11 | configure:23863: checking whether to install GLUT | configure:23922: result: yes | configure:23942: checking for SDL | configure:23950: $PKG_CONFIG --exists --print-errors "sdl >= 1.2.0" | configure:23953: $? = 0 | configure:23968: $PKG_CONFIG --exists --print-errors "sdl >= 1.2.0" | configure:23971: $? = 0 | configure:24007: result: yes | configure:24027: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing -D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL conftest.c -lrt -lm -lSDL -lpthread >&5 | configure:24027: $? = 0 | configure:24051: checking whether to install LibSDL | configure:24110: result: yes | configure:24128: checking whether to install LibSDL_GL | configure:24186: result: yes | configure:24202: checking whether to install CairoSDL | configure:24260: result: yes | configure:24278: checking for IMG_Linked_Version in -lSDL_image | configure:24303: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lSDL_image -lrt -lm >&5 | configure:24303: $? = 0 | configure:24312: result: yes | configure:24326: checking whether to install LibSDL_image | configure:24384: result: yes | configure:24402: checking for Mix_Linked_Version in -lSDL_mixer | configure:24427: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lSDL_mixer -lrt -lm >&5 | configure:24427: $? = 0 | configure:24436: result: yes | configure:24450: checking whether to install LibSDL_mixer | configure:24508: result: yes | configure:24526: checking for Sound_GetLinkedVersion in -lSDL_sound | configure:24551: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lSDL_sound -lrt -lm >&5 | configure:24551: $? = 0 | configure:24560: result: yes | configure:24574: checking whether to install LibSDL_sound | configure:24632: result: yes | configure:24650: checking for TTF_Init in -lSDL_ttf | configure:24675: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lSDL_ttf -lrt -lm >&5 | configure:24675: $? = 0 | configure:24684: result: yes | configure:24698: checking whether to install LibSDL_ttf | configure:24756: result: yes | configure:24773: checking whether to install Compiler | configure:24831: result: yes | configure:24847: checking whether to install Parser | configure:24905: result: yes | configure:24921: checking whether to install ClassPublisher | configure:24979: result: yes | configure:24995: checking whether to install ProfileTools | configure:25053: result: yes | configure:25069: checking whether to install ROE | configure:25127: result: yes | configure:25143: checking whether to install SandstoneDb | configure:25201: result: yes | configure:25217: checking whether to install Seaside-Core | configure:25275: result: yes | configure:25291: checking whether to install Seaside-Development | configure:25349: result: yes | configure:25365: checking whether to install Seaside-Examples | configure:25423: result: yes | configure:25439: checking whether to install Seaside | configure:25497: result: yes | configure:25513: checking whether to install Sport | configure:25571: result: yes | configure:25587: checking whether to install SUnit | configure:25645: result: yes | configure:25661: checking whether to install Swazoo | configure:25719: result: yes | configure:25735: checking whether to install Sockets | configure:25793: result: yes | configure:25809: checking whether to install STTools | configure:25867: result: yes | configure:25883: checking whether to install VFSAddOns | configure:25942: result: yes | configure:25960: checking whether to install VisualGST | configure:26018: result: yes | configure:26034: checking whether to install XML-XMLNodeBuilder | configure:26092: result: yes | configure:26108: checking whether to install XML-DOM | configure:26166: result: yes | configure:26182: checking whether to install XML-ParserTests | configure:26240: result: yes | configure:26256: checking whether to install XML-PullParser | configure:26314: result: yes | configure:26329: checking expat.h usability | configure:26329: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:26329: $? = 0 | configure:26329: result: yes | configure:26329: checking expat.h presence | configure:26329: gcc -E conftest.c | configure:26329: $? = 0 | configure:26329: result: yes | configure:26329: checking for expat.h | configure:26329: result: yes | configure:26338: checking for XML_ParserCreateNS in -lexpat | configure:26363: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lexpat -lrt -lm >&5 | configure:26363: $? = 0 | configure:26372: result: yes | configure:26386: checking whether to install XML-Expat | configure:26445: result: yes | configure:26463: checking whether to install XML-XMLParser | configure:26521: result: yes | configure:26537: checking whether to install XML-SAXDriver | configure:26595: result: yes | configure:26611: checking whether to install XML-SAXParser | configure:26669: result: yes | configure:26685: checking whether to install XPath | configure:26743: result: yes | configure:26759: checking whether to install XSL | configure:26817: result: yes | configure:26832: checking zlib.h usability | configure:26832: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | configure:26832: $? = 0 | configure:26832: result: yes | configure:26832: checking zlib.h presence | configure:26832: gcc -E conftest.c | configure:26832: $? = 0 | configure:26832: result: yes | configure:26832: checking for zlib.h | configure:26832: result: yes | configure:26841: checking for inflate in -lz | configure:26866: gcc -o conftest -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c -lz -lrt -lm >&5 | configure:26866: $? = 0 | configure:26875: result: yes | configure:26889: checking whether to install ZLib | configure:26948: result: yes | configure:26984: checking lightning.h usability | configure:26984: gcc -c -g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing conftest.c >&5 | conftest.c:233:23: fatal error: lightning.h: No such file or directory | #include | ^ | compilation terminated. | configure:26984: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_POLL_H 1 | | #define HAVE_SYS_IOCTL_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_SYS_UTSNAME_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_SYS_TIMEB_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_EXECINFO_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_UINTPTR_T 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_OBSTACK 1 | | #define HAVE_LIBM 1 | | #define HAVE_SETENV 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ARPA_INET_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_NETINET_IN_H 1 | | #define HAVE_DECL_GETADDRINFO 1 | | #define HAVE_DECL_FREEADDRINFO 1 | | #define HAVE_DECL_GAI_STRERROR 1 | | #define HAVE_DECL_GETNAMEINFO 1 | | #define HAVE_STRUCT_ADDRINFO 1 | | #define HAVE_NETINET_IN_H 1 | | #define HAVE_IPV4 1 | | #define HAVE_IPV6 1 | | #define HAVE_GETADDRINFO 1 | | #define HAVE_INET_NTOP 1 | | #define HAVE_SOCKETS 1 | | #define HAVE_PUTENV 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRSIGNAL 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_STRSTR 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_FLOORL 1 | | #define HAVE_CEILL 1 | | #define HAVE_SQRTL 1 | | #define HAVE_FREXPL 1 | | #define HAVE_LDEXPL 1 | | #define HAVE_ASINL 1 | | #define HAVE_ACOSL 1 | | #define HAVE_ATANL 1 | | #define HAVE_LOGL 1 | | #define HAVE_EXPL 1 | | #define HAVE_TANL 1 | | #define HAVE_SINL 1 | | #define HAVE_COSL 1 | | #define HAVE_POWL 1 | | #define HAVE_TRUNCL 1 | | #define HAVE_LRINTL 1 | | #define HAVE_TRUNCF 1 | | #define HAVE_LRINTF 1 | | #define HAVE_LRINT 1 | | #define HAVE_TRUNC 1 | | #define HAVE_STRSEP 1 | | #define HAVE_STRPBRK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MKDTEMP 1 | | #define HAVE_GETHOSTNAME 1 | | #define HAVE_MEMCPY 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_SIGHOLD 1 | | #define HAVE_UNAME 1 | | #define HAVE_USLEEP 1 | | #define HAVE_LSTAT 1 | | #define HAVE_GRANTPT 1 | | #define HAVE_POPEN 1 | | #define HAVE_GETRUSAGE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_FORK 1 | | #define HAVE_STRCHR 1 | | #define HAVE_UTIMES 1 | | #define HAVE_UTIME 1 | | #define HAVE_READLINK 1 | | #define HAVE_SIGSETMASK 1 | | #define HAVE_ALARM 1 | | #define HAVE_SELECT 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MADVISE 1 | | #define HAVE_WAITPID 1 | | #define HAVE_ACCEPT4 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SETSID 1 | | #define HAVE_PREAD 1 | | #define HAVE_PWRITE 1 | | #define HAVE_CHOWN 1 | | #define HAVE_GETGRNAM 1 | | #define HAVE_GETPWNAM 1 | | #define HAVE_ENDGRENT 1 | | #define HAVE_ENDPWENT 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_NANOSLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_TIMER_CREATE 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_GMP 1 | | #define SIZEOF_MP_LIMB_T 4 | | #define HAVE_READLINE 1 | | #define HAVE_TCLTK 1 | | #define HAVE_LIBPQ 1 | | #define HAVE_LIBSQLITE3 1 | | #define HAVE_G_POLL 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_LIBNCURSES 1 | | #define HAVE_GL_GL_H 1 | | #define HAVE_GL_GLU_H 1 | | #define HAVE_OPENGL 1 | | #define GL_GL_H | | #define GL_GLU_H | | #define HAVE_GL_FREEGLUT_H 1 | | #define HAVE_GLUT 1 | | #define GL_GLUT_H | | #define HAVE_LIBSDL_IMAGE 1 | | #define HAVE_LIBSDL_MIXER 1 | | #define HAVE_LIBSDL_SOUND 1 | | #define HAVE_LIBSDL_TTF 1 | | #define HAVE_LIBEXPAT 1 | | #define HAVE_LIBZ 1 | | /* end confdefs.h. */ | | #include | | #ifdef HAVE_SYS_TYPES_H | | # include | | #endif | | #ifdef HAVE_SYS_STAT_H | | # include | | #endif | | #ifdef STDC_HEADERS | | # include | | # include | | #else | | # ifdef HAVE_STDLIB_H | | # include | | # endif | | #endif | | #ifdef HAVE_STRING_H | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | | # include | | # endif | | # include | | #endif | | #ifdef HAVE_STRINGS_H | | # include | | #endif | | #ifdef HAVE_INTTYPES_H | | # include | | #endif | | #ifdef HAVE_STDINT_H | | # include | | #endif | | #ifdef HAVE_UNISTD_H | | # include | | #endif | | #include | configure:26984: result: no | configure:26984: checking lightning.h presence | configure:26984: gcc -E conftest.c | conftest.c:200:23: fatal error: lightning.h: No such file or directory | #include | ^ | compilation terminated. | configure:26984: $? = 1 | configure: failed program was: | | /* confdefs.h */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.2.91" | | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define PACKAGE_URL "http://smalltalk.gnu.org/" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 2 | | #define ST_EDIT_VERSION 91 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.2.91" | | #define PACKAGE_GIT_REVISION "-5c19468" | | #define STDC_HEADERS 1 | | #define HAVE_SYS_TYPES_H 1 | | #define HAVE_SYS_STAT_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STRINGS_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_STDINT_H 1 | | #define HAVE_UNISTD_H 1 | | #define __EXTENSIONS__ 1 | | #define _ALL_SOURCE 1 | | #define _GNU_SOURCE 1 | | #define _POSIX_PTHREAD_SEMANTICS 1 | | #define _TANDEM_SOURCE 1 | | #define HAVE_GNUTLS 1 | | #define HAVE_LIBLTDL 1 | | #define HAVE_LIBSIGSEGV 1 | | #define HAVE_SIGSEGV_H 1 | | #define HAVE_SYNC_BUILTINS 1 | | #define USE_POSIX_THREADS 1 | | #define HAVE_PTHREAD_RWLOCK 1 | | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | | #define _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN /**/ | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define ALIGNOF_LONG_LONG 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_INT 4 | | #define SIZEOF_LONG 4 | | #define SIZEOF_WCHAR_T 4 | | #define SIZEOF_OOP 4 | | #define HAVE_DLFCN_H 1 | | #define LT_OBJDIR ".libs/" | | #define RETSIGTYPE void | | #define HAVE_STDINT_H 1 | | #define HAVE_INTTYPES_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_POLL_H 1 | | #define HAVE_SYS_IOCTL_H 1 | | #define HAVE_SYS_RESOURCE_H 1 | | #define HAVE_SYS_UTSNAME_H 1 | | #define HAVE_SYS_PARAM_H 1 | | #define HAVE_STDDEF_H 1 | | #define HAVE_LIMITS_H 1 | | #define HAVE_SYS_TIMEB_H 1 | | #define HAVE_TERMIOS_H 1 | | #define HAVE_SYS_MMAN_H 1 | | #define HAVE_SYS_FILE_H 1 | | #define HAVE_EXECINFO_H 1 | | #define HAVE_UTIME_H 1 | | #define HAVE_SYS_SELECT_H 1 | | #define HAVE_SYS_WAIT_H 1 | | #define HAVE_FCNTL_H 1 | | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | | #define HAVE_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UINTMAX_T 1 | | #define HAVE_UINTPTR_T 1 | | #define HAVE_ALLOCA_H 1 | | #define HAVE_ALLOCA 1 | | #define HAVE_OBSTACK 1 | | #define HAVE_LIBM 1 | | #define HAVE_SETENV 1 | | #define HAVE_ENVIRON_DECL 1 | | #define HAVE_ARPA_INET_H 1 | | #define HAVE_NETDB_H 1 | | #define HAVE_NETINET_IN_H 1 | | #define HAVE_DECL_GETADDRINFO 1 | | #define HAVE_DECL_FREEADDRINFO 1 | | #define HAVE_DECL_GAI_STRERROR 1 | | #define HAVE_DECL_GETNAMEINFO 1 | | #define HAVE_STRUCT_ADDRINFO 1 | | #define HAVE_NETINET_IN_H 1 | | #define HAVE_IPV4 1 | | #define HAVE_IPV6 1 | | #define HAVE_GETADDRINFO 1 | | #define HAVE_INET_NTOP 1 | | #define HAVE_SOCKETS 1 | | #define HAVE_PUTENV 1 | | #define HAVE_STRDUP 1 | | #define HAVE_STRERROR 1 | | #define HAVE_STRSIGNAL 1 | | #define HAVE_MKSTEMP 1 | | #define HAVE_GETPAGESIZE 1 | | #define HAVE_GETDTABLESIZE 1 | | #define HAVE_STRSTR 1 | | #define HAVE_FTRUNCATE 1 | | #define HAVE_FLOORL 1 | | #define HAVE_CEILL 1 | | #define HAVE_SQRTL 1 | | #define HAVE_FREXPL 1 | | #define HAVE_LDEXPL 1 | | #define HAVE_ASINL 1 | | #define HAVE_ACOSL 1 | | #define HAVE_ATANL 1 | | #define HAVE_LOGL 1 | | #define HAVE_EXPL 1 | | #define HAVE_TANL 1 | | #define HAVE_SINL 1 | | #define HAVE_COSL 1 | | #define HAVE_POWL 1 | | #define HAVE_TRUNCL 1 | | #define HAVE_LRINTL 1 | | #define HAVE_TRUNCF 1 | | #define HAVE_LRINTF 1 | | #define HAVE_LRINT 1 | | #define HAVE_TRUNC 1 | | #define HAVE_STRSEP 1 | | #define HAVE_STRPBRK 1 | | #define HAVE_SYMLINK 1 | | #define HAVE_MKDTEMP 1 | | #define HAVE_GETHOSTNAME 1 | | #define HAVE_MEMCPY 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_SIGHOLD 1 | | #define HAVE_UNAME 1 | | #define HAVE_USLEEP 1 | | #define HAVE_LSTAT 1 | | #define HAVE_GRANTPT 1 | | #define HAVE_POPEN 1 | | #define HAVE_GETRUSAGE 1 | | #define HAVE_GETTIMEOFDAY 1 | | #define HAVE_FORK 1 | | #define HAVE_STRCHR 1 | | #define HAVE_UTIMES 1 | | #define HAVE_UTIME 1 | | #define HAVE_READLINK 1 | | #define HAVE_SIGSETMASK 1 | | #define HAVE_ALARM 1 | | #define HAVE_SELECT 1 | | #define HAVE_MPROTECT 1 | | #define HAVE_MADVISE 1 | | #define HAVE_WAITPID 1 | | #define HAVE_ACCEPT4 1 | | #define HAVE_FDATASYNC 1 | | #define HAVE_SETSID 1 | | #define HAVE_PREAD 1 | | #define HAVE_PWRITE 1 | | #define HAVE_CHOWN 1 | | #define HAVE_GETGRNAM 1 | | #define HAVE_GETPWNAM 1 | | #define HAVE_ENDGRENT 1 | | #define HAVE_ENDPWENT 1 | | #define HAVE_NL_LANGINFO 1 | | #define HAVE_NANOSLEEP 1 | | #define HAVE_CLOCK_GETTIME 1 | | #define HAVE_TIMER_CREATE 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_GMP 1 | | #define SIZEOF_MP_LIMB_T 4 | | #define HAVE_READLINE 1 | | #define HAVE_TCLTK 1 | | #define HAVE_LIBPQ 1 | | #define HAVE_LIBSQLITE3 1 | | #define HAVE_G_POLL 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_LIBNCURSES 1 | | #define HAVE_GL_GL_H 1 | | #define HAVE_GL_GLU_H 1 | | #define HAVE_OPENGL 1 | | #define GL_GL_H | | #define GL_GLU_H | | #define HAVE_GL_FREEGLUT_H 1 | | #define HAVE_GLUT 1 | | #define GL_GLUT_H | | #define HAVE_LIBSDL_IMAGE 1 | | #define HAVE_LIBSDL_MIXER 1 | | #define HAVE_LIBSDL_SOUND 1 | | #define HAVE_LIBSDL_TTF 1 | | #define HAVE_LIBEXPAT 1 | | #define HAVE_LIBZ 1 | | /* end confdefs.h. */ | | #include | configure:26984: result: no | configure:26984: checking for lightning.h | configure:26984: result: no | configure:27131: checking whether to enable relocatable install | configure:27356: result: yes | configure:27501: checking that generated files are newer than configure | configure:27507: result: done | configure:27565: creating ./config.status | | ## ---------------------- ## | ## Running config.status. ## | ## ---------------------- ## | | This file was extended by GNU Smalltalk config.status 3.2.91, which was | generated by GNU Autoconf 2.69. Invocation command line was | | CONFIG_FILES = | CONFIG_HEADERS = | CONFIG_LINKS = | CONFIG_COMMANDS = | $ ./config.status | | on fedora19-vmwareplay | | config.status:1460: creating libc.la | config.status:1460: creating packages/blox/tk/Makefile | config.status:1460: creating packages/dbd-sqlite/Makefile | config.status:1460: creating packages/gdbm/Makefile | config.status:1460: creating packages/glib/Makefile | config.status:1460: creating packages/gtk/Makefile | config.status:1460: creating packages/blox/tests/package.xml | config.status:1460: creating packages/i18n/Makefile | config.status:1460: creating packages/iconv/Makefile | config.status:1460: creating packages/digest/Makefile | config.status:1460: creating packages/net/Makefile | config.status:1460: creating packages/opengl/Makefile | config.status:1460: creating packages/glut/Makefile | config.status:1460: creating packages/sdl/libsdl/Makefile | config.status:1460: creating packages/vfs/Makefile | config.status:1460: creating packages/xml/expat/Makefile | config.status:1460: creating packages/zlib/Makefile | config.status:1460: creating gnu-smalltalk.pc | config.status:1460: creating gst-config | config.status:1460: creating tests/gst | config.status:1460: creating tests/atlocal | config.status:1460: creating Makefile | config.status:1460: creating doc/Makefile | config.status:1460: creating lib-src/Makefile | config.status:1460: creating libgst/Makefile | config.status:1460: creating lightning/Makefile | config.status:1460: creating tests/Makefile | config.status:1460: creating config.h | config.status:1691: linking ../lightning/i386/asm-32.h to lightning/asm.h | config.status:1691: linking ../lightning/i386/fp-32.h to lightning/fp.h | config.status:1691: linking ../lightning/i386/core-32.h to lightning/core.h | config.status:1691: linking ../lightning/i386/funcs.h to lightning/funcs.h | config.status:1710: executing tests/atconfig commands | config.status:1710: executing depfiles commands | config.status:1710: executing libtool commands | configure:30001: === configuring in snprintfv (/home/lee/repos/smalltalk/build-O2/snprintfv) | configure:30064: running /bin/sh ../../snprintfv/configure --disable-option-checking '--prefix=/usr' '--enable-subdir' '--enable-snprintfv-convenience' --cache-file=/dev/null --srcdir=../../snprintfv | | ## ---------------- ## | ## Cache variables. ## | ## ---------------- ## | | ac_cv_alignof_double=4 | ac_cv_alignof_long_double=4 | ac_cv_alignof_long_long=4 | ac_cv_build=i686-pc-linux-gnu | ac_cv_c_bigendian=no | ac_cv_c_compiler_gnu=yes | ac_cv_c_inline=inline | ac_cv_c_int16_t=yes | ac_cv_c_int32_t=yes | ac_cv_c_int64_t=yes | ac_cv_c_int8_t=yes | ac_cv_c_restrict=__restrict | ac_cv_c_uint16_t=yes | ac_cv_c_uint32_t=yes | ac_cv_c_uint64_t=yes | ac_cv_c_uint8_t=yes | ac_cv_emacs_comint=yes | ac_cv_env_ATK_CFLAGS_set= | ac_cv_env_ATK_CFLAGS_value= | ac_cv_env_ATK_LIBS_set= | ac_cv_env_ATK_LIBS_value= | ac_cv_env_CAIRO_CFLAGS_set= | ac_cv_env_CAIRO_CFLAGS_value= | ac_cv_env_CAIRO_LIBS_set= | ac_cv_env_CAIRO_LIBS_value= | ac_cv_env_CC_set= | ac_cv_env_CC_value= | ac_cv_env_CFLAGS_set= | ac_cv_env_CFLAGS_value= | ac_cv_env_CPPFLAGS_set= | ac_cv_env_CPPFLAGS_value= | ac_cv_env_CPP_set= | ac_cv_env_CPP_value= | ac_cv_env_EMACSLOADPATH_set= | ac_cv_env_EMACSLOADPATH_value= | ac_cv_env_EMACS_set= | ac_cv_env_EMACS_value= | ac_cv_env_GIR_CFLAGS_set= | ac_cv_env_GIR_CFLAGS_value= | ac_cv_env_GIR_LIBS_set= | ac_cv_env_GIR_LIBS_value= | ac_cv_env_GNUTLS_CFLAGS_set= | ac_cv_env_GNUTLS_CFLAGS_value= | ac_cv_env_GNUTLS_LIBS_set= | ac_cv_env_GNUTLS_LIBS_value= | ac_cv_env_GTHREAD_CFLAGS_set= | ac_cv_env_GTHREAD_CFLAGS_value= | ac_cv_env_GTHREAD_LIBS_set= | ac_cv_env_GTHREAD_LIBS_value= | ac_cv_env_LDFLAGS_set= | ac_cv_env_LDFLAGS_value= | ac_cv_env_LIBFFI_CFLAGS_set= | ac_cv_env_LIBFFI_CFLAGS_value= | ac_cv_env_LIBFFI_LIBS_set= | ac_cv_env_LIBFFI_LIBS_value= | ac_cv_env_LIBS_set= | ac_cv_env_LIBS_value= | ac_cv_env_PANGO_CFLAGS_set= | ac_cv_env_PANGO_CFLAGS_value= | ac_cv_env_PANGO_LIBS_set= | ac_cv_env_PANGO_LIBS_value= | ac_cv_env_PKG_CONFIG_set= | ac_cv_env_PKG_CONFIG_value= | ac_cv_env_SDL_CFLAGS_set= | ac_cv_env_SDL_CFLAGS_value= | ac_cv_env_SDL_LIBS_set= | ac_cv_env_SDL_LIBS_value= | ac_cv_env_XMKMF_set= | ac_cv_env_XMKMF_value= | ac_cv_env_build_alias_set= | ac_cv_env_build_alias_value= | ac_cv_env_host_alias_set= | ac_cv_env_host_alias_value= | ac_cv_env_target_alias_set= | ac_cv_env_target_alias_value= | ac_cv_func_Tcl_ObjSetVar2=yes | ac_cv_func_Tk_CreatePhotoImageFormat=yes | ac_cv_func__NSGetEnviron=no | ac_cv_func__NSGetExecutablePath=no | ac_cv_func_accept4=yes | ac_cv_func_acosl=yes | ac_cv_func_alarm=yes | ac_cv_func_alloca_works=yes | ac_cv_func_asinl=yes | ac_cv_func_atanl=yes | ac_cv_func_ceill=yes | ac_cv_func_chown=yes | ac_cv_func_connect=yes | ac_cv_func_cosl=yes | ac_cv_func_dlopen=no | ac_cv_func_endgrent=yes | ac_cv_func_endpwent=yes | ac_cv_func_expl=yes | ac_cv_func_fdatasync=yes | ac_cv_func_floorl=yes | ac_cv_func_fork=yes | ac_cv_func_frexpl=yes | ac_cv_func_ftruncate=yes | ac_cv_func_g_poll=yes | ac_cv_func_getaddrinfo=yes | ac_cv_func_getdtablesize=yes | ac_cv_func_getgrnam=yes | ac_cv_func_gethostbyname=yes | ac_cv_func_gethostname=yes | ac_cv_func_getipnodebyaddr=no | ac_cv_func_getpagesize=yes | ac_cv_func_getpwnam=yes | ac_cv_func_getrusage=yes | ac_cv_func_gettimeofday=yes | ac_cv_func_grantpt=yes | ac_cv_func_inet_ntop=yes | ac_cv_func_ldexpl=yes | ac_cv_func_logl=yes | ac_cv_func_lrint=yes | ac_cv_func_lrintf=yes | ac_cv_func_lrintl=yes | ac_cv_func_lstat=yes | ac_cv_func_madvise=yes | ac_cv_func_memcpy=yes | ac_cv_func_memmove=yes | ac_cv_func_mkdtemp=yes | ac_cv_func_mkstemp=yes | ac_cv_func_mprotect=yes | ac_cv_func_nl_langinfo=yes | ac_cv_func_obstack=yes | ac_cv_func_poll=yes | ac_cv_func_popen=yes | ac_cv_func_powl=yes | ac_cv_func_pread=yes | ac_cv_func_putenv=yes | ac_cv_func_pwrite=yes | ac_cv_func_readlink=yes | ac_cv_func_remove=yes | ac_cv_func_rl_completion_matches=yes | ac_cv_func_select=yes | ac_cv_func_setenv=yes | ac_cv_func_setgroupent=no | ac_cv_func_setpassent=no | ac_cv_func_setsid=yes | ac_cv_func_shl_load=no | ac_cv_func_shmat=yes | ac_cv_func_sighold=yes | ac_cv_func_sigsetmask=yes | ac_cv_func_sinl=yes | ac_cv_func_socket=yes | ac_cv_func_spawnl=no | ac_cv_func_sqrtl=yes | ac_cv_func_strchr=yes | ac_cv_func_strdup=yes | ac_cv_func_strerror=yes | ac_cv_func_strpbrk=yes | ac_cv_func_strsep=yes | ac_cv_func_strsignal=yes | ac_cv_func_strstr=yes | ac_cv_func_strtoul=yes | ac_cv_func_symlink=yes | ac_cv_func_tanl=yes | ac_cv_func_trunc=yes | ac_cv_func_truncf=yes | ac_cv_func_truncl=yes | ac_cv_func_uname=yes | ac_cv_func_usleep=yes | ac_cv_func_utime=yes | ac_cv_func_utimes=yes | ac_cv_func_waitpid=yes | ac_cv_have_decl_freeaddrinfo=yes | ac_cv_have_decl_gai_strerror=yes | ac_cv_have_decl_getaddrinfo=yes | ac_cv_have_decl_getnameinfo=yes | ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\''' | ac_cv_header_GLUT_freeglut_h=no | ac_cv_header_GL_freeglut_h=yes | ac_cv_header_GL_gl_h=yes | ac_cv_header_GL_glu_h=yes | ac_cv_header_OpenGL_gl_h=no | ac_cv_header_OpenGL_glu_h=no | ac_cv_header_arpa_inet_h=yes | ac_cv_header_crt_externs_h=no | ac_cv_header_dlfcn_h=yes | ac_cv_header_execinfo_h=yes | ac_cv_header_expat_h=yes | ac_cv_header_fcntl_h=yes | ac_cv_header_gdbm_h=yes | ac_cv_header_inttypes_h=yes | ac_cv_header_lightning_h=no | ac_cv_header_limits_h=yes | ac_cv_header_memory_h=yes | ac_cv_header_minix_config_h=no | ac_cv_header_netdb_h=yes | ac_cv_header_netinet_in_h=yes | ac_cv_header_poll_h=yes | ac_cv_header_pthread_h=yes | ac_cv_header_sqlite3_h=yes | ac_cv_header_stdc=yes | ac_cv_header_stddef_h=yes | ac_cv_header_stdint_h=yes | ac_cv_header_stdlib_h=yes | ac_cv_header_string_h=yes | ac_cv_header_strings_h=yes | ac_cv_header_stropts_h=no | ac_cv_header_sys_file_h=yes | ac_cv_header_sys_ioctl_h=yes | ac_cv_header_sys_mman_h=yes | ac_cv_header_sys_param_h=yes | ac_cv_header_sys_resource_h=yes | ac_cv_header_sys_select_h=yes | ac_cv_header_sys_stat_h=yes | ac_cv_header_sys_timeb_h=yes | ac_cv_header_sys_types_h=yes | ac_cv_header_sys_utsname_h=yes | ac_cv_header_sys_wait_h=yes | ac_cv_header_termios_h=yes | ac_cv_header_time=yes | ac_cv_header_unistd_h=yes | ac_cv_header_utime_h=yes | ac_cv_header_zlib_h=yes | ac_cv_host=i686-pc-linux-gnu | ac_cv_lib_ICE_IceConnectionNumber=yes | ac_cv_lib_SDL_image_IMG_Linked_Version=yes | ac_cv_lib_SDL_mixer_Mix_Linked_Version=yes | ac_cv_lib_SDL_sound_Sound_GetLinkedVersion=yes | ac_cv_lib_SDL_ttf_TTF_Init=yes | ac_cv_lib_dl_dlopen=yes | ac_cv_lib_dld_shl_load=no | ac_cv_lib_expat_XML_ParserCreateNS=yes | ac_cv_lib_gnutls_gnutls_global_init=yes | ac_cv_lib_libffi_ffi_prep_cif=yes | ac_cv_lib_ltdl_lt_dlopen=yes | ac_cv_lib_m_atan=yes | ac_cv_lib_ncurses_initscr=yes | ac_cv_lib_pq_PQconnectdb=yes | ac_cv_lib_sigsegv_sigsegv_install_handler=yes | ac_cv_lib_sqlite3_sqlite3_clear_bindings=yes | ac_cv_lib_z_inflate=yes | ac_cv_member_struct_addrinfo_ai_family=yes | ac_cv_member_struct_sockaddr_sa_len=no | ac_cv_member_struct_stat_st_mtim_tv_nsec=yes | ac_cv_member_struct_stat_st_mtimensec=no | ac_cv_member_struct_stat_st_mtimespec_tv_nsec=no | ac_cv_objext=o | ac_cv_path_EGREP='/usr/bin/grep -E' | ac_cv_path_FGREP='/usr/bin/grep -F' | ac_cv_path_GREP=/usr/bin/grep | ac_cv_path_INSTALL_INFO=/usr/sbin/install-info | ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config | ac_cv_path_SED=/usr/bin/sed | ac_cv_path_TCLSH=/usr/bin/tclsh | ac_cv_path_ZIP=/usr/bin/zip | ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config | ac_cv_path_install='/usr/bin/install -c' | ac_cv_path_mkdir=/usr/bin/mkdir | ac_cv_prog_AWK=gawk | ac_cv_prog_CPP='gcc -E' | ac_cv_prog_EMACS=emacs | ac_cv_prog_TIMEOUT='timeout 600s' | ac_cv_prog_ac_ct_AR=ar | ac_cv_prog_ac_ct_CC=gcc | ac_cv_prog_ac_ct_DLLTOOL=dlltool | ac_cv_prog_ac_ct_OBJDUMP=objdump | ac_cv_prog_ac_ct_RANLIB=ranlib | ac_cv_prog_ac_ct_STRIP=strip | ac_cv_prog_cc_c89= | ac_cv_prog_cc_g=yes | ac_cv_prog_cc_warnings=no | ac_cv_prog_make_make_set=yes | ac_cv_safe_to_define___extensions__=yes | ac_cv_search_clock_gettime='none required' | ac_cv_search_gethostbyname='none required' | ac_cv_search_listen='none required' | ac_cv_search_nanosleep='none required' | ac_cv_search_pthread_mutex_lock='none required' | ac_cv_search_pthread_mutexattr_init=-lpthread | ac_cv_search_timer_create=-lrt | ac_cv_sizeof_OOP=4 | ac_cv_sizeof_int=4 | ac_cv_sizeof_long=4 | ac_cv_sizeof_mp_limb_t=4 | ac_cv_sizeof_off_t=8 | ac_cv_sizeof_wchar_t=4 | ac_cv_sys_file_offset_bits=64 | ac_cv_sys_largefile_CC=no | ac_cv_type_intmax_t=yes | ac_cv_type_intptr_t=yes | ac_cv_type_long_long_int=yes | ac_cv_type_pid_t=yes | ac_cv_type_pthread_rwlock_t=yes | ac_cv_type_signal=void | ac_cv_type_size_t=yes | ac_cv_type_uintmax_t=yes | ac_cv_type_uintptr_t=yes | ac_cv_type_unsigned_long_long_int=yes | ac_cv_working_alloca_h=yes | acl_cv_hardcode_direct=no | acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' | acl_cv_hardcode_libdir_separator= | acl_cv_hardcode_minus_L=no | acl_cv_libext=a | acl_cv_path_LD=/usr/bin/ld | acl_cv_prog_gnu_ld=yes | acl_cv_rpath=done | acl_cv_shlibext=so | acl_cv_wl=-Wl, | am_cv_CC_dependencies_compiler_type=gcc3 | am_cv_OBJC_dependencies_compiler_type=gcc3 | am_cv_func_iconv=yes | am_cv_langinfo_codeset=yes | am_cv_lib_iconv=no | am_cv_lispdir='${datarootdir}/emacs/site-lisp' | am_cv_make_support_nested_variables=yes | am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' | am_cv_proto_iconv_arg1= | emacs_cv_localtime_cache=no | gst_cv_c_goto_void_p=yes | gst_cv_c_visibility_hidden=yes | gst_cv_c_wno_long_double=no | gst_cv_cairo=yes | gst_cv_cc_arch_i386=no | gst_cv_func_poll=yes | gst_cv_gir=yes | gst_cv_glib=yes | gst_cv_glut_header_file=GL/freeglut.h | gst_cv_glut_libs='-lglut -lSM -lICE -lX11' | gst_cv_gmp_libs=-lgmp | gst_cv_have_sync_fetch_and_add=yes | gst_cv_ldbl_mant_dig=64 | gst_cv_libc_dlopen_works=no | gst_cv_libc_so_dir=/lib | gst_cv_libc_so_name=libc.so | gst_cv_lispstartdir='${lispdir}/site-start.d' | gst_cv_long_double_ok=yes | gst_cv_opengl_header_dir=GL | gst_cv_opengl_libs='-lGL -lGLU -lSM -lICE -lX11' | gst_cv_readline_libs='-lreadline ' | gst_cv_sdl=yes | gst_cv_sdl_uses_cocoa=no | gst_cv_socket_ipv4=yes | gst_cv_socket_ipv6=yes | gst_cv_sockets=yes | gst_cv_tcltk_includes=' -I/usr/include' | gst_cv_tcltk_libs='-ldl -lieee -lm -lX11 -L/usr/lib -ltcl8.5 -L/usr/lib -ltk8.5' | gst_cv_wine=no | gst_cv_working_lrint=yes | gst_cv_working_strtoul=yes | gt_cv_var_environ_declaration=yes | lt_cv_ar_at_file=@ | lt_cv_archive_cmds_need_lc=no | lt_cv_deplibs_check_method=pass_all | lt_cv_dlopen=dlopen | lt_cv_dlopen_libs=-ldl | lt_cv_dlopen_self=yes | lt_cv_dlopen_self_static=yes | lt_cv_file_magic_cmd='$MAGIC_CMD' | lt_cv_file_magic_test_file= | lt_cv_ld_reload_flag=-r | lt_cv_nm_interface='BSD nm' | lt_cv_objdir=.libs | lt_cv_path_LD=/usr/bin/ld | lt_cv_path_NM='/usr/bin/nm -B' | lt_cv_path_mainfest_tool=no | lt_cv_prog_compiler_c_o=yes | lt_cv_prog_compiler_pic='-fPIC -DPIC' | lt_cv_prog_compiler_pic_works=yes | lt_cv_prog_compiler_rtti_exceptions=no | lt_cv_prog_compiler_static_works=no | lt_cv_prog_gnu_ld=yes | lt_cv_sharedlib_from_linklib_cmd='printf %s\n' | lt_cv_shlibpath_overrides_runpath=no | lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' | lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' | lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' | lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' | lt_cv_sys_max_cmd_len=1572864 | lt_cv_to_host_file_cmd=func_convert_file_noop | lt_cv_to_tool_file_cmd=func_convert_file_noop | pkg_cv_ATK_CFLAGS='-I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' | pkg_cv_ATK_LIBS='-latk-1.0 -lgobject-2.0 -lglib-2.0 ' | pkg_cv_CAIRO_CFLAGS='-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm ' | pkg_cv_CAIRO_LIBS='-lcairo ' | pkg_cv_GIR_CFLAGS='-pthread -I/usr/include/gobject-introspection-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' | pkg_cv_GIR_LIBS='-lgirepository-1.0 -lgobject-2.0 -lglib-2.0 ' | pkg_cv_GNUTLS_CFLAGS='-I/usr/include/p11-kit-1 ' | pkg_cv_GNUTLS_LIBS='-lgnutls ' | pkg_cv_GTHREAD_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' | pkg_cv_GTHREAD_LIBS='-pthread -lgthread-2.0 -lglib-2.0 ' | pkg_cv_LIBFFI_CFLAGS=' ' | pkg_cv_LIBFFI_LIBS='-lffi ' | pkg_cv_PANGO_CFLAGS='-pthread -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' | pkg_cv_PANGO_LIBS='-lpango-1.0 -lgobject-2.0 -lglib-2.0 ' | pkg_cv_SDL_CFLAGS='-D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL ' | pkg_cv_SDL_LIBS='-lSDL -lpthread ' | | ## ----------------- ## | ## Output variables. ## | ## ----------------- ## | | -DDEFAULT_EXECUTABLE=\""${bindir}/gst${EXEEXT}"\"' | ACLOCAL='${SHELL} /home/lee/repos/smalltalk/build-aux/missing aclocal-1.13' | ALLOCA='' | ALL_PACKAGES=' packages/blox/tk packages/dbd-sqlite packages/gdbm packages/glib packages/gtk packages/i18n packages/iconv packages/digest packages/net packages/opengl packages/glut packages/sdl/libsdl packages/vfs packages/xml/expat packages/zlib' | AMDEPBACKSLASH='\' | AMDEP_FALSE='#' | AMDEP_TRUE='' | AMTAR='$${TAR-tar}' | AM_BACKSLASH='\' | AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | AM_DEFAULT_VERBOSITY='0' | AM_V='$(V)' | AR='ar' | AS='as' | ATK_CFLAGS='-I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' | ATK_LIBS='-latk-1.0 -lgobject-2.0 -lglib-2.0 ' | AUTOCONF='${SHELL} /home/lee/repos/smalltalk/build-aux/missing autoconf' | AUTOHEADER='${SHELL} /home/lee/repos/smalltalk/build-aux/missing autoheader' | AUTOM4TE='${SHELL} /home/lee/repos/smalltalk/build-aux/missing autom4te' | AUTOMAKE='${SHELL} /home/lee/repos/smalltalk/build-aux/missing automake-1.13' | AWK='gawk' | BLOX_IMPLEMENTATION='BloxTK' | BUILT_PACKAGES=' packages/blox/tk packages/dbd-sqlite packages/gdbm packages/glib packages/gtk packages/i18n packages/iconv packages/digest packages/net packages/opengl packages/glut packages/sdl/libsdl packages/vfs packages/xml/expat packages/zlib' | CAIRO_CFLAGS='-I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm ' | CAIRO_LIBS='-lcairo ' | CC='gcc' | CCDEPMODE='depmode=gcc3' | CFLAGS='-g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing ' | CPP='gcc -E' | CPPFLAGS='' | CYGPATH_W='echo' | DEFS='-DHAVE_CONFIG_H' | DEPDIR='.deps' | DLLTOOL='dlltool' | DSYMUTIL='' | DUMPBIN='' | ECHO_C='' | ECHO_N='-n' | ECHO_T='' | EGREP='/usr/bin/grep -E' | EMACS='emacs' | EMACSLOADPATH='' | EXEEXT='' | FGREP='/usr/bin/grep -F' | GIR_CFLAGS='-pthread -I/usr/include/gobject-introspection-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' | GIR_LIBS='-lgirepository-1.0 -lgobject-2.0 -lglib-2.0 ' | GLIB_CFLAGS='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' | GLIB_GENMARSHAL='glib-genmarshal' | GLIB_LIBS='-lgobject-2.0 -lglib-2.0 ' | GLIB_MKENUMS='glib-mkenums' | GNUTLS_CFLAGS='-I/usr/include/p11-kit-1 ' | GNUTLS_LIBS='-lgnutls ' | GOBJECT_QUERY='gobject-query' | GPERF='${SHELL} /home/lee/repos/smalltalk/build-aux/missing gperf' | GREP='/usr/bin/grep' | GST_RUN='$(top_builddir)/gst -I $(top_builddir)/gst.im -f' | GTHREAD_CFLAGS='-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' | GTHREAD_LIBS='-pthread -lgthread-2.0 -lglib-2.0 ' | GTK_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng15 -I/usr/include/libdrm -I/usr/include/harfbuzz ' | GTK_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lglib-2.0 ' | HAVE_COCOA_FALSE='' | HAVE_COCOA_TRUE='#' | HAVE_INSTALLED_LIGHTNING_FALSE='' | HAVE_INSTALLED_LIGHTNING_TRUE='#' | ICON='' | INCFFI=' ' | INCLTDL='' | INCSIGSEGV='' | INCSNPRINTFV='-I${top_builddir}/snprintfv -I${top_srcdir}/snprintfv' | INCTCLTK=' -I/usr/include' | INSTALL_DATA='${INSTALL} -m 644' | INSTALL_INFO='/usr/sbin/install-info' | INSTALL_PROGRAM='${INSTALL}' | INSTALL_SCRIPT='${INSTALL}' | INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | LD='/usr/bin/ld' | LDFLAGS='' | LEX='${SHELL} /home/lee/repos/smalltalk/build-aux/missing flex' | LIBC_SO_DIR='/lib' | LIBC_SO_NAME='libc.so' | LIBFFI='-lffi ' | LIBFFI_CFLAGS=' ' | LIBFFI_EXECUTABLE_LDFLAGS='' | LIBFFI_LIBS='-lffi ' | LIBGLUT='-lglut -lSM -lICE -lX11' | LIBGMP='-lgmp' | LIBGST_CFLAGS='' | LIBICONV='' | LIBLTDL='-lltdl' | LIBOBJS='' | LIBOPENGL='-lGL -lGLU -lSM -lICE -lX11' | LIBREADLINE='-lreadline ' | LIBS='-lrt -lm ' | LIBSIGSEGV='-lsigsegv' | LIBSNPRINTFV='${top_builddir}/snprintfv/snprintfv/libsnprintfvc.la' | LIBTCLTK='-ldl -lieee -lm -lX11 -L/usr/lib -ltcl8.5 -L/usr/lib -ltk8.5' | LIBTHREAD='' | LIBTOOL='$(SHELL) $(top_builddir)/libtool' | LIGHTNING_MAIN_FALSE='' | LIGHTNING_MAIN_TRUE='#' | LIPO='' | LN='ln' | LN_S='ln -s' | LTALLOCA='' | LTLIBICONV='' | LTLIBOBJS='' | MAINTAINER='address@hidden' | MAKEINFO='${SHELL} /home/lee/repos/smalltalk/build-aux/missing makeinfo' | MANIFEST_TOOL=':' | MKDIR_P='/usr/bin/mkdir -p' | MODULES='' | NEED_LIBC_LA_FALSE='#' | NEED_LIBC_LA_TRUE='' | NM='/usr/bin/nm -B' | NMEDIT='' | OBJC='gcc' | OBJCDEPMODE='depmode=gcc3' | OBJCFLAGS='-g -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wno-switch -Wwrite-strings -Wno-strict-aliasing -fno-gcse -fstrict-aliasing ' | OBJDUMP='objdump' | OBJEXT='o' | OTOOL64='' | OTOOL='' | PACKAGE='smalltalk' | PACKAGE_BUGREPORT='address@hidden' | PACKAGE_DLOPEN_FLAGS=' -dlopen "${abs_top_builddir}/packages/blox/tk/blox-tk.la" -dlopen "${abs_top_builddir}/packages/dbd-sqlite/dbd-sqlite3.la" -dlopen "${abs_top_builddir}/packages/gdbm/gdbm.la" -dlopen "${abs_top_builddir}/packages/glib/gst-glib.la" -dlopen "${abs_top_builddir}/packages/glib/libgst-gobject.la" -dlopen "${abs_top_builddir}/packages/gtk/gst-gtk.la" -dlopen "${abs_top_builddir}/packages/i18n/i18n.la" -dlopen "${abs_top_builddir}/packages/iconv/iconv.la" -dlopen "${abs_top_builddir}/packages/digest/digest.la" -dlopen "${abs_top_builddir}/packages/opengl/gstopengl.la" -dlopen "${abs_top_builddir}/packages/glut/gstglut.la" -dlopen "${abs_top_builddir}/packages/sdl/libsdl/sdl.la" -dlopen "${abs_top_builddir}/packages/xml/expat/expat.la" -dlopen "${abs_top_builddir}/packages/zlib/zlib.la"' | PACKAGE_NAME='GNU Smalltalk' | PACKAGE_STRING='GNU Smalltalk 3.2.91' | PACKAGE_TARNAME='smalltalk' | PACKAGE_URL='http://smalltalk.gnu.org/' | PACKAGE_VERSION='3.2.91' | PANGO_CFLAGS='-pthread -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' | PANGO_LIBS='-lpango-1.0 -lgobject-2.0 -lglib-2.0 ' | PATH_SEPARATOR=':' | PKG_CONFIG='/usr/bin/pkg-config' | RANLIB='ranlib' | RELOCATABLE='yes' | RELOC_CPPFLAGS=' \ | RELOC_LDFLAGS='-Wl,-rpath,"\$$ORIGIN/../lib"' | SDL_CFLAGS='-D_GNU_SOURCE=1 -D_REENTRANT -I/usr/include/SDL ' | SDL_LIBS=' -lSDL -lpthread ' | SED='/usr/bin/sed' | SET_MAKE='' | SHELL='/bin/sh' | SOCKET_LIBS='' | STRIP='strip' | SYNC_CFLAGS='' | TCLSH='/usr/bin/tclsh' | TIMEOUT='timeout 600s' | VERSION='3.2.91' | VERSION_INFO='8:3:1' | WINDRES='no' | WINEWRAPPER='' | WINEWRAPPERDEP='' | WITH_EMACS_COMINT_FALSE='#' | WITH_EMACS_COMINT_TRUE='' | WITH_EMACS_FALSE='#' | WITH_EMACS_TRUE='' | XMKMF='' | XZIP='/usr/bin/zip' | X_CFLAGS='' | X_EXTRA_LIBS='' | X_LIBS='' | X_PRE_LIBS=' -lSM -lICE' | YACC='${SHELL} /home/lee/repos/smalltalk/build-aux/missing bison' | ZIP='/usr/bin/zip' | ac_ct_AR='ar' | ac_ct_CC='gcc' | ac_ct_DUMPBIN='' | am__EXEEXT_FALSE='' | am__EXEEXT_TRUE='#' | am__fastdepCC_FALSE='#' | am__fastdepCC_TRUE='' | am__fastdepOBJC_FALSE='#' | am__fastdepOBJC_TRUE='' | am__include='include' | am__isrc=' -I$(srcdir)' | am__leading_dot='.' | am__nodep='_no' | am__quote='' | am__tar='$${TAR-tar} chof - "$$tardir"' | am__untar='$${TAR-tar} xf -' | bindir='${exec_prefix}/bin' | build='i686-pc-linux-gnu' | build_alias='' | build_cpu='i686' | build_os='linux-gnu' | build_vendor='pc' | datadir='${datarootdir}' | datarootdir='${prefix}/share' | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | dvidir='${docdir}' | enable_mysql_tests='no' | enable_postgres_tests='no' | exec_prefix='${prefix}' | host='i686-pc-linux-gnu' | host_alias='' | host_cpu='i686' | host_os='linux-gnu' | host_vendor='pc' | htmldir='${docdir}' | imagedir='${localstatedir}/lib/smalltalk' | includedir='${prefix}/include' | infodir='${datarootdir}/info' | install_sh='${SHELL} /home/lee/repos/smalltalk/build-aux/install-sh' | libdir='${exec_prefix}/lib' | libexecdir='${exec_prefix}/libexec' | lispdir='${datarootdir}/emacs/site-lisp' | lispstartdir='${lispdir}/site-start.d' | localedir='${datarootdir}/locale' | localstatedir='${prefix}/var' | mandir='${datarootdir}/man' | mkdir_p='$(MKDIR_P)' | moduledir='${pkglibdir}' | moduleexecdir='${moduledir}' | oldincludedir='/usr/include' | pdfdir='${docdir}' | prefix='/usr' | program_transform_name='s,x,x,' | psdir='${docdir}' | sbindir='${exec_prefix}/sbin' | sharedstatedir='${prefix}/com' | subdirs=' snprintfv' | sysconfdir='${prefix}/etc' | target_alias='' | | ## ------------------- ## | ## File substitutions. ## | ## ------------------- ## | | PACKAGE_RULES='pkgrules.tmp' | lightning_frag='/home/lee/repos/smalltalk/lightning/i386/Makefile.frag' | | ## ----------- ## | ## confdefs.h. ## | ## ----------- ## | | /* confdefs.h */ | #define PACKAGE_NAME "GNU Smalltalk" | #define PACKAGE_TARNAME "smalltalk" | #define PACKAGE_VERSION "3.2.91" | #define PACKAGE_STRING "GNU Smalltalk 3.2.91" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://smalltalk.gnu.org/" | #define ST_MAJOR_VERSION 3 | #define ST_MINOR_VERSION 2 | #define ST_EDIT_VERSION 91 | #define MAINTAINER "address@hidden" | #define PACKAGE "smalltalk" | #define VERSION "3.2.91" | #define PACKAGE_GIT_REVISION "-5c19468" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define __EXTENSIONS__ 1 | #define _ALL_SOURCE 1 | #define _GNU_SOURCE 1 | #define _POSIX_PTHREAD_SEMANTICS 1 | #define _TANDEM_SOURCE 1 | #define HAVE_GNUTLS 1 | #define HAVE_LIBLTDL 1 | #define HAVE_LIBSIGSEGV 1 | #define HAVE_SIGSEGV_H 1 | #define HAVE_SYNC_BUILTINS 1 | #define USE_POSIX_THREADS 1 | #define HAVE_PTHREAD_RWLOCK 1 | #define HAVE_PTHREAD_MUTEX_RECURSIVE 1 | #define _FILE_OFFSET_BITS 64 | #define restrict __restrict | #define HAVE_VISIBILITY_HIDDEN /**/ | #define HAVE_GOTO_VOID_P 1 | #define HOST_SYSTEM "i686-pc-linux-gnu" | #define EXEEXT "" | #define ARGV_EXEEXT "" | #define ALIGNOF_DOUBLE 4 | #define ALIGNOF_LONG_DOUBLE 4 | #define ALIGNOF_LONG_LONG 4 | #define SIZEOF_OFF_T 8 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 4 | #define SIZEOF_WCHAR_T 4 | #define SIZEOF_OOP 4 | #define HAVE_DLFCN_H 1 | #define LT_OBJDIR ".libs/" | #define RETSIGTYPE void | #define HAVE_STDINT_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_POLL_H 1 | #define HAVE_SYS_IOCTL_H 1 | #define HAVE_SYS_RESOURCE_H 1 | #define HAVE_SYS_UTSNAME_H 1 | #define HAVE_SYS_PARAM_H 1 | #define HAVE_STDDEF_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_SYS_TIMEB_H 1 | #define HAVE_TERMIOS_H 1 | #define HAVE_SYS_MMAN_H 1 | #define HAVE_SYS_FILE_H 1 | #define HAVE_EXECINFO_H 1 | #define HAVE_UTIME_H 1 | #define HAVE_SYS_SELECT_H 1 | #define HAVE_SYS_WAIT_H 1 | #define HAVE_FCNTL_H 1 | #define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 1 | #define HAVE_LONG_LONG_INT 1 | #define HAVE_INTMAX_T 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTMAX_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_ALLOCA_H 1 | #define HAVE_ALLOCA 1 | #define HAVE_OBSTACK 1 | #define HAVE_LIBM 1 | #define HAVE_SETENV 1 | #define HAVE_ENVIRON_DECL 1 | #define HAVE_ARPA_INET_H 1 | #define HAVE_NETDB_H 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_DECL_GETADDRINFO 1 | #define HAVE_DECL_FREEADDRINFO 1 | #define HAVE_DECL_GAI_STRERROR 1 | #define HAVE_DECL_GETNAMEINFO 1 | #define HAVE_STRUCT_ADDRINFO 1 | #define HAVE_NETINET_IN_H 1 | #define HAVE_IPV4 1 | #define HAVE_IPV6 1 | #define HAVE_GETADDRINFO 1 | #define HAVE_INET_NTOP 1 | #define HAVE_SOCKETS 1 | #define HAVE_PUTENV 1 | #define HAVE_STRDUP 1 | #define HAVE_STRERROR 1 | #define HAVE_STRSIGNAL 1 | #define HAVE_MKSTEMP 1 | #define HAVE_GETPAGESIZE 1 | #define HAVE_GETDTABLESIZE 1 | #define HAVE_STRSTR 1 | #define HAVE_FTRUNCATE 1 | #define HAVE_FLOORL 1 | #define HAVE_CEILL 1 | #define HAVE_SQRTL 1 | #define HAVE_FREXPL 1 | #define HAVE_LDEXPL 1 | #define HAVE_ASINL 1 | #define HAVE_ACOSL 1 | #define HAVE_ATANL 1 | #define HAVE_LOGL 1 | #define HAVE_EXPL 1 | #define HAVE_TANL 1 | #define HAVE_SINL 1 | #define HAVE_COSL 1 | #define HAVE_POWL 1 | #define HAVE_TRUNCL 1 | #define HAVE_LRINTL 1 | #define HAVE_TRUNCF 1 | #define HAVE_LRINTF 1 | #define HAVE_LRINT 1 | #define HAVE_TRUNC 1 | #define HAVE_STRSEP 1 | #define HAVE_STRPBRK 1 | #define HAVE_SYMLINK 1 | #define HAVE_MKDTEMP 1 | #define HAVE_GETHOSTNAME 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_SIGHOLD 1 | #define HAVE_UNAME 1 | #define HAVE_USLEEP 1 | #define HAVE_LSTAT 1 | #define HAVE_GRANTPT 1 | #define HAVE_POPEN 1 | #define HAVE_GETRUSAGE 1 | #define HAVE_GETTIMEOFDAY 1 | #define HAVE_FORK 1 | #define HAVE_STRCHR 1 | #define HAVE_UTIMES 1 | #define HAVE_UTIME 1 | #define HAVE_READLINK 1 | #define HAVE_SIGSETMASK 1 | #define HAVE_ALARM 1 | #define HAVE_SELECT 1 | #define HAVE_MPROTECT 1 | #define HAVE_MADVISE 1 | #define HAVE_WAITPID 1 | #define HAVE_ACCEPT4 1 | #define HAVE_FDATASYNC 1 | #define HAVE_SETSID 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_CHOWN 1 | #define HAVE_GETGRNAM 1 | #define HAVE_GETPWNAM 1 | #define HAVE_ENDGRENT 1 | #define HAVE_ENDPWENT 1 | #define HAVE_NL_LANGINFO 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_CLOCK_GETTIME 1 | #define HAVE_TIMER_CREATE 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_GMP 1 | #define SIZEOF_MP_LIMB_T 4 | #define HAVE_READLINE 1 | #define HAVE_TCLTK 1 | #define HAVE_LIBPQ 1 | #define HAVE_LIBSQLITE3 1 | #define HAVE_G_POLL 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LIBNCURSES 1 | #define HAVE_GL_GL_H 1 | #define HAVE_GL_GLU_H 1 | #define HAVE_OPENGL 1 | #define GL_GL_H | #define GL_GLU_H | #define HAVE_GL_FREEGLUT_H 1 | #define HAVE_GLUT 1 | #define GL_GLUT_H | #define HAVE_LIBSDL_IMAGE 1 | #define HAVE_LIBSDL_MIXER 1 | #define HAVE_LIBSDL_SOUND 1 | #define HAVE_LIBSDL_TTF 1 | #define HAVE_LIBEXPAT 1 | #define HAVE_LIBZ 1 | #define HAVE_LIGHTNING 1 | #define ENABLE_DLD 1 | #define OPTIMIZE 1 | #define KERNEL_PATH "../share/smalltalk/kernel" | #define IMAGE_PATH "../var/lib/smalltalk" | #define MODULE_PATH "../lib/smalltalk" | #define LIBEXEC_PATH "../libexec/smalltalk" | #define PREFIX ".." | #define EXEC_PREFIX ".." | | configure: exit 0