## ------------------------------- ## ## GNU Smalltalk 3.0.2 test suite. ## ## ------------------------------- ## testsuite: command line was: $ ./testsuite ## ----------- ## ## ChangeLogs. ## ## ----------- ## testsuite: ../packages/blox/tk/ChangeLog: | 2007-09-28 Paolo Bonzini | | * BloxTK.c: Use strchr, not index. | | 2007-06-25 Paolo Bonzini | | * BloxBasic.st: Use #%. | * BloxText.st: Use #%. | * BloxWidgets.st: Use #%. | testsuite: ../packages/debug/ChangeLog: | 2007-01-16 Paolo Bonzini | | * debugtests.st: Remove useless fileInPackage:. | | 2007-01-15 Paolo Bonzini | | * DebugTools.st: New. | * debugtests.st: New. | testsuite: ../packages/digest/ChangeLog: | 2007-07-17 Paolo Bonzini | | * packages/digest/package.xml: Add new files, rename module. | * packages/digest/digest.st: New. | * packages/digest/md5.st: Adjust for new MessageDigest superclass. | * packages/digest/sha1.st: New. | * packages/digest/md5.c: Rename to... | * packages/digest/digest.c: ... this. Add SHA1 wrappers. | * packages/digest/md5tests.st: Rename to... | * packages/digest/mdtests.st: ... this. Add SHA1 tests. testsuite: ../packages/dbd-sqlite/ChangeLog: | 2008-02-14 Paolo Bonzini | | * ResultSet.st: Unshare rows. testsuite: ../packages/zlib/ChangeLog: | 2007-11-29 Paolo Bonzini | | * zlib.c: Fix potential GC problem. Reported by Daniele Sciascia. | | 2007-10-13 Paolo Bonzini | | * package.xml: Put into the ZLib namespace. | | 2007-08-23 Paolo Bonzini | testsuite: ../packages/net/ChangeLog: | 2007-10-08 Paolo Bonzini | | * NetServer.st: Move #stop to NetServer, since using it | for NetSessions might be dangerous. | | 2007-09-06 Paolo Bonzini | | * MIME.st: More fixes to previous change. | | 2007-09-05 Paolo Bonzini testsuite: ../packages/vfs/ChangeLog: | 2007-07-03 Paolo Bonzini | | * VFS.st: Move ExternalArchiveFileHandler here from kernel/VFS.st, | complying to the new ArchiveFileHandler protocol. testsuite: ../packages/i18n/ChangeLog: | 2007-10-22 Paolo Bonzini | | * Locale.st: Store charsets as strings, not symbols. | | 2007-06-29 Paolo Bonzini | | * i18n.c: Move part to iconv package. | | 2007-06-25 Paolo Bonzini | testsuite: ../packages/gtk/ChangeLog: | 2007-08-13 Paolo Bonzini | | * MoreFuncs.st: Switch to the new syntax for "returning:". | * funcs.awk: Likewise. | | 2007-03-19 Paolo Bonzini | | * GtkDecl.st: Convert class variables to class-instance. | | 2006-12-05 Paolo Bonzini testsuite: ../packages/stinst/parser/ChangeLog: | 2008-02-08 Stephen Compall | | * GSTParser.st: Always reverse a #methodsFor: with an | #endMethodList when compiling new-syntax methods. | | 2008-02-05 Paolo Bonzini | | * SqueakParser.st: Fix parsing of binary message at end of chunk. | | 2008-02-05 Paolo Bonzini testsuite: ../packages/stinst/compiler/ChangeLog: | 2008-02-25 Paolo Bonzini | | * StartCompiler.st: Remove references to #parserClass. | | 2008-02-08 Paolo Bonzini | | * StartCompiler.st: Fix typo in message #parseSmalltalk:with:onError:. | | 2007-11-05 Stephen Compall | testsuite: ../packages/stinst/doc/ChangeLog: | 2008-01-27 Stephen Compall | | * Publish.st: Comment or private-ize uncommented methods. | | 2007-10-25 Paolo Bonzini | | * Publish.st: Compare strings case-sensitively to avoid differences | due to hashing. | | 2007-10-05 Paolo Bonzini testsuite: ../packages/browser/ChangeLog: | 2007-10-21 Paolo Bonzini | | * ClassHierBrow.st: Replace #sourceCodeAt: with | #methodRecompilationSourceString. | * MethSetBrow.st: Likewise. | * PCode.st: Add #parserClass, use it. | | * DebugSupport.st: Make VariableNames class>>#on: accept | a CompiledMethod in order to use its #parserClass. | testsuite: ../packages/xml/ChangeLog: | 2007-12-27 Paolo Bonzini | | * xsl/package.xml: Don't use XML metapackage as prereq. | | 2007-11-06 Paolo Bonzini | | * saxdriver/SAX.st: Add stub DOM_SAXDriver. Move InputSource here... | * dom/DOM.st: ... from here. | * saxparser/Parser.st: Remove #pushSource:for: abstract method, move | #dtd (undoing part of the previous commit) and Entity>>#streamFor:... testsuite: ../packages/dbd-mysql/ChangeLog: | 2007-10-06 Paolo Bonzini | | * ResultSet.st: Fix syntax error. testsuite: ../packages/tcp/ChangeLog: | 2008-02-27 Paolo Bonzini | | * AbstractSocketImpl.st: Make sure fd is not nil when calling | out to C. | | 2008-02-08 Paolo Bonzini | | * Sockets.st: Add #isPeerAlive to AbstractSocket. | | 2008-02-07 Paolo Bonzini testsuite: ../packages/gnuplot/ChangeLog: | 2008-03-04 Paolo Bonzini | | * Base.st: Oops. | | 2008-03-04 Paolo Bonzini | | * Series.st: Unlike rectangles, series are by default empty. | | 2008-03-04 Paolo Bonzini | testsuite: ../packages/httpd/ChangeLog: | 2007-10-07 Paolo Bonzini | | * STT.st: Add brackets around compiled methods. | | 2007-07-18 Paolo Bonzini | | * STT.st: Use #compile: on the WriteStream. | | 2007-07-18 Stephen Compall | testsuite: ../packages/numerics/ChangeLog: | 2007-08-13 Paolo Bonzini | | * NumericsTests.st: Fix numerical accuracy problem in #logBeta:. testsuite: ../packages/ncurses/ChangeLog: | 2007-08-13 Paolo Bonzini | | * ncurses.st: Switch to the new syntax for "returning:". testsuite: ../packages/complex/ChangeLog: | 2007-07-17 Paolo Bonzini | | * complextests.st: New. | * Complex.st: Fix bugs. | | 2007-07-16 Paolo Bonzini | | * Complex.st: New. testsuite: ../packages/gdbm/ChangeLog: | 2007-08-13 Paolo Bonzini | | * gdbm-c.st: Switch to the new syntax for "returning:". testsuite: ../packages/iconv/ChangeLog: | 2007-11-11 Paolo Bonzini | | * Sets.st: Exit base64 right away if no bits are left to emit. | * iconvtests.st: Add testcase. | | 2007-10-22 Paolo Bonzini | | * Sets.st: Don't return an EncodedString if the wrapped String | already has that encoding. Add #isUnicode to EncodedString | and EncodedStringFactory. Override #encoding for FileDescriptor. testsuite: ../ChangeLog: | 2008-03-04 Paolo Bonzini | | * main.c: Set GST_NO_TTY in Emacs mode. | * smalltalk-mode.el.in: Fix smalltalk-bang for old syntax. | * gst-mode.el.in: Wrap send-to-smalltalk with save-window-excursion. | | 2008-02-25 Paolo Bonzini | | * kernel/Float.st: The final word on floating-point printing. | * tests/floatmath.st: Adjust test vectors. testsuite: ../snprintfv/ChangeLog: | 2006-11-26 Bruce Korb | | * snprintfv/printf.c (call_argtype_function, parse_printf_format, | do_printfv, snv_fdputc): 64-bit cleanliness. | | 2006-10-23 Paolo Bonzini | | * snprintf/stream.c (stream_put, stream_puts): Cast printed char | to unsigned char. | testsuite: ../superops/ChangeLog: | 2007-08-20 Paolo Bonzini | | * superops/byte_def.cc: Abort on superoperators. Remove "COLON". | * superops/vm_def.cc: Abort on superoperators. Emit ADVANCE instead | of PREFETCH for jumps. Remove "COLON". | * superops/superops.cc: Filter out superoperators here. Be resilient | to errors before the code runs. | * superops/table.cc: Clear memory. | | 2007-08-20 Paolo Bonzini testsuite: ../libffi/ChangeLog: | 2006-08-17 Andreas Tobler | | * include/ffi_common.h (struct): Revert accidental commit. | | 2006-08-15 Andreas Tobler | | * include/ffi_common.h: Remove lint directives. | * include/ffi.h.in: Likewise. | | 2006-07-25 Torsten Schoenfeld testsuite: ../libgst/ChangeLog: | 2008-03-04 Paolo Bonzini | | * libgst/prims.def: Avoid mixed declarations and code. | | 2008-02-26 Paolo Bonzini | | * libgst/events.c: Add _gst_remove_fd_polling_handlers. | * libgst/events.h: Declare it. | * libgst/prims.def: Use it. | testsuite: ../sigsegv/ChangeLog: | 2008-01-20 Paolo Bonzini | | * src/machfault-macos-i386.h (SIGSEGV_EXC_STATE_TYPE, | SIGSEGV_EXC_STATE_FLAVOR, SIGSEGV_EXC_STATE_COUNT, | SIGSEGV_FAULT_ADDRESS): Define if _LP64 defined. | * src/machfault-macos-powerpc.h: Likewise. | * src/machfault.h (SIGSEGV_FAULT_ADDRESS): Provide | default definition. | | 2008-01-19 Paolo Bonzini testsuite: ../lib-src/ChangeLog: | 2007-12-31 Tony Garnock-Jones | Paolo Bonzini | | * lib-src/socketx.h: Reorder includes. Guard inclusion of sys/select.h. | | 2007-11-18 Freddie Akeroyd | Paolo Bonzini | | * lib-src/mkdtemp.c: New. | * lib-src/setenv.c: Add alloca prologue. ## --------- ## ## Platform. ## ## --------- ## hostname = hollow uname -m = x86_64 uname -r = 2.6.22-14-generic uname -s = Linux uname -v = #1 SMP Tue Feb 12 02:46:46 UTC 2008 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /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/jake/smalltalk/smalltalk-3.0.2/tests PATH: /usr/local/sbin PATH: /usr/local/bin PATH: /usr/sbin PATH: /usr/bin PATH: /sbin PATH: /bin PATH: /usr/games testsuite: atconfig: | # Configurable variable values for building test suites. | # Generated by ./config.status. | # Copyright (C) 2000, 2001, 2003, 2004 Free Software Foundation, Inc. | | # The test suite will define top_srcdir=/../.. etc. | at_testdir='tests' | abs_builddir='/home/jake/smalltalk/smalltalk-3.0.2/tests' | at_srcdir='.' | abs_srcdir='/home/jake/smalltalk/smalltalk-3.0.2/tests' | at_top_srcdir='..' | abs_top_srcdir='/home/jake/smalltalk/smalltalk-3.0.2' | at_top_build_prefix='../' | abs_top_builddir='/home/jake/smalltalk/smalltalk-3.0.2' | | # Backward compatibility with Autotest <= 2.59b: | at_top_builddir=$at_top_build_prefix | | AUTOTEST_PATH='tests' | | SHELL=${CONFIG_SHELL-'/bin/bash'} testsuite: atlocal: | enable_mysql_tests='no' | host='x86_64-unknown-linux-gnu' | 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 } | ' ` | ## ---------------- ## ## Tested programs. ## ## ---------------- ## ./testsuite.at:23: /home/jake/smalltalk/smalltalk-3.0.2/tests/gst --version GNU Smalltalk version 3.0.2 Copyright 2006 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: /home/jake/usr/share/smalltalk/kernel Using default image path: /home/jake/usr/var/lib/smalltalk ## ------------------ ## ## Running the tests. ## ## ------------------ ## testsuite: starting at: Fri Apr 11 11:45:32 PDT 2008 1. arrays.st (testsuite.at:27): ok (0m0.064s 0m0.052s) 2. classes.st (testsuite.at:28): ok (0m0.060s 0m0.056s) 3. blocks.st (testsuite.at:29): ok (0m0.060s 0m0.056s) 4. sets.st (testsuite.at:30): ok (0m0.052s 0m0.056s) 5. processes.st (testsuite.at:31): ok (0m0.056s 0m0.044s) 6. exceptions.st (testsuite.at:32): ok (0m0.080s 0m0.032s) 8. floatmath.st (testsuite.at:34): ok (0m2.252s 0m0.148s) 9. dates.st (testsuite.at:39): ok (0m0.632s 0m0.096s) 10. objects.st (testsuite.at:40): ok (0m0.088s 0m0.052s) 11. strings.st (testsuite.at:41): ok (0m0.056s 0m0.056s) 12. chars.st (testsuite.at:42): ok (0m0.072s 0m0.040s) 13. objdump.st (testsuite.at:43): ok (0m0.060s 0m0.044s) 14. delays.st (testsuite.at:44): ok (0m3.068s 0m0.040s) 15. geometry.st (testsuite.at:45): ok (0m0.060s 0m0.056s) 16. cobjects.st (testsuite.at:46): ok (0m0.080s 0m0.032s) 17. compiler.st (testsuite.at:47): ok (0m0.068s 0m0.044s) 18. fileext.st (testsuite.at:48): ok (0m0.056s 0m0.056s) 19. mutate.st (testsuite.at:49): ok (0m0.112s 0m0.036s) 20. untrusted.st (testsuite.at:50): ok (0m0.060s 0m0.052s) 21. getopt.st (testsuite.at:51): ok (0m0.092s 0m0.032s) 22. quit.st (testsuite.at:52): ok (0m0.052s 0m0.052s) 23. ackermann.st (testsuite.at:55): ok (0m0.052s 0m0.068s) 24. ary3.st (testsuite.at:56): ok (0m0.528s 0m0.032s) 25. except.st (testsuite.at:57): ok (0m1.228s 0m0.056s) 26. fibo.st (testsuite.at:58): ok (0m0.052s 0m0.060s) 27. hash.st (testsuite.at:59): ok (0m0.232s 0m0.056s) 28. hash2.st (testsuite.at:60): ok (0m0.688s 0m0.044s) 29. heapsort.st (testsuite.at:61): ok (0m0.060s 0m0.052s) 30. lists.st (testsuite.at:62): ok (0m0.108s 0m0.048s) 31. lists1.st (testsuite.at:63): ok (0m0.556s 0m0.076s) 32. lists2.st (testsuite.at:64): ok (0m0.884s 0m0.076s) 33. matrix.st (testsuite.at:65): ok (0m0.056s 0m0.052s) 34. methcall.st (testsuite.at:66): ok (0m0.204s 0m0.056s) 35. nestedloop.st (testsuite.at:67): ok (0m0.044s 0m0.068s) 36. objinst.st (testsuite.at:68): ok (0m0.052s 0m0.056s) 37. prodcons.st (testsuite.at:69): ok (0m0.112s 0m0.056s) 38. random-bench.st (testsuite.at:70): ok (0m0.064s 0m0.048s) 39. sieve.st (testsuite.at:71): ok (0m0.068s 0m0.040s) 40. strcat.st (testsuite.at:72): ok (0m0.076s 0m0.044s) 41. SUnit (testsuite.at:75): ok (0m0.344s 0m0.068s) 42. Parser (testsuite.at:76): ok (0m0.304s 0m0.076s) 43. ArrayANSITest (testsuite.at:79): ok (0m0.068s 0m0.064s) 44. ArrayFactoryANSITest (testsuite.at:80): ok (0m0.064s 0m0.052s) 45. BagANSITest (testsuite.at:81): ok (0m0.072s 0m0.064s) 46. BagFactoryANSITest (testsuite.at:82): ok (0m0.064s 0m0.068s) 47. BooleanANSITest (testsuite.at:83): ok (0m0.052s 0m0.080s) 48. ByteArrayANSITest (testsuite.at:84): ok (0m0.080s 0m0.076s) 49. ByteArrayFactoryANSITest (testsuite.at:85): ok (0m0.072s 0m0.056s) 50. CharacterANSITest (testsuite.at:86): ok (0m0.076s 0m0.044s) 51. CharacterFactoryANSITest (testsuite.at:87): ok (0m0.072s 0m0.044s) 52. DateAndTimeANSITest (testsuite.at:88): ok (0m0.076s 0m0.052s) 53. DateAndTimeFactoryANSITest (testsuite.at:89): ok (0m0.064s 0m0.052s) 54. DictionaryANSITest (testsuite.at:90): ok (0m0.092s 0m0.048s) 55. DictionaryFactoryANSITest (testsuite.at:91): ok (0m0.076s 0m0.044s) 56. DurationANSITest (testsuite.at:92): ok (0m0.076s 0m0.052s) 57. DurationFactoryANSITest (testsuite.at:93): ok (0m0.056s 0m0.052s) 58. DyadicValuableANSITest (testsuite.at:94): ok (0m0.072s 0m0.040s) 59. ErrorANSITest (testsuite.at:95): ok (0m0.084s 0m0.044s) 60. ErrorClassANSITest (testsuite.at:96): ok (0m0.064s 0m0.056s) 61. ExceptionANSITest (testsuite.at:97): ok (0m0.056s 0m0.044s) 62. ExceptionClassANSITest (testsuite.at:98): ok (0m0.064s 0m0.064s) 63. ExceptionSetANSITest (testsuite.at:99): ok (0m0.064s 0m0.064s) 64. FailedMessageANSITest (testsuite.at:100): ok (0m0.060s 0m0.072s) 65. FileStreamFactoryANSITest (testsuite.at:101): ok (0m0.072s 0m0.052s) 66. FloatANSITest (testsuite.at:102): ok (0m0.112s 0m0.056s) 67. FloatCharacterizationANSITest (testsuite.at:103): ok (0m0.068s 0m0.048s) 68. FractionANSITest (testsuite.at:104): ok (0m0.104s 0m0.064s) 69. FractionFactoryANSITest (testsuite.at:105): ok (0m0.056s 0m0.056s) 70. IdentityDictionaryANSITest (testsuite.at:106): ok (0m0.056s 0m0.068s) 71. IdentityDictionaryFactoryANSITest (testsuite.at:107): ok (0m0.076s 0m0.056s) 72. IntegerANSITest (testsuite.at:108): ok (0m0.116s 0m0.072s) 73. IntervalANSITest (testsuite.at:109): ok (0m0.088s 0m0.044s) 74. IntervalFactoryANSITest (testsuite.at:110): ok (0m0.060s 0m0.064s) 75. MessageNotUnderstoodANSITest (testsuite.at:111): ok (0m0.068s 0m0.064s) 76. MessageNotUnderstoodSelectorANSITest (testsuite.at:112): ok (0m0.044s 0m0.076s) 77. MonadicBlockANSITest (testsuite.at:113): ok (0m0.052s 0m0.064s) 78. NilANSITest (testsuite.at:114): ok (0m0.036s 0m0.080s) 79. NiladicBlockANSITest (testsuite.at:115): ok (0m0.056s 0m0.064s) 80. NotificationANSITest (testsuite.at:116): ok (0m0.064s 0m0.068s) 81. NotificationClassANSITest (testsuite.at:117): ok (0m0.052s 0m0.072s) 82. ObjectANSITest (testsuite.at:118): ok (0m0.064s 0m0.056s) 83. ObjectClassANSITest (testsuite.at:119): ok (0m0.080s 0m0.044s) 84. OrderedCollectionANSITest (testsuite.at:120): ok (0m0.116s 0m0.040s) 85. OrderedCollectionFactoryANSITest (testsuite.at:121): ok (0m0.068s 0m0.056s) 86. ReadFileStreamANSITest (testsuite.at:122): ok (0m0.068s 0m0.052s) 87. ReadStreamANSITest (testsuite.at:123): ok (0m0.072s 0m0.056s) 88. ReadStreamFactoryANSITest (testsuite.at:124): ok (0m0.052s 0m0.068s) 89. ReadWriteStreamANSITest (testsuite.at:125): ok (0m0.064s 0m0.052s) 90. ReadWriteStreamFactoryANSITest (testsuite.at:126): ok (0m0.068s 0m0.044s) 91. ScaledDecimalANSITest (testsuite.at:127): ok (0m0.124s 0m0.052s) 92. SelectorANSITest (testsuite.at:128): ok (0m0.064s 0m0.048s) 93. SetANSITest (testsuite.at:129): ok (0m0.068s 0m0.072s) 94. SetFactoryANSITest (testsuite.at:130): ok (0m0.068s 0m0.064s) 95. SortedCollectionANSITest (testsuite.at:131): ok (0m0.084s 0m0.056s) 96. SortedCollectionFactoryANSITest (testsuite.at:132): ok (0m0.068s 0m0.060s) 97. StringANSITest (testsuite.at:133): ok (0m0.084s 0m0.072s) 98. StringFactoryANSITest (testsuite.at:134): ok (0m0.064s 0m0.056s) 99. SymbolANSITest (testsuite.at:135): ok (0m0.096s 0m0.040s) 100. TranscriptANSITest (testsuite.at:136): ok (0m0.056s 0m0.064s) 101. WarningANSITest (testsuite.at:137): ok (0m0.068s 0m0.056s) 102. WarningClassANSITest (testsuite.at:138): ok (0m0.056s 0m0.072s) 103. WriteFileStreamANSITest (testsuite.at:139): ok (0m0.068s 0m0.052s) 104. WriteStreamANSITest (testsuite.at:140): ok (0m0.064s 0m0.064s) 105. WriteStreamFactoryANSITest (testsuite.at:141): ok (0m0.064s 0m0.052s) 106. ZeroDivideANSITest (testsuite.at:142): ok (0m0.076s 0m0.060s) 107. ZeroDivideFactoryANSITest (testsuite.at:143): ok (0m0.072s 0m0.040s) 108. Complex (testsuite.at:146): ok (0m0.160s 0m0.068s) 109. Continuations (testsuite.at:147): ok (0m1.916s 0m0.212s) 110. DBD-MySQL (testsuite.at:148): skipped (testsuite.at:148) 111. DBD-SQLite (testsuite.at:149): skipped (testsuite.at:149) 112. DebugTools (testsuite.at:150): ok (0m0.152s 0m0.068s) 113. DhbNumericalMethods (testsuite.at:151): ok (0m5.688s 0m0.100s) 114. Digest (testsuite.at:152): ok (0m0.180s 0m0.076s) 115. GDBM (testsuite.at:153): skipped (testsuite.at:153) 116. Iconv (testsuite.at:154): ok (0m0.212s 0m0.088s) 117. Sport (testsuite.at:155): ok (0m0.296s 0m0.072s) 118. ZLib (testsuite.at:156): skipped (testsuite.at:156) testsuite: ending at: Fri Apr 11 11:48:29 PDT 2008 testsuite: test suite duration: 0h 2m 57s ## ------------- ## ## Test results. ## ## ------------- ## ERROR: 114 tests were run, 1 failed unexpectedly. 4 tests were skipped. ## ------------------------ ## ## Summary of the failures. ## ## ------------------------ ## Failed tests: GNU Smalltalk 3.0.2 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 7: testsuite.at:33 intmath.st base Skipped tests: GNU Smalltalk 3.0.2 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 110: testsuite.at:148 DBD-MySQL DBD-MySQL SUnit 111: testsuite.at:149 DBD-SQLite DBD-SQLite SUnit 115: testsuite.at:153 GDBM GDBM SUnit 118: testsuite.at:156 ZLib ZLib SUnit ## ---------------------- ## ## Detailed failed tests. ## ## ---------------------- ## # -*- compilation -*- 7. testsuite.at:33: testing ... { (cd /home/jake/smalltalk/smalltalk-3.0.2/tests && gst -I /home/jake/smalltalk/smalltalk-3.0.2/gst.im -r intmath.st 2>&1); echo exit 0 > retcode; } | tr -d '\r' | tee stdout; . retcode ./testsuite.at:33: { (cd $abs_srcdir && gst $image_path -r intmath.st 2>&1); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode 7. testsuite.at:33: 7. intmath.st (testsuite.at:33): FAILED (testsuite.at:33) ## ------------- ## ## ../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.0.2, which was | generated by GNU Autoconf 2.61. Invocation command line was | | $ ./configure --prefix=/home/jake/usr CFLAGS=-O3 | | ## --------- ## | ## Platform. ## | ## --------- ## | | hostname = hollow | uname -m = x86_64 | uname -r = 2.6.22-14-generic | uname -s = Linux | uname -v = #1 SMP Tue Feb 12 02:46:46 UTC 2008 | | /usr/bin/uname -p = unknown | /bin/uname -X = unknown | | /bin/arch = unknown | /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/sbin | PATH: /usr/local/bin | PATH: /usr/sbin | PATH: /usr/bin | PATH: /sbin | PATH: /bin | PATH: /usr/games | | | ## ----------- ## | ## Core tests. ## | ## ----------- ## | | configure:2165: checking for a BSD-compatible install | configure:2221: result: /usr/bin/install -c | configure:2232: checking whether build environment is sane | configure:2275: result: yes | configure:2340: checking for gawk | configure:2356: found /usr/bin/gawk | configure:2367: result: gawk | configure:2378: checking whether make sets $(MAKE) | configure:2399: result: yes | configure:2589: checking build system type | configure:2607: result: x86_64-unknown-linux-gnu | configure:2629: checking host system type | configure:2644: result: x86_64-unknown-linux-gnu | configure:2729: checking for style of include used by make | configure:2757: result: GNU | configure:2830: checking for gcc | configure:2846: found /usr/bin/gcc | configure:2857: result: gcc | configure:3095: checking for C compiler version | configure:3102: gcc --version >&5 | gcc (GCC) 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2) | Copyright (C) 2006 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:3105: $? = 0 | configure:3112: gcc -v >&5 | Using built-in specs. | Target: x86_64-linux-gnu | Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.1.3 --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --enable-checking=release x86_64-linux-gnu | Thread model: posix | gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2) | configure:3115: $? = 0 | configure:3122: gcc -V >&5 | gcc: '-V' option must have argument | configure:3125: $? = 1 | configure:3148: checking for C compiler default output file name | configure:3175: gcc -O3 conftest.c >&5 | configure:3178: $? = 0 | configure:3216: result: a.out | configure:3233: checking whether the C compiler works | configure:3243: ./a.out | configure:3246: $? = 0 | configure:3263: result: yes | configure:3270: checking whether we are cross compiling | configure:3272: result: no | configure:3275: checking for suffix of executables | configure:3282: gcc -o conftest -O3 conftest.c >&5 | configure:3285: $? = 0 | configure:3309: result: | configure:3315: checking for suffix of object files | configure:3341: gcc -c -O3 conftest.c >&5 | configure:3344: $? = 0 | configure:3367: result: o | configure:3371: checking whether we are using the GNU C compiler | configure:3400: gcc -c -O3 conftest.c >&5 | configure:3406: $? = 0 | configure:3423: result: yes | configure:3428: checking whether gcc accepts -g | configure:3458: gcc -c -g conftest.c >&5 | configure:3464: $? = 0 | configure:3563: result: yes | configure:3580: checking for gcc option to accept ISO C89 | configure:3654: gcc -c -O3 conftest.c >&5 | configure:3660: $? = 0 | configure:3683: result: none needed | configure:3703: checking dependency style of gcc | configure:3793: result: gcc3 | configure:3815: checking how to run the C preprocessor | configure:3855: gcc -E conftest.c | configure:3861: $? = 0 | configure:3892: gcc -E conftest.c | conftest.c:14:28: error: ac_nonexistent.h: No such file or directory | configure:3898: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | /* end confdefs.h. */ | | #include | configure:3931: result: gcc -E | configure:3960: gcc -E conftest.c | configure:3966: $? = 0 | configure:3997: gcc -E conftest.c | conftest.c:14:28: error: ac_nonexistent.h: No such file or directory | configure:4003: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | /* end confdefs.h. */ | | #include | configure:4042: checking for grep that handles long lines and -e | configure:4116: result: /bin/grep | configure:4121: checking for egrep | configure:4199: result: /bin/grep -E | configure:4205: checking whether gcc needs -traditional | configure:4247: result: no | configure:4255: checking for AIX | configure:4277: result: no | configure:4283: checking for ANSI C header files | configure:4313: gcc -c -O3 conftest.c >&5 | configure:4319: $? = 0 | configure:4418: gcc -o conftest -O3 conftest.c >&5 | configure:4421: $? = 0 | configure:4427: ./conftest | configure:4430: $? = 0 | configure:4447: result: yes | configure:4471: checking for sys/types.h | configure:4492: gcc -c -O3 conftest.c >&5 | configure:4498: $? = 0 | configure:4514: result: yes | configure:4471: checking for sys/stat.h | configure:4492: gcc -c -O3 conftest.c >&5 | configure:4498: $? = 0 | configure:4514: result: yes | configure:4471: checking for stdlib.h | configure:4492: gcc -c -O3 conftest.c >&5 | configure:4498: $? = 0 | configure:4514: result: yes | configure:4471: checking for string.h | configure:4492: gcc -c -O3 conftest.c >&5 | configure:4498: $? = 0 | configure:4514: result: yes | configure:4471: checking for memory.h | configure:4492: gcc -c -O3 conftest.c >&5 | configure:4498: $? = 0 | configure:4514: result: yes | configure:4471: checking for strings.h | configure:4492: gcc -c -O3 conftest.c >&5 | configure:4498: $? = 0 | configure:4514: result: yes | configure:4471: checking for inttypes.h | configure:4492: gcc -c -O3 conftest.c >&5 | configure:4498: $? = 0 | configure:4514: result: yes | configure:4471: checking for stdint.h | configure:4492: gcc -c -O3 conftest.c >&5 | configure:4498: $? = 0 | configure:4514: result: yes | configure:4471: checking for unistd.h | configure:4492: gcc -c -O3 conftest.c >&5 | configure:4498: $? = 0 | configure:4514: result: yes | configure:4536: checking minix/config.h usability | configure:4553: gcc -c -O3 conftest.c >&5 | conftest.c:57:26: error: minix/config.h: No such file or directory | configure:4559: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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:4573: result: no | configure:4577: checking minix/config.h presence | configure:4592: gcc -E conftest.c | conftest.c:24:26: error: minix/config.h: No such file or directory | configure:4598: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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:4612: result: no | configure:4645: checking for minix/config.h | configure:4652: result: no | configure:4682: checking for strerror in -lcposix | configure:4717: gcc -o conftest -O3 conftest.c -lcposix >&5 | /usr/bin/ld: cannot find -lcposix | collect2: ld returned 1 exit status | configure:4723: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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. */ | | | | /* 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 strerror (); | | int | | main () | | { | | return strerror (); | | ; | | return 0; | | } | configure:4741: result: no | configure:4845: checking for a sed that does not truncate output | configure:4924: result: /bin/sed | configure:4933: checking for gawk | configure:4960: result: gawk | configure:4971: checking whether ln -s works | configure:4975: result: yes | configure:4982: checking whether ln works | configure:5000: result: yes | configure:5009: checking for install-info | configure:5028: found /usr/sbin/install-info | configure:5041: result: /usr/sbin/install-info | configure:5051: checking for zip | configure:5069: found /usr/bin/zip | configure:5082: result: /usr/bin/zip | configure:5113: checking for emacs | configure:5129: found /usr/bin/emacs | configure:5140: result: emacs | configure:5164: checking where .elc files should go | configure:5177: $EMACS -batch -q -eval '(while load-path (princ (concat (car load-path) "\n")) (setq load-path (cdr load-path)))' conftest.out | Loading 00debian-vars... | No /etc/mailname. Reverting to default... | Loading /etc/emacs/site-start.d/50dictionaries-common.el (source)... | Loading debian-ispell... | Loading /var/cache/dictionaries-common/emacsen-ispell-default.el (source)... | Loading /var/cache/dictionaries-common/emacsen-ispell-dicts.el (source)... | Loading /etc/emacs/site-start.d/50gnu-smalltalk-el.el (source)... | configure:5180: $? = 0 | configure:5193: result: ${datadir}/emacs/site-lisp | configure:5202: checking for comint.el | configure:5218: result: yes | configure:5332: checking for special C compiler options needed for large files | configure:5425: result: no | configure:5431: checking for _FILE_OFFSET_BITS value needed for large files | configure:5466: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:5472: $? = 0 | configure:5540: result: no | configure:5675: checking for inline | configure:5701: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:5707: $? = 0 | configure:5725: result: inline | configure:5744: checking for C/C++ restrict keyword | configure:5780: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | conftest.c:26: error: expected ';', ',' or ')' before 'ip' | conftest.c: In function 'main': | conftest.c:33: error: expected '=', ',', ';', 'asm' or '__attribute__' before 't' | conftest.c:33: error: 't' undeclared (first use in this function) | conftest.c:33: error: (Each undeclared identifier is reported only once | conftest.c:33: error: for each function it appears in.) | conftest.c:35: warning: implicit declaration of function 'foo' | configure:5786: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | /* end confdefs.h. */ | | typedef int * int_ptr; | | int foo (int_ptr restrict ip) { | | return ip[0]; | | } | | int | | main () | | { | | int s[1]; | | int * restrict t = s; | | t[0] = 0; | | return foo(t) | | ; | | return 0; | | } | configure:5780: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:5786: $? = 0 | configure:5804: result: __restrict | configure:5820: checking for broken sys/avl.h | configure:5833: gcc -E conftest.c | conftest.c:1:21: error: sys/avl.h: No such file or directory | configure:5839: $? = 1 | configure: failed program was: | | #include | | #ifndef _AVL_H | | would be useless anyway :-( | | #endif | configure:5857: result: no | configure:5863: checking for hidden visibility | configure:5880: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Werror conftest.c >&5 | configure:5886: $? = 0 | configure:5903: result: yes | configure:5913: checking whether -Wno-long-double is needed | configure:5930: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Werror conftest.c >&5 | configure:5936: $? = 0 | configure:5984: result: no | configure:5992: checking for goto void * | configure:6021: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:6027: $? = 0 | configure:6043: result: yes | configure:6077: checking whether byte ordering is bigendian | configure:6110: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:6116: $? = 0 | configure:6148: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | conftest.c: In function 'main': | conftest.c:38: error: 'not' undeclared (first use in this function) | conftest.c:38: error: (Each undeclared identifier is reported only once | conftest.c:38: error: for each function it appears in.) | conftest.c:38: error: expected ';' before 'big' | configure:6154: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-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:6294: result: no | configure:6313: checking for double | configure:6343: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:6349: $? = 0 | configure:6364: result: yes | configure:6369: checking alignment of double | configure:6689: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:6692: $? = 0 | configure:6698: ./conftest | configure:6701: $? = 0 | configure:6724: result: 8 | configure:6734: checking for long double | configure:6764: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:6770: $? = 0 | configure:6785: result: yes | configure:6790: checking alignment of long double | configure:7110: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:7113: $? = 0 | configure:7119: ./conftest | configure:7122: $? = 0 | configure:7145: result: 16 | configure:7155: checking for off_t | configure:7185: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:7191: $? = 0 | configure:7206: result: yes | configure:7213: checking size of off_t | configure:7515: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:7518: $? = 0 | configure:7524: ./conftest | configure:7527: $? = 0 | configure:7550: result: 8 | configure:7560: checking for OOP | configure:7592: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:7598: $? = 0 | configure:7613: result: yes | configure:7620: checking size of OOP | configure:7934: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:7937: $? = 0 | configure:7943: ./conftest | configure:7946: $? = 0 | configure:7969: result: 8 | configure:7980: checking how to dlopen the C library | configure:7994: result: /lib/libc.so.6 | configure:8080: checking for a sed that does not truncate output | configure:8134: result: /bin/sed | configure:8148: checking for ld used by gcc | configure:8215: result: /usr/bin/ld | configure:8224: checking if the linker (/usr/bin/ld) is GNU ld | configure:8239: result: yes | configure:8244: checking for /usr/bin/ld option to reload object files | configure:8251: result: -r | configure:8269: checking for BSD-compatible nm | configure:8311: result: /usr/bin/nm -B | configure:8315: checking how to recognise dependent libraries | configure:8487: result: pass_all | configure:8571: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:8574: $? = 0 | configure:8997: checking dlfcn.h usability | configure:9014: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:9020: $? = 0 | configure:9034: result: yes | configure:9038: checking dlfcn.h presence | configure:9053: gcc -E conftest.c | configure:9059: $? = 0 | configure:9073: result: yes | configure:9106: checking for dlfcn.h | configure:9114: result: yes | configure:9131: checking the maximum length of command line arguments | configure:9210: result: 32768 | configure:9221: checking command to parse /usr/bin/nm -B output from gcc object | configure:9317: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:9320: $? = 0 | configure:9324: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm | configure:9327: $? = 0 | configure:9379: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c conftstm.o >&5 | configure:9382: $? = 0 | configure:9420: result: ok | configure:9424: checking for objdir | configure:9439: result: .libs | configure:9531: checking for ar | configure:9547: found /usr/bin/ar | configure:9558: result: ar | configure:9627: checking for ranlib | configure:9643: found /usr/bin/ranlib | configure:9654: result: ranlib | configure:9723: checking for strip | configure:9739: found /usr/bin/strip | configure:9750: result: strip | configure:10028: checking if gcc static flag works | configure:10051: result: yes | configure:10073: checking if gcc supports -fno-rtti -fno-exceptions | configure:10091: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -fno-rtti -fno-exceptions conftest.c >&5 | cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C | configure:10095: $? = 0 | configure:10106: result: no | configure:10121: checking for gcc option to produce PIC | configure:10308: result: -fPIC | configure:10316: checking if gcc PIC flag -fPIC works | configure:10334: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -fPIC -DPIC conftest.c >&5 | configure:10338: $? = 0 | configure:10349: result: yes | configure:10373: checking if gcc supports -c -o file.o | configure:10394: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -o out/conftest2.o conftest.c >&5 | configure:10398: $? = 0 | configure:10418: result: yes | configure:10444: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries | configure:11289: result: yes | configure:11315: checking whether -lc should be explicitly linked in | configure:11320: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:11323: $? = 0 | configure:11337: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 | configure:11340: $? = 0 | configure:11352: result: no | configure:11360: checking dynamic linker characteristics | configure:11900: result: GNU/Linux ld.so | configure:11904: checking how to hardcode library paths into programs | configure:11929: result: immediate | configure:11943: checking whether stripping libraries is possible | configure:11948: result: yes | configure:12071: checking for shl_load | configure:12127: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | /tmp/ccseukYQ.o: In function `main': | conftest.c:(.text+0x7): undefined reference to `shl_load' | collect2: ld returned 1 exit status | configure:12133: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 1 | | /* 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:12150: result: no | configure:12155: checking for shl_load in -ldld | configure:12190: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -ldld >&5 | /usr/bin/ld: cannot find -ldld | collect2: ld returned 1 exit status | configure:12196: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 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 shl_load (); | | int | | main () | | { | | return shl_load (); | | ; | | return 0; | | } | configure:12214: result: no | configure:12219: checking for dlopen | configure:12275: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | /tmp/ccweWJU7.o: In function `main': | conftest.c:(.text+0x7): undefined reference to `dlopen' | collect2: ld returned 1 exit status | configure:12281: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 1 | | /* 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:12298: result: no | configure:12303: checking for dlopen in -ldl | configure:12338: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -ldl >&5 | configure:12344: $? = 0 | configure:12362: result: yes | configure:12531: checking whether a program can dlopen itself | configure:12603: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5 | configure: In function 'fnord': | configure:12586: warning: unused variable 'i' | configure: In function 'main': | configure:12599: warning: implicit declaration of function 'exit' | configure:12599: warning: incompatible implicit declaration of built-in function 'exit' | configure:12606: $? = 0 | configure:12624: result: yes | configure:12629: checking whether a statically linked program can dlopen itself | configure:12701: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5 | configure: In function 'fnord': | configure:12684: warning: unused variable 'i' | configure: In function 'main': | configure:12697: warning: implicit declaration of function 'exit' | configure:12697: warning: incompatible implicit declaration of built-in function 'exit' | configure:12704: $? = 0 | configure:12722: result: yes | configure:12745: checking if libtool supports shared libraries | configure:12747: result: yes | configure:12750: checking whether to build shared libraries | configure:12771: result: yes | configure:12774: checking whether to build static libraries | configure:12778: result: yes | configure:12870: creating libtool | configure:13383: appending configuration tag "LIBGST" to libtool | configure:13796: checking return type of signal handlers | configure:13824: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | conftest.c: In function 'main': | conftest.c:42: error: void value not ignored as it ought to be | configure:13830: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 1 | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | return *(signal (0, 0)) (0) == 1; | | ; | | return 0; | | } | configure:13845: result: void | configure:13853: checking for pid_t | configure:13883: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:13889: $? = 0 | configure:13904: result: yes | configure:13916: checking for size_t | configure:13946: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:13952: $? = 0 | configure:13967: result: yes | configure:13987: checking whether to enable assertions | configure:13999: result: yes | configure:14012: checking for stdint.h | configure:14018: result: yes | configure:14012: checking for inttypes.h | configure:14018: result: yes | configure:14012: checking for unistd.h | configure:14018: result: yes | configure:14022: checking poll.h usability | configure:14039: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:14045: $? = 0 | configure:14059: result: yes | configure:14063: checking poll.h presence | configure:14078: gcc -E conftest.c | configure:14084: $? = 0 | configure:14098: result: yes | configure:14131: checking for poll.h | configure:14139: result: yes | configure:14022: checking sys/ioctl.h usability | configure:14039: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:14045: $? = 0 | configure:14059: result: yes | configure:14063: checking sys/ioctl.h presence | configure:14078: gcc -E conftest.c | configure:14084: $? = 0 | configure:14098: result: yes | configure:14131: checking for sys/ioctl.h | configure:14139: result: yes | configure:14022: checking sys/resource.h usability | configure:14039: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:14045: $? = 0 | configure:14059: result: yes | configure:14063: checking sys/resource.h presence | configure:14078: gcc -E conftest.c | configure:14084: $? = 0 | configure:14098: result: yes | configure:14131: checking for sys/resource.h | configure:14139: result: yes | configure:14022: checking sys/utsname.h usability | configure:14039: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:14045: $? = 0 | configure:14059: result: yes | configure:14063: checking sys/utsname.h presence | configure:14078: gcc -E conftest.c | configure:14084: $? = 0 | configure:14098: result: yes | configure:14131: checking for sys/utsname.h | configure:14139: result: yes | configure:14022: checking stropts.h usability | configure:14039: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:14045: $? = 0 | configure:14059: result: yes | configure:14063: checking stropts.h presence | configure:14078: gcc -E conftest.c | configure:14084: $? = 0 | configure:14098: result: yes | configure:14131: checking for stropts.h | configure:14139: result: yes | configure:14022: checking sys/param.h usability | configure:14039: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:14045: $? = 0 | configure:14059: result: yes | configure:14063: checking sys/param.h presence | configure:14078: gcc -E conftest.c | configure:14084: $? = 0 | configure:14098: result: yes | configure:14131: checking for sys/param.h | configure:14139: result: yes | configure:14022: checking stddef.h usability | configure:14039: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:14045: $? = 0 | configure:14059: result: yes | configure:14063: checking stddef.h presence | configure:14078: gcc -E conftest.c | configure:14084: $? = 0 | configure:14098: result: yes | configure:14131: checking for stddef.h | configure:14139: result: yes | configure:14022: checking limits.h usability | configure:14039: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:14045: $? = 0 | configure:14059: result: yes | configure:14063: checking limits.h presence | configure:14078: gcc -E conftest.c | configure:14084: $? = 0 | configure:14098: result: yes | configure:14131: checking for limits.h | configure:14139: result: yes | configure:14022: checking sys/timeb.h usability | configure:14039: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:14045: $? = 0 | configure:14059: result: yes | configure:14063: checking sys/timeb.h presence | configure:14078: gcc -E conftest.c | configure:14084: $? = 0 | configure:14098: result: yes | configure:14131: checking for sys/timeb.h | configure:14139: result: yes | configure:14022: checking termios.h usability | configure:14039: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:14045: $? = 0 | configure:14059: result: yes | configure:14063: checking termios.h presence | configure:14078: gcc -E conftest.c | configure:14084: $? = 0 | configure:14098: result: yes | configure:14131: checking for termios.h | configure:14139: result: yes | configure:14022: checking sys/mman.h usability | configure:14039: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:14045: $? = 0 | configure:14059: result: yes | configure:14063: checking sys/mman.h presence | configure:14078: gcc -E conftest.c | configure:14084: $? = 0 | configure:14098: result: yes | configure:14131: checking for sys/mman.h | configure:14139: result: yes | configure:14022: checking sys/file.h usability | configure:14039: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:14045: $? = 0 | configure:14059: result: yes | configure:14063: checking sys/file.h presence | configure:14078: gcc -E conftest.c | configure:14084: $? = 0 | configure:14098: result: yes | configure:14131: checking for sys/file.h | configure:14139: result: yes | configure:14022: checking execinfo.h usability | configure:14039: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:14045: $? = 0 | configure:14059: result: yes | configure:14063: checking execinfo.h presence | configure:14078: gcc -E conftest.c | configure:14084: $? = 0 | configure:14098: result: yes | configure:14131: checking for execinfo.h | configure:14139: result: yes | configure:14022: checking utime.h usability | configure:14039: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:14045: $? = 0 | configure:14059: result: yes | configure:14063: checking utime.h presence | configure:14078: gcc -E conftest.c | configure:14084: $? = 0 | configure:14098: result: yes | configure:14131: checking for utime.h | configure:14139: result: yes | configure:14022: checking sys/select.h usability | configure:14039: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:14045: $? = 0 | configure:14059: result: yes | configure:14063: checking sys/select.h presence | configure:14078: gcc -E conftest.c | configure:14084: $? = 0 | configure:14098: result: yes | configure:14131: checking for sys/select.h | configure:14139: result: yes | configure:14022: checking sys/wait.h usability | configure:14039: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:14045: $? = 0 | configure:14059: result: yes | configure:14063: checking sys/wait.h presence | configure:14078: gcc -E conftest.c | configure:14084: $? = 0 | configure:14098: result: yes | configure:14131: checking for sys/wait.h | configure:14139: result: yes | configure:14022: checking fcntl.h usability | configure:14039: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:14045: $? = 0 | configure:14059: result: yes | configure:14063: checking fcntl.h presence | configure:14078: gcc -E conftest.c | configure:14084: $? = 0 | configure:14098: result: yes | configure:14131: checking for fcntl.h | configure:14139: result: yes | configure:14237: checking for struct stat.st_mtim.tv_nsec | configure:14265: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:14271: $? = 0 | configure:14328: result: yes | configure:14338: checking for struct stat.st_mtimensec | configure:14366: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | conftest.c: In function 'main': | conftest.c:96: error: 'struct stat' has no member named 'st_mtimensec' | configure:14372: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 1 | | #define RETSIGTYPE void | | #define _GNU_SOURCE 1 | | #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_STROPTS_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:14405: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | conftest.c: In function 'main': | conftest.c:96: error: 'struct stat' has no member named 'st_mtimensec' | configure:14411: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 1 | | #define RETSIGTYPE void | | #define _GNU_SOURCE 1 | | #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_STROPTS_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:14429: result: no | configure:14439: checking for struct stat.st_mtimespec.tv_nsec | configure:14467: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | conftest.c: In function 'main': | conftest.c:96: error: 'struct stat' has no member named 'st_mtimespec' | configure:14473: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 1 | | #define RETSIGTYPE void | | #define _GNU_SOURCE 1 | | #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_STROPTS_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:14506: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | conftest.c: In function 'main': | conftest.c:96: error: 'struct stat' has no member named 'st_mtimespec' | configure:14512: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 1 | | #define RETSIGTYPE void | | #define _GNU_SOURCE 1 | | #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_STROPTS_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:14530: result: no | configure:14543: checking for int8_t | configure:14574: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:14580: $? = 0 | configure:14609: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | conftest.c: In function 'main': | conftest.c:96: error: size of array 'test_array' is negative | configure:14615: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 1 | | #define RETSIGTYPE void | | #define _GNU_SOURCE 1 | | #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_STROPTS_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 int test_array [1 - 2 * !((int8_t) ((((int8_t) 1 << (8 - 2)) - 1) * 2 + 1) | | < (int8_t) ((((int8_t) 1 << (8 - 2)) - 1) * 2 + 2))]; | | test_array [0] = 0 | | | | ; | | return 0; | | } | configure:14644: result: yes | configure:14657: checking for int16_t | configure:14688: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:14694: $? = 0 | configure:14723: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | conftest.c: In function 'main': | conftest.c:96: error: size of array 'test_array' is negative | configure:14729: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 1 | | #define RETSIGTYPE void | | #define _GNU_SOURCE 1 | | #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_STROPTS_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 int test_array [1 - 2 * !((int16_t) ((((int16_t) 1 << (16 - 2)) - 1) * 2 + 1) | | < (int16_t) ((((int16_t) 1 << (16 - 2)) - 1) * 2 + 2))]; | | test_array [0] = 0 | | | | ; | | return 0; | | } | configure:14758: result: yes | configure:14771: checking for int32_t | configure:14802: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:14808: $? = 0 | configure:14837: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | conftest.c: In function 'main': | conftest.c:96: warning: integer overflow in expression | conftest.c:96: error: size of array 'test_array' is negative | configure:14843: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 1 | | #define RETSIGTYPE void | | #define _GNU_SOURCE 1 | | #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_STROPTS_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 int test_array [1 - 2 * !((int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 1) | | < (int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 2))]; | | test_array [0] = 0 | | | | ; | | return 0; | | } | configure:14872: result: yes | configure:14885: checking for int64_t | configure:14916: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:14922: $? = 0 | configure:14951: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | conftest.c: In function 'main': | conftest.c:96: warning: integer overflow in expression | conftest.c:96: error: size of array 'test_array' is negative | configure:14957: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 1 | | #define RETSIGTYPE void | | #define _GNU_SOURCE 1 | | #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_STROPTS_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 int test_array [1 - 2 * !((int64_t) ((((int64_t) 1 << (64 - 2)) - 1) * 2 + 1) | | < (int64_t) ((((int64_t) 1 << (64 - 2)) - 1) * 2 + 2))]; | | test_array [0] = 0 | | | | ; | | return 0; | | } | configure:14986: result: yes | configure:14999: checking for long long int | configure:15032: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:15038: $? = 0 | configure:15083: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:15086: $? = 0 | configure:15092: ./conftest | configure:15095: $? = 0 | configure:15120: result: yes | configure:15132: checking for intmax_t | configure:15162: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:15168: $? = 0 | configure:15183: result: yes | configure:15204: checking for intptr_t | configure:15234: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:15240: $? = 0 | configure:15255: result: yes | configure:15319: checking for uint8_t | configure:15350: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:15356: $? = 0 | configure:15377: result: yes | configure:15395: checking for uint16_t | configure:15426: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:15432: $? = 0 | configure:15453: result: yes | configure:15467: checking for uint32_t | configure:15498: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:15504: $? = 0 | configure:15525: result: yes | configure:15543: checking for uint64_t | configure:15574: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:15580: $? = 0 | configure:15601: result: yes | configure:15619: checking for unsigned long long int | configure:15650: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:15656: $? = 0 | configure:15673: result: yes | configure:15685: checking for uintmax_t | configure:15715: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:15721: $? = 0 | configure:15736: result: yes | configure:15757: checking for uintptr_t | configure:15787: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:15793: $? = 0 | configure:15808: result: yes | configure:15880: checking for working alloca.h | configure:15907: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:15913: $? = 0 | configure:15930: result: yes | configure:15940: checking for alloca | configure:15987: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:15993: $? = 0 | configure:16010: result: yes | configure:16237: checking for obstacks | configure:16268: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:16274: $? = 0 | configure:16291: result: yes | configure:16310: checking for atan in -lm | configure:16345: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | conftest.c:75: warning: conflicting types for built-in function 'atan' | configure:16351: $? = 0 | configure:16369: result: yes | configure:16382: checking for working poll | configure:16389: checking for poll | configure:16445: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16451: $? = 0 | configure:16468: result: yes | configure:16537: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16540: $? = 0 | configure:16546: ./conftest | configure:16549: $? = 0 | configure:16572: result: yes | configure:16594: checking for setenv | configure:16650: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16656: $? = 0 | configure:16674: result: yes | configure:16694: checking if environ is properly declared | configure:16722: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | conftest.c:71: error: conflicting types for 'environ' | /usr/include/unistd.h:498: error: previous declaration of 'environ' was here | configure:16728: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 1 | | #define RETSIGTYPE void | | #define _GNU_SOURCE 1 | | #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_STROPTS_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_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 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:16744: result: yes | configure:16790: checking for putenv | configure:16846: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for strdup | configure:16846: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | conftest.c:95: warning: conflicting types for built-in function 'strdup' | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for strerror | configure:16846: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for strsignal | configure:16846: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for mkstemp | configure:16846: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for getpagesize | configure:16846: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for getdtablesize | configure:16846: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for strstr | configure:16846: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | conftest.c:101: warning: conflicting types for built-in function 'strstr' | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for ftruncate | configure:16846: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for floorl | configure:16846: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | conftest.c:103: warning: conflicting types for built-in function 'floorl' | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for ceill | configure:16846: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | conftest.c:104: warning: conflicting types for built-in function 'ceill' | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for sqrtl | configure:16846: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | conftest.c:105: warning: conflicting types for built-in function 'sqrtl' | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for frexpl | configure:16846: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | conftest.c:106: warning: conflicting types for built-in function 'frexpl' | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for ldexpl | configure:16846: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | conftest.c:107: warning: conflicting types for built-in function 'ldexpl' | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for asinl | configure:16846: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | conftest.c:108: warning: conflicting types for built-in function 'asinl' | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for acosl | configure:16846: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | conftest.c:109: warning: conflicting types for built-in function 'acosl' | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for atanl | configure:16846: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | conftest.c:110: warning: conflicting types for built-in function 'atanl' | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for logl | configure:16846: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | conftest.c:111: warning: conflicting types for built-in function 'logl' | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for expl | configure:16846: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | conftest.c:112: warning: conflicting types for built-in function 'expl' | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for tanl | configure:16846: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | conftest.c:113: warning: conflicting types for built-in function 'tanl' | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for sinl | configure:16846: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | conftest.c:114: warning: conflicting types for built-in function 'sinl' | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for cosl | configure:16846: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | conftest.c:115: warning: conflicting types for built-in function 'cosl' | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for powl | configure:16846: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | conftest.c:116: warning: conflicting types for built-in function 'powl' | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for truncl | configure:16846: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | conftest.c:117: warning: conflicting types for built-in function 'truncl' | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for lrintl | configure:16846: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | conftest.c:118: warning: conflicting types for built-in function 'lrintl' | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for strsep | configure:16846: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for strpbrk | configure:16846: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | conftest.c:120: warning: conflicting types for built-in function 'strpbrk' | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for symlink | configure:16846: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for mkdtemp | configure:16846: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16852: $? = 0 | configure:16870: result: yes | configure:16895: checking for gethostname | configure:16951: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for memcpy | configure:16951: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | conftest.c:124: warning: conflicting types for built-in function 'memcpy' | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for memmove | configure:16951: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | conftest.c:125: warning: conflicting types for built-in function 'memmove' | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for sighold | configure:16951: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for uname | configure:16951: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for usleep | configure:16951: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for lstat | configure:16951: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for grantpt | configure:16951: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for popen | configure:16951: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for getrusage | configure:16951: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for gettimeofday | configure:16951: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for fork | configure:16951: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | conftest.c:134: warning: conflicting types for built-in function 'fork' | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for strchr | configure:16951: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | conftest.c:135: warning: conflicting types for built-in function 'strchr' | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for utimes | configure:16951: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for utime | configure:16951: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for readlink | configure:16951: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for sigsetmask | configure:16951: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for alarm | configure:16951: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for select | configure:16951: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for mprotect | configure:16951: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for madvise | configure:16951: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for waitpid | configure:16951: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for setsid | configure:16951: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for spawnl | configure:16951: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | /tmp/ccE9H9Ef.o: In function `main': | conftest.c:(.text+0x7): undefined reference to `spawnl' | collect2: ld returned 1 exit status | configure:16957: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 1 | | #define RETSIGTYPE void | | #define _GNU_SOURCE 1 | | #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_STROPTS_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_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 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_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_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_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:16975: result: no | configure:16895: checking for nanosleep | configure:16951: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for pread | configure:16951: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for pwrite | configure:16951: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for _NSGetExecutablePath | configure:16951: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | /tmp/ccaHnK6A.o: In function `main': | conftest.c:(.text+0x7): undefined reference to `_NSGetExecutablePath' | collect2: ld returned 1 exit status | configure:16957: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 1 | | #define RETSIGTYPE void | | #define _GNU_SOURCE 1 | | #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_STROPTS_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_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 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_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_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_SETSID 1 | | #define HAVE_NANOSLEEP 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:16975: result: no | configure:16895: checking for nl_langinfo | configure:16951: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:17106: checking for working lrint | configure:17113: checking for lrint | configure:17169: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | conftest.c:150: warning: conflicting types for built-in function 'lrint' | configure:17175: $? = 0 | configure:17192: result: yes | configure:17225: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | conftest.c: In function 'main': | conftest.c:133: warning: implicit declaration of function 'exit' | conftest.c:133: warning: incompatible implicit declaration of built-in function 'exit' | configure:17228: $? = 0 | configure:17234: ./conftest | configure:17237: $? = 0 | configure:17256: result: yes | configure:17271: checking for working strtoul | configure:17278: checking for strtoul | configure:17334: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:17340: $? = 0 | configure:17357: result: yes | configure:17392: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | conftest.c: In function 'main': | conftest.c:131: warning: initialization discards qualifiers from pointer target type | conftest.c:135: warning: implicit declaration of function 'exit' | conftest.c:135: warning: incompatible implicit declaration of built-in function 'exit' | configure:17395: $? = 0 | configure:17401: ./conftest | configure:17404: $? = 0 | configure:17423: result: yes | configure:17434: checking whether time.h and sys/time.h may both be included | configure:17464: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:17470: $? = 0 | configure:17485: result: yes | configure:17497: checking whether localtime caches the timezone | configure:17558: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | conftest.c:140: warning: return type defaults to 'int' | conftest.c:149: warning: return type defaults to 'int' | conftest.c: In function 'unset_TZ': | conftest.c:145: warning: control reaches end of non-void function | configure:17561: $? = 0 | configure:17567: ./conftest | configure:17570: $? = 0 | configure:17587: result: no | configure:17600: checking for an ANSI C-conforming const | configure:17675: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | conftest.c: In function 'main': | conftest.c:157: warning: 't' is used uninitialized in this function | conftest.c:173: warning: 'b' is used uninitialized in this function | conftest.c:179: warning: 'cs[0]' is used uninitialized in this function | configure:17681: $? = 0 | configure:17696: result: yes | configure:17714: checking for dirent.h that defines DIR | configure:17743: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:17749: $? = 0 | configure:17765: result: yes | configure:17778: checking for library containing opendir | configure:17819: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:17825: $? = 0 | configure:17853: result: none required | configure:17975: checking which extension is used for loadable modules | configure:17990: result: .so | configure:18001: checking which variable specifies run-time library path | configure:18008: result: LD_LIBRARY_PATH | configure:18019: checking for the default library search path | configure:18026: result: /lib /usr/lib include /etc/ld.so.conf.d/*.conf | configure:18044: checking for objdir | configure:18065: result: .libs | configure:18074: checking whether libtool supports -dlopen/-dlpreopen | configure:18086: result: yes | configure:18105: checking for shl_load | configure:18184: result: no | configure:18193: checking for shl_load in -ldld | configure:18252: result: no | configure:18262: checking for dlopen in -ldl | configure:18321: result: yes | configure:18632: checking for dlerror | configure:18688: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm -ldl >&5 | configure:18694: $? = 0 | configure:18712: result: yes | configure:18732: checking for _ prefix in compiled symbols | configure:18742: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | conftest.c: In function 'main': | conftest.c:2: warning: statement with no effect | configure:18745: $? = 0 | configure:18749: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm | configure:18752: $? = 0 | configure:18774: result: no | configure:18892: checking whether deplibs are loaded by dlopen | configure:18972: result: yes | configure:18997: checking argz.h usability | configure:19014: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:19020: $? = 0 | configure:19034: result: yes | configure:19038: checking argz.h presence | configure:19053: gcc -E conftest.c | configure:19059: $? = 0 | configure:19073: result: yes | configure:19106: checking for argz.h | configure:19114: result: yes | configure:19128: checking for error_t | configure:19161: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:19167: $? = 0 | configure:19182: result: yes | configure:19208: checking for argz_append | configure:19264: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:19270: $? = 0 | configure:19288: result: yes | configure:19208: checking for argz_create_sep | configure:19264: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:19270: $? = 0 | configure:19288: result: yes | configure:19208: checking for argz_insert | configure:19264: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:19270: $? = 0 | configure:19288: result: yes | configure:19208: checking for argz_next | configure:19264: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:19270: $? = 0 | configure:19288: result: yes | configure:19208: checking for argz_stringify | configure:19264: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:19270: $? = 0 | configure:19288: result: yes | configure:19340: checking assert.h usability | configure:19357: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:19363: $? = 0 | configure:19377: result: yes | configure:19381: checking assert.h presence | configure:19396: gcc -E conftest.c | configure:19402: $? = 0 | configure:19416: result: yes | configure:19449: checking for assert.h | configure:19457: result: yes | configure:19340: checking ctype.h usability | configure:19357: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:19363: $? = 0 | configure:19377: result: yes | configure:19381: checking ctype.h presence | configure:19396: gcc -E conftest.c | configure:19402: $? = 0 | configure:19416: result: yes | configure:19449: checking for ctype.h | configure:19457: result: yes | configure:19340: checking errno.h usability | configure:19357: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:19363: $? = 0 | configure:19377: result: yes | configure:19381: checking errno.h presence | configure:19396: gcc -E conftest.c | configure:19402: $? = 0 | configure:19416: result: yes | configure:19449: checking for errno.h | configure:19457: result: yes | configure:19340: checking malloc.h usability | configure:19357: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:19363: $? = 0 | configure:19377: result: yes | configure:19381: checking malloc.h presence | configure:19396: gcc -E conftest.c | configure:19402: $? = 0 | configure:19416: result: yes | configure:19449: checking for malloc.h | configure:19457: result: yes | configure:19330: checking for memory.h | configure:19336: result: yes | configure:19330: checking for stdlib.h | configure:19336: result: yes | configure:19340: checking stdio.h usability | configure:19357: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:19363: $? = 0 | configure:19377: result: yes | configure:19381: checking stdio.h presence | configure:19396: gcc -E conftest.c | configure:19402: $? = 0 | configure:19416: result: yes | configure:19449: checking for stdio.h | configure:19457: result: yes | configure:19330: checking for unistd.h | configure:19336: result: yes | configure:19488: checking dl.h usability | configure:19505: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | conftest.c:184:16: error: dl.h: No such file or directory | configure:19511: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 1 | | #define RETSIGTYPE void | | #define _GNU_SOURCE 1 | | #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_STROPTS_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_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 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_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_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_SETSID 1 | | #define HAVE_NANOSLEEP 1 | | #define HAVE_PREAD 1 | | #define HAVE_PWRITE 1 | | #define HAVE_NL_LANGINFO 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_DIRENT_H 1 | | #define LTDL_SHLIB_EXT ".so" | | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" | | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:include:/etc/ld.so.conf.d/libc.conf" | | #define LTDL_OBJDIR ".libs/" | | #define HAVE_PRELOADED_SYMBOLS 1 | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_ARGZ_H 1 | | #define HAVE_ERROR_T 1 | | #define HAVE_ARGZ_APPEND 1 | | #define HAVE_ARGZ_CREATE_SEP 1 | | #define HAVE_ARGZ_INSERT 1 | | #define HAVE_ARGZ_NEXT 1 | | #define HAVE_ARGZ_STRINGIFY 1 | | #define HAVE_ASSERT_H 1 | | #define HAVE_CTYPE_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STDIO_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:19525: result: no | configure:19529: checking dl.h presence | configure:19544: gcc -E conftest.c | conftest.c:151:16: error: dl.h: No such file or directory | configure:19550: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 1 | | #define RETSIGTYPE void | | #define _GNU_SOURCE 1 | | #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_STROPTS_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_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 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_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_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_SETSID 1 | | #define HAVE_NANOSLEEP 1 | | #define HAVE_PREAD 1 | | #define HAVE_PWRITE 1 | | #define HAVE_NL_LANGINFO 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_DIRENT_H 1 | | #define LTDL_SHLIB_EXT ".so" | | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" | | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:include:/etc/ld.so.conf.d/libc.conf" | | #define LTDL_OBJDIR ".libs/" | | #define HAVE_PRELOADED_SYMBOLS 1 | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_ARGZ_H 1 | | #define HAVE_ERROR_T 1 | | #define HAVE_ARGZ_APPEND 1 | | #define HAVE_ARGZ_CREATE_SEP 1 | | #define HAVE_ARGZ_INSERT 1 | | #define HAVE_ARGZ_NEXT 1 | | #define HAVE_ARGZ_STRINGIFY 1 | | #define HAVE_ASSERT_H 1 | | #define HAVE_CTYPE_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_UNISTD_H 1 | | /* end confdefs.h. */ | | #include | configure:19564: result: no | configure:19597: checking for dl.h | configure:19605: result: no | configure:19488: checking sys/dl.h usability | configure:19505: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | conftest.c:184:20: error: sys/dl.h: No such file or directory | configure:19511: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 1 | | #define RETSIGTYPE void | | #define _GNU_SOURCE 1 | | #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_STROPTS_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_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 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_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_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_SETSID 1 | | #define HAVE_NANOSLEEP 1 | | #define HAVE_PREAD 1 | | #define HAVE_PWRITE 1 | | #define HAVE_NL_LANGINFO 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_DIRENT_H 1 | | #define LTDL_SHLIB_EXT ".so" | | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" | | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:include:/etc/ld.so.conf.d/libc.conf" | | #define LTDL_OBJDIR ".libs/" | | #define HAVE_PRELOADED_SYMBOLS 1 | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_ARGZ_H 1 | | #define HAVE_ERROR_T 1 | | #define HAVE_ARGZ_APPEND 1 | | #define HAVE_ARGZ_CREATE_SEP 1 | | #define HAVE_ARGZ_INSERT 1 | | #define HAVE_ARGZ_NEXT 1 | | #define HAVE_ARGZ_STRINGIFY 1 | | #define HAVE_ASSERT_H 1 | | #define HAVE_CTYPE_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STDIO_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:19525: result: no | configure:19529: checking sys/dl.h presence | configure:19544: gcc -E conftest.c | conftest.c:151:20: error: sys/dl.h: No such file or directory | configure:19550: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 1 | | #define RETSIGTYPE void | | #define _GNU_SOURCE 1 | | #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_STROPTS_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_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 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_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_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_SETSID 1 | | #define HAVE_NANOSLEEP 1 | | #define HAVE_PREAD 1 | | #define HAVE_PWRITE 1 | | #define HAVE_NL_LANGINFO 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_DIRENT_H 1 | | #define LTDL_SHLIB_EXT ".so" | | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" | | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:include:/etc/ld.so.conf.d/libc.conf" | | #define LTDL_OBJDIR ".libs/" | | #define HAVE_PRELOADED_SYMBOLS 1 | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_ARGZ_H 1 | | #define HAVE_ERROR_T 1 | | #define HAVE_ARGZ_APPEND 1 | | #define HAVE_ARGZ_CREATE_SEP 1 | | #define HAVE_ARGZ_INSERT 1 | | #define HAVE_ARGZ_NEXT 1 | | #define HAVE_ARGZ_STRINGIFY 1 | | #define HAVE_ASSERT_H 1 | | #define HAVE_CTYPE_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_UNISTD_H 1 | | /* end confdefs.h. */ | | #include | configure:19564: result: no | configure:19597: checking for sys/dl.h | configure:19605: result: no | configure:19488: checking dld.h usability | configure:19505: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | conftest.c:184:17: error: dld.h: No such file or directory | configure:19511: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 1 | | #define RETSIGTYPE void | | #define _GNU_SOURCE 1 | | #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_STROPTS_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_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 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_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_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_SETSID 1 | | #define HAVE_NANOSLEEP 1 | | #define HAVE_PREAD 1 | | #define HAVE_PWRITE 1 | | #define HAVE_NL_LANGINFO 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_DIRENT_H 1 | | #define LTDL_SHLIB_EXT ".so" | | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" | | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:include:/etc/ld.so.conf.d/libc.conf" | | #define LTDL_OBJDIR ".libs/" | | #define HAVE_PRELOADED_SYMBOLS 1 | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_ARGZ_H 1 | | #define HAVE_ERROR_T 1 | | #define HAVE_ARGZ_APPEND 1 | | #define HAVE_ARGZ_CREATE_SEP 1 | | #define HAVE_ARGZ_INSERT 1 | | #define HAVE_ARGZ_NEXT 1 | | #define HAVE_ARGZ_STRINGIFY 1 | | #define HAVE_ASSERT_H 1 | | #define HAVE_CTYPE_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STDIO_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:19525: result: no | configure:19529: checking dld.h presence | configure:19544: gcc -E conftest.c | conftest.c:151:17: error: dld.h: No such file or directory | configure:19550: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 1 | | #define RETSIGTYPE void | | #define _GNU_SOURCE 1 | | #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_STROPTS_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_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 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_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_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_SETSID 1 | | #define HAVE_NANOSLEEP 1 | | #define HAVE_PREAD 1 | | #define HAVE_PWRITE 1 | | #define HAVE_NL_LANGINFO 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_DIRENT_H 1 | | #define LTDL_SHLIB_EXT ".so" | | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" | | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:include:/etc/ld.so.conf.d/libc.conf" | | #define LTDL_OBJDIR ".libs/" | | #define HAVE_PRELOADED_SYMBOLS 1 | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_ARGZ_H 1 | | #define HAVE_ERROR_T 1 | | #define HAVE_ARGZ_APPEND 1 | | #define HAVE_ARGZ_CREATE_SEP 1 | | #define HAVE_ARGZ_INSERT 1 | | #define HAVE_ARGZ_NEXT 1 | | #define HAVE_ARGZ_STRINGIFY 1 | | #define HAVE_ASSERT_H 1 | | #define HAVE_CTYPE_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_UNISTD_H 1 | | /* end confdefs.h. */ | | #include | configure:19564: result: no | configure:19597: checking for dld.h | configure:19605: result: no | configure:19488: checking mach-o/dyld.h usability | configure:19505: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | conftest.c:184:25: error: mach-o/dyld.h: No such file or directory | configure:19511: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 1 | | #define RETSIGTYPE void | | #define _GNU_SOURCE 1 | | #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_STROPTS_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_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 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_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_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_SETSID 1 | | #define HAVE_NANOSLEEP 1 | | #define HAVE_PREAD 1 | | #define HAVE_PWRITE 1 | | #define HAVE_NL_LANGINFO 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_DIRENT_H 1 | | #define LTDL_SHLIB_EXT ".so" | | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" | | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:include:/etc/ld.so.conf.d/libc.conf" | | #define LTDL_OBJDIR ".libs/" | | #define HAVE_PRELOADED_SYMBOLS 1 | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_ARGZ_H 1 | | #define HAVE_ERROR_T 1 | | #define HAVE_ARGZ_APPEND 1 | | #define HAVE_ARGZ_CREATE_SEP 1 | | #define HAVE_ARGZ_INSERT 1 | | #define HAVE_ARGZ_NEXT 1 | | #define HAVE_ARGZ_STRINGIFY 1 | | #define HAVE_ASSERT_H 1 | | #define HAVE_CTYPE_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STDIO_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:19525: result: no | configure:19529: checking mach-o/dyld.h presence | configure:19544: gcc -E conftest.c | conftest.c:151:25: error: mach-o/dyld.h: No such file or directory | configure:19550: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 1 | | #define RETSIGTYPE void | | #define _GNU_SOURCE 1 | | #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_STROPTS_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_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 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_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_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_SETSID 1 | | #define HAVE_NANOSLEEP 1 | | #define HAVE_PREAD 1 | | #define HAVE_PWRITE 1 | | #define HAVE_NL_LANGINFO 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_DIRENT_H 1 | | #define LTDL_SHLIB_EXT ".so" | | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" | | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:include:/etc/ld.so.conf.d/libc.conf" | | #define LTDL_OBJDIR ".libs/" | | #define HAVE_PRELOADED_SYMBOLS 1 | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_ARGZ_H 1 | | #define HAVE_ERROR_T 1 | | #define HAVE_ARGZ_APPEND 1 | | #define HAVE_ARGZ_CREATE_SEP 1 | | #define HAVE_ARGZ_INSERT 1 | | #define HAVE_ARGZ_NEXT 1 | | #define HAVE_ARGZ_STRINGIFY 1 | | #define HAVE_ASSERT_H 1 | | #define HAVE_CTYPE_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_UNISTD_H 1 | | /* end confdefs.h. */ | | #include | configure:19564: result: no | configure:19597: checking for mach-o/dyld.h | configure:19605: result: no | configure:19624: checking for string.h | configure:19630: result: yes | configure:19770: checking for strchr | configure:19850: result: yes | configure:19865: checking for strrchr | configure:19921: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | conftest.c:176: warning: conflicting types for built-in function 'strrchr' | configure:19927: $? = 0 | configure:19945: result: yes | configure:19960: checking for memcpy | configure:20040: result: yes | configure:20055: checking for memmove | configure:20135: result: yes | configure:20055: checking for strcmp | configure:20111: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | conftest.c:179: warning: conflicting types for built-in function 'strcmp' | configure:20117: $? = 0 | configure:20135: result: yes | configure:20151: checking for closedir | configure:20207: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:20213: $? = 0 | configure:20231: result: yes | configure:20151: checking for opendir | configure:20207: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:20213: $? = 0 | configure:20231: result: yes | configure:20151: checking for readdir | configure:20207: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:20213: $? = 0 | configure:20231: result: yes | configure:20257: checking how to link with GMP | configure:20305: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm -lgmp >&5 | conftest.c:162:18: error: gmp.h: No such file or directory | conftest.c: In function 'main': | conftest.c:169: error: 'you' undeclared (first use in this function) | conftest.c:169: error: (Each undeclared identifier is reported only once | conftest.c:169: error: for each function it appears in.) | conftest.c:169: error: expected ';' before 'lose' | conftest.c:172: error: 'mp_limb_t' undeclared (first use in this function) | conftest.c:172: error: expected ';' before 'n' | conftest.c:173: warning: implicit declaration of function 'mpn_tdiv_qr' | conftest.c:173: error: 'n' undeclared (first use in this function) | conftest.c:174: warning: implicit declaration of function 'mpz_init_set_str' | conftest.c:174: error: 'z' undeclared (first use in this function) | configure:20311: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 1 | | #define RETSIGTYPE void | | #define _GNU_SOURCE 1 | | #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_STROPTS_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_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 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_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_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_SETSID 1 | | #define HAVE_NANOSLEEP 1 | | #define HAVE_PREAD 1 | | #define HAVE_PWRITE 1 | | #define HAVE_NL_LANGINFO 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_DIRENT_H 1 | | #define LTDL_SHLIB_EXT ".so" | | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" | | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:include:/etc/ld.so.conf.d/libc.conf" | | #define LTDL_OBJDIR ".libs/" | | #define HAVE_PRELOADED_SYMBOLS 1 | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_ARGZ_H 1 | | #define HAVE_ERROR_T 1 | | #define HAVE_ARGZ_APPEND 1 | | #define HAVE_ARGZ_CREATE_SEP 1 | | #define HAVE_ARGZ_INSERT 1 | | #define HAVE_ARGZ_NEXT 1 | | #define HAVE_ARGZ_STRINGIFY 1 | | #define HAVE_ASSERT_H 1 | | #define HAVE_CTYPE_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_MEMCPY 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_STRCMP 1 | | #define HAVE_CLOSEDIR 1 | | #define HAVE_OPENDIR 1 | | #define HAVE_READDIR 1 | | /* end confdefs.h. */ | | | | #include | | #include | | | | int | | main () | | { | | | | #if __GNU_MP_VERSION < 4 | | you lose | | #endif | | mpz_t z; | | mp_limb_t n[10]; | | mpn_tdiv_qr (n, n, 10, n, 10, n, 10); | | mpz_init_set_str (z, "123456", 0); | | | | ; | | return 0; | | } | configure:20330: result: not found | configure:20782: checking how to link with readline | configure:20818: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm -lreadline >&5 | conftest.c:2:31: error: readline/readline.h: No such file or directory | conftest.c: In function 'main': | conftest.c:11: warning: implicit declaration of function 'rl_bind_key' | conftest.c:11: error: 'rl_insert' undeclared (first use in this function) | conftest.c:11: error: (Each undeclared identifier is reported only once | conftest.c:11: error: for each function it appears in.) | conftest.c:13: error: 'rl_filename_quoting_function' undeclared (first use in this function) | conftest.c:13: error: 'CPFunction' undeclared (first use in this function) | conftest.c:13: error: expected expression before ')' token | conftest.c:14: warning: implicit declaration of function 'exit' | conftest.c:14: warning: incompatible implicit declaration of built-in function 'exit' | configure:20821: $? = 1 | configure:20818: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm -lreadline -ltermcap >&5 | conftest.c:2:31: error: readline/readline.h: No such file or directory | conftest.c: In function 'main': | conftest.c:11: warning: implicit declaration of function 'rl_bind_key' | conftest.c:11: error: 'rl_insert' undeclared (first use in this function) | conftest.c:11: error: (Each undeclared identifier is reported only once | conftest.c:11: error: for each function it appears in.) | conftest.c:13: error: 'rl_filename_quoting_function' undeclared (first use in this function) | conftest.c:13: error: 'CPFunction' undeclared (first use in this function) | conftest.c:13: error: expected expression before ')' token | conftest.c:14: warning: implicit declaration of function 'exit' | conftest.c:14: warning: incompatible implicit declaration of built-in function 'exit' | configure:20821: $? = 1 | configure:20818: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm -lreadline -ltermlib >&5 | conftest.c:2:31: error: readline/readline.h: No such file or directory | conftest.c: In function 'main': | conftest.c:11: warning: implicit declaration of function 'rl_bind_key' | conftest.c:11: error: 'rl_insert' undeclared (first use in this function) | conftest.c:11: error: (Each undeclared identifier is reported only once | conftest.c:11: error: for each function it appears in.) | conftest.c:13: error: 'rl_filename_quoting_function' undeclared (first use in this function) | conftest.c:13: error: 'CPFunction' undeclared (first use in this function) | conftest.c:13: error: expected expression before ')' token | conftest.c:14: warning: implicit declaration of function 'exit' | conftest.c:14: warning: incompatible implicit declaration of built-in function 'exit' | configure:20821: $? = 1 | configure:20818: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm -lreadline -lncurses >&5 | conftest.c:2:31: error: readline/readline.h: No such file or directory | conftest.c: In function 'main': | conftest.c:11: warning: implicit declaration of function 'rl_bind_key' | conftest.c:11: error: 'rl_insert' undeclared (first use in this function) | conftest.c:11: error: (Each undeclared identifier is reported only once | conftest.c:11: error: for each function it appears in.) | conftest.c:13: error: 'rl_filename_quoting_function' undeclared (first use in this function) | conftest.c:13: error: 'CPFunction' undeclared (first use in this function) | conftest.c:13: error: expected expression before ')' token | conftest.c:14: warning: implicit declaration of function 'exit' | conftest.c:14: warning: incompatible implicit declaration of built-in function 'exit' | configure:20821: $? = 1 | configure:20837: result: not found | configure:20987: checking for tclsh | configure:20992: checking for tclsh | configure:21010: found /usr/bin/tclsh | configure:21022: result: /usr/bin/tclsh | configure:21058: result: no | configure:21074: checking for Tcl 8.x | configure:21076: result: no | configure:21078: checking for Tk 8.x | configure:21080: result: no | configure:21086: checking the include path for Tcl/Tk 8.x | configure:21160: result: not found | configure:21163: checking how to link with Tcl/Tk 8.x | configure:21358: result: not found | configure:21377: checking whether to install BloxTK | configure:21438: result: no | configure:21453: checking whether to install Browser | configure:21496: result: yes | configure:21507: checking whether to install Complex | configure:21550: result: yes | configure:21561: checking whether to install Continuations | configure:21604: result: yes | configure:21615: checking whether to install DebugTools | configure:21658: result: yes | configure:21670: checking whether to install DBD-MySQL | configure:21713: result: yes | configure:21722: checking whether to run MySQL tests | configure:21732: result: no | configure:21740: checking for PQconnectdb in -lpq | configure:21775: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lpq -lm >&5 | /usr/bin/ld: cannot find -lpq | collect2: ld returned 1 exit status | configure:21781: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 1 | | #define RETSIGTYPE void | | #define _GNU_SOURCE 1 | | #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_STROPTS_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_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 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_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_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_SETSID 1 | | #define HAVE_NANOSLEEP 1 | | #define HAVE_PREAD 1 | | #define HAVE_PWRITE 1 | | #define HAVE_NL_LANGINFO 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_DIRENT_H 1 | | #define LTDL_SHLIB_EXT ".so" | | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" | | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:include:/etc/ld.so.conf.d/libc.conf" | | #define LTDL_OBJDIR ".libs/" | | #define HAVE_PRELOADED_SYMBOLS 1 | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_ARGZ_H 1 | | #define HAVE_ERROR_T 1 | | #define HAVE_ARGZ_APPEND 1 | | #define HAVE_ARGZ_CREATE_SEP 1 | | #define HAVE_ARGZ_INSERT 1 | | #define HAVE_ARGZ_NEXT 1 | | #define HAVE_ARGZ_STRINGIFY 1 | | #define HAVE_ASSERT_H 1 | | #define HAVE_CTYPE_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_MEMCPY 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_STRCMP 1 | | #define HAVE_CLOSEDIR 1 | | #define HAVE_OPENDIR 1 | | #define HAVE_READDIR 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 PQconnectdb (); | | int | | main () | | { | | return PQconnectdb (); | | ; | | return 0; | | } | configure:21799: result: no | configure:21813: checking whether to install DBD-PostgreSQL | configure:21871: result: no | configure:21894: checking sqlite3.h usability | configure:21911: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | conftest.c:193:21: error: sqlite3.h: No such file or directory | configure:21917: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 1 | | #define RETSIGTYPE void | | #define _GNU_SOURCE 1 | | #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_STROPTS_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_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 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_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_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_SETSID 1 | | #define HAVE_NANOSLEEP 1 | | #define HAVE_PREAD 1 | | #define HAVE_PWRITE 1 | | #define HAVE_NL_LANGINFO 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_DIRENT_H 1 | | #define LTDL_SHLIB_EXT ".so" | | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" | | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:include:/etc/ld.so.conf.d/libc.conf" | | #define LTDL_OBJDIR ".libs/" | | #define HAVE_PRELOADED_SYMBOLS 1 | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_ARGZ_H 1 | | #define HAVE_ERROR_T 1 | | #define HAVE_ARGZ_APPEND 1 | | #define HAVE_ARGZ_CREATE_SEP 1 | | #define HAVE_ARGZ_INSERT 1 | | #define HAVE_ARGZ_NEXT 1 | | #define HAVE_ARGZ_STRINGIFY 1 | | #define HAVE_ASSERT_H 1 | | #define HAVE_CTYPE_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_MEMCPY 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_STRCMP 1 | | #define HAVE_CLOSEDIR 1 | | #define HAVE_OPENDIR 1 | | #define HAVE_READDIR 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:21931: result: no | configure:21935: checking sqlite3.h presence | configure:21950: gcc -E conftest.c | conftest.c:160:21: error: sqlite3.h: No such file or directory | configure:21956: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 1 | | #define RETSIGTYPE void | | #define _GNU_SOURCE 1 | | #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_STROPTS_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_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 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_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_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_SETSID 1 | | #define HAVE_NANOSLEEP 1 | | #define HAVE_PREAD 1 | | #define HAVE_PWRITE 1 | | #define HAVE_NL_LANGINFO 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_DIRENT_H 1 | | #define LTDL_SHLIB_EXT ".so" | | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" | | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:include:/etc/ld.so.conf.d/libc.conf" | | #define LTDL_OBJDIR ".libs/" | | #define HAVE_PRELOADED_SYMBOLS 1 | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_ARGZ_H 1 | | #define HAVE_ERROR_T 1 | | #define HAVE_ARGZ_APPEND 1 | | #define HAVE_ARGZ_CREATE_SEP 1 | | #define HAVE_ARGZ_INSERT 1 | | #define HAVE_ARGZ_NEXT 1 | | #define HAVE_ARGZ_STRINGIFY 1 | | #define HAVE_ASSERT_H 1 | | #define HAVE_CTYPE_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_MEMCPY 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_STRCMP 1 | | #define HAVE_CLOSEDIR 1 | | #define HAVE_OPENDIR 1 | | #define HAVE_READDIR 1 | | /* end confdefs.h. */ | | #include | configure:21970: result: no | configure:22003: checking for sqlite3.h | configure:22010: result: no | configure:22016: checking whether to install DBD-SQLite | configure:22075: result: no | configure:22091: checking whether to install DBI | configure:22134: result: yes | configure:22155: checking gdbm.h usability | configure:22172: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | conftest.c:193:18: error: gdbm.h: No such file or directory | configure:22178: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 1 | | #define RETSIGTYPE void | | #define _GNU_SOURCE 1 | | #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_STROPTS_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_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 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_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_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_SETSID 1 | | #define HAVE_NANOSLEEP 1 | | #define HAVE_PREAD 1 | | #define HAVE_PWRITE 1 | | #define HAVE_NL_LANGINFO 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_DIRENT_H 1 | | #define LTDL_SHLIB_EXT ".so" | | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" | | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:include:/etc/ld.so.conf.d/libc.conf" | | #define LTDL_OBJDIR ".libs/" | | #define HAVE_PRELOADED_SYMBOLS 1 | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_ARGZ_H 1 | | #define HAVE_ERROR_T 1 | | #define HAVE_ARGZ_APPEND 1 | | #define HAVE_ARGZ_CREATE_SEP 1 | | #define HAVE_ARGZ_INSERT 1 | | #define HAVE_ARGZ_NEXT 1 | | #define HAVE_ARGZ_STRINGIFY 1 | | #define HAVE_ASSERT_H 1 | | #define HAVE_CTYPE_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_MEMCPY 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_STRCMP 1 | | #define HAVE_CLOSEDIR 1 | | #define HAVE_OPENDIR 1 | | #define HAVE_READDIR 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:22192: result: no | configure:22196: checking gdbm.h presence | configure:22211: gcc -E conftest.c | conftest.c:160:18: error: gdbm.h: No such file or directory | configure:22217: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 1 | | #define RETSIGTYPE void | | #define _GNU_SOURCE 1 | | #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_STROPTS_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_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 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_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_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_SETSID 1 | | #define HAVE_NANOSLEEP 1 | | #define HAVE_PREAD 1 | | #define HAVE_PWRITE 1 | | #define HAVE_NL_LANGINFO 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_DIRENT_H 1 | | #define LTDL_SHLIB_EXT ".so" | | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" | | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:include:/etc/ld.so.conf.d/libc.conf" | | #define LTDL_OBJDIR ".libs/" | | #define HAVE_PRELOADED_SYMBOLS 1 | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_ARGZ_H 1 | | #define HAVE_ERROR_T 1 | | #define HAVE_ARGZ_APPEND 1 | | #define HAVE_ARGZ_CREATE_SEP 1 | | #define HAVE_ARGZ_INSERT 1 | | #define HAVE_ARGZ_NEXT 1 | | #define HAVE_ARGZ_STRINGIFY 1 | | #define HAVE_ASSERT_H 1 | | #define HAVE_CTYPE_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_MEMCPY 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_STRCMP 1 | | #define HAVE_CLOSEDIR 1 | | #define HAVE_OPENDIR 1 | | #define HAVE_READDIR 1 | | /* end confdefs.h. */ | | #include | configure:22231: result: no | configure:22264: checking for gdbm.h | configure:22271: result: no | configure:22277: checking whether to install GDBM | configure:22336: result: no | configure:22351: checking whether to install Glorp | configure:22394: result: yes | configure:22442: checking for pkg-config | configure:22460: found /usr/bin/pkg-config | configure:22473: result: /usr/bin/pkg-config | configure:22497: checking for GLIB - version >= 2.0.0 | configure:23170: result: no | configure:23208: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | conftest.c:161:18: error: glib.h: No such file or directory | conftest.c: In function 'main': | conftest.c:167: error: 'glib_major_version' undeclared (first use in this function) | conftest.c:167: error: (Each undeclared identifier is reported only once | conftest.c:167: error: for each function it appears in.) | conftest.c:167: error: 'glib_minor_version' undeclared (first use in this function) | conftest.c:167: error: 'glib_micro_version' undeclared (first use in this function) | configure:23214: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 1 | | #define RETSIGTYPE void | | #define _GNU_SOURCE 1 | | #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_STROPTS_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_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 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_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_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_SETSID 1 | | #define HAVE_NANOSLEEP 1 | | #define HAVE_PREAD 1 | | #define HAVE_PWRITE 1 | | #define HAVE_NL_LANGINFO 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_DIRENT_H 1 | | #define LTDL_SHLIB_EXT ".so" | | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" | | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:include:/etc/ld.so.conf.d/libc.conf" | | #define LTDL_OBJDIR ".libs/" | | #define HAVE_PRELOADED_SYMBOLS 1 | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_ARGZ_H 1 | | #define HAVE_ERROR_T 1 | | #define HAVE_ARGZ_APPEND 1 | | #define HAVE_ARGZ_CREATE_SEP 1 | | #define HAVE_ARGZ_INSERT 1 | | #define HAVE_ARGZ_NEXT 1 | | #define HAVE_ARGZ_STRINGIFY 1 | | #define HAVE_ASSERT_H 1 | | #define HAVE_CTYPE_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_MEMCPY 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_STRCMP 1 | | #define HAVE_CLOSEDIR 1 | | #define HAVE_OPENDIR 1 | | #define HAVE_READDIR 1 | | /* end confdefs.h. */ | | | | #include | | #include | | | | int | | main () | | { | | return ((glib_major_version) || (glib_minor_version) || (glib_micro_version)); | | ; | | return 0; | | } | configure:23258: checking whether to install GTK | configure:23317: result: no | configure:23332: checking whether to install BloxGTK | configure:23390: result: no | configure:23407: checking whether to install Blox | configure:23465: result: no | configure:23480: checking whether to install WebServer | configure:23523: result: yes | configure:23561: checking for ld used by GCC | configure:23624: result: /usr/bin/ld -m elf_x86_64 | configure:23633: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld | GNU ld (GNU Binutils for Ubuntu) 2.18 | configure:23645: result: yes | configure:23651: checking for shared library run path origin | configure:23664: result: done | configure:24074: checking for nl_langinfo and CODESET | configure:24100: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | conftest.c: In function 'main': | conftest.c:164: warning: unused variable 'cs' | configure:24106: $? = 0 | configure:24124: result: yes | configure:24164: checking for iconv | configure:24196: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:24202: $? = 0 | configure:24272: result: yes | configure:24295: checking for iconv declaration | configure:24334: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:24340: $? = 0 | configure:24359: result: | extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | configure:24369: checking whether to install I18N | configure:24425: result: yes | configure:24472: checking for iconv | configure:24580: result: yes | configure:24603: checking for iconv declaration | configure:24667: result: | extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | configure:24677: checking whether to install Iconv | configure:24733: result: yes | configure:24751: checking whether to install Java | configure:24794: result: yes | configure:24805: checking whether to install Digest | configure:24849: result: yes | configure:24862: checking whether to install GNUPlot | configure:24905: result: yes | configure:24920: checking for initscr in -lncurses | configure:24955: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lncurses -lm >&5 | /usr/bin/ld: cannot find -lncurses | collect2: ld returned 1 exit status | configure:24961: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 1 | | #define RETSIGTYPE void | | #define _GNU_SOURCE 1 | | #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_STROPTS_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_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 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_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_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_SETSID 1 | | #define HAVE_NANOSLEEP 1 | | #define HAVE_PREAD 1 | | #define HAVE_PWRITE 1 | | #define HAVE_NL_LANGINFO 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_DIRENT_H 1 | | #define LTDL_SHLIB_EXT ".so" | | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" | | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:include:/etc/ld.so.conf.d/libc.conf" | | #define LTDL_OBJDIR ".libs/" | | #define HAVE_PRELOADED_SYMBOLS 1 | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_ARGZ_H 1 | | #define HAVE_ERROR_T 1 | | #define HAVE_ARGZ_APPEND 1 | | #define HAVE_ARGZ_CREATE_SEP 1 | | #define HAVE_ARGZ_INSERT 1 | | #define HAVE_ARGZ_NEXT 1 | | #define HAVE_ARGZ_STRINGIFY 1 | | #define HAVE_ASSERT_H 1 | | #define HAVE_CTYPE_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_MEMCPY 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_STRCMP 1 | | #define HAVE_CLOSEDIR 1 | | #define HAVE_OPENDIR 1 | | #define HAVE_READDIR 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | /* 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 initscr (); | | int | | main () | | { | | return initscr (); | | ; | | return 0; | | } | configure:24979: result: no | configure:24993: checking whether to install NCurses | configure:25051: result: no | configure:25064: checking whether to install NetClients | configure:25107: result: yes | configure:25118: checking whether to install DhbNumericalMethods | configure:25161: result: yes | configure:25172: checking whether to install Compiler | configure:25215: result: yes | configure:25226: checking whether to install Parser | configure:25269: result: yes | configure:25280: checking whether to install ClassPublisher | configure:25323: result: yes | configure:25334: checking whether to install Sport | configure:25377: result: yes | configure:25388: checking whether to install SUnit | configure:25431: result: yes | configure:25443: checking for library containing listen | configure:25484: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:25490: $? = 0 | configure:25518: result: none required | configure:25579: checking for library containing gethostbyname | configure:25620: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:25626: $? = 0 | configure:25654: result: none required | configure:25664: checking for socket | configure:25720: gcc -o conftest -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c -lm >&5 | configure:25726: $? = 0 | configure:25743: result: yes | configure:25761: checking netinet/in.h usability | configure:25778: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:25784: $? = 0 | configure:25798: result: yes | configure:25802: checking netinet/in.h presence | configure:25817: gcc -E conftest.c | configure:25823: $? = 0 | configure:25837: result: yes | configure:25870: checking for netinet/in.h | configure:25877: result: yes | configure:25898: checking arpa/inet.h usability | configure:25915: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | configure:25921: $? = 0 | configure:25935: result: yes | configure:25939: checking arpa/inet.h presence | configure:25954: gcc -E conftest.c | configure:25960: $? = 0 | configure:25974: result: yes | configure:26007: checking for arpa/inet.h | configure:26014: result: yes | configure:26037: checking whether to install TCP | configure:26093: result: yes | configure:26111: checking whether to install VFSAddOns | configure:26155: result: yes | configure:26168: checking whether to install XML-XMLNodeBuilder | configure:26211: result: yes | configure:26222: checking whether to install XML-DOM | configure:26265: result: yes | configure:26276: checking whether to install XML-XMLParser | configure:26319: result: yes | configure:26330: checking whether to install XML-SAXDriver | configure:26373: result: yes | configure:26384: checking whether to install XML-SAXParser | configure:26427: result: yes | configure:26438: checking whether to install XPath | configure:26481: result: yes | configure:26492: checking whether to install XSL | configure:26535: result: yes | configure:26555: checking zlib.h usability | configure:26572: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | conftest.c:199:18: error: zlib.h: No such file or directory | configure:26578: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 1 | | #define RETSIGTYPE void | | #define _GNU_SOURCE 1 | | #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_STROPTS_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_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 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_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_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_SETSID 1 | | #define HAVE_NANOSLEEP 1 | | #define HAVE_PREAD 1 | | #define HAVE_PWRITE 1 | | #define HAVE_NL_LANGINFO 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_DIRENT_H 1 | | #define LTDL_SHLIB_EXT ".so" | | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" | | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:include:/etc/ld.so.conf.d/libc.conf" | | #define LTDL_OBJDIR ".libs/" | | #define HAVE_PRELOADED_SYMBOLS 1 | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_ARGZ_H 1 | | #define HAVE_ERROR_T 1 | | #define HAVE_ARGZ_APPEND 1 | | #define HAVE_ARGZ_CREATE_SEP 1 | | #define HAVE_ARGZ_INSERT 1 | | #define HAVE_ARGZ_NEXT 1 | | #define HAVE_ARGZ_STRINGIFY 1 | | #define HAVE_ASSERT_H 1 | | #define HAVE_CTYPE_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_MEMCPY 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_STRCMP 1 | | #define HAVE_CLOSEDIR 1 | | #define HAVE_OPENDIR 1 | | #define HAVE_READDIR 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_INET_SOCKETS 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:26592: result: no | configure:26596: checking zlib.h presence | configure:26611: gcc -E conftest.c | conftest.c:166:18: error: zlib.h: No such file or directory | configure:26617: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 1 | | #define RETSIGTYPE void | | #define _GNU_SOURCE 1 | | #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_STROPTS_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_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 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_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_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_SETSID 1 | | #define HAVE_NANOSLEEP 1 | | #define HAVE_PREAD 1 | | #define HAVE_PWRITE 1 | | #define HAVE_NL_LANGINFO 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_DIRENT_H 1 | | #define LTDL_SHLIB_EXT ".so" | | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" | | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:include:/etc/ld.so.conf.d/libc.conf" | | #define LTDL_OBJDIR ".libs/" | | #define HAVE_PRELOADED_SYMBOLS 1 | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_ARGZ_H 1 | | #define HAVE_ERROR_T 1 | | #define HAVE_ARGZ_APPEND 1 | | #define HAVE_ARGZ_CREATE_SEP 1 | | #define HAVE_ARGZ_INSERT 1 | | #define HAVE_ARGZ_NEXT 1 | | #define HAVE_ARGZ_STRINGIFY 1 | | #define HAVE_ASSERT_H 1 | | #define HAVE_CTYPE_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_MEMCPY 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_STRCMP 1 | | #define HAVE_CLOSEDIR 1 | | #define HAVE_OPENDIR 1 | | #define HAVE_READDIR 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_INET_SOCKETS 1 | | /* end confdefs.h. */ | | #include | configure:26631: result: no | configure:26664: checking for zlib.h | configure:26671: result: no | configure:26677: checking whether to install ZLib | configure:26736: result: no | configure:26776: checking lightning.h usability | configure:26793: gcc -c -O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign conftest.c >&5 | conftest.c:199:23: error: lightning.h: No such file or directory | configure:26799: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 1 | | #define RETSIGTYPE void | | #define _GNU_SOURCE 1 | | #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_STROPTS_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_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 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_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_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_SETSID 1 | | #define HAVE_NANOSLEEP 1 | | #define HAVE_PREAD 1 | | #define HAVE_PWRITE 1 | | #define HAVE_NL_LANGINFO 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_DIRENT_H 1 | | #define LTDL_SHLIB_EXT ".so" | | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" | | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:include:/etc/ld.so.conf.d/libc.conf" | | #define LTDL_OBJDIR ".libs/" | | #define HAVE_PRELOADED_SYMBOLS 1 | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_ARGZ_H 1 | | #define HAVE_ERROR_T 1 | | #define HAVE_ARGZ_APPEND 1 | | #define HAVE_ARGZ_CREATE_SEP 1 | | #define HAVE_ARGZ_INSERT 1 | | #define HAVE_ARGZ_NEXT 1 | | #define HAVE_ARGZ_STRINGIFY 1 | | #define HAVE_ASSERT_H 1 | | #define HAVE_CTYPE_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_MEMCPY 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_STRCMP 1 | | #define HAVE_CLOSEDIR 1 | | #define HAVE_OPENDIR 1 | | #define HAVE_READDIR 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_INET_SOCKETS 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:26813: result: no | configure:26817: checking lightning.h presence | configure:26832: gcc -E conftest.c | conftest.c:166:23: error: lightning.h: No such file or directory | configure:26838: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0.2" | | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 2 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0.2" | | #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 HAVE_SIGSEGV_H 1 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 8 | | #define ALIGNOF_LONG_DOUBLE 16 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 8 | | #define HAVE_DLFCN_H 1 | | #define RETSIGTYPE void | | #define _GNU_SOURCE 1 | | #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_STROPTS_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_LONG_LONG_INT 1 | | #define HAVE_INTMAX_T 1 | | #define HAVE_INTPTR_T 1 | | #define HAVE_UNSIGNED_LONG_LONG_INT 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_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_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_SETSID 1 | | #define HAVE_NANOSLEEP 1 | | #define HAVE_PREAD 1 | | #define HAVE_PWRITE 1 | | #define HAVE_NL_LANGINFO 1 | | #define TIME_WITH_SYS_TIME 1 | | #define HAVE_DIRENT_H 1 | | #define LTDL_SHLIB_EXT ".so" | | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" | | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:include:/etc/ld.so.conf.d/libc.conf" | | #define LTDL_OBJDIR ".libs/" | | #define HAVE_PRELOADED_SYMBOLS 1 | | #define HAVE_LIBDL 1 | | #define HAVE_DLERROR 1 | | #define HAVE_ARGZ_H 1 | | #define HAVE_ERROR_T 1 | | #define HAVE_ARGZ_APPEND 1 | | #define HAVE_ARGZ_CREATE_SEP 1 | | #define HAVE_ARGZ_INSERT 1 | | #define HAVE_ARGZ_NEXT 1 | | #define HAVE_ARGZ_STRINGIFY 1 | | #define HAVE_ASSERT_H 1 | | #define HAVE_CTYPE_H 1 | | #define HAVE_ERRNO_H 1 | | #define HAVE_MALLOC_H 1 | | #define HAVE_MEMORY_H 1 | | #define HAVE_STDLIB_H 1 | | #define HAVE_STDIO_H 1 | | #define HAVE_UNISTD_H 1 | | #define HAVE_STRING_H 1 | | #define HAVE_STRCHR 1 | | #define HAVE_STRRCHR 1 | | #define HAVE_MEMCPY 1 | | #define HAVE_MEMMOVE 1 | | #define HAVE_STRCMP 1 | | #define HAVE_CLOSEDIR 1 | | #define HAVE_OPENDIR 1 | | #define HAVE_READDIR 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_INET_SOCKETS 1 | | /* end confdefs.h. */ | | #include | configure:26852: result: no | configure:26885: checking for lightning.h | configure:26892: result: no | configure:27286: creating ./config.status | | ## ---------------------- ## | ## Running config.status. ## | ## ---------------------- ## | | This file was extended by GNU Smalltalk config.status 3.0.2, which was | generated by GNU Autoconf 2.61. Invocation command line was | | CONFIG_FILES = | CONFIG_HEADERS = | CONFIG_LINKS = | CONFIG_COMMANDS = | $ ./config.status | | on hollow | | config.status:764: creating packages/blox/tk/Makefile | config.status:764: creating packages/dbd-sqlite/Makefile | config.status:764: creating packages/gdbm/Makefile | config.status:764: creating packages/gtk/Makefile | config.status:764: creating packages/blox/tests/package.xml | config.status:764: creating packages/i18n/Makefile | config.status:764: creating packages/iconv/Makefile | config.status:764: creating packages/digest/Makefile | config.status:764: creating packages/tcp/Makefile | config.status:764: creating packages/vfs/Makefile | config.status:764: creating packages/zlib/Makefile | config.status:764: creating gnu-smalltalk.pc | config.status:764: creating gst-config | config.status:764: creating tests/gst | config.status:764: creating tests/atlocal | config.status:764: creating libc.la | config.status:764: creating Makefile | config.status:764: creating doc/Makefile | config.status:764: creating lib-src/Makefile | config.status:764: creating libgst/Makefile | config.status:764: creating opcode/Makefile | config.status:764: creating lightning/Makefile | config.status:764: creating tests/Makefile | config.status:764: creating config.h | config.status:1207: linking ./lightning/i386/asm-64.h to lightning/asm.h | config.status:1207: linking ./lightning/i386/fp-64.h to lightning/fp.h | config.status:1207: linking ./lightning/i386/core-64.h to lightning/core.h | config.status:1207: linking ./lightning/i386/funcs.h to lightning/funcs.h | config.status:1229: executing tests/atconfig commands | config.status:1229: executing depfiles commands | configure:28773: === configuring in libffi (/home/jake/smalltalk/smalltalk-3.0.2/libffi) | configure:28876: running /bin/bash ./configure '--prefix=/home/jake/usr' 'CFLAGS=-O3' '--enable-subdir' '--enable-snprintfv-convenience' --cache-file=/dev/null --srcdir=. | configure:28773: === configuring in snprintfv (/home/jake/smalltalk/smalltalk-3.0.2/snprintfv) | configure:28876: running /bin/bash ./configure '--prefix=/home/jake/usr' 'CFLAGS=-O3' '--enable-subdir' '--enable-snprintfv-convenience' --cache-file=/dev/null --srcdir=. | configure:28773: === configuring in sigsegv (/home/jake/smalltalk/smalltalk-3.0.2/sigsegv) | configure:28876: running /bin/bash ./configure '--prefix=/home/jake/usr' 'CFLAGS=-O3' '--enable-subdir' '--enable-snprintfv-convenience' --cache-file=/dev/null --srcdir=. | | ## ---------------- ## | ## Cache variables. ## | ## ---------------- ## | | ac_cv_alignof_double=8 | ac_cv_alignof_long_double=16 | ac_cv_build=x86_64-unknown-linux-gnu | ac_cv_c_bigendian=no | ac_cv_c_compiler_gnu=yes | ac_cv_c_const=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_CC_set= | ac_cv_env_CC_value= | ac_cv_env_CFLAGS_set=set | ac_cv_env_CFLAGS_value=-O3 | 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_LDFLAGS_set= | ac_cv_env_LDFLAGS_value= | ac_cv_env_LIBS_set= | ac_cv_env_LIBS_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__NSGetExecutablePath=no | ac_cv_func_acosl=yes | ac_cv_func_alarm=yes | ac_cv_func_alloca_works=yes | ac_cv_func_argz_append=yes | ac_cv_func_argz_create_sep=yes | ac_cv_func_argz_insert=yes | ac_cv_func_argz_next=yes | ac_cv_func_argz_stringify=yes | ac_cv_func_asinl=yes | ac_cv_func_atanl=yes | ac_cv_func_ceill=yes | ac_cv_func_closedir=yes | ac_cv_func_cosl=yes | ac_cv_func_dlerror=yes | ac_cv_func_dlopen=no | ac_cv_func_expl=yes | ac_cv_func_floorl=yes | ac_cv_func_fork=yes | ac_cv_func_frexpl=yes | ac_cv_func_ftruncate=yes | ac_cv_func_getdtablesize=yes | ac_cv_func_gethostname=yes | ac_cv_func_getpagesize=yes | ac_cv_func_getrusage=yes | ac_cv_func_gettimeofday=yes | ac_cv_func_grantpt=yes | ac_cv_func_ldexpl=yes | ac_cv_func_logl=yes | ac_cv_func_lrint=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_nanosleep=yes | ac_cv_func_nl_langinfo=yes | ac_cv_func_obstack=yes | ac_cv_func_opendir=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_readdir=yes | ac_cv_func_readlink=yes | ac_cv_func_select=yes | ac_cv_func_setenv=yes | ac_cv_func_setsid=yes | ac_cv_func_shl_load=no | 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_strcmp=yes | ac_cv_func_strdup=yes | ac_cv_func_strerror=yes | ac_cv_func_strpbrk=yes | ac_cv_func_strrchr=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_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_header_argz_h=yes | ac_cv_header_arpa_inet_h=yes | ac_cv_header_assert_h=yes | ac_cv_header_ctype_h=yes | ac_cv_header_dirent_dirent_h=yes | ac_cv_header_dl_h=no | ac_cv_header_dld_h=no | ac_cv_header_dlfcn_h=yes | ac_cv_header_errno_h=yes | ac_cv_header_execinfo_h=yes | ac_cv_header_fcntl_h=yes | ac_cv_header_gdbm_h=no | ac_cv_header_inttypes_h=yes | ac_cv_header_lightning_h=no | ac_cv_header_limits_h=yes | ac_cv_header_mach_o_dyld_h=no | ac_cv_header_malloc_h=yes | ac_cv_header_memory_h=yes | ac_cv_header_minix_config_h=no | ac_cv_header_netinet_in_h=yes | ac_cv_header_poll_h=yes | ac_cv_header_sqlite3_h=no | ac_cv_header_stdc=yes | ac_cv_header_stddef_h=yes | ac_cv_header_stdint_h=yes | ac_cv_header_stdio_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=yes | ac_cv_header_sys_dl_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=no | ac_cv_host=x86_64-unknown-linux-gnu | ac_cv_lib_cposix_strerror=no | ac_cv_lib_dl_dlopen=yes | ac_cv_lib_dld_shl_load=no | ac_cv_lib_m_atan=yes | ac_cv_lib_ncurses_initscr=no | ac_cv_lib_pq_PQconnectdb=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='/bin/grep -E' | ac_cv_path_GREP=/bin/grep | ac_cv_path_INSTALL_INFO=/usr/sbin/install-info | ac_cv_path_PKG_CONFIG=/usr/bin/pkg-config | ac_cv_path_SED=/bin/sed | ac_cv_path_TCLSH=/usr/bin/tclsh | ac_cv_path_ZIP=/usr/bin/zip | ac_cv_path_install='/usr/bin/install -c' | ac_cv_prog_AWK=gawk | ac_cv_prog_CPP='gcc -E' | ac_cv_prog_EMACS=emacs | ac_cv_prog_ac_ct_AR=ar | ac_cv_prog_ac_ct_CC=gcc | 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_gcc_traditional=no | ac_cv_prog_make_make_set=yes | ac_cv_search_gethostbyname='none required' | ac_cv_search_listen='none required' | ac_cv_search_opendir='none required' | ac_cv_sizeof_OOP=8 | ac_cv_sizeof_off_t=8 | ac_cv_sys_file_offset_bits=no | ac_cv_sys_largefile_CC=no | ac_cv_sys_symbol_underscore=no | ac_cv_type_OOP=yes | ac_cv_type_double=yes | ac_cv_type_error_t=yes | ac_cv_type_intmax_t=yes | ac_cv_type_intptr_t=yes | ac_cv_type_long_double=yes | ac_cv_type_long_long_int=yes | ac_cv_type_off_t=yes | ac_cv_type_pid_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 -m elf_x86_64' | 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_func_iconv=yes | am_cv_langinfo_codeset=yes | am_cv_lib_iconv=no | am_cv_lispdir='${datadir}/emacs/site-lisp' | 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_func_poll=yes | gst_cv_gmp_libs='not found' | gst_cv_inet_sockets=yes | gst_cv_libc_so_name=/lib/libc.so.6 | gst_cv_readline_libs='not found' | gst_cv_tcltk_includes='not found' | gst_cv_tcltk_libs='not found' | gst_cv_working_lrint=yes | gst_cv_working_strtoul=yes | gt_cv_var_environ_declaration=yes | libltdl_cv_lib_dl_dlopen=yes | libltdl_cv_moduleext=.so | libltdl_cv_objdir=.libs | libltdl_cv_preloaded_symbols=yes | libltdl_cv_shlibext=.so | libltdl_cv_shlibpath_var=LD_LIBRARY_PATH | libltdl_cv_sys_dlopen_deplibs=yes | libltdl_cv_sys_search_path='/lib /usr/lib include /etc/ld.so.conf.d/*.conf ' | 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_objdir=.libs | lt_cv_path_LD=/usr/bin/ld | lt_cv_path_NM='/usr/bin/nm -B' | lt_cv_path_SED=/bin/sed | lt_cv_prog_compiler_c_o=yes | lt_cv_prog_compiler_c_o_LIBGST=yes | lt_cv_prog_compiler_rtti_exceptions=no | lt_cv_prog_gnu_ld=yes | lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\''' | lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' | lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' | lt_cv_sys_max_cmd_len=32768 | lt_lt_cv_prog_compiler_c_o='"yes"' | lt_lt_cv_prog_compiler_c_o_LIBGST='"yes"' | lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"' | lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' | lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' | | ## ----------------- ## | ## Output variables. ## | ## ----------------- ## | | ACLOCAL='${SHELL} /home/jake/smalltalk/smalltalk-3.0.2/build-aux/missing --run aclocal-1.9' | ALLOCA='' | ALL_PACKAGES=' packages/blox/tk packages/dbd-sqlite packages/gdbm packages/gtk packages/i18n packages/iconv packages/digest packages/tcp packages/vfs packages/zlib' | AMDEPBACKSLASH='\' | AMDEP_FALSE='#' | AMDEP_TRUE='' | AMTAR='${SHELL} /home/jake/smalltalk/smalltalk-3.0.2/build-aux/missing --run tar' | AR='ar' | AS='as' | ATK_CFLAGS='' | ATK_LIBS='' | AUTOCONF='${SHELL} /home/jake/smalltalk/smalltalk-3.0.2/build-aux/missing --run autoconf' | AUTOHEADER='${SHELL} /home/jake/smalltalk/smalltalk-3.0.2/build-aux/missing --run autoheader' | AUTOM4TE='${SHELL} /home/jake/smalltalk/smalltalk-3.0.2/build-aux/missing --run autom4te' | AUTOMAKE='${SHELL} /home/jake/smalltalk/smalltalk-3.0.2/build-aux/missing --run automake-1.9' | AWK='gawk' | BLOX_IMPLEMENTATION='BloxTK' | BUILT_PACKAGES=' packages/i18n packages/iconv packages/digest packages/tcp packages/vfs' | CC='gcc' | CCDEPMODE='depmode=gcc3' | CFLAGS='-O3 -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wwrite-strings -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign ' | CONVENIENCE_LTDL_FALSE='' | CONVENIENCE_LTDL_TRUE='#' | CPP='gcc -E' | CPPFLAGS='' | CYGPATH_W='echo' | DEFS='-DHAVE_CONFIG_H' | DEPDIR='.deps' | DLLTOOL='dlltool' | ECHO='echo' | ECHO_C='' | ECHO_N='-n' | ECHO_T='' | EGREP='/bin/grep -E' | EMACS='emacs' | EMACSLOADPATH='' | ENABLE_DISASSEMBLER_FALSE='' | ENABLE_DISASSEMBLER_TRUE='#' | EXEEXT='' | GLIB_CFLAGS='' | GLIB_GENMARSHAL='' | GLIB_LIBS='' | GLIB_MKENUMS='' | GOBJECT_QUERY='' | GPERF='${SHELL} /home/jake/smalltalk/smalltalk-3.0.2/build-aux/missing --run gperf' | GREP='/bin/grep' | GST_RUN='$(top_builddir)/gst -I $(top_builddir)/gst.im -f' | GTK_CFLAGS='' | GTK_LIBS='' | HAVE_INSTALLED_LIGHTNING_FALSE='' | HAVE_INSTALLED_LIGHTNING_TRUE='#' | HAVE_SIGSEGV_FALSE='#' | HAVE_SIGSEGV_TRUE='' | ICON='' | INCLTDL='' | INCSNPRINTFV='-I${top_builddir}/snprintfv -I${top_srcdir}/snprintfv' | INCTCLTK='' | INSTALL_DATA='${INSTALL} -m 644' | INSTALL_INFO='/usr/sbin/install-info' | INSTALL_LTDL_FALSE='' | INSTALL_LTDL_TRUE='#' | INSTALL_PROGRAM='${INSTALL}' | INSTALL_SCRIPT='${INSTALL}' | INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' | LDFLAGS='' | LEX='${SHELL} /home/jake/smalltalk/smalltalk-3.0.2/build-aux/missing --run flex' | LIBADD_DL='-ldl' | LIBC_SO_DIR='/lib' | LIBC_SO_NAME='libc.so.6' | LIBGMP='' | LIBICONV='' | LIBLTDL='' | LIBOBJS='' | LIBREADLINE='' | LIBS='-lm ' | LIBSNPRINTFV='${top_builddir}/snprintfv/snprintfv/libsnprintfvc.la' | LIBTCLTK='' | LIBTOOL='$(SHELL) $(top_builddir)/libtool' | LIGHTNING_MAIN_FALSE='' | LIGHTNING_MAIN_TRUE='#' | LN='ln' | LN_S='ln -s' | LTALLOCA='' | LTLIBICONV='' | LTLIBOBJS='' | MAINTAINER='address@hidden' | MAKEINFO='${SHELL} /home/jake/smalltalk/smalltalk-3.0.2/build-aux/missing --run makeinfo' | MODULES='' | OBJDUMP='objdump' | OBJEXT='o' | PACKAGE='smalltalk' | PACKAGE_BUGREPORT='address@hidden' | PACKAGE_DLOPEN_FLAGS=' -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/tcp/tcp.la"' | PACKAGE_NAME='GNU Smalltalk' | PACKAGE_STRING='GNU Smalltalk 3.0.2' | PACKAGE_TARNAME='smalltalk' | PACKAGE_VERSION='3.0.2' | PANGO_CFLAGS='' | PANGO_LIBS='' | PATH_SEPARATOR=':' | PKG_CONFIG='/usr/bin/pkg-config' | RANLIB='ranlib' | SED='/bin/sed' | SET_MAKE='' | SHELL='/bin/bash' | STRIP='strip' | TCLSH='no' | VERSION='3.0.2' | VERSION_INFO='7:0:0' | WITH_EMACS_COMINT_FALSE='#' | WITH_EMACS_COMINT_TRUE='' | WITH_EMACS_FALSE='#' | WITH_EMACS_TRUE='' | YACC='${SHELL} /home/jake/smalltalk/smalltalk-3.0.2/build-aux/missing --run bison' | ZIP='/usr/bin/zip' | ac_ct_CC='gcc' | am__fastdepCC_FALSE='#' | am__fastdepCC_TRUE='' | am__include='include' | am__leading_dot='.' | am__quote='' | am__tar='${AMTAR} chof - "$$tardir"' | am__untar='${AMTAR} xf -' | bindir='${exec_prefix}/bin' | build='x86_64-unknown-linux-gnu' | build_alias='' | build_cpu='x86_64' | build_os='linux-gnu' | build_vendor='unknown' | datadir='${datarootdir}' | datarootdir='${prefix}/share' | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | dvidir='${docdir}' | enable_mysql_tests='no' | exec_prefix='${prefix}' | host='x86_64-unknown-linux-gnu' | host_alias='' | host_cpu='x86_64' | host_os='linux-gnu' | host_vendor='unknown' | htmldir='${docdir}' | imagedir='${localstatedir}/lib/smalltalk' | includedir='${prefix}/include' | infodir='${datarootdir}/info' | install_sh='/home/jake/smalltalk/smalltalk-3.0.2/build-aux/install-sh' | libdir='${exec_prefix}/lib' | libexecdir='${exec_prefix}/libexec' | lispdir='${datadir}/emacs/site-lisp' | localedir='${datarootdir}/locale' | localstatedir='${prefix}/var' | mandir='${datarootdir}/man' | mkdir_p='mkdir -p --' | oldincludedir='/usr/include' | pdfdir='${docdir}' | prefix='/home/jake/usr' | program_transform_name='s,x,x,' | psdir='${docdir}' | sbindir='${exec_prefix}/sbin' | sharedstatedir='${prefix}/com' | subdirs=' libffi snprintfv sigsegv' | sysconfdir='${prefix}/etc' | target_alias='' | | ## ------------------- ## | ## File substitutions. ## | ## ------------------- ## | | PACKAGE_RULES='pkgrules.tmp' | lightning_frag='/home/jake/smalltalk/smalltalk-3.0.2/lightning/i386/Makefile.frag' | | ## ----------- ## | ## confdefs.h. ## | ## ----------- ## | | #define PACKAGE_NAME "GNU Smalltalk" | #define PACKAGE_TARNAME "smalltalk" | #define PACKAGE_VERSION "3.0.2" | #define PACKAGE_STRING "GNU Smalltalk 3.0.2" | #define PACKAGE_BUGREPORT "address@hidden" | #define ST_MAJOR_VERSION 3 | #define ST_MINOR_VERSION 0 | #define ST_EDIT_VERSION 2 | #define MAINTAINER "address@hidden" | #define PACKAGE "smalltalk" | #define VERSION "3.0.2" | #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 HAVE_SIGSEGV_H 1 | #define restrict __restrict | #define HAVE_VISIBILITY_HIDDEN | #define HAVE_GOTO_VOID_P 1 | #define HOST_SYSTEM "x86_64-unknown-linux-gnu" | #define EXEEXT "" | #define ARGV_EXEEXT "" | #define ALIGNOF_DOUBLE 8 | #define ALIGNOF_LONG_DOUBLE 16 | #define SIZEOF_OFF_T 8 | #define SIZEOF_OOP 8 | #define HAVE_DLFCN_H 1 | #define RETSIGTYPE void | #define _GNU_SOURCE 1 | #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_STROPTS_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_LONG_LONG_INT 1 | #define HAVE_INTMAX_T 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UNSIGNED_LONG_LONG_INT 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_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_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_SETSID 1 | #define HAVE_NANOSLEEP 1 | #define HAVE_PREAD 1 | #define HAVE_PWRITE 1 | #define HAVE_NL_LANGINFO 1 | #define TIME_WITH_SYS_TIME 1 | #define HAVE_DIRENT_H 1 | #define LTDL_SHLIB_EXT ".so" | #define LTDL_SHLIBPATH_VAR "LD_LIBRARY_PATH" | #define LTDL_SYSSEARCHPATH "/lib:/usr/lib:include:/etc/ld.so.conf.d/libc.conf" | #define LTDL_OBJDIR ".libs/" | #define HAVE_PRELOADED_SYMBOLS 1 | #define HAVE_LIBDL 1 | #define HAVE_DLERROR 1 | #define HAVE_ARGZ_H 1 | #define HAVE_ERROR_T 1 | #define HAVE_ARGZ_APPEND 1 | #define HAVE_ARGZ_CREATE_SEP 1 | #define HAVE_ARGZ_INSERT 1 | #define HAVE_ARGZ_NEXT 1 | #define HAVE_ARGZ_STRINGIFY 1 | #define HAVE_ASSERT_H 1 | #define HAVE_CTYPE_H 1 | #define HAVE_ERRNO_H 1 | #define HAVE_MALLOC_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STDIO_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_STRING_H 1 | #define HAVE_STRCHR 1 | #define HAVE_STRRCHR 1 | #define HAVE_MEMCPY 1 | #define HAVE_MEMMOVE 1 | #define HAVE_STRCMP 1 | #define HAVE_CLOSEDIR 1 | #define HAVE_OPENDIR 1 | #define HAVE_READDIR 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_INET_SOCKETS 1 | #define HAVE_LIGHTNING 1 | #define ENABLE_DLD 1 | #define OPTIMIZE 1 | | configure: exit 0