## ----------------------------- ## ## GNU Smalltalk 3.0 test suite. ## ## ----------------------------- ## testsuite: command line was: $ ./testsuite ## ----------- ## ## ChangeLogs. ## ## ----------- ## 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: ../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/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/tcp/ChangeLog: | 2007-11-18 Freddie Akeroyd | | * tcp.c: Look for winsock 2.2. | | 2007-11-05 Paolo Bonzini | | * AbstractSocketImpl.st: Add #valueWithoutBuffering:. | * IPSocketImpl.st: Likewise. | * Sockets.st: Use it when flushing. | * cfuncs.st: Add IPPROTO_TCP and TCP_NODELAY constants 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/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/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/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/gdbm/ChangeLog: | 2007-08-13 Paolo Bonzini | | * gdbm-c.st: Switch to the new syntax for "returning:". 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/complex/ChangeLog: | 2007-07-17 Paolo Bonzini | | * complextests.st: New. | * Complex.st: Fix bugs. | | 2007-07-16 Paolo Bonzini | | * Complex.st: New. 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/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: ../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/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/ncurses/ChangeLog: | 2007-08-13 Paolo Bonzini | | * ncurses.st: Switch to the new syntax for "returning:". testsuite: ../packages/gnuplot/ChangeLog: | 2007-12-10 Paolo Bonzini | | * Series.st: Allow autoscaling one end of the axes. | | 2007-11-22 Paolo Bonzini | | * 2D.st: Override GPPlot>>#displaySeriesOn:. Rename *Params | to *Style. | * Base.st: Rename *Params to *Style. Extract GPElement from | GPSeries. Extract GPContainer from GPPlot, use double dispatch testsuite: ../packages/stinst/doc/ChangeLog: | 2007-10-25 Paolo Bonzini | | * Publish.st: Compare strings case-sensitively to avoid differences | due to hashing. | | 2007-10-05 Paolo Bonzini | | * Publish.st: Guess comments in new-syntax methods. | | 2007-08-06 Paolo Bonzini testsuite: ../packages/stinst/compiler/ChangeLog: | 2007-11-05 Stephen Compall | | * StartCompiler.st: Answer the method node from the driver's | #compile: method. | | 2007-10-21 Paolo Bonzini | | * StartCompiler.st: Remove #parserClass from Behavior. | | 2007-10-02 Stephen Compall testsuite: ../packages/stinst/parser/ChangeLog: | 2007-10-21 Paolo Bonzini | | * Exporter.st: Add #methodFormattedSourceString and use it. | Add #parserClass. | * GSTParser.st: Support adding more instance variables to a class. | * RBParser.st: Add RBBracketedMethodParser. | * SIFParser.st: Send #noteOldSyntax to compiled methods. | * STFileParser.st: Return compiled methods from #compile:. Add | #resolveClass:. Send #noteOldSyntax to compiled methods. | * STLoader.st: Return compiled methods from #compile:. testsuite: ../packages/dbd-mysql/ChangeLog: | 2007-10-06 Paolo Bonzini | | * ResultSet.st: Fix syntax error. testsuite: ../packages/numerics/ChangeLog: | 2007-08-13 Paolo Bonzini | | * NumericsTests.st: Fix numerical accuracy problem in #logBeta:. 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: ../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. 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: ../sigsegv/ChangeLog: | 2007-11-16 Bruno Haible | | * src/fault-freebsd-i386.h (SIGSEGV_FAULT_STACKPOINTER): Use sc_rsp | also on x86_64-freebsd platform. | Reported by Dmitri Hrapof and | Petr Salinger . | | 2007-11-15 Bruno Haible | | * configure.ac (CFG_SIGNALS, CFG_FAULT): Port to i586-kfreebsd-gnu 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-01-07 Paolo Bonzini | | * libgst/save.c: Disable copy-on-write if libsigsegv is not | available. | | 2008-01-07 Paolo Bonzini | | * libgst/oop.c: Move definition of NO_SIGSEGV_HANDLING... | * libgst/oop.h: ... here. | testsuite: ../ChangeLog: | 2008-01-07 Paolo Bonzini | | * kernel/Object.st: Fix #basicPrintNl. | | 2008-01-07 Paolo Bonzini | | * kernel/SmallInt.st: Don't coerce for 0 divExact: x. | | 2008-01-06 Paolo Bonzini | ## --------- ## ## Platform. ## ## --------- ## hostname = pi uname -m = i686 uname -r = 2.6.23-ARCH uname -s = Linux uname -v = #1 SMP PREEMPT Sat Oct 27 09:04:14 UTC 2007 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = i686 /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/tests PATH: /usr/local/sbin PATH: /usr/sbin PATH: /sbin PATH: /bin PATH: /usr/bin PATH: /opt/plt/bin PATH: /opt/e17/bin PATH: /opt/insight/bin PATH: /opt/java/bin PATH: /opt/java/jre/bin PATH: /opt/kde/bin PATH: /opt/mozilla/bin PATH: /opt/NX/bin PATH: /opt/qt/bin PATH: /opt/simias/bin PATH: /usr/unsermake PATH: /home/manveru/prog/ruby/bin PATH: /usr/local/bin PATH: /home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0 PATH: /home/manveru/bin 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/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/tests' | at_srcdir='.' | abs_srcdir='/home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/tests' | at_top_srcdir='..' | abs_top_srcdir='/home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0' | at_top_build_prefix='../' | abs_top_builddir='/home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0' | | # Backward compatibility with Autotest <= 2.59b: | at_top_builddir=$at_top_build_prefix | | AUTOTEST_PATH='tests' | | SHELL=${CONFIG_SHELL-'/bin/sh'} testsuite: atlocal: | enable_mysql_tests='no' | 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/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/tests/gst --version GNU Smalltalk version 3.0 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: /usr/share/smalltalk/kernel Using default image path: /usr/var/lib/smalltalk ## ------------------ ## ## Running the tests. ## ## ------------------ ## testsuite: starting at: Tue Jan 8 11:31:49 JST 2008 1. arrays.st (testsuite.at:27): ok (0m0.113s 0m0.170s) 2. classes.st (testsuite.at:28): ok (0m0.143s 0m0.127s) 3. blocks.st (testsuite.at:29): ok (0m0.103s 0m0.143s) 4. sets.st (testsuite.at:30): ok (0m0.107s 0m0.143s) 5. processes.st (testsuite.at:31): ok (0m0.130s 0m0.143s) 6. exceptions.st (testsuite.at:32): ok (0m0.130s 0m0.130s) 7. intmath.st (testsuite.at:33): ok (0m0.120s 0m0.143s) 8. floatmath.st (testsuite.at:34): ok (0m1.740s 0m0.190s) 9. dates.st (testsuite.at:35): ok (0m1.240s 0m0.200s) 10. objects.st (testsuite.at:36): ok (0m0.187s 0m0.113s) 11. strings.st (testsuite.at:37): ok (0m0.107s 0m0.160s) 12. chars.st (testsuite.at:38): ok (0m0.130s 0m0.137s) 13. objdump.st (testsuite.at:39): ok (0m0.123s 0m0.150s) 14. delays.st (testsuite.at:40): ok (0m3.096s 0m0.143s) 15. geometry.st (testsuite.at:41): ok (0m0.120s 0m0.163s) 16. cobjects.st (testsuite.at:42): ok (0m0.120s 0m0.137s) 17. compiler.st (testsuite.at:43): ok (0m0.130s 0m0.153s) 18. fileext.st (testsuite.at:44): ok (0m0.117s 0m0.133s) 19. mutate.st (testsuite.at:45): ok (0m0.147s 0m0.137s) 20. untrusted.st (testsuite.at:46): ok (0m0.103s 0m0.160s) 21. getopt.st (testsuite.at:47): ok (0m0.130s 0m0.163s) 22. quit.st (testsuite.at:48): ok (0m0.117s 0m0.150s) 23. ackermann.st (testsuite.at:51): ok (0m0.100s 0m0.180s) 24. ary3.st (testsuite.at:52): ok (0m0.913s 0m0.123s) 25. except.st (testsuite.at:53): ok (0m2.240s 0m0.160s) 26. fibo.st (testsuite.at:54): ok (0m0.103s 0m0.157s) 27. hash.st (testsuite.at:55): ok (0m0.540s 0m0.143s) 28. hash2.st (testsuite.at:56): ok (0m1.517s 0m0.123s) 29. heapsort.st (testsuite.at:57): ok (0m0.150s 0m0.120s) 30. lists.st (testsuite.at:58): ok (0m0.220s 0m0.117s) 31. lists1.st (testsuite.at:59): ok (0m0.860s 0m0.167s) 32. lists2.st (testsuite.at:60): ok (0m1.297s 0m0.173s) 33. matrix.st (testsuite.at:61): ok (0m0.113s 0m0.147s) 34. methcall.st (testsuite.at:62): ok (0m0.337s 0m0.137s) 35. nestedloop.st (testsuite.at:63): ok (0m0.130s 0m0.137s) 36. objinst.st (testsuite.at:64): ok (0m0.133s 0m0.140s) 37. prodcons.st (testsuite.at:65): ok (0m0.200s 0m0.207s) 38. random-bench.st (testsuite.at:66): ok (0m0.127s 0m0.140s) 39. sieve.st (testsuite.at:67): ok (0m0.107s 0m0.150s) 40. strcat.st (testsuite.at:68): ok (0m0.130s 0m0.117s) 41. SUnit (testsuite.at:71): ok (0m0.657s 0m0.130s) 42. Parser (testsuite.at:72): ok (0m0.503s 0m0.197s) 43. ArrayANSITest (testsuite.at:75): ok (0m0.170s 0m0.163s) 44. ArrayFactoryANSITest (testsuite.at:76): ok (0m0.143s 0m0.140s) 45. BagANSITest (testsuite.at:77): ok (0m0.170s 0m0.130s) 46. BagFactoryANSITest (testsuite.at:78): ok (0m0.157s 0m0.157s) 47. BooleanANSITest (testsuite.at:79): ok (0m0.130s 0m0.167s) 48. ByteArrayANSITest (testsuite.at:80): ok (0m0.180s 0m0.143s) 49. ByteArrayFactoryANSITest (testsuite.at:81): ok (0m0.153s 0m0.137s) 50. CharacterANSITest (testsuite.at:82): ok (0m0.147s 0m0.150s) 51. CharacterFactoryANSITest (testsuite.at:83): ok (0m0.110s 0m0.173s) 52. DateAndTimeANSITest (testsuite.at:84): ok (0m0.173s 0m0.127s) 53. DateAndTimeFactoryANSITest (testsuite.at:85): ok (0m0.123s 0m0.157s) 54. DictionaryANSITest (testsuite.at:86): ok (0m0.140s 0m0.140s) 55. DictionaryFactoryANSITest (testsuite.at:87): ok (0m0.110s 0m0.173s) 56. DurationANSITest (testsuite.at:88): ok (0m0.160s 0m0.160s) 57. DurationFactoryANSITest (testsuite.at:89): ok (0m0.150s 0m0.153s) 58. DyadicValuableANSITest (testsuite.at:90): ok (0m0.130s 0m0.160s) 59. ErrorANSITest (testsuite.at:91): ok (0m0.133s 0m0.137s) 60. ErrorClassANSITest (testsuite.at:92): ok (0m0.140s 0m0.143s) 61. ExceptionANSITest (testsuite.at:93): ok (0m0.110s 0m0.153s) 62. ExceptionClassANSITest (testsuite.at:94): ok (0m0.127s 0m0.157s) 63. ExceptionSetANSITest (testsuite.at:95): ok (0m0.133s 0m0.153s) 64. FailedMessageANSITest (testsuite.at:96): ok (0m0.127s 0m0.167s) 65. FileStreamFactoryANSITest (testsuite.at:97): ok (0m0.163s 0m0.127s) 66. FloatANSITest (testsuite.at:98): ok (0m0.207s 0m0.177s) 67. FloatCharacterizationANSITest (testsuite.at:99): ok (0m0.120s 0m0.160s) 68. FractionANSITest (testsuite.at:100): ok (0m0.203s 0m0.157s) 69. FractionFactoryANSITest (testsuite.at:101): ok (0m0.123s 0m0.163s) 70. IdentityDictionaryANSITest (testsuite.at:102): ok (0m0.143s 0m0.183s) 71. IdentityDictionaryFactoryANSITest (testsuite.at:103): ok (0m0.130s 0m0.150s) 72. IntegerANSITest (testsuite.at:104): ok (0m0.247s 0m0.147s) 73. IntervalANSITest (testsuite.at:105): ok (0m0.170s 0m0.157s) 74. IntervalFactoryANSITest (testsuite.at:106): ok (0m0.123s 0m0.177s) 75. MessageNotUnderstoodANSITest (testsuite.at:107): ok (0m0.143s 0m0.127s) 76. MessageNotUnderstoodSelectorANSITest (testsuite.at:108): ok (0m0.133s 0m0.147s) 77. MonadicBlockANSITest (testsuite.at:109): ok (0m0.160s 0m0.127s) 78. NilANSITest (testsuite.at:110): ok (0m0.130s 0m0.143s) 79. NiladicBlockANSITest (testsuite.at:111): ok (0m0.127s 0m0.163s) 80. NotificationANSITest (testsuite.at:112): ok (0m0.170s 0m0.133s) 81. NotificationClassANSITest (testsuite.at:113): ok (0m0.123s 0m0.147s) 82. ObjectANSITest (testsuite.at:114): ok (0m0.123s 0m0.153s) 83. ObjectClassANSITest (testsuite.at:115): ok (0m0.133s 0m0.153s) 84. OrderedCollectionANSITest (testsuite.at:116): ok (0m0.177s 0m0.177s) 85. OrderedCollectionFactoryANSITest (testsuite.at:117): ok (0m0.140s 0m0.163s) 86. ReadFileStreamANSITest (testsuite.at:118): ok (0m0.120s 0m0.180s) 87. ReadStreamANSITest (testsuite.at:119): ok (0m0.133s 0m0.160s) 88. ReadStreamFactoryANSITest (testsuite.at:120): ok (0m0.123s 0m0.150s) 89. ReadWriteStreamANSITest (testsuite.at:121): ok (0m0.133s 0m0.157s) 90. ReadWriteStreamFactoryANSITest (testsuite.at:122): ok (0m0.130s 0m0.153s) 91. ScaledDecimalANSITest (testsuite.at:123): ok (0m0.253s 0m0.150s) 92. SelectorANSITest (testsuite.at:124): ok (0m0.143s 0m0.143s) 93. SetANSITest (testsuite.at:125): ok (0m0.157s 0m0.163s) 94. SetFactoryANSITest (testsuite.at:126): ok (0m0.143s 0m0.150s) 95. SortedCollectionANSITest (testsuite.at:127): ok (0m0.193s 0m0.133s) 96. SortedCollectionFactoryANSITest (testsuite.at:128): ok (0m0.123s 0m0.170s) 97. StringANSITest (testsuite.at:129): ok (0m0.187s 0m0.147s) 98. StringFactoryANSITest (testsuite.at:130): ok (0m0.147s 0m0.157s) 99. SymbolANSITest (testsuite.at:131): ok (0m0.197s 0m0.140s) 100. TranscriptANSITest (testsuite.at:132): ok (0m0.140s 0m0.147s) 101. WarningANSITest (testsuite.at:133): ok (0m0.150s 0m0.153s) 102. WarningClassANSITest (testsuite.at:134): ok (0m0.133s 0m0.167s) 103. WriteFileStreamANSITest (testsuite.at:135): ok (0m0.150s 0m0.143s) 104. WriteStreamANSITest (testsuite.at:136): ok (0m0.143s 0m0.150s) 105. WriteStreamFactoryANSITest (testsuite.at:137): ok (0m0.160s 0m0.143s) 106. ZeroDivideANSITest (testsuite.at:138): ok (0m0.137s 0m0.183s) 107. ZeroDivideFactoryANSITest (testsuite.at:139): ok (0m0.123s 0m0.173s) 108. Complex (testsuite.at:142): ok (0m0.310s 0m0.183s) 109. Continuations (testsuite.at:143): ok (0m4.840s 0m0.187s) 110. DBD-MySQL (testsuite.at:144): skipped (testsuite.at:144) 112. DebugTools (testsuite.at:146): ok (0m0.313s 0m0.153s) 113. DhbNumericalMethods (testsuite.at:147): ok (0m11.849s 0m0.203s) 114. Digest (testsuite.at:148): ok (0m0.353s 0m0.157s) 115. GDBM (testsuite.at:149): ok (0m0.317s 0m0.150s) 116. Iconv (testsuite.at:150): ok (0m0.433s 0m0.197s) 117. Sport (testsuite.at:151): ok (0m0.590s 0m0.170s) 118. ZLib (testsuite.at:152): ok (0m0.290s 0m0.167s) testsuite: ending at: Tue Jan 8 11:32:57 JST 2008 testsuite: test suite duration: 0h 1m 8s ## ------------- ## ## Test results. ## ## ------------- ## ERROR: 117 tests were run, 1 failed unexpectedly. 1 test was skipped. ## ------------------------ ## ## Summary of the failures. ## ## ------------------------ ## Failed tests: GNU Smalltalk 3.0 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 111: testsuite.at:145 DBD-SQLite DBD-SQLite SUnit Skipped tests: GNU Smalltalk 3.0 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 110: testsuite.at:144 DBD-MySQL DBD-MySQL SUnit ## ---------------------- ## ## Detailed failed tests. ## ## ---------------------- ## # -*- compilation -*- 111. testsuite.at:145: testing ... { (cd /home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0 && gst -I /home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/gst.im -f /home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/scripts/Test.st --verbose -p DBD-SQLite ret=0 case in 2) exit 77 ;; 0|1) exit ;; esac); echo exit 0 > retcode; } | tr -d '\r' | tee stdout; . retcode ./testsuite.at:145: { (cd $abs_top_builddir && gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose -p DBD-SQLite ret=$? case $ret in 2) exit 77 ;; 0|1) exit $ret ;; esac); echo exit $? > retcode; } | tr -d '\r' | tee stdout; . retcode --- /dev/null 2007-11-12 13:48:02.526670930 +0900 +++ /home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/tests/testsuite.dir/at-stderr 2008-01-08 11:32:40.000000000 +0900 @@ -0,0 +1 @@ +./testsuite: line 1321: 15945 Segmentation fault gst $image_path -f $abs_top_srcdir/scripts/Test.st --verbose -p DBD-SQLite stdout: Loading package DBI Loading /home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/DBI.star#uzip/ConnectionInfo.st Loading /home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/DBI.star#uzip/Connection.st Loading /home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/DBI.star#uzip/Statement.st Loading /home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/DBI.star#uzip/ResultSet.st Loading /home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/DBI.star#uzip/Row.st Loading /home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/DBI.star#uzip/ColumnInfo.st Loading package SUnit Loading /home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/SUnit.star#uzip/SUnitPreload.st Loading /home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/SUnit.star#uzip/SUnit.st Loading /home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/SUnit.star#uzip/SUnitScript.st Loading package DBD-SQLite Loading /home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/DBD-SQLite.star#uzip/SQLite.st Loading /home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/DBD-SQLite.star#uzip/Connection.st Loading /home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/DBD-SQLite.star#uzip/ResultSet.st Loading /home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/DBD-SQLite.star#uzip/Statement.st Loading /home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/DBD-SQLite.star#uzip/Row.st Loading /home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/DBD-SQLite.star#uzip/ColumnInfo.st Loading /home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/DBD-SQLite.star#uzip/SQLiteTests.st DBI.SQLite.SQLiteResultSetTestCase>>#testNext .... DBI.SQLite.SQLiteResultSetTestCase>>#testAtEnd .... DBI.SQLite.SQLiteResultSetTestCase>>#testColumnNames . 111. testsuite.at:145: 111. DBD-SQLite (testsuite.at:145): FAILED (testsuite.at:145) ## ------------- ## ## ../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, which was | generated by GNU Autoconf 2.61. Invocation command line was | | $ ./configure --prefix=/usr --disable-emacs | | ## --------- ## | ## Platform. ## | ## --------- ## | | hostname = pi | uname -m = i686 | uname -r = 2.6.23-ARCH | uname -s = Linux | uname -v = #1 SMP PREEMPT Sat Oct 27 09:04:14 UTC 2007 | | /usr/bin/uname -p = unknown | /bin/uname -X = unknown | | /bin/arch = i686 | /usr/bin/arch -k = unknown | /usr/convex/getsysinfo = unknown | /usr/bin/hostinfo = unknown | /bin/machine = unknown | /usr/bin/oslevel = unknown | /bin/universe = unknown | | PATH: /usr/local/sbin | PATH: /usr/sbin | PATH: /sbin | PATH: /bin | PATH: /usr/bin | PATH: /sbin | PATH: /usr/sbin | PATH: /opt/plt/bin | PATH: /opt/e17/bin | PATH: /opt/insight/bin | PATH: /opt/java/bin | PATH: /opt/java/jre/bin | PATH: /opt/kde/bin | PATH: /opt/mozilla/bin | PATH: /opt/NX/bin | PATH: /opt/qt/bin | PATH: /opt/simias/bin | PATH: /usr/unsermake/ | PATH: /home/manveru/prog/ruby/bin | PATH: /usr/local/bin | PATH: /usr/local/jdk/jdk1.5.0_04/bin | PATH: /opt/kde/bin | PATH: /usr/bin | PATH: /bin | PATH: /usr/X11R6/bin | PATH: /usr/games | PATH: /opt/plt/bin | PATH: /opt/e17/bin | PATH: /opt/insight/bin | PATH: /opt/java/bin | PATH: /opt/java/jre/bin | PATH: /opt/kde/bin | PATH: /opt/mozilla/bin | PATH: /opt/NX/bin | PATH: /opt/qt/bin | PATH: /opt/simias/bin | PATH: /usr/unsermake/ | PATH: . | PATH: /home/manveru/bin | PATH: . | PATH: /opt/plt/bin | PATH: /opt/e17/bin | PATH: /opt/insight/bin | PATH: /opt/java/bin | PATH: /opt/java/jre/bin | PATH: /opt/kde/bin | PATH: /opt/mozilla/bin | PATH: /opt/NX/bin | PATH: /opt/qt/bin | PATH: /opt/simias/bin | PATH: /usr/unsermake/ | | | ## ----------- ## | ## Core tests. ## | ## ----------- ## | | configure:2165: checking for a BSD-compatible install | configure:2221: result: /bin/install -c | configure:2232: checking whether build environment is sane | configure:2275: result: yes | configure:2340: checking for gawk | configure:2356: found /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: i686-pc-linux-gnu | configure:2629: checking host system type | configure:2644: result: i686-pc-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.2.2 | Copyright (C) 2007 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: i686-pc-linux-gnu | Configured with: ../configure --prefix=/usr --enable-shared --enable-languages=c,c++,objc --enable-threads=posix --enable-__cxa_atexit --disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib --enable-clocale=gnu --disable-libstdcxx-pch --with-tune=generic | Thread model: posix | gcc version 4.2.2 | 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 -march=i686 -mtune=native -O2 -pipe 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 -march=i686 -mtune=native -O2 -pipe conftest.c >&5 | configure:3285: $? = 0 | configure:3309: result: | configure:3315: checking for suffix of object files | configure:3341: gcc -c -march=i686 -mtune=native -O2 -pipe 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 -march=i686 -mtune=native -O2 -pipe 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 -march=i686 -mtune=native -O2 -pipe 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" | | #define PACKAGE_STRING "GNU Smalltalk 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 0 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0" | | /* 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" | | #define PACKAGE_STRING "GNU Smalltalk 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 0 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0" | | /* 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 -march=i686 -mtune=native -O2 -pipe conftest.c >&5 | configure:4319: $? = 0 | configure:4418: gcc -o conftest -march=i686 -mtune=native -O2 -pipe 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 -march=i686 -mtune=native -O2 -pipe conftest.c >&5 | configure:4498: $? = 0 | configure:4514: result: yes | configure:4471: checking for sys/stat.h | configure:4492: gcc -c -march=i686 -mtune=native -O2 -pipe conftest.c >&5 | configure:4498: $? = 0 | configure:4514: result: yes | configure:4471: checking for stdlib.h | configure:4492: gcc -c -march=i686 -mtune=native -O2 -pipe conftest.c >&5 | configure:4498: $? = 0 | configure:4514: result: yes | configure:4471: checking for string.h | configure:4492: gcc -c -march=i686 -mtune=native -O2 -pipe conftest.c >&5 | configure:4498: $? = 0 | configure:4514: result: yes | configure:4471: checking for memory.h | configure:4492: gcc -c -march=i686 -mtune=native -O2 -pipe conftest.c >&5 | configure:4498: $? = 0 | configure:4514: result: yes | configure:4471: checking for strings.h | configure:4492: gcc -c -march=i686 -mtune=native -O2 -pipe conftest.c >&5 | configure:4498: $? = 0 | configure:4514: result: yes | configure:4471: checking for inttypes.h | configure:4492: gcc -c -march=i686 -mtune=native -O2 -pipe conftest.c >&5 | configure:4498: $? = 0 | configure:4514: result: yes | configure:4471: checking for stdint.h | configure:4492: gcc -c -march=i686 -mtune=native -O2 -pipe conftest.c >&5 | configure:4498: $? = 0 | configure:4514: result: yes | configure:4471: checking for unistd.h | configure:4492: gcc -c -march=i686 -mtune=native -O2 -pipe conftest.c >&5 | configure:4498: $? = 0 | configure:4514: result: yes | configure:4536: checking minix/config.h usability | configure:4553: gcc -c -march=i686 -mtune=native -O2 -pipe 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" | | #define PACKAGE_STRING "GNU Smalltalk 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 0 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0" | | #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" | | #define PACKAGE_STRING "GNU Smalltalk 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 0 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0" | | #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 -march=i686 -mtune=native -O2 -pipe 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" | | #define PACKAGE_STRING "GNU Smalltalk 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 0 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0" | | #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/bin/install-info | configure:5041: result: /usr/bin/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 | 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | conftest.c:31: warning: left shift count >= width of type | conftest.c:31: warning: left shift count >= width of type | conftest.c:33: error: size of array 'off_t_is_large' is negative | configure:5472: $? = 1 | configure: failed program was: | | /* confdefs.h. */ | | #define PACKAGE_NAME "GNU Smalltalk" | | #define PACKAGE_TARNAME "smalltalk" | | #define PACKAGE_VERSION "3.0" | | #define PACKAGE_STRING "GNU Smalltalk 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 0 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0" | | #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. */ | | #include | | /* Check that off_t can represent 2**63 - 1 correctly. | | We can't simply define LARGE_OFF_T to be 9223372036854775807, | | since some C++ compilers masquerading as C compilers | | incorrectly reject 9223372036854775807. */ | | #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62)) | | int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721 | | && LARGE_OFF_T % 2147483647 == 1) | | ? 1 : -1]; | | int | | main () | | { | | | | ; | | return 0; | | } | configure:5516: gcc -c -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:5522: $? = 0 | configure:5540: result: 64 | configure:5675: checking for inline | configure:5701: gcc -c -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:5707: $? = 0 | configure:5725: result: inline | configure:5744: checking for C/C++ restrict keyword | configure:5780: gcc -c -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | conftest.c:27: error: expected ';', ',' or ')' before 'ip' | conftest.c: In function 'main': | conftest.c:34: error: expected '=', ',', ';', 'asm' or '__attribute__' before 't' | conftest.c:34: error: 't' undeclared (first use in this function) | conftest.c:34: error: (Each undeclared identifier is reported only once | conftest.c:34: error: for each function it appears in.) | conftest.c:36: 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" | | #define PACKAGE_STRING "GNU Smalltalk 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 0 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0" | | #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 _FILE_OFFSET_BITS 64 | | /* 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings -Werror conftest.c >&5 | configure:5886: $? = 0 | configure:5903: result: yes | configure:5913: checking whether -Wno-long-double is needed | configure:5930: gcc -c -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings -Werror conftest.c >&5 | configure:5936: $? = 0 | configure:5984: result: no | configure:5992: checking for goto void * | configure:6021: gcc -c -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:6027: $? = 0 | configure:6043: result: yes | configure:6077: checking whether byte ordering is bigendian | configure:6110: gcc -c -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:6116: $? = 0 | configure:6148: gcc -c -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | conftest.c: In function 'main': | conftest.c:39: error: 'not' undeclared (first use in this function) | conftest.c:39: error: (Each undeclared identifier is reported only once | conftest.c:39: error: for each function it appears in.) | conftest.c:39: 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" | | #define PACKAGE_STRING "GNU Smalltalk 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 0 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0" | | #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 _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | /* end confdefs.h. */ | | #include | | #include | | | | int | | main () | | { | | #if BYTE_ORDER != BIG_ENDIAN | | not big endian | | #endif | | | | ; | | return 0; | | } | configure:6294: result: no | configure:6313: checking for double | configure:6343: gcc -c -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:6349: $? = 0 | configure:6364: result: yes | configure:6369: checking alignment of double | configure:6689: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:6692: $? = 0 | configure:6698: ./conftest | configure:6701: $? = 0 | configure:6724: result: 4 | configure:6734: checking for long double | configure:6764: gcc -c -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:6770: $? = 0 | configure:6785: result: yes | configure:6790: checking alignment of long double | configure:7110: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:7113: $? = 0 | configure:7119: ./conftest | configure:7122: $? = 0 | configure:7145: result: 4 | configure:7155: checking for off_t | configure:7185: gcc -c -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:7191: $? = 0 | configure:7206: result: yes | configure:7213: checking size of off_t | configure:7515: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:7598: $? = 0 | configure:7613: result: yes | configure:7620: checking size of OOP | configure:7934: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:7937: $? = 0 | configure:7943: ./conftest | configure:7946: $? = 0 | configure:7969: result: 4 | 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:8997: checking dlfcn.h usability | configure:9014: gcc -c -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings -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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings -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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings -o out/conftest2.o conftest.c >&5 | configure:10398: $? = 0 | configure:10418: result: yes | configure:10444: checking whether the gcc linker (/usr/bin/ld) supports shared libraries | configure:11289: result: yes | configure:11315: checking whether -lc should be explicitly linked in | configure:11320: gcc -c -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | /tmp/cct7F2Nr.o: In function `main': | conftest.c:(.text+0x12): 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" | | #define PACKAGE_STRING "GNU Smalltalk 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 0 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0" | | #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 _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 4 | | #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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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" | | #define PACKAGE_STRING "GNU Smalltalk 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 0 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0" | | #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 _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 4 | | #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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | /tmp/cchyR9Qx.o: In function `main': | conftest.c:(.text+0x12): 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" | | #define PACKAGE_STRING "GNU Smalltalk 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 0 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0" | | #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 _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 4 | | #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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings -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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings -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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | conftest.c: In function 'main': | conftest.c:43: 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" | | #define PACKAGE_STRING "GNU Smalltalk 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 0 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0" | | #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 _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 4 | | #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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:13889: $? = 0 | configure:13904: result: yes | configure:13916: checking for size_t | configure:13946: gcc -c -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:14271: $? = 0 | configure:14328: result: yes | configure:14338: checking for struct stat.st_mtimensec | configure:14366: gcc -c -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | conftest.c: In function 'main': | conftest.c:97: 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" | | #define PACKAGE_STRING "GNU Smalltalk 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 0 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0" | | #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 _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 4 | | #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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | conftest.c: In function 'main': | conftest.c:97: 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" | | #define PACKAGE_STRING "GNU Smalltalk 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 0 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0" | | #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 _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 4 | | #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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | conftest.c: In function 'main': | conftest.c:97: 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" | | #define PACKAGE_STRING "GNU Smalltalk 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 0 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0" | | #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 _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 4 | | #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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | conftest.c: In function 'main': | conftest.c:97: 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" | | #define PACKAGE_STRING "GNU Smalltalk 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 0 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0" | | #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 _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 4 | | #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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:14580: $? = 0 | configure:14609: gcc -c -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | conftest.c: In function 'main': | conftest.c:97: 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" | | #define PACKAGE_STRING "GNU Smalltalk 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 0 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0" | | #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 _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 4 | | #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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:14694: $? = 0 | configure:14723: gcc -c -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | conftest.c: In function 'main': | conftest.c:97: 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" | | #define PACKAGE_STRING "GNU Smalltalk 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 0 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0" | | #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 _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 4 | | #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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:14808: $? = 0 | configure:14837: gcc -c -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | conftest.c: In function 'main': | conftest.c:97: warning: integer overflow in expression | conftest.c:97: 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" | | #define PACKAGE_STRING "GNU Smalltalk 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 0 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0" | | #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 _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 4 | | #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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:14922: $? = 0 | configure:14951: gcc -c -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | conftest.c: In function 'main': | conftest.c:97: warning: integer overflow in expression | conftest.c:97: 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" | | #define PACKAGE_STRING "GNU Smalltalk 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 0 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0" | | #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 _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 4 | | #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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:15038: $? = 0 | configure:15083: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:15168: $? = 0 | configure:15183: result: yes | configure:15204: checking for intptr_t | configure:15234: gcc -c -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:15240: $? = 0 | configure:15255: result: yes | configure:15319: checking for uint8_t | configure:15350: gcc -c -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:15356: $? = 0 | configure:15377: result: yes | configure:15395: checking for uint16_t | configure:15426: gcc -c -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:15432: $? = 0 | configure:15453: result: yes | configure:15467: checking for uint32_t | configure:15498: gcc -c -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:15504: $? = 0 | configure:15525: result: yes | configure:15543: checking for uint64_t | configure:15574: gcc -c -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:15580: $? = 0 | configure:15601: result: yes | configure:15619: checking for unsigned long long int | configure:15650: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:15656: $? = 0 | configure:15673: result: yes | configure:15685: checking for uintmax_t | configure:15715: gcc -c -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:15721: $? = 0 | configure:15736: result: yes | configure:15757: checking for uintptr_t | configure:15787: gcc -c -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:15793: $? = 0 | configure:15808: result: yes | configure:15880: checking for working alloca.h | configure:15907: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:15913: $? = 0 | configure:15930: result: yes | configure:15940: checking for alloca | configure:15987: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:15993: $? = 0 | configure:16010: result: yes | configure:16237: checking for obstacks | configure:16268: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:16274: $? = 0 | configure:16291: result: yes | configure:16310: checking for atan in -lm | configure:16345: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | conftest.c:76: 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:16451: $? = 0 | configure:16468: result: yes | configure:16537: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:16656: $? = 0 | configure:16674: result: yes | configure:16694: checking if environ is properly declared | configure:16722: gcc -c -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | conftest.c:72: 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" | | #define PACKAGE_STRING "GNU Smalltalk 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 0 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0" | | #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 _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 4 | | #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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for strdup | configure:16846: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | conftest.c:96: 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for strsignal | configure:16846: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for mkstemp | configure:16846: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for getpagesize | configure:16846: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for getdtablesize | configure:16846: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for strstr | configure:16846: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | conftest.c:102: 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for floorl | configure:16846: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | conftest.c:104: 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | conftest.c:105: 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | conftest.c:106: 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | conftest.c:107: 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | conftest.c:108: 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | conftest.c:109: 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | conftest.c:110: 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | conftest.c:111: 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | conftest.c:112: 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | conftest.c:113: 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | conftest.c:114: 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | conftest.c:115: 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | conftest.c:116: 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | conftest.c:117: 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | conftest.c:118: 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | conftest.c:119: 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for strpbrk | configure:16846: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | conftest.c:121: 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:16852: $? = 0 | configure:16870: result: yes | configure:16790: checking for mkdtemp | configure:16846: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:16852: $? = 0 | configure:16870: result: yes | configure:16895: checking for gethostname | configure:16951: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for memcpy | configure:16951: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | conftest.c:125: 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | conftest.c:126: 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for uname | configure:16951: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for usleep | configure:16951: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for lstat | configure:16951: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for grantpt | configure:16951: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for popen | configure:16951: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for getrusage | configure:16951: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for gettimeofday | configure:16951: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for fork | configure:16951: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | conftest.c:135: 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | conftest.c:136: 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for utime | configure:16951: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for readlink | configure:16951: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for sigsetmask | configure:16951: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for alarm | configure:16951: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for select | configure:16951: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for mprotect | configure:16951: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for madvise | configure:16951: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for waitpid | configure:16951: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for setsid | configure:16951: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for spawnl | configure:16951: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | /tmp/ccATObBe.o: In function `main': | conftest.c:(.text+0x12): 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" | | #define PACKAGE_STRING "GNU Smalltalk 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 0 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0" | | #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 _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 4 | | #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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for pread | configure:16951: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for pwrite | configure:16951: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:16957: $? = 0 | configure:16975: result: yes | configure:16895: checking for _NSGetExecutablePath | configure:16951: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | /tmp/ccTtvDbv.o: In function `main': | conftest.c:(.text+0x12): 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" | | #define PACKAGE_STRING "GNU Smalltalk 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 0 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0" | | #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 _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 4 | | #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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | conftest.c:151: warning: conflicting types for built-in function 'lrint' | configure:17175: $? = 0 | configure:17192: result: yes | configure:17225: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | conftest.c: In function 'main': | conftest.c:134: warning: implicit declaration of function 'exit' | conftest.c:134: warning: incompatible implicit declaration of built-in function 'exit' | conftest.c:134: warning: integer constant is too large for 'long' type | conftest.c:134: warning: comparison is always true due to limited range of data type | 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:17340: $? = 0 | configure:17357: result: yes | configure:17392: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | conftest.c: In function 'main': | conftest.c:132: warning: initialization discards qualifiers from pointer target type | conftest.c:136: warning: implicit declaration of function 'exit' | conftest.c:136: 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:17470: $? = 0 | configure:17485: result: yes | configure:17497: checking whether localtime caches the timezone | configure:17558: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | conftest.c:141: warning: return type defaults to 'int' | conftest.c:150: warning: return type defaults to 'int' | conftest.c: In function 'unset_TZ': | conftest.c:146: 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | conftest.c: In function 'main': | conftest.c:158: warning: 't' is used uninitialized in this function | conftest.c:174: warning: 'b' is used uninitialized in this function | conftest.c:180: 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:17749: $? = 0 | configure:17765: result: yes | configure:17778: checking for library containing opendir | configure:17819: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 # # /etc/ld.so.conf # /usr/X11R6/lib # End of file /usr/lib/libfakeroot /usr/local/lib /usr/local/lib /opt/gnome/lib /opt/opendylan/lib /opt/gnome/lib /opt/xfce4/lib /opt/e17/lib /opt/xfce4/lib /opt/qt/lib /opt/insight/lib /opt/kde/lib | 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm -ldl >&5 | configure:18694: $? = 0 | configure:18712: result: yes | configure:18732: checking for _ prefix in compiled symbols | configure:18742: gcc -c -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:19167: $? = 0 | configure:19182: result: yes | configure:19208: checking for argz_append | configure:19264: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:19270: $? = 0 | configure:19288: result: yes | configure:19208: checking for argz_create_sep | configure:19264: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:19270: $? = 0 | configure:19288: result: yes | configure:19208: checking for argz_insert | configure:19264: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:19270: $? = 0 | configure:19288: result: yes | configure:19208: checking for argz_next | configure:19264: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:19270: $? = 0 | configure:19288: result: yes | configure:19208: checking for argz_stringify | configure:19264: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:19270: $? = 0 | configure:19288: result: yes | configure:19340: checking assert.h usability | configure:19357: gcc -c -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | conftest.c:185: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" | | #define PACKAGE_STRING "GNU Smalltalk 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 0 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0" | | #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 _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 4 | | #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:#:#:/etc/ld.so.conf:#:/usr/X11R6/lib:#:End:of:file:/usr/lib/libfakeroot:/usr/local/lib:/usr/local/lib:/opt/gnome/lib:/opt/opendylan/lib:/opt/gnome/lib:/opt/xfce4/lib:/opt/e17/lib:/opt/xfce4/lib:/opt/qt/lib:/opt/insight/lib:/opt/kde/lib" | | #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:152: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" | | #define PACKAGE_STRING "GNU Smalltalk 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 0 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0" | | #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 _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 4 | | #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:#:#:/etc/ld.so.conf:#:/usr/X11R6/lib:#:End:of:file:/usr/lib/libfakeroot:/usr/local/lib:/usr/local/lib:/opt/gnome/lib:/opt/opendylan/lib:/opt/gnome/lib:/opt/xfce4/lib:/opt/e17/lib:/opt/xfce4/lib:/opt/qt/lib:/opt/insight/lib:/opt/kde/lib" | | #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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | conftest.c:185: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" | | #define PACKAGE_STRING "GNU Smalltalk 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 0 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0" | | #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 _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 4 | | #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:#:#:/etc/ld.so.conf:#:/usr/X11R6/lib:#:End:of:file:/usr/lib/libfakeroot:/usr/local/lib:/usr/local/lib:/opt/gnome/lib:/opt/opendylan/lib:/opt/gnome/lib:/opt/xfce4/lib:/opt/e17/lib:/opt/xfce4/lib:/opt/qt/lib:/opt/insight/lib:/opt/kde/lib" | | #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:152: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" | | #define PACKAGE_STRING "GNU Smalltalk 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 0 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0" | | #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 _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 4 | | #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:#:#:/etc/ld.so.conf:#:/usr/X11R6/lib:#:End:of:file:/usr/lib/libfakeroot:/usr/local/lib:/usr/local/lib:/opt/gnome/lib:/opt/opendylan/lib:/opt/gnome/lib:/opt/xfce4/lib:/opt/e17/lib:/opt/xfce4/lib:/opt/qt/lib:/opt/insight/lib:/opt/kde/lib" | | #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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | conftest.c:185: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" | | #define PACKAGE_STRING "GNU Smalltalk 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 0 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0" | | #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 _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 4 | | #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:#:#:/etc/ld.so.conf:#:/usr/X11R6/lib:#:End:of:file:/usr/lib/libfakeroot:/usr/local/lib:/usr/local/lib:/opt/gnome/lib:/opt/opendylan/lib:/opt/gnome/lib:/opt/xfce4/lib:/opt/e17/lib:/opt/xfce4/lib:/opt/qt/lib:/opt/insight/lib:/opt/kde/lib" | | #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:152: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" | | #define PACKAGE_STRING "GNU Smalltalk 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 0 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0" | | #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 _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 4 | | #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:#:#:/etc/ld.so.conf:#:/usr/X11R6/lib:#:End:of:file:/usr/lib/libfakeroot:/usr/local/lib:/usr/local/lib:/opt/gnome/lib:/opt/opendylan/lib:/opt/gnome/lib:/opt/xfce4/lib:/opt/e17/lib:/opt/xfce4/lib:/opt/qt/lib:/opt/insight/lib:/opt/kde/lib" | | #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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | conftest.c:185: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" | | #define PACKAGE_STRING "GNU Smalltalk 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 0 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0" | | #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 _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 4 | | #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:#:#:/etc/ld.so.conf:#:/usr/X11R6/lib:#:End:of:file:/usr/lib/libfakeroot:/usr/local/lib:/usr/local/lib:/opt/gnome/lib:/opt/opendylan/lib:/opt/gnome/lib:/opt/xfce4/lib:/opt/e17/lib:/opt/xfce4/lib:/opt/qt/lib:/opt/insight/lib:/opt/kde/lib" | | #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:152: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" | | #define PACKAGE_STRING "GNU Smalltalk 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 0 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0" | | #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 _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 4 | | #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:#:#:/etc/ld.so.conf:#:/usr/X11R6/lib:#:End:of:file:/usr/lib/libfakeroot:/usr/local/lib:/usr/local/lib:/opt/gnome/lib:/opt/opendylan/lib:/opt/gnome/lib:/opt/xfce4/lib:/opt/e17/lib:/opt/xfce4/lib:/opt/qt/lib:/opt/insight/lib:/opt/kde/lib" | | #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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | conftest.c:177: 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | conftest.c:180: 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:20213: $? = 0 | configure:20231: result: yes | configure:20151: checking for opendir | configure:20207: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:20213: $? = 0 | configure:20231: result: yes | configure:20151: checking for readdir | configure:20207: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:20213: $? = 0 | configure:20231: result: yes | configure:20257: checking how to link with GMP | configure:20305: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm -lgmp >&5 | configure:20311: $? = 0 | configure:20330: result: -lgmp | configure:20341: checking for mp_limb_t | configure:20374: gcc -c -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:20380: $? = 0 | configure:20395: result: yes | configure:20402: checking size of mp_limb_t | configure:20722: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:20725: $? = 0 | configure:20731: ./conftest | configure:20734: $? = 0 | configure:20757: result: 4 | configure:20782: checking how to link with readline | configure:20818: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm -lreadline >&5 | conftest.c: In function 'main': | conftest.c:14: warning: implicit declaration of function 'exit' | conftest.c:14: warning: incompatible implicit declaration of built-in function 'exit' | configure:20821: $? = 0 | configure:20837: result: -lreadline | configure:20855: checking for rl_completion_matches | configure:20911: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm -lreadline >&5 | configure:20917: $? = 0 | configure:20934: result: yes | 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: /usr/bin/tclsh | configure:21074: checking for Tcl 8.x | configure:21076: result: /usr/lib | configure:21078: checking for Tk 8.x | configure:21080: result: /usr/lib | configure:21086: checking the include path for Tcl/Tk 8.x | configure:21160: result: -I/usr/include | configure:21163: checking how to link with Tcl/Tk 8.x | configure:21179: checking for Tcl_ObjSetVar2 | configure:21235: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings -I/usr/include conftest.c -lm -ldl -lpthread -lieee -lm -lX11 -L/usr/lib -ltcl8.4 -L/usr/lib -ltk8.4 >&5 | configure:21241: $? = 0 | configure:21258: result: yes | configure:21266: checking for Tk_CreatePhotoImageFormat | configure:21322: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings -I/usr/include conftest.c -lm -ldl -lpthread -lieee -lm -lX11 -L/usr/lib -ltcl8.4 -L/usr/lib -ltk8.4 >&5 | configure:21328: $? = 0 | configure:21345: result: yes | configure:21358: result: -ldl -lpthread -lieee -lm -lX11 -L/usr/lib -ltcl8.4 -L/usr/lib -ltk8.4 | configure:21377: checking whether to install BloxTK | configure:21435: result: yes | 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lpq -lm >&5 | configure:21781: $? = 0 | configure:21799: result: yes | configure:21813: checking whether to install DBD-PostgreSQL | configure:21868: result: yes | configure:21894: checking sqlite3.h usability | configure:21911: gcc -c -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:21917: $? = 0 | configure:21931: result: yes | configure:21935: checking sqlite3.h presence | configure:21950: gcc -E conftest.c | configure:21956: $? = 0 | configure:21970: result: yes | configure:22003: checking for sqlite3.h | configure:22010: result: yes | configure:22016: checking whether to install DBD-SQLite | configure:22072: result: yes | configure:22091: checking whether to install DBI | configure:22134: result: yes | configure:22155: checking gdbm.h usability | configure:22172: gcc -c -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:22178: $? = 0 | configure:22192: result: yes | configure:22196: checking gdbm.h presence | configure:22211: gcc -E conftest.c | configure:22217: $? = 0 | configure:22231: result: yes | configure:22264: checking for gdbm.h | configure:22271: result: yes | configure:22277: checking whether to install GDBM | configure:22333: result: yes | 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:22621: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include conftest.c -lgobject-2.0 -lglib-2.0 -lm >&5 | configure:22624: $? = 0 | configure:22630: ./conftest | configure:22633: $? = 0 | configure:22653: result: yes (version 2.14.4) | configure:22678: checking for pkg-config | configure:22709: result: /usr/bin/pkg-config | configure:22731: checking for GTK+ - version >= 2.0.0 | configure:22851: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 conftest.c -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 -lm >&5 | configure:22854: $? = 0 | configure:22860: ./conftest | configure:22863: $? = 0 | configure:22883: result: yes (version 2.12.3) | configure:22941: checking for atk >= 1.0.0 | configure:22945: result: yes | configure:22949: checking ATK_CFLAGS | configure:22952: result: -I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include | configure:22955: checking ATK_LIBS | configure:22958: result: -latk-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 | configure:23034: checking for pango >= 1.0.0 | configure:23038: result: yes | configure:23042: checking PANGO_CFLAGS | configure:23045: result: -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include | configure:23048: checking PANGO_LIBS | configure:23051: result: -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 | configure:23258: checking whether to install GTK | configure:23314: result: yes | configure:23332: checking whether to install BloxGTK | configure:23387: result: yes | configure:23407: checking whether to install Blox | configure:23462: result: yes | 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 | configure:23633: checking if the linker (/usr/bin/ld) is GNU ld | GNU ld (GNU Binutils) 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | conftest.c: In function 'main': | conftest.c:170: warning: unused variable 'cs' | configure:24106: $? = 0 | configure:24124: result: yes | configure:24164: checking for iconv | configure:24196: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:24202: $? = 0 | configure:24272: result: yes | configure:24295: checking for iconv declaration | configure:24334: gcc -c -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lncurses -lm >&5 | configure:24961: $? = 0 | configure:24979: result: yes | configure:24993: checking whether to install NCurses | configure:25048: result: yes | 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:25490: $? = 0 | configure:25518: result: none required | configure:25579: checking for library containing gethostbyname | configure:25620: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:25626: $? = 0 | configure:25654: result: none required | configure:25664: checking for socket | configure:25720: gcc -o conftest -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c -lm >&5 | configure:25726: $? = 0 | configure:25743: result: yes | configure:25761: checking netinet/in.h usability | configure:25778: gcc -c -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings 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 -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | configure:26578: $? = 0 | configure:26592: result: yes | configure:26596: checking zlib.h presence | configure:26611: gcc -E conftest.c | configure:26617: $? = 0 | configure:26631: result: yes | configure:26664: checking for zlib.h | configure:26671: result: yes | configure:26677: checking whether to install ZLib | configure:26733: result: yes | configure:26776: checking lightning.h usability | configure:26793: gcc -c -march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings conftest.c >&5 | conftest.c:206: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" | | #define PACKAGE_STRING "GNU Smalltalk 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 0 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0" | | #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 _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 4 | | #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:#:#:/etc/ld.so.conf:#:/usr/X11R6/lib:#:End:of:file:/usr/lib/libfakeroot:/usr/local/lib:/usr/local/lib:/opt/gnome/lib:/opt/opendylan/lib:/opt/gnome/lib:/opt/xfce4/lib:/opt/e17/lib:/opt/xfce4/lib:/opt/qt/lib:/opt/insight/lib:/opt/kde/lib" | | #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_GMP 1 | | #define SIZEOF_MP_LIMB_T 4 | | #define HAVE_READLINE 1 | | #define HAVE_TCLTK 1 | | #define HAVE_LIBPQ 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_LIBNCURSES 1 | | #define HAVE_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:173: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" | | #define PACKAGE_STRING "GNU Smalltalk 3.0" | | #define PACKAGE_BUGREPORT "address@hidden" | | #define ST_MAJOR_VERSION 3 | | #define ST_MINOR_VERSION 0 | | #define ST_EDIT_VERSION 0 | | #define MAINTAINER "address@hidden" | | #define PACKAGE "smalltalk" | | #define VERSION "3.0" | | #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 _FILE_OFFSET_BITS 64 | | #define restrict __restrict | | #define HAVE_VISIBILITY_HIDDEN | | #define HAVE_GOTO_VOID_P 1 | | #define HOST_SYSTEM "i686-pc-linux-gnu" | | #define EXEEXT "" | | #define ARGV_EXEEXT "" | | #define ALIGNOF_DOUBLE 4 | | #define ALIGNOF_LONG_DOUBLE 4 | | #define SIZEOF_OFF_T 8 | | #define SIZEOF_OOP 4 | | #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:#:#:/etc/ld.so.conf:#:/usr/X11R6/lib:#:End:of:file:/usr/lib/libfakeroot:/usr/local/lib:/usr/local/lib:/opt/gnome/lib:/opt/opendylan/lib:/opt/gnome/lib:/opt/xfce4/lib:/opt/e17/lib:/opt/xfce4/lib:/opt/qt/lib:/opt/insight/lib:/opt/kde/lib" | | #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_GMP 1 | | #define SIZEOF_MP_LIMB_T 4 | | #define HAVE_READLINE 1 | | #define HAVE_TCLTK 1 | | #define HAVE_LIBPQ 1 | | #define HAVE_LANGINFO_CODESET 1 | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_ICONV 1 | | #define ICONV_CONST | | #define HAVE_LIBNCURSES 1 | | #define HAVE_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, which was | generated by GNU Autoconf 2.61. Invocation command line was | | CONFIG_FILES = | CONFIG_HEADERS = | CONFIG_LINKS = | CONFIG_COMMANDS = | $ ./config.status | | on pi | | 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:1214: linking ./lightning/i386/asm-32.h to lightning/asm.h | config.status:1214: linking ./lightning/i386/fp-32.h to lightning/fp.h | config.status:1214: linking ./lightning/i386/core-32.h to lightning/core.h | config.status:1214: linking ./lightning/i386/funcs.h to lightning/funcs.h | config.status:1236: executing tests/atconfig commands | config.status:1236: executing depfiles commands | configure:28773: === configuring in libffi (/home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/libffi) | configure:28876: running /bin/sh ./configure '--prefix=/usr' '--disable-emacs' 'CFLAGS=-march=i686 -mtune=native -O2 -pipe' '--enable-subdir' '--enable-snprintfv-convenience' --cache-file=/dev/null --srcdir=. | configure:28773: === configuring in snprintfv (/home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/snprintfv) | configure:28876: running /bin/sh ./configure '--prefix=/usr' '--disable-emacs' 'CFLAGS=-march=i686 -mtune=native -O2 -pipe' '--enable-subdir' '--enable-snprintfv-convenience' --cache-file=/dev/null --srcdir=. | configure:28773: === configuring in sigsegv (/home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/sigsegv) | configure:28876: running /bin/sh ./configure '--prefix=/usr' '--disable-emacs' 'CFLAGS=-march=i686 -mtune=native -O2 -pipe' '--enable-subdir' '--enable-snprintfv-convenience' --cache-file=/dev/null --srcdir=. | | ## ---------------- ## | ## Cache variables. ## | ## ---------------- ## | | ac_cv_alignof_double=4 | ac_cv_alignof_long_double=4 | ac_cv_build=i686-pc-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='-march=i686 -mtune=native -O2 -pipe' | 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_Tcl_ObjSetVar2=yes | ac_cv_func_Tk_CreatePhotoImageFormat=yes | 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_rl_completion_matches=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=yes | 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=yes | 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=yes | ac_cv_host=i686-pc-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=yes | ac_cv_lib_pq_PQconnectdb=yes | 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/bin/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='/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=4 | ac_cv_sizeof_mp_limb_t=4 | ac_cv_sizeof_off_t=8 | ac_cv_sys_file_offset_bits=64 | 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_mp_limb_t=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 | 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=-lgmp | gst_cv_inet_sockets=yes | gst_cv_libc_so_name=/lib/libc.so.6 | gst_cv_readline_libs='-lreadline ' | gst_cv_tcltk_includes=' -I/usr/include' | gst_cv_tcltk_libs='-ldl -lpthread -lieee -lm -lX11 -L/usr/lib -ltcl8.4 -L/usr/lib -ltk8.4' | 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 # # /etc/ld.so.conf # /usr/X11R6/lib # End of file /usr/lib/libfakeroot /usr/local/lib /usr/local/lib /opt/gnome/lib /opt/opendylan/lib /opt/gnome/lib /opt/xfce4/lib /opt/e17/lib /opt/xfce4/lib /opt/qt/lib /opt/insight/lib /opt/kde/lib ' | 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/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/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/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/build-aux/missing --run tar' | AR='ar' | AS='as' | ATK_CFLAGS='-I/usr/include/atk-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' | ATK_LIBS='-latk-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 ' | AUTOCONF='${SHELL} /home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/build-aux/missing --run autoconf' | AUTOHEADER='${SHELL} /home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/build-aux/missing --run autoheader' | AUTOM4TE='${SHELL} /home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/build-aux/missing --run autom4te' | AUTOMAKE='${SHELL} /home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/build-aux/missing --run automake-1.9' | AWK='gawk' | BLOX_IMPLEMENTATION='BloxTK' | BUILT_PACKAGES=' packages/blox/tk packages/dbd-sqlite packages/gdbm packages/gtk packages/i18n packages/iconv packages/digest packages/tcp packages/vfs packages/zlib' | CC='gcc' | CCDEPMODE='depmode=gcc3' | CFLAGS='-march=i686 -mtune=native -O2 -pipe -Wall -Wno-strict-aliasing -Wno-switch -fno-gcse -fstrict-aliasing -Wdeclaration-after-statement -Wno-format -Wpointer-arith -Wno-pointer-sign -Wwrite-strings ' | 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='-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' | GLIB_GENMARSHAL='glib-genmarshal' | GLIB_LIBS='-lgobject-2.0 -lglib-2.0 ' | GLIB_MKENUMS='glib-mkenums' | GOBJECT_QUERY='gobject-query' | GPERF='${SHELL} /home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/build-aux/missing --run gperf' | GREP='/bin/grep' | GST_RUN='$(top_builddir)/gst -I $(top_builddir)/gst.im -f' | GTK_CFLAGS='-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng12 ' | GTK_LIBS='-lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lpangocairo-1.0 -lpango-1.0 -lcairo -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 ' | 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=' -I/usr/include' | INSTALL_DATA='${INSTALL} -m 644' | INSTALL_INFO='/usr/bin/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/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/build-aux/missing --run flex' | LIBADD_DL='-ldl' | LIBC_SO_DIR='/lib' | LIBC_SO_NAME='libc.so.6' | LIBGMP='-lgmp' | LIBICONV='' | LIBLTDL='' | LIBOBJS='' | LIBREADLINE='-lreadline ' | LIBS='-lm ' | LIBSNPRINTFV='${top_builddir}/snprintfv/snprintfv/libsnprintfvc.la' | LIBTCLTK='-ldl -lpthread -lieee -lm -lX11 -L/usr/lib -ltcl8.4 -L/usr/lib -ltk8.4' | 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/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/build-aux/missing --run makeinfo' | MODULES='' | OBJDUMP='objdump' | OBJEXT='o' | PACKAGE='smalltalk' | PACKAGE_BUGREPORT='address@hidden' | PACKAGE_DLOPEN_FLAGS=' -dlopen "${abs_top_builddir}/packages/blox/tk/blox-tk.la" -dlopen "${abs_top_builddir}/packages/dbd-sqlite/dbd-sqlite3.la" -dlopen "${abs_top_builddir}/packages/gdbm/gdbm.la" -dlopen "${abs_top_builddir}/packages/gtk/gst-gtk.la" -dlopen "${abs_top_builddir}/packages/i18n/i18n.la" -dlopen "${abs_top_builddir}/packages/iconv/iconv.la" -dlopen "${abs_top_builddir}/packages/digest/digest.la" -dlopen "${abs_top_builddir}/packages/tcp/tcp.la" -dlopen "${abs_top_builddir}/packages/zlib/zlib.la"' | PACKAGE_NAME='GNU Smalltalk' | PACKAGE_STRING='GNU Smalltalk 3.0' | PACKAGE_TARNAME='smalltalk' | PACKAGE_VERSION='3.0' | PANGO_CFLAGS='-I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include ' | PANGO_LIBS='-lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0 ' | PATH_SEPARATOR=':' | PKG_CONFIG='/usr/bin/pkg-config' | RANLIB='ranlib' | SED='/bin/sed' | SET_MAKE='' | SHELL='/bin/sh' | STRIP='strip' | TCLSH='/usr/bin/tclsh' | VERSION='3.0' | VERSION_INFO='7:0:0' | WITH_EMACS_COMINT_FALSE='#' | WITH_EMACS_COMINT_TRUE='' | WITH_EMACS_FALSE='#' | WITH_EMACS_TRUE='' | YACC='${SHELL} /home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/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='i686-pc-linux-gnu' | build_alias='' | build_cpu='i686' | build_os='linux-gnu' | build_vendor='pc' | datadir='${datarootdir}' | datarootdir='${prefix}/share' | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | dvidir='${docdir}' | enable_mysql_tests='no' | exec_prefix='${prefix}' | host='i686-pc-linux-gnu' | host_alias='' | host_cpu='i686' | host_os='linux-gnu' | host_vendor='pc' | htmldir='${docdir}' | imagedir='${localstatedir}/lib/smalltalk' | includedir='${prefix}/include' | infodir='${datarootdir}/info' | install_sh='/home/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/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='/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/manveru/pkgbuilds/smalltalk/src/smalltalk-3.0/lightning/i386/Makefile.frag' | | ## ----------- ## | ## confdefs.h. ## | ## ----------- ## | | #define PACKAGE_NAME "GNU Smalltalk" | #define PACKAGE_TARNAME "smalltalk" | #define PACKAGE_VERSION "3.0" | #define PACKAGE_STRING "GNU Smalltalk 3.0" | #define PACKAGE_BUGREPORT "address@hidden" | #define ST_MAJOR_VERSION 3 | #define ST_MINOR_VERSION 0 | #define ST_EDIT_VERSION 0 | #define MAINTAINER "address@hidden" | #define PACKAGE "smalltalk" | #define VERSION "3.0" | #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 _FILE_OFFSET_BITS 64 | #define restrict __restrict | #define HAVE_VISIBILITY_HIDDEN | #define HAVE_GOTO_VOID_P 1 | #define HOST_SYSTEM "i686-pc-linux-gnu" | #define EXEEXT "" | #define ARGV_EXEEXT "" | #define ALIGNOF_DOUBLE 4 | #define ALIGNOF_LONG_DOUBLE 4 | #define SIZEOF_OFF_T 8 | #define SIZEOF_OOP 4 | #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:#:#:/etc/ld.so.conf:#:/usr/X11R6/lib:#:End:of:file:/usr/lib/libfakeroot:/usr/local/lib:/usr/local/lib:/opt/gnome/lib:/opt/opendylan/lib:/opt/gnome/lib:/opt/xfce4/lib:/opt/e17/lib:/opt/xfce4/lib:/opt/qt/lib:/opt/insight/lib:/opt/kde/lib" | #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_GMP 1 | #define SIZEOF_MP_LIMB_T 4 | #define HAVE_READLINE 1 | #define HAVE_TCLTK 1 | #define HAVE_LIBPQ 1 | #define HAVE_LANGINFO_CODESET 1 | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_ICONV 1 | #define ICONV_CONST | #define HAVE_LIBNCURSES 1 | #define HAVE_INET_SOCKETS 1 | #define HAVE_LIGHTNING 1 | #define ENABLE_DLD 1 | #define OPTIMIZE 1 | | configure: exit 0