## ----------------------------- ## ## GNU Autoconf 2.69 test suite. ## ## ----------------------------- ## testsuite: command line was: $ ./testsuite ## ---------- ## ## ChangeLog. ## ## ---------- ## | 2012-04-24 Eric Blake | | Release Version 2.69. | * NEWS: Mention the release. | | 2012-04-24 Eric Blake | | maint: drop bz2 tarball | At 2.68b, I asked whether anyone would miss .gz and .bz2 formats. | Consensus was overwhelming that .gz still holds a place in people's ## --------- ## ## Platform. ## ## --------- ## hostname = Magma uname -m = sun4v uname -r = 5.10 uname -s = SunOS uname -v = Generic_147440-25 /usr/bin/uname -p = sparc /bin/uname -X = System = SunOS Node = Magma Release = 5.10 KernelID = Generic_147440-25 Machine = sun4v BusType = Serial = Users = OEM# = 0 Origin# = 1 NumCPU = 64 /bin/arch = sun4 /usr/bin/arch -k = sun4v /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /local-workplace/SRC/GNU/autoconf-2.69/tests PATH: /usr/local/bin PATH: /bin PATH: /usr/bin PATH: /sbin PATH: /opt/SUNWspro/bin PATH: /opt/hpnpl/bin PATH: /usr/dt/bin PATH: /usr/etc PATH: /usr/games PATH: /usr/perl5/5.8.4/bin PATH: /usr/X11/bin PATH: /usr/sfw/bin PATH: /opt/sfw/bin PATH: /opt/sfw/sbin PATH: /opt PATH: /opt/firefox PATH: /usr/ccs/bin PATH: /usr/lib/lp/postscript PATH: /usr/local/sbin PATH: /usr/local/scripts PATH: /usr/local/games PATH: /usr/openwin/bin PATH: /usr/openwin/demo PATH: /usr/sadm/install/bin PATH: /usr/sbin PATH: /usr/java PATH: /var/qmail/bin PATH: /home/popocat-3/csu/bin PATH: /usr/xpg4/bin PATH: /usr/ucb PATH: /etc PATH: /usr/sfw/sbin testsuite: atconfig: | # Configurable variable values for building test suites. | # Generated by ./config.status. | # Copyright (C) 2012 Free Software Foundation, Inc. | | # The test suite will define top_srcdir=/../.. etc. | at_testdir='tests' | abs_builddir='/local-workplace/SRC/GNU/autoconf-2.69/tests' | at_srcdir='.' | abs_srcdir='/local-workplace/SRC/GNU/autoconf-2.69/tests' | at_top_srcdir='..' | abs_top_srcdir='/local-workplace/SRC/GNU/autoconf-2.69' | at_top_build_prefix='../' | abs_top_builddir='/local-workplace/SRC/GNU/autoconf-2.69' | | # Backward compatibility with Autotest <= 2.59b: | at_top_builddir=$at_top_build_prefix | | AUTOTEST_PATH='tests' | | SHELL=${CONFIG_SHELL-'/bin/bash'} testsuite: atlocal: | # -*- shell-script -*- | # tests/atlocal. Generated from atlocal.in by configure. | # Configurable variable values for Autoconf test suite. | | # Copyright (C) 2000-2001, 2005, 2008-2012 Free Software Foundation, | # Inc. | # | # This program is free software: you can redistribute it and/or modify | # it under the terms of the GNU General Public License as published by | # the Free Software Foundation, either version 3 of the License, or | # (at your option) any later version. | # | # This program is distributed in the hope that it will be useful, | # but WITHOUT ANY WARRANTY; without even the implied warranty of | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | # GNU General Public License for more details. | # | # You should have received a copy of the GNU General Public License | # along with this program. If not, see . | | PERL='/usr/local/bin/perl' | GREP='/usr/local/bin/grep' | EGREP='/usr/local/bin/grep -E' | SED='/opt/sfw/bin/sed' | | # We need to know if sh -n is ok. | ac_cv_sh_n_works='no' | | # Check whether the underlying system can manage some unusual | # symbols in file names. | if test -z ''; then | func_sanitize_file_name () { echo "$@"; } | else | func_sanitize_file_name () { echo "$@" | tr -d ''; } | fi | | # Can we create directories with trailing whitespace in their names? | ac_cv_dir_trailing_space='yes' | if test "$ac_cv_dir_trailing_space" = yes; then | func_sanitize_dir_name () { echo "$@"; } | else | func_sanitize_dir_name () { echo "$@" | sed 's/ *$//'; } | fi | | # AUTOM4TE might be set in the environment. Override it here so that | # direct aclocal invocations also use it. | AUTOM4TE=autom4te | export AUTOM4TE ## ---------------- ## ## Tested programs. ## ## ---------------- ## ./local.at:527: /local-workplace/SRC/GNU/autoconf-2.69/tests/autom4te --version autom4te (GNU Autoconf) 2.69 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+/Autoconf: GNU GPL version 3 or later , This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Akim Demaille. ./local.at:527: /local-workplace/SRC/GNU/autoconf-2.69/tests/autoconf --version autoconf (GNU Autoconf) 2.69 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+/Autoconf: GNU GPL version 3 or later , This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by David J. MacKenzie and Akim Demaille. ./local.at:527: /local-workplace/SRC/GNU/autoconf-2.69/tests/autoheader --version autoheader (GNU Autoconf) 2.69 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+/Autoconf: GNU GPL version 3 or later , This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by Roland McGrath and Akim Demaille. ./local.at:527: /local-workplace/SRC/GNU/autoconf-2.69/tests/autoupdate --version autoupdate (GNU Autoconf) 2.69 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+/Autoconf: GNU GPL version 3 or later , This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by David J. MacKenzie and Akim Demaille. ./local.at:527: /local-workplace/SRC/GNU/autoconf-2.69/tests/autoreconf --version autoreconf (GNU Autoconf) 2.69 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+/Autoconf: GNU GPL version 3 or later , This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by David J. MacKenzie and Akim Demaille. ./local.at:527: /local-workplace/SRC/GNU/autoconf-2.69/tests/ifnames --version ifnames (GNU Autoconf) 2.69 Copyright (C) 2012 Free Software Foundation, Inc. License GPLv3+/Autoconf: GNU GPL version 3 or later , This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by David J. MacKenzie and Paul Eggert. ## ------------------ ## ## Running the tests. ## ## ------------------ ## testsuite: starting at: Sat Nov 19 20:10:05 EST 2016 1. Syntax of the shell scripts (tools.at:46): skipped (tools.at:48) 2. Syntax of the Perl scripts (tools.at:70): ok (0m1.540s 0m0.232s) 3. autom4te cache (tools.at:88): ok (0m1.331s 0m0.521s) 4. autom4te --force (tools.at:119): ok (0m0.894s 0m0.365s) 5. autom4te and whitespace in file names (tools.at:145): ok (0m4.969s 0m2.040s) 6. autom4te --trace and unusual macro names (tools.at:217): ok (0m0.439s 0m0.167s) 7. autom4te --trace and whitespace (tools.at:227): ok (0m0.447s 0m0.176s) 8. autoconf --trace: user macros (tools.at:252): ok (0m2.696s 0m1.479s) 9. autoconf --trace: builtins (tools.at:338): ok (0m3.725s 0m0.776s) 10. autoconf: forbidden tokens, basic (tools.at:369): ok (0m1.354s 0m0.659s) 11. autoconf: forbidden tokens, exceptions (tools.at:407): ok (0m0.733s 0m0.361s) 12. autoconf: automatically allowed tokens (tools.at:446): ok (0m1.361s 0m0.334s) 13. autoconf: the empty token (tools.at:463): ok (0m0.650s 0m0.330s) 14. autoconf: subdirectories (tools.at:478): ok (0m2.535s 0m1.977s) 15. autoconf: input from stdin (tools.at:504): ok (0m2.043s 0m0.742s) 16. autoconf: AC_AUTOCONF_VERSION (tools.at:522): ok (0m1.359s 0m0.362s) 17. autoconf: AC_PRESERVE_HELP_ORDER (tools.at:540): ok (0m1.704s 0m0.801s) 18. ifnames (tools.at:577): ok (0m0.286s 0m0.093s) 19. autoheader (tools.at:625): ok (0m3.609s 0m0.919s) 20. autoheader and macros (tools.at:758): ok (0m2.318s 0m0.663s) 21. autoupdate (tools.at:799): ok (0m16.149s 0m1.055s) 22. autoupdating AC_LINK_FILES (tools.at:831): ok (0m10.178s 0m2.235s) 23. autoupdating AC_PREREQ (tools.at:858): ok (0m23.877s 0m1.670s) 24. autoupdating AU_ALIAS (tools.at:879): ok (0m12.019s 0m3.254s) 25. autoupdating OLD to NEW (tools.at:905): ok (0m9.491s 0m1.698s) 27. autoupdating AC_HELP_STRING (tools.at:955): ok (0m9.627s 0m1.735s) 28. autoupdating with m4sugar (tools.at:973): ok (0m11.144s 0m2.458s) 32. autoupdating AC_LANG_SAVE (tools.at:1088): ok (0m9.987s 0m1.673s) 33. autoupdating AC_FOREACH (tools.at:1108): ok (0m9.663s 0m1.736s) 34. autoupdating with aclocal and m4_include (tools.at:1132): ok (0m21.384s 0m1.570s) 35. autom4te preselections (tools.at:1162): ok (0m9.906s 0m2.049s) 36. autom4te cache creation (tools.at:1215): skipped (tools.at:1235) 37. autom4te cache locking (tools.at:1258): ok (0m2.491s 0m1.174s) 38. autotools and whitespace in file names (tools.at:1278): ok (1m28.447s 0m14.560s) 39. m4_stack (m4sugar.at:41): ok (0m0.461s 0m0.181s) 40. m4_defn (m4sugar.at:102): ok (0m2.258s 0m0.965s) 41. m4_dumpdef (m4sugar.at:186): ok (0m1.840s 0m0.793s) 42. m4_warn (m4sugar.at:245): ok (0m1.870s 0m0.749s) 43. m4_divert_stack (m4sugar.at:303): ok (0m2.251s 0m0.897s) 44. m4_expansion_stack (m4sugar.at:392): ok (0m0.459s 0m0.179s) 45. m4_require: error message (m4sugar.at:416): ok (0m0.439s 0m0.175s) 46. m4_require: circular dependencies (m4sugar.at:436): ok (0m0.443s 0m0.175s) 47. m4_require: one-shot initialization (m4sugar.at:466): ok (0m0.920s 0m0.347s) 48. m4_require: nested (m4sugar.at:527): ok (0m2.314s 0m0.904s) 49. m4sugar shorthand conditionals (m4sugar.at:695): ok (0m0.457s 0m0.178s) 50. m4_cond (m4sugar.at:780): ok (0m0.471s 0m0.203s) 51. m4 lists (m4sugar.at:832): ok (0m0.894s 0m0.349s) 52. m4_split (m4sugar.at:884): ok (0m0.457s 0m0.180s) 53. m4_do (m4sugar.at:930): ok (0m0.458s 0m0.177s) 54. m4_append (m4sugar.at:958): ok (0m0.923s 0m0.378s) 55. m4_join (m4sugar.at:1042): ok (0m0.458s 0m0.177s) 56. m4_expand (m4sugar.at:1093): ok (0m0.460s 0m0.180s) 57. m4_text_box (m4sugar.at:1149): ok (0m0.458s 0m0.185s) 58. m4_text_wrap (m4sugar.at:1173): ok (0m0.476s 0m0.179s) 59. m4_version_compare (m4sugar.at:1235): ok (0m0.490s 0m0.200s) 60. Standard regular expressions (m4sugar.at:1293): ok (0m3.176s 0m1.227s) 61. m4_bmatch (m4sugar.at:1320): ok (0m0.458s 0m0.183s) 62. m4_toupper and m4_tolower (m4sugar.at:1352): ok (0m0.454s 0m0.174s) 63. m4_bpatsubsts (m4sugar.at:1389): ok (0m0.455s 0m0.173s) 64. m4_esyscmd_s (m4sugar.at:1418): ok (0m0.460s 0m0.189s) 65. M4 loops (m4sugar.at:1446): ok (0m2.280s 0m0.892s) 66. m4_map (m4sugar.at:1600): ok (0m0.479s 0m0.203s) 67. m4_map_args and m4_curry (m4sugar.at:1675): ok (0m1.367s 0m0.532s) 68. m4_combine (m4sugar.at:1747): ok (0m0.457s 0m0.177s) 69. m4_max and m4_min (m4sugar.at:1774): ok (0m1.422s 0m0.528s) 70. recursion (m4sugar.at:1853): ok (0m32.553s 0m0.381s) 71. m4_set (m4sugar.at:1970): ok (0m23.832s 0m0.561s) 72. __file__ and __line__ (m4sugar.at:2120): ok (0m0.455s 0m0.178s) 73. No extra re-exec with CONFIG_SHELL (m4sh.at:24): ok (0m0.561s 0m0.219s) 74. Forced re-exec with CONFIG_SHELL (m4sh.at:42): ok (0m0.731s 0m0.431s) 75. Configure re-execs self with CONFIG_SHELL (m4sh.at:110): ok (0m1.973s 0m1.542s) 76. AS_WARN and AS_ERROR (m4sh.at:145): ok (0m1.669s 0m1.110s) 77. LINENO (m4sh.at:210): ok (0m3.191s 0m2.564s) 78. LINENO stack (m4sh.at:287): ok (0m0.623s 0m0.253s) 79. AS_BOX (m4sh.at:316): ok (0m0.610s 0m0.278s) 80. AS_BASENAME (m4sh.at:358): ok (0m1.058s 0m0.783s) 81. AS_DIRNAME (m4sh.at:415): ok (0m1.122s 0m0.851s) 82. AS_SET_CATFILE (m4sh.at:474): ok (0m0.618s 0m0.218s) 83. AS_ECHO and AS_ECHO_N (m4sh.at:518): ok (0m0.708s 0m0.411s) 84. AS_EXECUTABLE_P (m4sh.at:567): ok (0m0.609s 0m0.251s) 85. AS_EXIT (m4sh.at:619): skipped (m4sh.at:654) 86. AS_MKDIR_P (m4sh.at:668): ok (0m0.656s 0m0.289s) 87. AS_VERSION_COMPARE (m4sh.at:700): ok (0m0.946s 0m0.478s) 88. as_me (m4sh.at:746): ok (0m0.588s 0m0.247s) 89. Negated classes in globbing (m4sh.at:770): ok (0m0.617s 0m0.248s) 90. Null variable substitution (m4sh.at:798): ok (0m0.581s 0m0.238s) 91. Functions Support (m4sh.at:864): ok (0m0.744s 0m0.411s) 92. Functions and return Support (m4sh.at:906): ok (0m0.741s 0m0.398s) 93. Nested AS_REQUIRE_SHELL_FN (m4sh.at:943): ok (0m0.569s 0m0.223s) 94. Nested AS_REQUIRE (m4sh.at:976): ok (0m0.586s 0m0.213s) 95. AS_REQUIRE_SHELL_FN and m4_require (m4sh.at:1014): ok (0m0.627s 0m0.252s) 96. AS_HELP_STRING (m4sh.at:1055): ok (0m0.706s 0m0.225s) 97. AS_IF and AS_CASE (m4sh.at:1194): ok (0m3.292s 0m0.755s) 98. AS_FOR (m4sh.at:1351): ok (0m0.586s 0m0.235s) 99. AS_LITERAL_IF (m4sh.at:1419): ok (0m0.579s 0m0.221s) 100. AS_TR_SH and AS_TR_CPP (m4sh.at:1497): ok (0m0.914s 0m0.808s) 101. AS_VAR basics (m4sh.at:1582): ok (0m0.677s 0m0.342s) 102. AS_VAR_APPEND (m4sh.at:1694): ok (0m0.587s 0m0.239s) 103. AS_VAR_ARITH (m4sh.at:1729): ok (0m0.679s 0m0.352s) 104. AS_INIT cleanup (m4sh.at:1760): ok (0m0.565s 0m0.224s) 105. AS_INIT_GENERATED (m4sh.at:1797): ok (0m2.516s 0m2.021s) 106. AS_MESSAGE_FD (m4sh.at:1871): ok (0m0.950s 0m0.739s) 107. _AS_CLEAN_DIR (m4sh.at:1915): ok (0m0.654s 0m0.313s) 108. ECHO_C (m4sh.at:1944): ok (0m0.720s 0m0.339s) 109. AT_COPYRIGHT (autotest.at:144): ok (0m1.497s 0m1.008s) 110. AT_DATA (autotest.at:165): ok (0m2.255s 0m2.088s) 111. Empty test suite (autotest.at:186): ok (0m1.986s 0m1.684s) 112. Banner-only test suite (autotest.at:190): ok (0m1.993s 0m1.697s) 113. Empty test (autotest.at:196): ok (0m2.094s 0m1.870s) 114. Empty check (autotest.at:199): ok (0m2.114s 0m1.895s) 115. AT_SETUP without AT_INIT (autotest.at:202): ok (0m0.468s 0m0.236s) 116. AT_BANNER without AT_INIT (autotest.at:208): ok (0m0.468s 0m0.228s) 117. AT_CLEANUP without AT_INIT (autotest.at:212): ok (0m0.467s 0m0.226s) 118. Missing AT_CLEANUP (autotest.at:216): ok (0m0.709s 0m0.233s) 119. AT_FAIL_IF without AT_SETUP (autotest.at:222): ok (0m0.705s 0m0.231s) 120. AT_SKIP_IF without AT_SETUP (autotest.at:227): ok (0m0.706s 0m0.231s) 121. AT_CHECK without AT_SETUP (autotest.at:232): ok (0m0.707s 0m0.235s) 122. AT_DATA without AT_SETUP (autotest.at:237): ok (0m0.708s 0m0.228s) 123. AT_XFAIL_IF without AT_SETUP (autotest.at:242): ok (0m0.706s 0m0.237s) 124. AT_KEYWORDS without AT_SETUP (autotest.at:247): ok (0m0.704s 0m0.231s) 125. AT_CLEANUP without AT_SETUP (autotest.at:252): ok (0m0.704s 0m0.229s) 126. AT_BANNER inside AT_SETUP (autotest.at:257): ok (0m0.706s 0m0.230s) 127. AT_SETUP inside AT_SETUP (autotest.at:265): ok (0m0.707s 0m0.234s) 128. Multiple AT_INIT (autotest.at:275): ok (0m0.706s 0m0.233s) 129. Tested programs (autotest.at:281): ok (0m3.057s 0m2.198s) 130. Startup error messages (autotest.at:291): ok (0m2.124s 0m1.903s) 131. Truth (autotest.at:303): ok (0m2.114s 0m1.893s) 132. Fallacy (autotest.at:306): ok (0m2.446s 0m2.435s) 133. Skip (autotest.at:311): ok (0m2.131s 0m1.932s) 134. Hard fail (autotest.at:316): ok (0m2.558s 0m2.610s) 135. AT_FAIL_IF (autotest.at:326): ok (0m2.890s 0m3.191s) 136. AT_SKIP_IF (autotest.at:346): ok (0m2.564s 0m2.665s) 137. Syntax error (autotest.at:366): ok (0m3.103s 0m3.413s) 138. errexit (autotest.at:385): ok (0m4.335s 0m5.236s) 139. at_status (autotest.at:427): ok (0m5.019s 0m6.399s) 140. AT_CHECK execution environment (autotest.at:453): ok (0m2.337s 0m2.215s) 141. unquoted output (autotest.at:472): ok (0m2.116s 0m1.902s) 142. Trace output (autotest.at:479): ok (0m2.121s 0m1.920s) 143. Logging (autotest.at:485): ok (0m4.661s 0m5.969s) 144. Binary output (autotest.at:530): ok (0m4.827s 0m6.023s) 145. Cleanup (autotest.at:572): ok (0m5.756s 0m7.381s) 146. Literal multiline command (autotest.at:612): ok (0m2.106s 0m1.873s) 147. Multiline parameter expansion (autotest.at:618): ok (0m2.107s 0m1.883s) 148. Backquote command substitution (autotest.at:625): ok (0m2.111s 0m1.891s) 149. Multiline backquote command substitution (autotest.at:630): ok (0m2.132s 0m1.936s) 150. Parenthetical command substitution (autotest.at:638): ok (0m2.110s 0m1.890s) 151. Multiline parenthetical command substitution (autotest.at:643): ok (0m2.128s 0m1.936s) 152. Shell comment in command (autotest.at:653): ok (0m2.122s 0m1.911s) 153. Invalid brace-enclosed parameter expansion (autotest.at:667): ok (0m2.435s 0m2.399s) 154. Multiline command from M4 expansion (autotest.at:675): ok (0m2.107s 0m1.925s) 155. Double-M4-quoted command (autotest.at:682): ok (0m2.121s 0m1.911s) 156. Metacharacters in command from M4 expansion (autotest.at:689): ok (0m2.110s 0m1.890s) 157. BS-newline in command (autotest.at:699): ok (0m2.109s 0m1.893s) 158. ^BS-newline in command (autotest.at:704): ok (0m2.109s 0m1.890s) 159. BSx641-newline in command (autotest.at:709): ok (0m2.129s 0m1.896s) 160. BS-BS-newline in command (autotest.at:714): ok (0m2.112s 0m1.904s) 161. BSx640-newline in command (autotest.at:722): ok (0m2.123s 0m1.910s) 162. Newline-CODE-BS-newline in command (autotest.at:729): ok (0m2.108s 0m1.887s) 163. Single-quote-BS-newline in command (autotest.at:736): ok (0m2.112s 0m1.900s) 164. Single-quote-newline-BS-newline in command (autotest.at:742): ok (0m2.114s 0m1.901s) 165. Input from stdin (autotest.at:755): ok (0m2.279s 0m2.173s) 166. Backquote in a test title (autotest.at:831): ok (0m3.526s 0m3.964s) 167. Single-quote in a test title (autotest.at:832): ok (0m3.520s 0m3.946s) 168. Double-quote in a test title (autotest.at:833): ok (0m3.521s 0m3.953s) 169. Backslash in a test title (autotest.at:835): ok (0m3.522s 0m3.967s) 170. Brackets in a test title (autotest.at:836): ok (0m3.523s 0m3.948s) 171. Left bracket in a test title (autotest.at:837): ok (0m3.524s 0m3.945s) 172. Right bracket in a test title (autotest.at:838): ok (0m3.524s 0m3.979s) 173. Quoted pound in a test title (autotest.at:839): ok (0m3.525s 0m3.972s) 174. Pound in a test title (autotest.at:840): ok (0m3.524s 0m3.953s) 175. Quoted comma in a test title (autotest.at:841): ok (0m3.527s 0m3.950s) 176. Comma in a test title (autotest.at:842): ok (0m3.523s 0m3.965s) 177. Parentheses in a test title (autotest.at:844): ok (0m3.527s 0m3.970s) 178. Left paren in a test title (autotest.at:845): ok (0m3.527s 0m3.969s) 179. Right paren in a test title (autotest.at:846): ok (0m3.522s 0m3.942s) 180. Quoted Macro in a test title (autotest.at:848): ok (0m3.519s 0m3.945s) 181. Macro in a test title (autotest.at:849): ok (0m3.530s 0m3.967s) 182. Macro with backquote in a test title (autotest.at:850): ok (0m3.522s 0m3.947s) 183. Macro with single-quote in a test title (autotest.at:851): ok (0m3.525s 0m3.950s) 184. Macro with double-quote in a test title (autotest.at:852): ok (0m3.520s 0m3.950s) 185. Macro with backslash in a test title (autotest.at:854): ok (0m3.527s 0m3.960s) 186. Macro echoing macro in a test title (autotest.at:855): ok (0m3.528s 0m3.963s) 187. Macro echoing single-quote in a test title (autotest.at:857): ok (0m3.524s 0m3.960s) 188. Long test title in a test title (autotest.at:858): ok (0m3.527s 0m3.944s) 189. Longer test title in a test title (autotest.at:859): ok (0m3.529s 0m3.962s) 190. Long test source lines (autotest.at:870): ok (0m2.764s 0m2.717s) 191. Huge testsuite (autotest.at:884): ok (0m17.147s 0m3.213s) 192. Debugging a successful test (autotest.at:896): ok (0m3.766s 0m4.322s) 193. Debugging script and environment (autotest.at:910): ok (0m4.780s 0m5.932s) 194. Debugging a failed test (autotest.at:927): ok (0m3.831s 0m4.545s) 195. Using atlocal (autotest.at:938): ok (0m6.162s 0m7.933s) 196. Choosing where testsuite is run (autotest.at:973): ok (0m5.300s 0m6.518s) 197. recheck (autotest.at:1008): ok (0m7.303s 0m9.828s) 198. Banners (autotest.at:1056): ok (0m13.482s 0m19.491s) 199. Keywords and ranges (autotest.at:1123): ok (0m26.396s 0m39.906s) 200. Keyword wrapping (autotest.at:1226): ok (0m1.277s 0m0.647s) 201. AT_ARG_OPTION (autotest.at:1255): ok (0m9.805s 0m13.479s) 202. AT_ARG_OPTION_ARG (autotest.at:1304): ok (0m9.720s 0m13.374s) 204. parallel truth (autotest.at:1461): ok (0m2.143s 0m1.964s) 205. parallel fallacy (autotest.at:1466): ok (0m2.480s 0m2.488s) 206. parallel skip (autotest.at:1471): ok (0m2.161s 0m1.983s) 207. parallel syntax error (autotest.at:1476): ok (0m3.196s 0m3.642s) 208. parallel errexit (autotest.at:1495): ok (0m2.657s 0m2.787s) 209. parallel autotest and signal handling (autotest.at:1511): ok (0m8.067s 0m11.148s) 210. parallel args but non-working mkfifo (autotest.at:1630): ok (0m2.313s 0m2.248s) 211. colored test results (autotest.at:1652): ok (0m8.632s 0m12.135s) 212. srcdir propagation (autotest.at:1741): ok (0m12.736s 0m15.770s) 213. whitespace in absolute testdir (autotest.at:1819): ok (0m2.609s 0m2.643s) 214. unusual file names (autotest.at:1843): ok (0m1.613s 0m1.209s) 215. Erlang Eunit unit tests (autotest.at:1873): ok (0m4.456s 0m3.298s) 216. AC_REQUIRE: topological sort (base.at:28): ok (0m0.832s 0m0.426s) 217. AC_REQUIRE: error message (base.at:72): ok (0m0.635s 0m0.349s) 218. AC_REQUIRE & AC_DEFUN_ONCE: Require, expand (base.at:90): ok (0m0.829s 0m0.426s) 219. AC_REQUIRE & AC_DEFUN_ONCE: Expand, require (base.at:132): ok (0m0.831s 0m0.428s) 220. AC_REQUIRE & AC_PROVIDE (base.at:174): ok (0m0.824s 0m0.424s) 221. AC_INIT (base.at:207): ok (0m1.791s 0m1.169s) 222. AC_INIT with unusual version strings (base.at:226): ok (0m7.370s 0m4.248s) 223. AC_COPYRIGHT (base.at:291): ok (0m1.576s 0m0.866s) 224. AC_CACHE_CHECK (base.at:322): ok (0m22.898s 0m22.339s) 225. AC_CACHE_LOAD (base.at:513): ok (0m2.260s 0m1.631s) 226. AC_COMPUTE_INT (base.at:539): ok (0m3.068s 0m1.885s) 227. AC_TRY_COMMAND (base.at:561): ok (0m1.803s 0m1.189s) 228. Input/Output (base.at:591): ok (0m2.361s 0m2.024s) 229. configure arguments (base.at:609): ok (0m2.435s 0m2.089s) 230. AC_ARG_ENABLE and AC_ARG_WITH (base.at:631): ok (0m3.527s 0m3.723s) 231. configure directories (base.at:683): ok (0m2.805s 0m2.379s) 232. AC_CONFIG_COMMANDS with empty commands (torture.at:26): ok (0m4.631s 0m3.771s) 233. AC_CONFIG_COMMANDS with temporary directory (torture.at:35): ok (0m5.014s 0m4.399s) 234. Multiple AC_CONFIG_FILES (torture.at:63): ok (0m0.902s 0m0.358s) 235. Parameterized AC_CONFIG_FILES (torture.at:75): ok (0m2.677s 0m2.234s) 236. AC_ARG_VAR (torture.at:129): ok (0m18.472s 0m25.911s) 237. AC_CONFIG_FILES, HEADERS, LINKS and COMMANDS (torture.at:186): ok (0m21.412s 0m30.477s) 238. Macro calls in AC_CONFIG_COMMANDS tags (torture.at:377): ok (0m2.268s 0m1.609s) 239. Missing templates (torture.at:397): ok (0m3.437s 0m3.342s) 240. configure invocation (torture.at:439): ok (0m12.021s 0m14.368s) 241. #define header templates (torture.at:503): ok (0m2.639s 0m2.098s) 242. Torturing config.status (torture.at:637): ok (0m8.049s 0m6.326s) 243. Substitute a 2000-byte string (torture.at:779): ok (0m7.530s 0m4.277s) 244. Define to a 2000-byte string (torture.at:857): ok (0m3.338s 0m2.102s) 245. Substitute and define special characters (torture.at:881): ok (0m5.227s 0m4.935s) 246. Substitute a newline (torture.at:988): ok (0m3.635s 0m3.610s) 247. Define a newline (torture.at:1029): ok (0m6.650s 0m4.326s) 248. AC_SUBST: variable name validation (torture.at:1074): ok (0m16.693s 0m9.340s) 249. datarootdir workaround (torture.at:1104): ok (0m5.035s 0m4.021s) 250. srcdir (torture.at:1155): ok (0m4.780s 0m5.488s) 251. VPATH (torture.at:1198): ok (0m5.478s 0m6.664s) 252. Signal handling (torture.at:1284): ok (0m1.780s 0m1.154s) 253. AC_CONFIG_LINKS (torture.at:1302): ok (0m12.969s 0m18.129s) 254. AC_CONFIG_LINKS and identical files (torture.at:1356): ok (0m8.802s 0m11.219s) 255. Configuring subdirectories (torture.at:1429): ok (0m40.201s 0m25.200s) 256. Deep Package (torture.at:1562): ok (0m44.581s 0m36.460s) 257. Non-Autoconf AC_CONFIG_SUBDIRS (torture.at:1698): ok (0m7.900s 0m3.197s) 258. Non-literal AC_CONFIG_SUBDIRS (torture.at:1740): ok (0m12.356s 0m6.011s) 259. Empty directory (torture.at:1791): ok (0m1.656s 0m0.241s) 260. Unusual Automake input files (torture.at:1812): ok (0m9.410s 0m2.342s) 261. AC_LANG, AC_LANG_PUSH & AC_LANG_POP (compile.at:31): ok (0m1.234s 0m0.359s) 262. AC_REQUIRE & AC_LANG (compile.at:83): ok (0m1.785s 0m1.174s) 263. AC_LANG_SOURCE (compile.at:119): ok (0m2.965s 0m1.898s) 264. AC_LANG_SOURCE(C++) (compile.at:144): ok (0m2.924s 0m1.836s) 265. AC_LANG_SOURCE example (compile.at:170): ok (0m1.841s 0m1.200s) 266. AC_LANG_PROGRAM example (compile.at:215): ok (0m1.841s 0m1.205s) 267. AC_COMPILE_IFELSE (compile.at:267): ok (0m10.576s 0m6.064s) 268. AC_RUN_IFELSE (compile.at:310): ok (0m3.289s 0m2.119s) 269. Order of user actions and cleanup (compile.at:344): ok (0m3.942s 0m2.634s) 270. AC_TRY_LINK_FUNC (compile.at:390): ok (0m6.746s 0m5.319s) 271. Multiple languages (compile.at:400): ok (0m13.317s 0m7.638s) 272. AC_NO_EXECUTABLES (aclang.at:13): ok (0m4.608s 0m3.747s) 273. AC_REQUIRE_CPP (aclang.at:14): ok (0m6.649s 0m5.178s) 274. Extensions (c.at:33): ok (0m6.217s 0m4.820s) 275. Broken/missing compilers (c.at:56): ok (0m2.241s 0m1.334s) 276. C keywords (c.at:75): ok (0m6.572s 0m4.992s) 277. AC_PROG_CPP requires AC_PROG_CC (c.at:93): ok (0m6.653s 0m5.161s) 278. AC_PROG_CPP with warnings (c.at:108): ok (0m5.109s 0m3.271s) 279. AC_PROG_CPP without warnings (c.at:140): skipped (c.at:143) 280. AC_PROG_CPP via CC (c.at:180): skipped (c.at:183) 281. AC_NO_EXECUTABLES (working linker) (c.at:221): ok (0m6.410s 0m4.962s) 282. AC_NO_EXECUTABLES (broken linker) (c.at:231): ok (0m5.798s 0m4.437s) 283. AC_USE_SYSTEM_EXTENSIONS (c.at:242): ok (0m14.757s 0m9.060s) 284. AC_C_RESTRICT and C++ (c.at:265): ok (0m5.330s 0m3.420s) 285. AC_OPENMP and C (c.at:328): skipped (c.at:372) 286. AC_OPENMP and C++ (c.at:382): skipped (c.at:415) 287. AC_C_BACKSLASH_A (acc.at:13): ok (0m6.316s 0m4.864s) 288. AC_C_BIGENDIAN (acc.at:14): ok (0m9.262s 0m7.144s) 289. AC_C_CHAR_UNSIGNED (acc.at:15): ok (0m8.999s 0m6.919s) 290. AC_C_FLEXIBLE_ARRAY_MEMBER (acc.at:16): ok (0m6.379s 0m4.944s) 291. AC_C_INLINE (acc.at:17): ok (0m6.311s 0m4.857s) 292. AC_C_PROTOTYPES (acc.at:18): ok (0m6.246s 0m4.814s) 293. AC_C_RESTRICT (acc.at:19): ok (0m6.343s 0m4.943s) 294. AC_C_STRINGIZE (acc.at:20): ok (0m6.814s 0m5.224s) 295. AC_C_TYPEOF (acc.at:21): ok (0m6.325s 0m4.859s) 296. AC_C_VARARRAYS (acc.at:22): ok (0m6.324s 0m4.866s) 297. AC_OPENMP (acc.at:23): ok (0m7.000s 0m5.749s) 298. AC_PROG_CC_C89 (acc.at:24): ok (0m6.239s 0m4.826s) 299. AC_PROG_CC_C99 (acc.at:25): ok (0m6.632s 0m4.948s) 300. AC_PROG_CC_C_O (acc.at:26): ok (0m6.498s 0m5.096s) 301. AC_PROG_CC_STDC (acc.at:27): ok (0m6.683s 0m4.948s) 302. AC_PROG_CPP_WERROR (acc.at:28): ok (0m6.649s 0m5.132s) 303. AC_PROG_GCC_TRADITIONAL (acc.at:29): ok (0m6.882s 0m5.318s) 304. AC_LANG_C (acc.at:32): ok (0m14.716s 0m4.758s) 305. AC_LANG_CPLUSPLUS (acc.at:33): ok (0m14.711s 0m4.781s) 306. AC_LANG_OBJC (acc.at:34): ok (0m14.712s 0m4.784s) 307. GNU Fortran 77 (fortran.at:31): ok (0m6.617s 0m5.667s) 308. GNU Fortran (fortran.at:61): ok (0m6.784s 0m5.534s) 309. AC_OPENMP and Fortran 77 (fortran.at:84): ok (0m6.231s 0m4.279s) 310. AC_OPENMP and Fortran (fortran.at:124): ok (0m6.115s 0m4.012s) 317. AC_FC_SRCEXT usage (fortran.at:636): ok (0m5.059s 0m4.332s) 318. AC_FC_PP_SRCEXT usage (fortran.at:721): ok (0m8.308s 0m9.725s) 319. AC_FC_FREEFORM (fortran.at:821): ok (0m4.073s 0m3.233s) 320. AC_FC_FREEFORM with AC_FC_SRCEXT (fortran.at:858): ok (0m4.093s 0m3.125s) 321. AC_FC_FIXEDFORM (fortran.at:896): ok (0m3.793s 0m2.925s) 322. AC_FC_FIXEDFORM with AC_FC_SRCEXT (fortran.at:934): ok (0m4.091s 0m3.193s) 323. AC_FC_LINE_LENGTH (fortran.at:973): skipped (fortran.at:1025) 324. AC_FC_CHECK_BOUNDS (fortran.at:1041): ok (0m6.066s 0m5.411s) 325. AC_FC_MODULE_FLAG (fortran.at:1100): ok (0m4.279s 0m3.345s) 326. AC_F77_IMPLICIT_NONE (acfortran.at:13): ok (0m7.035s 0m5.948s) 327. AC_F77_MAIN (acfortran.at:14): ok (0m9.580s 0m7.754s) 329. AC_FC_CHECK_BOUNDS (acfortran.at:16): ok (0m8.478s 0m7.270s) 330. AC_FC_FIXEDFORM (acfortran.at:17): ok (0m6.363s 0m5.103s) 331. AC_FC_FREEFORM (acfortran.at:18): ok (0m6.659s 0m5.424s) 332. AC_FC_IMPLICIT_NONE (acfortran.at:19): ok (0m6.834s 0m5.541s) 333. AC_FC_LINE_LENGTH (acfortran.at:20): ok (0m7.913s 0m7.037s) 334. AC_FC_MAIN (acfortran.at:21): ok (0m9.415s 0m7.517s) 335. AC_FC_MODULE_EXTENSION (acfortran.at:22): ok (0m6.402s 0m5.147s) 336. AC_FC_MODULE_FLAG (acfortran.at:23): ok (0m6.487s 0m5.188s) 337. AC_FC_MODULE_OUTPUT_FLAG (acfortran.at:24): ok (0m7.088s 0m5.882s) 338. AC_FC_PP_DEFINE (acfortran.at:25): ok (0m6.539s 0m5.253s) 340. AC_PROG_F77_C_O (acfortran.at:27): ok (0m6.585s 0m5.409s) 341. AC_PROG_FC_C_O (acfortran.at:28): ok (0m6.449s 0m5.163s) 342. AC_F77_NAME_MANGLING (acfortran.at:31): ok (0m14.697s 0m4.763s) 343. AC_LANG_FORTRAN77 (acfortran.at:32): ok (0m14.743s 0m4.765s) 344. Erlang (erlang.at:30): skipped (erlang.at:30) 345. AC_ERLANG_CHECK_LIB (erlang.at:52): skipped (erlang.at:52) 346. AC_ERLANG_SUBST_ROOT_DIR (erlang.at:72): skipped (erlang.at:72) 347. AC_ERLANG_SUBST_LIB_DIR (erlang.at:89): skipped (erlang.at:89) 348. AC_ERLANG_SUBST_INSTALL_LIB_DIR (erlang.at:106): ok (0m4.614s 0m3.746s) 349. AC_ERLANG_SUBST_INSTALL_LIB_SUBDIR (erlang.at:114): ok (0m4.710s 0m3.823s) 350. AC_ERLANG_SUBST_ERTS_VER (erlang.at:128): skipped (erlang.at:128) 351. Go (go.at:30): skipped (go.at:30) 352. AC_LANG_GO (acgo.at:15): ok (0m14.702s 0m4.756s) 353. AC_CHECK_LIB (semantics.at:33): ok (0m7.930s 0m6.538s) 354. AC_SEARCH_LIBS (semantics.at:77): ok (0m6.643s 0m5.221s) 355. AC_SEARCH_LIBS (none needed) (semantics.at:90): ok (0m6.391s 0m4.968s) 356. AC_CHECK_DECLS (semantics.at:105): ok (0m7.863s 0m6.616s) 357. AC_CHECK_FUNCS (semantics.at:159): ok (0m6.603s 0m5.252s) 358. AC_REPLACE_FUNCS (semantics.at:172): ok (0m5.634s 0m3.937s) 359. AC_CHECK_HEADERS (semantics.at:213): ok (0m7.403s 0m4.680s) 360. AC_CHECK_HEADERS (preprocessor test) (semantics.at:242): ok (0m5.016s 0m3.214s) 361. AC_CHECK_HEADERS (compiler test) (semantics.at:269): ok (0m4.843s 0m3.070s) 362. AC_CHECK_MEMBER (semantics.at:302): ok (0m6.717s 0m5.193s) 363. AC_CHECK_MEMBERS (semantics.at:328): ok (0m6.744s 0m5.248s) 364. AC_CHECK_ALIGNOF (semantics.at:343): ok (0m9.579s 0m7.185s) 365. AC_CHECK_ALIGNOF (cross compile) (semantics.at:343): ok (0m9.735s 0m7.264s) 366. AC_CHECK_ALIGNOF struct (semantics.at:360): ok (0m9.366s 0m7.078s) 367. AC_CHECK_ALIGNOF struct (cross compile) (semantics.at:360): ok (0m9.418s 0m7.059s) 368. AC_CHECK_SIZEOF (semantics.at:372): ok (0m9.561s 0m7.180s) 369. AC_CHECK_SIZEOF (cross compile) (semantics.at:372): ok (0m9.908s 0m7.364s) 370. AC_CHECK_SIZEOF struct (semantics.at:388): ok (0m9.948s 0m7.467s) 371. AC_CHECK_SIZEOF struct (cross compile) (semantics.at:388): ok (0m12.232s 0m9.037s) 372. AC_CHECK_TYPES (semantics.at:413): ok (0m6.721s 0m5.277s) 373. AC_CHECK_TYPES: backward compatibility (semantics.at:427): ok (0m1.382s 0m0.371s) 374. AC_CHECK_FILES (semantics.at:463): ok (0m4.835s 0m3.942s) 375. AC_CHECK_PROG & AC_CHECK_PROGS (semantics.at:506): ok (0m2.006s 0m1.308s) 376. AC_C_BIGENDIAN (semantics.at:555): ok (0m16.027s 0m9.285s) 377. AC_PATH_PROG & AC_PATH_PROGS (semantics.at:604): ok (0m1.952s 0m1.295s) 378. AC_PATH_PROGS_FEATURE_CHECK (semantics.at:646): ok (0m1.957s 0m1.370s) 379. AC_PATH_XTRA (semantics.at:726): ok (0m8.576s 0m6.611s) 380. AC_SYS_RESTARTABLE_SYSCALLS (semantics.at:744): ok (0m9.271s 0m7.037s) 381. AC_FUNC_SETVBUF_REVERSED (semantics.at:745): ok (0m4.620s 0m3.743s) 382. AC_FUNC_WAIT3 (semantics.at:746): ok (0m9.108s 0m6.969s) 383. AC_ARG_ENABLE (acgeneral.at:13): ok (0m4.610s 0m3.743s) 384. AC_ARG_PROGRAM (acgeneral.at:14): ok (0m4.644s 0m3.761s) 385. AC_ARG_WITH (acgeneral.at:15): ok (0m4.614s 0m3.741s) 386. AC_CHECK_DECLS_ONCE (acgeneral.at:16): ok (0m9.056s 0m7.011s) 387. AC_EGREP_CPP (acgeneral.at:17): ok (0m6.842s 0m5.268s) 388. AC_EGREP_HEADER (acgeneral.at:18): ok (0m6.837s 0m5.330s) 389. AC_LIBOBJ (acgeneral.at:19): ok (0m4.625s 0m3.765s) 390. AC_LIBSOURCES (acgeneral.at:20): ok (0m4.611s 0m3.742s) 391. AC_PREFIX_DEFAULT (acgeneral.at:21): ok (0m4.612s 0m3.734s) 392. AC_CHECKING (acgeneral.at:24): ok (0m14.715s 0m4.768s) 393. AC_COMPILE_CHECK (acgeneral.at:25): ok (0m17.275s 0m6.301s) 394. AC_ENABLE (acgeneral.at:26): ok (0m14.724s 0m4.761s) 395. AC_FOREACH (acgeneral.at:27): ok (0m14.703s 0m4.757s) 396. AC_MSG_RESULT_UNQUOTED (acgeneral.at:28): ok (0m14.700s 0m4.767s) 397. AC_TRY_COMPILE (acgeneral.at:29): ok (0m17.157s 0m6.202s) 398. AC_TRY_CPP (acgeneral.at:30): ok (0m17.728s 0m6.603s) 399. AC_TRY_LINK (acgeneral.at:31): ok (0m17.265s 0m6.322s) 400. AC_TRY_RUN (acgeneral.at:32): ok (0m17.271s 0m6.287s) 401. AC_VALIDATE_CACHED_SYSTEM_TUPLE (acgeneral.at:33): ok (0m14.710s 0m4.753s) 402. AC_WITH (acgeneral.at:34): ok (0m14.712s 0m4.792s) 403. AC_OUTPUT_COMMANDS (acstatus.at:15): ok (0m14.733s 0m4.815s) 404. AC_SYS_INTERPRETER (acspecific.at:13): ok (0m4.644s 0m3.781s) 405. AC_SYS_LARGEFILE (acspecific.at:14): ok (0m6.428s 0m4.867s) 406. AC_SYS_LONG_FILE_NAMES (acspecific.at:15): ok (0m4.700s 0m3.916s) 407. AC_SYS_POSIX_TERMIOS (acspecific.at:16): ok (0m6.409s 0m4.909s) 408. AC_AIX (acspecific.at:19): ok (0m22.618s 0m9.553s) 409. AC_ARG_ARRAY (acspecific.at:20): ok (0m14.711s 0m4.781s) 410. AC_DECL_SYS_SIGLIST (acspecific.at:21): ok (0m17.381s 0m6.351s) 411. AC_DYNIX_SEQ (acspecific.at:22): ok (0m17.341s 0m6.305s) 412. AC_HAVE_POUNDBANG (acspecific.at:23): ok (0m14.759s 0m4.864s) 413. AC_IRIX_SUN (acspecific.at:24): ok (0m17.656s 0m6.563s) 414. AC_ISC_POSIX (acspecific.at:25): ok (0m17.314s 0m6.318s) 415. AC_MINIX (acspecific.at:26): ok (0m22.628s 0m9.555s) 416. AC_SCO_INTL (acspecific.at:27): ok (0m17.439s 0m6.396s) 417. AC_XENIX_DIR (acspecific.at:28): ok (0m18.615s 0m7.129s) 418. AC_PROG_AWK (acprograms.at:13): ok (0m4.642s 0m3.734s) 419. AC_PROG_FGREP (acprograms.at:14): ok (0m4.693s 0m3.811s) 420. AC_PROG_INSTALL (acprograms.at:15): ok (0m4.727s 0m3.810s) 421. AC_PROG_LEX (acprograms.at:16): ok (0m10.601s 0m5.286s) 422. AC_PROG_LN_S (acprograms.at:17): ok (0m4.620s 0m3.755s) 423. AC_PROG_MAKE_SET (acprograms.at:18): ok (0m4.667s 0m3.814s) 424. AC_PROG_MKDIR_P (acprograms.at:19): ok (0m4.665s 0m3.755s) 425. AC_PROG_RANLIB (acprograms.at:20): ok (0m4.677s 0m3.785s) 426. AC_PROG_SED (acprograms.at:21): ok (0m5.331s 0m4.799s) 427. AC_PROG_YACC (acprograms.at:22): ok (0m4.694s 0m3.755s) 428. AC_CHECK_TOOL_PREFIX (acprograms.at:25): ok (0m14.711s 0m4.763s) 429. AC_DECL_YYTEXT (acprograms.at:26): ok (0m25.710s 0m6.984s) 430. AC_RSH (acprograms.at:27): ok (0m14.715s 0m4.777s) 431. AC_CHECK_HEADERS_ONCE (acheaders.at:13): ok (0m4.613s 0m3.753s) 432. AC_CHECK_HEADER_STDBOOL (acheaders.at:14): ok (0m9.311s 0m7.132s) 433. AC_HEADER_ASSERT (acheaders.at:15): ok (0m4.633s 0m3.790s) 434. AC_HEADER_MAJOR (acheaders.at:16): ok (0m9.329s 0m7.050s) 435. AC_HEADER_RESOLV (acheaders.at:17): ok (0m7.399s 0m5.619s) 436. AC_HEADER_STAT (acheaders.at:18): ok (0m6.347s 0m4.874s) 437. AC_HEADER_STDBOOL (acheaders.at:19): ok (0m9.315s 0m7.098s) 438. AC_HEADER_TIOCGWINSZ (acheaders.at:20): ok (0m6.850s 0m5.220s) 439. AC_DIR_HEADER (acheaders.at:23): ok (0m22.778s 0m9.764s) 440. AC_MEMORY_H (acheaders.at:24): ok (0m21.821s 0m9.262s) 441. AC_UNISTD_H (acheaders.at:25): ok (0m21.717s 0m9.130s) 442. AC_USG (acheaders.at:26): ok (0m22.074s 0m9.283s) 443. AC_STRUCT_DIRENT_D_INO (actypes.at:13): ok (0m6.791s 0m5.164s) 444. AC_STRUCT_DIRENT_D_TYPE (actypes.at:14): ok (0m6.898s 0m5.255s) 445. AC_STRUCT_ST_BLOCKS (actypes.at:15): ok (0m9.063s 0m6.932s) 446. AC_STRUCT_TIMEZONE (actypes.at:16): ok (0m7.005s 0m5.334s) 447. AC_TYPE_INT16_T (actypes.at:17): ok (0m9.187s 0m6.998s) 448. AC_TYPE_INT32_T (actypes.at:18): ok (0m9.190s 0m7.010s) 449. AC_TYPE_INT64_T (actypes.at:19): ok (0m9.185s 0m6.981s) 450. AC_TYPE_INT8_T (actypes.at:20): ok (0m9.187s 0m7.001s) 451. AC_TYPE_INTMAX_T (actypes.at:21): ok (0m9.538s 0m7.165s) 452. AC_TYPE_INTPTR_T (actypes.at:22): ok (0m9.199s 0m7.000s) 453. AC_TYPE_LONG_DOUBLE (actypes.at:23): ok (0m6.241s 0m4.806s) 454. AC_TYPE_LONG_DOUBLE_WIDER (actypes.at:24): ok (0m6.388s 0m4.942s) 455. AC_TYPE_MODE_T (actypes.at:25): ok (0m9.178s 0m6.978s) 456. AC_TYPE_OFF_T (actypes.at:26): ok (0m9.178s 0m7.005s) 457. AC_TYPE_SSIZE_T (actypes.at:27): ok (0m9.181s 0m6.987s) 458. AC_TYPE_UINT16_T (actypes.at:28): ok (0m9.028s 0m6.920s) 459. AC_TYPE_UINT32_T (actypes.at:29): ok (0m9.038s 0m6.895s) 460. AC_TYPE_UINT64_T (actypes.at:30): ok (0m9.044s 0m6.903s) 461. AC_TYPE_UINT8_T (actypes.at:31): ok (0m9.049s 0m6.935s) 462. AC_TYPE_UINTMAX_T (actypes.at:32): ok (0m9.378s 0m7.055s) 463. AC_TYPE_UINTPTR_T (actypes.at:33): ok (0m9.199s 0m7.044s) 464. AC_C_LONG_DOUBLE (actypes.at:36): ok (0m17.395s 0m6.195s) 465. AC_INT_16_BITS (actypes.at:37): ok (0m22.179s 0m9.305s) 466. AC_LONG_64_BITS (actypes.at:38): ok (0m22.207s 0m9.336s) 467. AC_STRUCT_ST_BLKSIZE (actypes.at:39): ok (0m21.974s 0m9.262s) 468. AC_STRUCT_ST_RDEV (actypes.at:40): ok (0m21.957s 0m9.221s) 469. AC_TYPE_SIGNAL (actypes.at:41): ok (0m17.313s 0m6.288s) 470. AM_TYPE_PTRDIFF_T (actypes.at:42): ok (0m22.241s 0m9.423s) 471. AC_CHECK_FUNCS_ONCE (acfunctions.at:13): ok (0m4.612s 0m3.789s) 472. AC_FUNC_CHOWN (acfunctions.at:14): ok (0m9.280s 0m7.039s) 473. AC_FUNC_CLOSEDIR_VOID (acfunctions.at:15): ok (0m9.449s 0m7.274s) 474. AC_FUNC_ERROR_AT_LINE (acfunctions.at:16): ok (0m6.359s 0m4.930s) 475. AC_FUNC_FNMATCH (acfunctions.at:17): ok (0m6.413s 0m4.918s) 476. AC_FUNC_FORK (acfunctions.at:18): ok (0m10.164s 0m7.709s) 477. AC_FUNC_FSEEKO (acfunctions.at:19): ok (0m6.451s 0m4.908s) 478. AC_FUNC_GETGROUPS (acfunctions.at:20): ok (0m9.947s 0m7.349s) 479. AC_FUNC_GETMNTENT (acfunctions.at:21): ok (0m6.392s 0m4.909s) 480. AC_FUNC_GETPGRP (acfunctions.at:22): ok (0m8.999s 0m6.936s) 481. AC_FUNC_LSTAT (acfunctions.at:23): ok (0m9.312s 0m7.081s) 482. AC_FUNC_MALLOC (acfunctions.at:24): ok (0m9.089s 0m6.953s) 483. AC_FUNC_MBRTOWC (acfunctions.at:25): ok (0m6.399s 0m4.893s) 484. AC_FUNC_MEMCMP (acfunctions.at:26): ok (0m9.069s 0m6.957s) 485. AC_FUNC_MKTIME (acfunctions.at:27): ok (0m9.936s 0m7.425s) 486. AC_FUNC_MMAP (acfunctions.at:28): ok (0m9.738s 0m7.418s) 487. AC_FUNC_OBSTACK (acfunctions.at:29): ok (0m9.055s 0m6.960s) 488. AC_FUNC_REALLOC (acfunctions.at:30): ok (0m9.103s 0m6.986s) 489. AC_FUNC_SELECT_ARGTYPES (acfunctions.at:31): ok (0m9.869s 0m7.413s) 490. AC_FUNC_SETPGRP (acfunctions.at:32): ok (0m9.001s 0m6.909s) 491. AC_FUNC_STAT (acfunctions.at:33): ok (0m9.302s 0m7.135s) 492. AC_FUNC_STRCOLL (acfunctions.at:34): ok (0m9.073s 0m6.951s) 493. AC_FUNC_STRERROR_R (acfunctions.at:35): ok (0m9.437s 0m7.136s) 494. AC_FUNC_STRFTIME (acfunctions.at:36): ok (0m6.445s 0m4.942s) 495. AC_FUNC_STRNLEN (acfunctions.at:37): ok (0m10.060s 0m7.448s) 496. AC_FUNC_STRTOD (acfunctions.at:38): ok (0m9.146s 0m6.926s) 497. AC_FUNC_STRTOLD (acfunctions.at:39): ok (0m6.354s 0m4.896s) 498. AC_FUNC_UTIME_NULL (acfunctions.at:40): ok (0m9.288s 0m7.144s) 499. AC_FUNC_VPRINTF (acfunctions.at:41): ok (0m6.552s 0m5.070s) 500. AC_HAVE_LIBRARY (aclibs.at:15): ok (0m17.187s 0m6.238s) 501. Libtool (foreign.at:25): skipped (foreign.at:32) 502. shtool (foreign.at:92): ok (0m3.764s 0m3.770s) 503. autoscan (autoscan.at:20): ok (0m1.354s 0m0.306s) testsuite: ending at: Sat Nov 19 21:39:25 EST 2016 testsuite: test suite duration: 1h 29m 20s ## ------------- ## ## Test results. ## ## ------------- ## ERROR: 488 tests were run, 13 failed (4 expected failures). 15 tests were skipped. ## ------------------------ ## ## Summary of the failures. ## ## ------------------------ ## Failed tests: GNU Autoconf 2.69 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 203: autotest.at:1370 parallel test execution autotest 311: fortran.at:176 AC_F77_DUMMY_MAIN usage 312: fortran.at:253 AC_FC_DUMMY_MAIN usage 313: fortran.at:331 AC_F77_MAIN usage 314: fortran.at:410 AC_FC_MAIN usage 315: fortran.at:489 AC_F77_FUNC usage 316: fortran.at:563 AC_FC_FUNC usage 328: acfortran.at:15 AC_F77_WRAPPERS 339: acfortran.at:26 AC_FC_WRAPPERS Skipped tests: GNU Autoconf 2.69 test suite test groups: NUM: FILE-NAME:LINE TEST-GROUP-NAME KEYWORDS 1: tools.at:46 Syntax of the shell scripts 36: tools.at:1215 autom4te cache creation 85: m4sh.at:619 AS_EXIT m4sh as_set_status 279: c.at:140 AC_PROG_CPP without warnings 280: c.at:180 AC_PROG_CPP via CC 285: c.at:328 AC_OPENMP and C 286: c.at:382 AC_OPENMP and C++ 323: fortran.at:973 AC_FC_LINE_LENGTH 344: erlang.at:30 Erlang erlang 345: erlang.at:52 AC_ERLANG_CHECK_LIB erlang 346: erlang.at:72 AC_ERLANG_SUBST_ROOT_DIR erlang 347: erlang.at:89 AC_ERLANG_SUBST_LIB_DIR erlang 350: erlang.at:128 AC_ERLANG_SUBST_ERTS_VER erlang 351: go.at:30 Go 501: foreign.at:25 Libtool ## ---------------------- ## ## Detailed failed tests. ## ## ---------------------- ## # -*- compilation -*- 203. autotest.at:1370: testing parallel test execution ... ./autotest.at:1413: cat >./atconfig < 15 ./micro-suite.log: > ## -------------------------------------------------------------- ## > ## GNU Nonsense 1.0 test suite: suite to test parallel execution. ## > ## -------------------------------------------------------------- ## > > micro-suite: command line was: > $ ./micro-suite -j4 > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = Magma > uname -m = sun4v > uname -r = 5.10 > uname -s = SunOS > uname -v = Generic_147440-25 > > /usr/bin/uname -p = sparc > /bin/uname -X = System = SunOS > Node = Magma > Release = 5.10 > KernelID = Generic_147440-25 > Machine = sun4v > BusType = > Serial = > Users = > OEM# = 0 > Origin# = 1 > NumCPU = 64 > > /bin/arch = sun4 > /usr/bin/arch -k = sun4v > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /local-workplace/SRC/GNU/autoconf-2.69/tests > PATH: /usr/local/bin > PATH: /bin > PATH: /usr/bin > PATH: /sbin > PATH: /opt/SUNWspro/bin > PATH: /opt/hpnpl/bin > PATH: /usr/dt/bin > PATH: /usr/etc > PATH: /usr/games > PATH: /usr/perl5/5.8.4/bin > PATH: /usr/X11/bin > PATH: /usr/sfw/bin > PATH: /opt/sfw/bin > PATH: /opt/sfw/sbin > PATH: /opt > PATH: /opt/firefox > PATH: /usr/ccs/bin > PATH: /usr/lib/lp/postscript > PATH: /usr/local/sbin > PATH: /usr/local/scripts > PATH: /usr/local/games > PATH: /usr/openwin/bin > PATH: /usr/openwin/demo > PATH: /usr/sadm/install/bin > PATH: /usr/sbin > PATH: /usr/java > PATH: /var/qmail/bin > PATH: /home/popocat-3/csu/bin > PATH: /usr/xpg4/bin > PATH: /usr/ucb > PATH: /etc > PATH: /usr/sfw/sbin > > micro-suite: atconfig: > | at_testdir=. > | abs_builddir='/local-workplace/SRC/GNU/autoconf-2.69/tests/testsuite.dir/203' > | at_srcdir=. > | abs_srcdir='/local-workplace/SRC/GNU/autoconf-2.69/tests/testsuite.dir/203' > | at_top_srcdir=. > | abs_top_srcdir='/local-workplace/SRC/GNU/autoconf-2.69/tests/testsuite.dir/203' > | at_top_build_prefix= > | abs_top_builddir='/local-workplace/SRC/GNU/autoconf-2.69/tests/testsuite.dir/203' > > ## ---------------- ## > ## Tested programs. ## > ## ---------------- ## > > ## ------------------ ## > ## Running the tests. ## > ## ------------------ ## > micro-suite: starting at: Sat Nov 19 20:29:29 EST 2016 > 2. test number 2 (micro-suite.at:2): ok (0m0.005s 0m0.012s)1. test number 1 (micro-suite.at:2): ok (0m0.006s 0m0.012s) > > 3. test number 3 (micro-suite.at:2): ok (0m0.005s 0m0.013s) > 4. test number 4 (micro-suite.at:2): ok (0m0.005s 0m0.013s) > 5. test number 5 (micro-suite.at:2): ok (0m0.006s 0m0.012s) > 6. test number 6 (micro-suite.at:2): ok (0m0.005s 0m0.011s) > 7. test number 7 (micro-suite.at:2): ok (0m0.005s 0m0.011s) > 8. test number 8 (micro-suite.at:2): ok (0m0.005s 0m0.011s) > 9. test number 9 (micro-suite.at:2): ok (0m0.005s 0m0.012s)10. test number 10 (micro-suite.at:2): ok (0m0.005s 0m0.012s) > > 11. test number 11 (micro-suite.at:2): ok (0m0.005s 0m0.012s) > 12. test number 12 (micro-suite.at:2): ok (0m0.005s 0m0.012s) > 14. test number 14 (micro-suite.at:2): ok (0m0.005s 0m0.011s)13. test number 13 (micro-suite.at:2): ok (0m0.005s 0m0.012s) > > 15. test number 15 (micro-suite.at:2): ok (0m0.005s 0m0.012s) > 16. test number 16 (micro-suite.at:2): ok (0m0.005s 0m0.011s) > micro-suite: ending at: Sat Nov 19 20:29:34 EST 2016 > micro-suite: test suite duration: 0h 0m 5s > > ## ------------- ## > ## Test results. ## > ## ------------- ## > > All 16 tests were successful. 203. autotest.at:1370: 203. parallel test execution (autotest.at:1370): FAILED (autotest.at:1433) # -*- compilation -*- 311. fortran.at:176: testing AC_F77_DUMMY_MAIN usage ... ./fortran.at:239: autoconf --force ./fortran.at:240: autoheader ./fortran.at:241: ./configure $configure_options 0a1 > configure: WARNING: unknown Fortran name-mangling scheme stdout: checking for g77... no checking for xlf... no checking for f77... f77 checking whether the Fortran 77 compiler works... yes checking for Fortran 77 compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU Fortran 77 compiler... no checking whether f77 accepts -g... yes checking build system type... sparc-sun-solaris2.10 checking host system type... sparc-sun-solaris2.10 checking how to get verbose linking output from f77... -v checking for Fortran 77 libraries of f77... -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm checking for gcc... gcc -m64 checking whether we are using the GNU C compiler... yes checking whether gcc -m64 accepts -g... yes checking for gcc -m64 option to accept ISO C89... none needed checking for dummy main to link with Fortran 77 libraries... none checking for Fortran 77 name-mangling scheme... unknown checking for gcc... (cached) gcc -m64 checking whether we are using the GNU C compiler... (cached) yes checking whether gcc -m64 accepts -g... (cached) yes checking for gcc -m64 option to accept ISO C89... (cached) none needed configure: creating ./config.status config.status: creating Makefile config.status: creating config.h 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 configure, which was > generated by GNU Autoconf 2.69. Invocation command line was > > $ ./configure > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = Magma > uname -m = sun4v > uname -r = 5.10 > uname -s = SunOS > uname -v = Generic_147440-25 > > /usr/bin/uname -p = sparc > /bin/uname -X = System = SunOS > Node = Magma > Release = 5.10 > KernelID = Generic_147440-25 > Machine = sun4v > BusType = > Serial = > Users = > OEM# = 0 > Origin# = 1 > NumCPU = 64 > > /bin/arch = sun4 > /usr/bin/arch -k = sun4v > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /local-workplace/SRC/GNU/autoconf-2.69/tests > PATH: /usr/local/bin > PATH: /bin > PATH: /usr/bin > PATH: /sbin > PATH: /opt/SUNWspro/bin > PATH: /opt/hpnpl/bin > PATH: /usr/dt/bin > PATH: /usr/etc > PATH: /usr/games > PATH: /usr/perl5/5.8.4/bin > PATH: /usr/X11/bin > PATH: /usr/sfw/bin > PATH: /opt/sfw/bin > PATH: /opt/sfw/sbin > PATH: /opt > PATH: /opt/firefox > PATH: /usr/ccs/bin > PATH: /usr/lib/lp/postscript > PATH: /usr/local/sbin > PATH: /usr/local/scripts > PATH: /usr/local/games > PATH: /usr/openwin/bin > PATH: /usr/openwin/demo > PATH: /usr/sadm/install/bin > PATH: /usr/sbin > PATH: /usr/java > PATH: /var/qmail/bin > PATH: /home/popocat-3/csu/bin > PATH: /usr/xpg4/bin > PATH: /usr/ucb > PATH: /etc > PATH: /usr/sfw/sbin > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1898: checking for g77 > configure:1928: result: no > configure:1898: checking for xlf > configure:1928: result: no > configure:1898: checking for f77 > configure:1914: found /bin/f77 > configure:1925: result: f77 > configure:1951: checking for Fortran 77 compiler version > configure:1960: f77 --version >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none --version > f90: Warning: Option --version passed to ld, if ld is invoked, ignored otherwise > Usage: f90 [ options ] files. Use 'f90 -flags' for details > configure:1971: $? = 0 > configure:1960: f77 -v >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -v > ### command line files and options (expanded): > ### -f77=%all -ftrap=%none -v > Usage: f90 [ options ] files. Use 'f90 -flags' for details > configure:1971: $? = 0 > configure:1960: f77 -V >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -V > f90: Sun Fortran 95 8.3 SunOS_sparc Patch 127000-01 2007/07/18 > Usage: f90 [ options ] files. Use 'f90 -flags' for details > configure:1971: $? = 0 > configure:1960: f77 -qversion >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -qversion > f90: Warning: Option -qversion passed to ld, if ld is invoked, ignored otherwise > Usage: f90 [ options ] files. Use 'f90 -flags' for details > configure:1971: $? = 0 > configure:1986: checking whether the Fortran 77 compiler works > configure:2008: f77 conftest.f >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none conftest.f > conftest.f: > MAIN main: > configure:2012: $? = 0 > configure:2060: result: yes > configure:2063: checking for Fortran 77 compiler default output file name > configure:2065: result: a.out > configure:2071: checking for suffix of executables > configure:2078: f77 -o conftest conftest.f >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -o conftest conftest.f > conftest.f: > MAIN main: > configure:2082: $? = 0 > configure:2104: result: > configure:2120: checking whether we are cross compiling > configure:2128: f77 -o conftest conftest.f >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -o conftest conftest.f > conftest.f: > MAIN main: > configure:2132: $? = 0 > configure:2139: ./conftest > configure:2143: $? = 0 > configure:2158: result: no > configure:2163: checking for suffix of object files > configure:2179: f77 -c conftest.f >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -c conftest.f > conftest.f: > MAIN main: > configure:2183: $? = 0 > configure:2204: result: o > configure:2212: checking whether we are using the GNU Fortran 77 compiler > configure:2225: f77 -c conftest.F >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -c conftest.F > /tmp/fpp.28242.0.f: > MAIN main: > > choke me > ^ > "conftest.F", Line = 3, Column = 16: ERROR: Unknown statement. Expected assignment statement but found "EOS" instead of "=" or "=>". > > f90comp: 6 SOURCE LINES > f90comp: 1 ERRORS, 0 WARNINGS, 0 OTHER MESSAGES, 0 ANSI > configure:2225: $? = 1 > configure: failed program was: > | program main > | #ifndef __GNUC__ > | choke me > | #endif > | > | end > configure:2234: result: no > configure:2240: checking whether f77 accepts -g > configure:2251: f77 -c -g conftest.f >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -c -g conftest.f > conftest.f: > MAIN main: > configure:2251: $? = 0 > configure:2259: result: yes > configure:2321: checking build system type > configure:2335: result: sparc-sun-solaris2.10 > configure:2355: checking host system type > configure:2368: result: sparc-sun-solaris2.10 > configure:2393: checking how to get verbose linking output from f77 > configure:2403: f77 -c -g conftest.f >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -c -g conftest.f > conftest.f: > MAIN main: > configure:2403: $? = 0 > configure:2421: f77 -o conftest -g -v conftest.f > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -o conftest -g -v conftest.f > ### command line files and options (expanded): > ### -f77=%all -ftrap=%none -o conftest -g -v conftest.f -lf77compat > ### f90: Note: NLSPATH = /opt/SUNWspro/prod/bin/../lib/locale/%L/LC_MESSAGES/%N.cat:/opt/SUNWspro/prod/bin/../../lib/locale/%L/LC_MESSAGES/%N.cat > /opt/SUNWspro/prod/bin/f90comp -y-o -yconftest.o -ev -y-ftrap=%none -m3 -dq -y-fbe -y/opt/SUNWspro/prod/bin/fbe -y-xarch=generic -y-s -H "/opt/SUNWspro/prod/bin/f90 -f77 -ftrap=%none -g -v " -y-xcache=generic -xcache=generic -I/opt/SUNWspro/prod/include/f95/v8 -p/opt/SUNWspro/prod/lib/modules -y-verbose -xall -y-g -G 0 -xmemalign=8i -y-xmemalign=8i -f77=%all -y-xdbggen=no%stabs+dwarf2 -y-xdbggen=incl -xassume_control=optimize -y-xassume_control=optimize -iorounding=processor-defined -xhasc=yes conftest.f > conftest.f: > MAIN main: > ### f90: Note: LD_LIBRARY_PATH = /platform/SUNW,Sun-Fire-280R/lib:/lib:/usr/lib:/usr/openwin/lib:/usr/5lib:/usr/sfw/lib:/opt/gcc/lib:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/opt/sane/lib:/opt/sane/lib/sane:/opt/hpnpl/lib:/usr/local/qt/lib:/opt/opera/lib/opera:/opt/sfw/lib:/opt/sfw/cups/lib:/opt/SUNWspro/lib:/opt/ImageMagick/lib:/opt/xcircuit/lib > ### f90: Note: LD_RUN_PATH = (null) > ### f90: Note: LD_OPTIONS = (null) > /usr/ccs/bin/ld -t -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -o conftest /opt/SUNWspro/prod/lib/crti.o /opt/SUNWspro/prod/lib/crt1.o /opt/SUNWspro/prod/lib/misalign.o /opt/SUNWspro/prod/lib/values-xi.o -Y P,/opt/SUNWspro/lib/sparc:/opt/SUNWspro/prod/lib/sparc:/opt/SUNWspro/lib:/opt/SUNWspro/prod/lib:/usr/ccs/lib:/lib:/usr/lib conftest.o -lf77compat -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -Bdynamic -lmtsk -lm -lc /opt/SUNWspro/prod/lib/crtn.o > rm conftest.o > configure:2504: result: -v > configure:2506: checking for Fortran 77 libraries of f77 > configure:2529: f77 -o conftest -g -v conftest.f > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -o conftest -g -v conftest.f > ### command line files and options (expanded): > ### -f77=%all -ftrap=%none -o conftest -g -v conftest.f -lf77compat > ### f90: Note: NLSPATH = /opt/SUNWspro/prod/bin/../lib/locale/%L/LC_MESSAGES/%N.cat:/opt/SUNWspro/prod/bin/../../lib/locale/%L/LC_MESSAGES/%N.cat > /opt/SUNWspro/prod/bin/f90comp -y-o -yconftest.o -ev -y-ftrap=%none -m3 -dq -y-fbe -y/opt/SUNWspro/prod/bin/fbe -y-xarch=generic -y-s -H "/opt/SUNWspro/prod/bin/f90 -f77 -ftrap=%none -g -v " -y-xcache=generic -xcache=generic -I/opt/SUNWspro/prod/include/f95/v8 -p/opt/SUNWspro/prod/lib/modules -y-verbose -xall -y-g -G 0 -xmemalign=8i -y-xmemalign=8i -f77=%all -y-xdbggen=no%stabs+dwarf2 -y-xdbggen=incl -xassume_control=optimize -y-xassume_control=optimize -iorounding=processor-defined -xhasc=yes conftest.f > conftest.f: > MAIN main: > ### f90: Note: LD_LIBRARY_PATH = /platform/SUNW,Sun-Fire-280R/lib:/lib:/usr/lib:/usr/openwin/lib:/usr/5lib:/usr/sfw/lib:/opt/gcc/lib:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/opt/sane/lib:/opt/sane/lib/sane:/opt/hpnpl/lib:/usr/local/qt/lib:/opt/opera/lib/opera:/opt/sfw/lib:/opt/sfw/cups/lib:/opt/SUNWspro/lib:/opt/ImageMagick/lib:/opt/xcircuit/lib > ### f90: Note: LD_RUN_PATH = (null) > ### f90: Note: LD_OPTIONS = (null) > /usr/ccs/bin/ld -t -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -o conftest /opt/SUNWspro/prod/lib/crti.o /opt/SUNWspro/prod/lib/crt1.o /opt/SUNWspro/prod/lib/misalign.o /opt/SUNWspro/prod/lib/values-xi.o -Y P,/opt/SUNWspro/lib/sparc:/opt/SUNWspro/prod/lib/sparc:/opt/SUNWspro/lib:/opt/SUNWspro/prod/lib:/usr/ccs/lib:/lib:/usr/lib conftest.o -lf77compat -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -Bdynamic -lmtsk -lm -lc /opt/SUNWspro/prod/lib/crtn.o > rm conftest.o > configure:2725: result: -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm > configure:2784: checking for gcc > configure:2811: result: gcc -m64 > configure:3040: checking for C compiler version > configure:3049: gcc -m64 --version >&5 > gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath) > Copyright (C) 2004 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:3060: $? = 0 > configure:3049: gcc -m64 -v >&5 > Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs > Configured with: /sfw10/builds/build/sfw10-patch/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/ccs/bin/as --without-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared > Thread model: posix > gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) > configure:3060: $? = 0 > configure:3049: gcc -m64 -V >&5 > gcc: `-V' must come at the start of the command line > configure:3060: $? = 1 > configure:3049: gcc -m64 -qversion >&5 > gcc: unrecognized option `-qversion' > gcc: no input files > configure:3060: $? = 1 > configure:3064: checking whether we are using the GNU C compiler > configure:3091: gcc -m64 -c conftest.c >&5 > configure:3091: $? = 0 > configure:3100: result: yes > configure:3109: checking whether gcc -m64 accepts -g > configure:3137: gcc -m64 -c -g conftest.c >&5 > configure:3137: $? = 0 > configure:3194: result: yes > configure:3211: checking for gcc -m64 option to accept ISO C89 > configure:3282: gcc -m64 -c -g -O2 conftest.c >&5 > configure:3282: $? = 0 > configure:3295: result: none needed > configure:3321: checking for dummy main to link with Fortran 77 libraries > configure:3355: gcc -m64 -o conftest -g -O2 conftest.c -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > configure:3355: $? = 0 > configure:3400: result: none > configure:3433: checking for Fortran 77 name-mangling scheme > configure:3446: f77 -c -g conftest.f >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -c -g conftest.f > conftest.f: > foobar: > foo_bar: > configure:3446: $? = 0 > configure:3487: gcc -m64 -o conftest -g -O2 conftest.c cfortran_test.o -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > ld: fatal: file cfortran_test.o: wrong ELF class: ELFCLASS32 > ld: fatal: file processing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3487: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* 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 foobar (); > | #ifdef F77_DUMMY_MAIN > | > | # ifdef __cplusplus > | extern "C" > | # endif > | int F77_DUMMY_MAIN() { return 1; } > | > | #endif > | int > | main () > | { > | return foobar (); > | ; > | return 0; > | } > configure:3487: gcc -m64 -o conftest -g -O2 conftest.c cfortran_test.o -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > ld: fatal: file cfortran_test.o: wrong ELF class: ELFCLASS32 > ld: fatal: file processing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3487: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* 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 foobar_ (); > | #ifdef F77_DUMMY_MAIN > | > | # ifdef __cplusplus > | extern "C" > | # endif > | int F77_DUMMY_MAIN() { return 1; } > | > | #endif > | int > | main () > | { > | return foobar_ (); > | ; > | return 0; > | } > configure:3487: gcc -m64 -o conftest -g -O2 conftest.c cfortran_test.o -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > ld: fatal: file cfortran_test.o: wrong ELF class: ELFCLASS32 > ld: fatal: file processing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3487: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* 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 FOOBAR (); > | #ifdef F77_DUMMY_MAIN > | > | # ifdef __cplusplus > | extern "C" > | # endif > | int F77_DUMMY_MAIN() { return 1; } > | > | #endif > | int > | main () > | { > | return FOOBAR (); > | ; > | return 0; > | } > configure:3487: gcc -m64 -o conftest -g -O2 conftest.c cfortran_test.o -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > ld: fatal: file cfortran_test.o: wrong ELF class: ELFCLASS32 > ld: fatal: file processing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3487: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* 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 FOOBAR_ (); > | #ifdef F77_DUMMY_MAIN > | > | # ifdef __cplusplus > | extern "C" > | # endif > | int F77_DUMMY_MAIN() { return 1; } > | > | #endif > | int > | main () > | { > | return FOOBAR_ (); > | ; > | return 0; > | } > configure:3587: result: unknown > configure:3642: WARNING: unknown Fortran name-mangling scheme > configure:3701: checking for gcc > configure:3728: result: gcc -m64 > configure:3957: checking for C compiler version > configure:3966: gcc -m64 --version >&5 > gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath) > Copyright (C) 2004 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:3977: $? = 0 > configure:3966: gcc -m64 -v >&5 > Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs > Configured with: /sfw10/builds/build/sfw10-patch/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/ccs/bin/as --without-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared > Thread model: posix > gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) > configure:3977: $? = 0 > configure:3966: gcc -m64 -V >&5 > gcc: `-V' must come at the start of the command line > configure:3977: $? = 1 > configure:3966: gcc -m64 -qversion >&5 > gcc: unrecognized option `-qversion' > gcc: no input files > configure:3977: $? = 1 > configure:3981: checking whether we are using the GNU C compiler > configure:4017: result: yes > configure:4026: checking whether gcc -m64 accepts -g > configure:4111: result: yes > configure:4128: checking for gcc -m64 option to accept ISO C89 > configure:4212: result: none needed > configure:4349: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.69. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on Magma > > config.status:797: creating Makefile > config.status:797: creating config.h > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_build=sparc-sun-solaris2.10 > ac_cv_c_compiler_gnu=yes > ac_cv_env_CC_set=set > ac_cv_env_CC_value='gcc -m64' > ac_cv_env_CFLAGS_set= > ac_cv_env_CFLAGS_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_F77_set= > ac_cv_env_F77_value= > ac_cv_env_FFLAGS_set= > ac_cv_env_FFLAGS_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_f77_compiler_gnu=no > ac_cv_f77_dummy_main=none > ac_cv_f77_libs=' -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm' > ac_cv_f77_mangling=unknown > ac_cv_fortran_dummy_main=none > ac_cv_host=sparc-sun-solaris2.10 > ac_cv_objext=o > ac_cv_prog_ac_ct_CC='gcc -m64' > ac_cv_prog_ac_ct_F77=f77 > ac_cv_prog_cc_c89= > ac_cv_prog_cc_g=yes > ac_cv_prog_f77_g=yes > ac_cv_prog_f77_v=-v > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CC='gcc -m64' > CFLAGS='-g -O2' > CPPFLAGS='' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-n' > ECHO_T='' > EXEEXT='' > F77='f77' > FFLAGS='-g' > FLIBS=' -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm' > LDFLAGS='' > LIBOBJS='' > LIBS='' > LTLIBOBJS='' > OBJEXT='o' > PACKAGE_BUGREPORT='' > PACKAGE_NAME='' > PACKAGE_STRING='' > PACKAGE_TARNAME='' > PACKAGE_URL='' > PACKAGE_VERSION='' > PATH_SEPARATOR=':' > SHELL='/bin/bash' > ac_ct_CC='gcc -m64' > ac_ct_F77='f77' > bindir='${exec_prefix}/bin' > build='sparc-sun-solaris2.10' > build_alias='' > build_cpu='sparc' > build_os='solaris2.10' > build_vendor='sun' > datadir='${datarootdir}' > datarootdir='${prefix}/share' > docdir='${datarootdir}/doc/${PACKAGE}' > dvidir='${docdir}' > exec_prefix='${prefix}' > host='sparc-sun-solaris2.10' > host_alias='' > host_cpu='sparc' > host_os='solaris2.10' > host_vendor='sun' > htmldir='${docdir}' > includedir='${prefix}/include' > infodir='${datarootdir}/info' > libdir='${exec_prefix}/lib' > libexecdir='${exec_prefix}/libexec' > localedir='${datarootdir}/locale' > localstatedir='${prefix}/var' > mandir='${datarootdir}/man' > oldincludedir='/usr/include' > pdfdir='${docdir}' > prefix='/usr/local' > program_transform_name='s,x,x,' > psdir='${docdir}' > sbindir='${exec_prefix}/sbin' > sharedstatedir='${prefix}/com' > sysconfdir='${prefix}/etc' > target_alias='' > > ## ----------- ## > ## confdefs.h. ## > ## ----------- ## > > /* confdefs.h */ > #define PACKAGE_NAME "" > #define PACKAGE_TARNAME "" > #define PACKAGE_VERSION "" > #define PACKAGE_STRING "" > #define PACKAGE_BUGREPORT "" > #define PACKAGE_URL "" > > configure: exit 0 311. fortran.at:176: 311. AC_F77_DUMMY_MAIN usage (fortran.at:176): FAILED (fortran.at:241) # -*- compilation -*- 312. fortran.at:253: testing AC_FC_DUMMY_MAIN usage ... ./fortran.at:317: autoconf --force ./fortran.at:318: autoheader ./fortran.at:319: ./configure $configure_options 0a1 > configure: WARNING: unknown Fortran name-mangling scheme stdout: checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... f95 checking whether the Fortran compiler works... yes checking for Fortran compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU Fortran compiler... no checking whether f95 accepts -g... yes checking for Fortran flag needed to accept fixed-form source... none checking build system type... sparc-sun-solaris2.10 checking host system type... sparc-sun-solaris2.10 checking how to get verbose linking output from f95... -v checking for Fortran libraries of f95... -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm checking for gcc... gcc -m64 checking whether we are using the GNU C compiler... yes checking whether gcc -m64 accepts -g... yes checking for gcc -m64 option to accept ISO C89... none needed checking for dummy main to link with Fortran libraries... none checking for Fortran name-mangling scheme... unknown checking for gcc... (cached) gcc -m64 checking whether we are using the GNU C compiler... (cached) yes checking whether gcc -m64 accepts -g... (cached) yes checking for gcc -m64 option to accept ISO C89... (cached) none needed configure: creating ./config.status config.status: creating Makefile config.status: creating config.h 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 configure, which was > generated by GNU Autoconf 2.69. Invocation command line was > > $ ./configure > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = Magma > uname -m = sun4v > uname -r = 5.10 > uname -s = SunOS > uname -v = Generic_147440-25 > > /usr/bin/uname -p = sparc > /bin/uname -X = System = SunOS > Node = Magma > Release = 5.10 > KernelID = Generic_147440-25 > Machine = sun4v > BusType = > Serial = > Users = > OEM# = 0 > Origin# = 1 > NumCPU = 64 > > /bin/arch = sun4 > /usr/bin/arch -k = sun4v > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /local-workplace/SRC/GNU/autoconf-2.69/tests > PATH: /usr/local/bin > PATH: /bin > PATH: /usr/bin > PATH: /sbin > PATH: /opt/SUNWspro/bin > PATH: /opt/hpnpl/bin > PATH: /usr/dt/bin > PATH: /usr/etc > PATH: /usr/games > PATH: /usr/perl5/5.8.4/bin > PATH: /usr/X11/bin > PATH: /usr/sfw/bin > PATH: /opt/sfw/bin > PATH: /opt/sfw/sbin > PATH: /opt > PATH: /opt/firefox > PATH: /usr/ccs/bin > PATH: /usr/lib/lp/postscript > PATH: /usr/local/sbin > PATH: /usr/local/scripts > PATH: /usr/local/games > PATH: /usr/openwin/bin > PATH: /usr/openwin/demo > PATH: /usr/sadm/install/bin > PATH: /usr/sbin > PATH: /usr/java > PATH: /var/qmail/bin > PATH: /home/popocat-3/csu/bin > PATH: /usr/xpg4/bin > PATH: /usr/ucb > PATH: /etc > PATH: /usr/sfw/sbin > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1898: checking for gfortran > configure:1928: result: no > configure:1898: checking for g95 > configure:1928: result: no > configure:1898: checking for xlf95 > configure:1928: result: no > configure:1898: checking for f95 > configure:1914: found /bin/f95 > configure:1925: result: f95 > configure:1951: checking for Fortran compiler version > configure:1960: f95 --version >&5 > f95: Warning: Option --version passed to ld, if ld is invoked, ignored otherwise > Usage: f95 [ options ] files. Use 'f95 -flags' for details > configure:1971: $? = 0 > configure:1960: f95 -v >&5 > ### command line files and options (expanded): > ### -v > Usage: f95 [ options ] files. Use 'f95 -flags' for details > configure:1971: $? = 0 > configure:1960: f95 -V >&5 > f95: Sun Fortran 95 8.3 SunOS_sparc Patch 127000-01 2007/07/18 > Usage: f95 [ options ] files. Use 'f95 -flags' for details > configure:1971: $? = 0 > configure:1960: f95 -qversion >&5 > f95: Warning: Option -qversion passed to ld, if ld is invoked, ignored otherwise > Usage: f95 [ options ] files. Use 'f95 -flags' for details > configure:1971: $? = 0 > configure:1986: checking whether the Fortran compiler works > configure:2008: f95 conftest.f >&5 > configure:2012: $? = 0 > configure:2060: result: yes > configure:2063: checking for Fortran compiler default output file name > configure:2065: result: a.out > configure:2071: checking for suffix of executables > configure:2078: f95 -o conftest conftest.f >&5 > configure:2082: $? = 0 > configure:2104: result: > configure:2120: checking whether we are cross compiling > configure:2128: f95 -o conftest conftest.f >&5 > configure:2132: $? = 0 > configure:2139: ./conftest > configure:2143: $? = 0 > configure:2158: result: no > configure:2163: checking for suffix of object files > configure:2179: f95 -c conftest.f >&5 > configure:2183: $? = 0 > configure:2204: result: o > configure:2212: checking whether we are using the GNU Fortran compiler > configure:2225: f95 -c conftest.F >&5 > > choke me > ^ > "conftest.F", Line = 3, Column = 16: ERROR: Unknown statement. Expected assignment statement but found "EOS" instead of "=" or "=>". > > f90comp: 6 SOURCE LINES > f90comp: 1 ERRORS, 0 WARNINGS, 0 OTHER MESSAGES, 0 ANSI > configure:2225: $? = 1 > configure: failed program was: > | program main > | #ifndef __GNUC__ > | choke me > | #endif > | > | end > configure:2234: result: no > configure:2240: checking whether f95 accepts -g > configure:2251: f95 -c -g conftest.f >&5 > configure:2251: $? = 0 > configure:2259: result: yes > configure:2293: checking for Fortran flag needed to accept fixed-form source > configure:2310: f95 -c -g conftest.f >&5 > configure:2310: $? = 0 > configure:2319: result: none > configure:2368: checking build system type > configure:2382: result: sparc-sun-solaris2.10 > configure:2402: checking host system type > configure:2415: result: sparc-sun-solaris2.10 > configure:2439: checking how to get verbose linking output from f95 > configure:2449: f95 -c -g conftest.f >&5 > configure:2449: $? = 0 > configure:2467: f95 -o conftest -g -v conftest.f > ### command line files and options (expanded): > ### -o conftest -g -v conftest.f > ### f95: Note: NLSPATH = /opt/SUNWspro/prod/bin/../lib/locale/%L/LC_MESSAGES/%N.cat:/opt/SUNWspro/prod/bin/../../lib/locale/%L/LC_MESSAGES/%N.cat > /opt/SUNWspro/prod/bin/f90comp -y-o -yconftest.o -ev -y-ftrap=common -m3 -dq -y-fbe -y/opt/SUNWspro/prod/bin/fbe -y-xarch=generic -y-s -H "/opt/SUNWspro/prod/bin/f90 -g -v " -y-xcache=generic -xcache=generic -I/opt/SUNWspro/prod/include/f95/v8 -p/opt/SUNWspro/prod/lib/modules -y-verbose -xall -y-g -G 0 -xmemalign=8i -y-xmemalign=8i -y-xdbggen=no%stabs+dwarf2 -y-xdbggen=incl -xassume_control=optimize -y-xassume_control=optimize -iorounding=processor-defined -xhasc=yes conftest.f > ### f95: Note: LD_LIBRARY_PATH = /platform/SUNW,Sun-Fire-280R/lib:/lib:/usr/lib:/usr/openwin/lib:/usr/5lib:/usr/sfw/lib:/opt/gcc/lib:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/opt/sane/lib:/opt/sane/lib/sane:/opt/hpnpl/lib:/usr/local/qt/lib:/opt/opera/lib/opera:/opt/sfw/lib:/opt/sfw/cups/lib:/opt/SUNWspro/lib:/opt/ImageMagick/lib:/opt/xcircuit/lib > ### f95: Note: LD_RUN_PATH = (null) > ### f95: Note: LD_OPTIONS = (null) > /usr/ccs/bin/ld -t -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -o conftest /opt/SUNWspro/prod/lib/crti.o /opt/SUNWspro/prod/lib/crt1.o /opt/SUNWspro/prod/lib/misalign.o /opt/SUNWspro/prod/lib/values-xi.o -Y P,/opt/SUNWspro/lib/sparc:/opt/SUNWspro/prod/lib/sparc:/opt/SUNWspro/lib:/opt/SUNWspro/prod/lib:/usr/ccs/lib:/lib:/usr/lib conftest.o -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -Bdynamic -lmtsk -lm -lc /opt/SUNWspro/prod/lib/crtn.o > rm conftest.o > configure:2550: result: -v > configure:2552: checking for Fortran libraries of f95 > configure:2575: f95 -o conftest -g -v conftest.f > ### command line files and options (expanded): > ### -o conftest -g -v conftest.f > ### f95: Note: NLSPATH = /opt/SUNWspro/prod/bin/../lib/locale/%L/LC_MESSAGES/%N.cat:/opt/SUNWspro/prod/bin/../../lib/locale/%L/LC_MESSAGES/%N.cat > /opt/SUNWspro/prod/bin/f90comp -y-o -yconftest.o -ev -y-ftrap=common -m3 -dq -y-fbe -y/opt/SUNWspro/prod/bin/fbe -y-xarch=generic -y-s -H "/opt/SUNWspro/prod/bin/f90 -g -v " -y-xcache=generic -xcache=generic -I/opt/SUNWspro/prod/include/f95/v8 -p/opt/SUNWspro/prod/lib/modules -y-verbose -xall -y-g -G 0 -xmemalign=8i -y-xmemalign=8i -y-xdbggen=no%stabs+dwarf2 -y-xdbggen=incl -xassume_control=optimize -y-xassume_control=optimize -iorounding=processor-defined -xhasc=yes conftest.f > ### f95: Note: LD_LIBRARY_PATH = /platform/SUNW,Sun-Fire-280R/lib:/lib:/usr/lib:/usr/openwin/lib:/usr/5lib:/usr/sfw/lib:/opt/gcc/lib:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/opt/sane/lib:/opt/sane/lib/sane:/opt/hpnpl/lib:/usr/local/qt/lib:/opt/opera/lib/opera:/opt/sfw/lib:/opt/sfw/cups/lib:/opt/SUNWspro/lib:/opt/ImageMagick/lib:/opt/xcircuit/lib > ### f95: Note: LD_RUN_PATH = (null) > ### f95: Note: LD_OPTIONS = (null) > /usr/ccs/bin/ld -t -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -o conftest /opt/SUNWspro/prod/lib/crti.o /opt/SUNWspro/prod/lib/crt1.o /opt/SUNWspro/prod/lib/misalign.o /opt/SUNWspro/prod/lib/values-xi.o -Y P,/opt/SUNWspro/lib/sparc:/opt/SUNWspro/prod/lib/sparc:/opt/SUNWspro/lib:/opt/SUNWspro/prod/lib:/usr/ccs/lib:/lib:/usr/lib conftest.o -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -Bdynamic -lmtsk -lm -lc /opt/SUNWspro/prod/lib/crtn.o > rm conftest.o > configure:2771: result: -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm > configure:2830: checking for gcc > configure:2857: result: gcc -m64 > configure:3086: checking for C compiler version > configure:3095: gcc -m64 --version >&5 > gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath) > Copyright (C) 2004 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:3106: $? = 0 > configure:3095: gcc -m64 -v >&5 > Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs > Configured with: /sfw10/builds/build/sfw10-patch/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/ccs/bin/as --without-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared > Thread model: posix > gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) > configure:3106: $? = 0 > configure:3095: gcc -m64 -V >&5 > gcc: `-V' must come at the start of the command line > configure:3106: $? = 1 > configure:3095: gcc -m64 -qversion >&5 > gcc: unrecognized option `-qversion' > gcc: no input files > configure:3106: $? = 1 > configure:3110: checking whether we are using the GNU C compiler > configure:3137: gcc -m64 -c conftest.c >&5 > configure:3137: $? = 0 > configure:3146: result: yes > configure:3155: checking whether gcc -m64 accepts -g > configure:3183: gcc -m64 -c -g conftest.c >&5 > configure:3183: $? = 0 > configure:3240: result: yes > configure:3257: checking for gcc -m64 option to accept ISO C89 > configure:3328: gcc -m64 -c -g -O2 conftest.c >&5 > configure:3328: $? = 0 > configure:3341: result: none needed > configure:3367: checking for dummy main to link with Fortran libraries > configure:3401: gcc -m64 -o conftest -g -O2 conftest.c -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > configure:3401: $? = 0 > configure:3446: result: none > configure:3479: checking for Fortran name-mangling scheme > configure:3492: f95 -c -g conftest.f >&5 > configure:3492: $? = 0 > configure:3533: gcc -m64 -o conftest -g -O2 conftest.c cfortran_test.o -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > ld: fatal: file cfortran_test.o: wrong ELF class: ELFCLASS32 > ld: fatal: file processing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3533: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* 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 foobar (); > | #ifdef FC_DUMMY_MAIN > | #ifndef FC_DUMMY_MAIN_EQ_F77 > | # ifdef __cplusplus > | extern "C" > | # endif > | int FC_DUMMY_MAIN() { return 1; } > | #endif > | #endif > | int > | main () > | { > | return foobar (); > | ; > | return 0; > | } > configure:3533: gcc -m64 -o conftest -g -O2 conftest.c cfortran_test.o -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > ld: fatal: file cfortran_test.o: wrong ELF class: ELFCLASS32 > ld: fatal: file processing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3533: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* 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 foobar_ (); > | #ifdef FC_DUMMY_MAIN > | #ifndef FC_DUMMY_MAIN_EQ_F77 > | # ifdef __cplusplus > | extern "C" > | # endif > | int FC_DUMMY_MAIN() { return 1; } > | #endif > | #endif > | int > | main () > | { > | return foobar_ (); > | ; > | return 0; > | } > configure:3533: gcc -m64 -o conftest -g -O2 conftest.c cfortran_test.o -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > ld: fatal: file cfortran_test.o: wrong ELF class: ELFCLASS32 > ld: fatal: file processing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3533: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* 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 FOOBAR (); > | #ifdef FC_DUMMY_MAIN > | #ifndef FC_DUMMY_MAIN_EQ_F77 > | # ifdef __cplusplus > | extern "C" > | # endif > | int FC_DUMMY_MAIN() { return 1; } > | #endif > | #endif > | int > | main () > | { > | return FOOBAR (); > | ; > | return 0; > | } > configure:3533: gcc -m64 -o conftest -g -O2 conftest.c cfortran_test.o -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > ld: fatal: file cfortran_test.o: wrong ELF class: ELFCLASS32 > ld: fatal: file processing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3533: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* 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 FOOBAR_ (); > | #ifdef FC_DUMMY_MAIN > | #ifndef FC_DUMMY_MAIN_EQ_F77 > | # ifdef __cplusplus > | extern "C" > | # endif > | int FC_DUMMY_MAIN() { return 1; } > | #endif > | #endif > | int > | main () > | { > | return FOOBAR_ (); > | ; > | return 0; > | } > configure:3633: result: unknown > configure:3688: WARNING: unknown Fortran name-mangling scheme > configure:3747: checking for gcc > configure:3774: result: gcc -m64 > configure:4003: checking for C compiler version > configure:4012: gcc -m64 --version >&5 > gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath) > Copyright (C) 2004 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:4023: $? = 0 > configure:4012: gcc -m64 -v >&5 > Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs > Configured with: /sfw10/builds/build/sfw10-patch/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/ccs/bin/as --without-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared > Thread model: posix > gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) > configure:4023: $? = 0 > configure:4012: gcc -m64 -V >&5 > gcc: `-V' must come at the start of the command line > configure:4023: $? = 1 > configure:4012: gcc -m64 -qversion >&5 > gcc: unrecognized option `-qversion' > gcc: no input files > configure:4023: $? = 1 > configure:4027: checking whether we are using the GNU C compiler > configure:4063: result: yes > configure:4072: checking whether gcc -m64 accepts -g > configure:4157: result: yes > configure:4174: checking for gcc -m64 option to accept ISO C89 > configure:4258: result: none needed > configure:4395: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.69. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on Magma > > config.status:797: creating Makefile > config.status:797: creating config.h > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_build=sparc-sun-solaris2.10 > ac_cv_c_compiler_gnu=yes > ac_cv_env_CC_set=set > ac_cv_env_CC_value='gcc -m64' > ac_cv_env_CFLAGS_set= > ac_cv_env_CFLAGS_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_FCFLAGS_set= > ac_cv_env_FCFLAGS_value= > ac_cv_env_FC_set= > ac_cv_env_FC_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_fc_compiler_gnu=no > ac_cv_fc_dummy_main=none > ac_cv_fc_fixedform=none > ac_cv_fc_libs=' -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm' > ac_cv_fc_mangling=unknown > ac_cv_fortran_dummy_main=none > ac_cv_host=sparc-sun-solaris2.10 > ac_cv_objext=o > ac_cv_prog_ac_ct_CC='gcc -m64' > ac_cv_prog_ac_ct_FC=f95 > ac_cv_prog_cc_c89= > ac_cv_prog_cc_g=yes > ac_cv_prog_fc_g=yes > ac_cv_prog_fc_v=-v > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CC='gcc -m64' > CFLAGS='-g -O2' > CPPFLAGS='' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-n' > ECHO_T='' > EXEEXT='' > FC='f95' > FCFLAGS='-g' > FCLIBS=' -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm' > LDFLAGS='' > LIBOBJS='' > LIBS='' > LTLIBOBJS='' > OBJEXT='o' > PACKAGE_BUGREPORT='' > PACKAGE_NAME='' > PACKAGE_STRING='' > PACKAGE_TARNAME='' > PACKAGE_URL='' > PACKAGE_VERSION='' > PATH_SEPARATOR=':' > SHELL='/bin/bash' > ac_ct_CC='gcc -m64' > ac_ct_FC='f95' > bindir='${exec_prefix}/bin' > build='sparc-sun-solaris2.10' > build_alias='' > build_cpu='sparc' > build_os='solaris2.10' > build_vendor='sun' > datadir='${datarootdir}' > datarootdir='${prefix}/share' > docdir='${datarootdir}/doc/${PACKAGE}' > dvidir='${docdir}' > exec_prefix='${prefix}' > host='sparc-sun-solaris2.10' > host_alias='' > host_cpu='sparc' > host_os='solaris2.10' > host_vendor='sun' > htmldir='${docdir}' > includedir='${prefix}/include' > infodir='${datarootdir}/info' > libdir='${exec_prefix}/lib' > libexecdir='${exec_prefix}/libexec' > localedir='${datarootdir}/locale' > localstatedir='${prefix}/var' > mandir='${datarootdir}/man' > oldincludedir='/usr/include' > pdfdir='${docdir}' > prefix='/usr/local' > program_transform_name='s,x,x,' > psdir='${docdir}' > sbindir='${exec_prefix}/sbin' > sharedstatedir='${prefix}/com' > sysconfdir='${prefix}/etc' > target_alias='' > > ## ----------- ## > ## confdefs.h. ## > ## ----------- ## > > /* confdefs.h */ > #define PACKAGE_NAME "" > #define PACKAGE_TARNAME "" > #define PACKAGE_VERSION "" > #define PACKAGE_STRING "" > #define PACKAGE_BUGREPORT "" > #define PACKAGE_URL "" > > configure: exit 0 312. fortran.at:253: 312. AC_FC_DUMMY_MAIN usage (fortran.at:253): FAILED (fortran.at:319) # -*- compilation -*- 313. fortran.at:331: testing AC_F77_MAIN usage ... ./fortran.at:393: autoconf --force ./fortran.at:394: autoheader ./fortran.at:395: ./configure $configure_options 0a1 > configure: WARNING: unknown Fortran name-mangling scheme stdout: checking for g77... no checking for xlf... no checking for f77... f77 checking whether the Fortran 77 compiler works... yes checking for Fortran 77 compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU Fortran 77 compiler... no checking whether f77 accepts -g... yes checking build system type... sparc-sun-solaris2.10 checking host system type... sparc-sun-solaris2.10 checking how to get verbose linking output from f77... -v checking for Fortran 77 libraries of f77... -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm checking for gcc... gcc -m64 checking whether we are using the GNU C compiler... yes checking whether gcc -m64 accepts -g... yes checking for gcc -m64 option to accept ISO C89... none needed checking for alternate main to link with Fortran 77 libraries... main checking for dummy main to link with Fortran 77 libraries... none checking for Fortran 77 name-mangling scheme... unknown checking for gcc... (cached) gcc -m64 checking whether we are using the GNU C compiler... (cached) yes checking whether gcc -m64 accepts -g... (cached) yes checking for gcc -m64 option to accept ISO C89... (cached) none needed configure: creating ./config.status config.status: creating Makefile config.status: creating config.h 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 configure, which was > generated by GNU Autoconf 2.69. Invocation command line was > > $ ./configure > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = Magma > uname -m = sun4v > uname -r = 5.10 > uname -s = SunOS > uname -v = Generic_147440-25 > > /usr/bin/uname -p = sparc > /bin/uname -X = System = SunOS > Node = Magma > Release = 5.10 > KernelID = Generic_147440-25 > Machine = sun4v > BusType = > Serial = > Users = > OEM# = 0 > Origin# = 1 > NumCPU = 64 > > /bin/arch = sun4 > /usr/bin/arch -k = sun4v > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /local-workplace/SRC/GNU/autoconf-2.69/tests > PATH: /usr/local/bin > PATH: /bin > PATH: /usr/bin > PATH: /sbin > PATH: /opt/SUNWspro/bin > PATH: /opt/hpnpl/bin > PATH: /usr/dt/bin > PATH: /usr/etc > PATH: /usr/games > PATH: /usr/perl5/5.8.4/bin > PATH: /usr/X11/bin > PATH: /usr/sfw/bin > PATH: /opt/sfw/bin > PATH: /opt/sfw/sbin > PATH: /opt > PATH: /opt/firefox > PATH: /usr/ccs/bin > PATH: /usr/lib/lp/postscript > PATH: /usr/local/sbin > PATH: /usr/local/scripts > PATH: /usr/local/games > PATH: /usr/openwin/bin > PATH: /usr/openwin/demo > PATH: /usr/sadm/install/bin > PATH: /usr/sbin > PATH: /usr/java > PATH: /var/qmail/bin > PATH: /home/popocat-3/csu/bin > PATH: /usr/xpg4/bin > PATH: /usr/ucb > PATH: /etc > PATH: /usr/sfw/sbin > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1898: checking for g77 > configure:1928: result: no > configure:1898: checking for xlf > configure:1928: result: no > configure:1898: checking for f77 > configure:1914: found /bin/f77 > configure:1925: result: f77 > configure:1951: checking for Fortran 77 compiler version > configure:1960: f77 --version >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none --version > f90: Warning: Option --version passed to ld, if ld is invoked, ignored otherwise > Usage: f90 [ options ] files. Use 'f90 -flags' for details > configure:1971: $? = 0 > configure:1960: f77 -v >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -v > ### command line files and options (expanded): > ### -f77=%all -ftrap=%none -v > Usage: f90 [ options ] files. Use 'f90 -flags' for details > configure:1971: $? = 0 > configure:1960: f77 -V >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -V > f90: Sun Fortran 95 8.3 SunOS_sparc Patch 127000-01 2007/07/18 > Usage: f90 [ options ] files. Use 'f90 -flags' for details > configure:1971: $? = 0 > configure:1960: f77 -qversion >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -qversion > f90: Warning: Option -qversion passed to ld, if ld is invoked, ignored otherwise > Usage: f90 [ options ] files. Use 'f90 -flags' for details > configure:1971: $? = 0 > configure:1986: checking whether the Fortran 77 compiler works > configure:2008: f77 conftest.f >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none conftest.f > conftest.f: > MAIN main: > configure:2012: $? = 0 > configure:2060: result: yes > configure:2063: checking for Fortran 77 compiler default output file name > configure:2065: result: a.out > configure:2071: checking for suffix of executables > configure:2078: f77 -o conftest conftest.f >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -o conftest conftest.f > conftest.f: > MAIN main: > configure:2082: $? = 0 > configure:2104: result: > configure:2120: checking whether we are cross compiling > configure:2128: f77 -o conftest conftest.f >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -o conftest conftest.f > conftest.f: > MAIN main: > configure:2132: $? = 0 > configure:2139: ./conftest > configure:2143: $? = 0 > configure:2158: result: no > configure:2163: checking for suffix of object files > configure:2179: f77 -c conftest.f >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -c conftest.f > conftest.f: > MAIN main: > configure:2183: $? = 0 > configure:2204: result: o > configure:2212: checking whether we are using the GNU Fortran 77 compiler > configure:2225: f77 -c conftest.F >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -c conftest.F > /tmp/fpp.29645.0.f: > MAIN main: > > choke me > ^ > "conftest.F", Line = 3, Column = 16: ERROR: Unknown statement. Expected assignment statement but found "EOS" instead of "=" or "=>". > > f90comp: 6 SOURCE LINES > f90comp: 1 ERRORS, 0 WARNINGS, 0 OTHER MESSAGES, 0 ANSI > configure:2225: $? = 1 > configure: failed program was: > | program main > | #ifndef __GNUC__ > | choke me > | #endif > | > | end > configure:2234: result: no > configure:2240: checking whether f77 accepts -g > configure:2251: f77 -c -g conftest.f >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -c -g conftest.f > conftest.f: > MAIN main: > configure:2251: $? = 0 > configure:2259: result: yes > configure:2321: checking build system type > configure:2335: result: sparc-sun-solaris2.10 > configure:2355: checking host system type > configure:2368: result: sparc-sun-solaris2.10 > configure:2393: checking how to get verbose linking output from f77 > configure:2403: f77 -c -g conftest.f >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -c -g conftest.f > conftest.f: > MAIN main: > configure:2403: $? = 0 > configure:2421: f77 -o conftest -g -v conftest.f > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -o conftest -g -v conftest.f > ### command line files and options (expanded): > ### -f77=%all -ftrap=%none -o conftest -g -v conftest.f -lf77compat > ### f90: Note: NLSPATH = /opt/SUNWspro/prod/bin/../lib/locale/%L/LC_MESSAGES/%N.cat:/opt/SUNWspro/prod/bin/../../lib/locale/%L/LC_MESSAGES/%N.cat > /opt/SUNWspro/prod/bin/f90comp -y-o -yconftest.o -ev -y-ftrap=%none -m3 -dq -y-fbe -y/opt/SUNWspro/prod/bin/fbe -y-xarch=generic -y-s -H "/opt/SUNWspro/prod/bin/f90 -f77 -ftrap=%none -g -v " -y-xcache=generic -xcache=generic -I/opt/SUNWspro/prod/include/f95/v8 -p/opt/SUNWspro/prod/lib/modules -y-verbose -xall -y-g -G 0 -xmemalign=8i -y-xmemalign=8i -f77=%all -y-xdbggen=no%stabs+dwarf2 -y-xdbggen=incl -xassume_control=optimize -y-xassume_control=optimize -iorounding=processor-defined -xhasc=yes conftest.f > conftest.f: > MAIN main: > ### f90: Note: LD_LIBRARY_PATH = /platform/SUNW,Sun-Fire-280R/lib:/lib:/usr/lib:/usr/openwin/lib:/usr/5lib:/usr/sfw/lib:/opt/gcc/lib:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/opt/sane/lib:/opt/sane/lib/sane:/opt/hpnpl/lib:/usr/local/qt/lib:/opt/opera/lib/opera:/opt/sfw/lib:/opt/sfw/cups/lib:/opt/SUNWspro/lib:/opt/ImageMagick/lib:/opt/xcircuit/lib > ### f90: Note: LD_RUN_PATH = (null) > ### f90: Note: LD_OPTIONS = (null) > /usr/ccs/bin/ld -t -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -o conftest /opt/SUNWspro/prod/lib/crti.o /opt/SUNWspro/prod/lib/crt1.o /opt/SUNWspro/prod/lib/misalign.o /opt/SUNWspro/prod/lib/values-xi.o -Y P,/opt/SUNWspro/lib/sparc:/opt/SUNWspro/prod/lib/sparc:/opt/SUNWspro/lib:/opt/SUNWspro/prod/lib:/usr/ccs/lib:/lib:/usr/lib conftest.o -lf77compat -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -Bdynamic -lmtsk -lm -lc /opt/SUNWspro/prod/lib/crtn.o > rm conftest.o > configure:2504: result: -v > configure:2506: checking for Fortran 77 libraries of f77 > configure:2529: f77 -o conftest -g -v conftest.f > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -o conftest -g -v conftest.f > ### command line files and options (expanded): > ### -f77=%all -ftrap=%none -o conftest -g -v conftest.f -lf77compat > ### f90: Note: NLSPATH = /opt/SUNWspro/prod/bin/../lib/locale/%L/LC_MESSAGES/%N.cat:/opt/SUNWspro/prod/bin/../../lib/locale/%L/LC_MESSAGES/%N.cat > /opt/SUNWspro/prod/bin/f90comp -y-o -yconftest.o -ev -y-ftrap=%none -m3 -dq -y-fbe -y/opt/SUNWspro/prod/bin/fbe -y-xarch=generic -y-s -H "/opt/SUNWspro/prod/bin/f90 -f77 -ftrap=%none -g -v " -y-xcache=generic -xcache=generic -I/opt/SUNWspro/prod/include/f95/v8 -p/opt/SUNWspro/prod/lib/modules -y-verbose -xall -y-g -G 0 -xmemalign=8i -y-xmemalign=8i -f77=%all -y-xdbggen=no%stabs+dwarf2 -y-xdbggen=incl -xassume_control=optimize -y-xassume_control=optimize -iorounding=processor-defined -xhasc=yes conftest.f > conftest.f: > MAIN main: > ### f90: Note: LD_LIBRARY_PATH = /platform/SUNW,Sun-Fire-280R/lib:/lib:/usr/lib:/usr/openwin/lib:/usr/5lib:/usr/sfw/lib:/opt/gcc/lib:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/opt/sane/lib:/opt/sane/lib/sane:/opt/hpnpl/lib:/usr/local/qt/lib:/opt/opera/lib/opera:/opt/sfw/lib:/opt/sfw/cups/lib:/opt/SUNWspro/lib:/opt/ImageMagick/lib:/opt/xcircuit/lib > ### f90: Note: LD_RUN_PATH = (null) > ### f90: Note: LD_OPTIONS = (null) > /usr/ccs/bin/ld -t -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -o conftest /opt/SUNWspro/prod/lib/crti.o /opt/SUNWspro/prod/lib/crt1.o /opt/SUNWspro/prod/lib/misalign.o /opt/SUNWspro/prod/lib/values-xi.o -Y P,/opt/SUNWspro/lib/sparc:/opt/SUNWspro/prod/lib/sparc:/opt/SUNWspro/lib:/opt/SUNWspro/prod/lib:/usr/ccs/lib:/lib:/usr/lib conftest.o -lf77compat -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -Bdynamic -lmtsk -lm -lc /opt/SUNWspro/prod/lib/crtn.o > rm conftest.o > configure:2725: result: -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm > configure:2784: checking for gcc > configure:2811: result: gcc -m64 > configure:3040: checking for C compiler version > configure:3049: gcc -m64 --version >&5 > gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath) > Copyright (C) 2004 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:3060: $? = 0 > configure:3049: gcc -m64 -v >&5 > Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs > Configured with: /sfw10/builds/build/sfw10-patch/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/ccs/bin/as --without-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared > Thread model: posix > gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) > configure:3060: $? = 0 > configure:3049: gcc -m64 -V >&5 > gcc: `-V' must come at the start of the command line > configure:3060: $? = 1 > configure:3049: gcc -m64 -qversion >&5 > gcc: unrecognized option `-qversion' > gcc: no input files > configure:3060: $? = 1 > configure:3064: checking whether we are using the GNU C compiler > configure:3083: gcc -m64 -c conftest.c >&5 > configure:3083: $? = 0 > configure:3092: result: yes > configure:3101: checking whether gcc -m64 accepts -g > configure:3121: gcc -m64 -c -g conftest.c >&5 > configure:3121: $? = 0 > configure:3162: result: yes > configure:3179: checking for gcc -m64 option to accept ISO C89 > configure:3242: gcc -m64 -c -g -O2 conftest.c >&5 > configure:3242: $? = 0 > configure:3255: result: none needed > configure:3280: checking for alternate main to link with Fortran 77 libraries > configure:3312: gcc -m64 -o conftest -g -O2 conftest.c -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > Undefined first referenced > symbol in file > main /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/sparcv9/crt1.o > ld: fatal: symbol referencing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3312: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* end confdefs.h. */ > | #ifdef FC_DUMMY_MAIN_EQ_F77 > | # undef F77_DUMMY_MAIN > | # undef FC_DUMMY_MAIN > | #else > | # undef F77_DUMMY_MAIN > | #endif > | #define main MAIN__ > | int > | main () > | { > | > | ; > | return 0; > | } > configure:3312: gcc -m64 -o conftest -g -O2 conftest.c -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > Undefined first referenced > symbol in file > main /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/sparcv9/crt1.o > ld: fatal: symbol referencing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3312: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* end confdefs.h. */ > | #ifdef FC_DUMMY_MAIN_EQ_F77 > | # undef F77_DUMMY_MAIN > | # undef FC_DUMMY_MAIN > | #else > | # undef F77_DUMMY_MAIN > | #endif > | #define main MAIN_ > | int > | main () > | { > | > | ; > | return 0; > | } > configure:3312: gcc -m64 -o conftest -g -O2 conftest.c -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > Undefined first referenced > symbol in file > main /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/sparcv9/crt1.o > ld: fatal: symbol referencing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3312: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* end confdefs.h. */ > | #ifdef FC_DUMMY_MAIN_EQ_F77 > | # undef F77_DUMMY_MAIN > | # undef FC_DUMMY_MAIN > | #else > | # undef F77_DUMMY_MAIN > | #endif > | #define main __main > | int > | main () > | { > | > | ; > | return 0; > | } > configure:3312: gcc -m64 -o conftest -g -O2 conftest.c -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > Undefined first referenced > symbol in file > main /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/sparcv9/crt1.o > ld: fatal: symbol referencing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3312: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* end confdefs.h. */ > | #ifdef FC_DUMMY_MAIN_EQ_F77 > | # undef F77_DUMMY_MAIN > | # undef FC_DUMMY_MAIN > | #else > | # undef F77_DUMMY_MAIN > | #endif > | #define main MAIN > | int > | main () > | { > | > | ; > | return 0; > | } > configure:3312: gcc -m64 -o conftest -g -O2 conftest.c -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > Undefined first referenced > symbol in file > main /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/sparcv9/crt1.o > ld: fatal: symbol referencing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3312: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* end confdefs.h. */ > | #ifdef FC_DUMMY_MAIN_EQ_F77 > | # undef F77_DUMMY_MAIN > | # undef FC_DUMMY_MAIN > | #else > | # undef F77_DUMMY_MAIN > | #endif > | #define main _MAIN > | int > | main () > | { > | > | ; > | return 0; > | } > configure:3312: gcc -m64 -o conftest -g -O2 conftest.c -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > Undefined first referenced > symbol in file > main /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/sparcv9/crt1.o > ld: fatal: symbol referencing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3312: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* end confdefs.h. */ > | #ifdef FC_DUMMY_MAIN_EQ_F77 > | # undef F77_DUMMY_MAIN > | # undef FC_DUMMY_MAIN > | #else > | # undef F77_DUMMY_MAIN > | #endif > | #define main __MAIN > | int > | main () > | { > | > | ; > | return 0; > | } > configure:3312: gcc -m64 -o conftest -g -O2 conftest.c -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > Undefined first referenced > symbol in file > main /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/sparcv9/crt1.o > ld: fatal: symbol referencing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3312: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* end confdefs.h. */ > | #ifdef FC_DUMMY_MAIN_EQ_F77 > | # undef F77_DUMMY_MAIN > | # undef FC_DUMMY_MAIN > | #else > | # undef F77_DUMMY_MAIN > | #endif > | #define main main_ > | int > | main () > | { > | > | ; > | return 0; > | } > configure:3312: gcc -m64 -o conftest -g -O2 conftest.c -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > Undefined first referenced > symbol in file > main /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/sparcv9/crt1.o > ld: fatal: symbol referencing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3312: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* end confdefs.h. */ > | #ifdef FC_DUMMY_MAIN_EQ_F77 > | # undef F77_DUMMY_MAIN > | # undef FC_DUMMY_MAIN > | #else > | # undef F77_DUMMY_MAIN > | #endif > | #define main main__ > | int > | main () > | { > | > | ; > | return 0; > | } > configure:3312: gcc -m64 -o conftest -g -O2 conftest.c -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > Undefined first referenced > symbol in file > main /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/sparcv9/crt1.o > ld: fatal: symbol referencing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3312: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* end confdefs.h. */ > | #ifdef FC_DUMMY_MAIN_EQ_F77 > | # undef F77_DUMMY_MAIN > | # undef FC_DUMMY_MAIN > | #else > | # undef F77_DUMMY_MAIN > | #endif > | #define main _main > | int > | main () > | { > | > | ; > | return 0; > | } > configure:3327: result: main > configure:3346: checking for dummy main to link with Fortran 77 libraries > configure:3380: gcc -m64 -o conftest -g -O2 conftest.c -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > configure:3380: $? = 0 > configure:3425: result: none > configure:3458: checking for Fortran 77 name-mangling scheme > configure:3471: f77 -c -g conftest.f >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -c -g conftest.f > conftest.f: > foobar: > foo_bar: > configure:3471: $? = 0 > configure:3512: gcc -m64 -o conftest -g -O2 conftest.c cfortran_test.o -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > ld: fatal: file cfortran_test.o: wrong ELF class: ELFCLASS32 > ld: fatal: file processing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3512: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | #define F77_MAIN main > | /* 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 foobar (); > | #ifdef F77_DUMMY_MAIN > | > | # ifdef __cplusplus > | extern "C" > | # endif > | int F77_DUMMY_MAIN() { return 1; } > | > | #endif > | int > | main () > | { > | return foobar (); > | ; > | return 0; > | } > configure:3512: gcc -m64 -o conftest -g -O2 conftest.c cfortran_test.o -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > ld: fatal: file cfortran_test.o: wrong ELF class: ELFCLASS32 > ld: fatal: file processing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3512: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | #define F77_MAIN main > | /* 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 foobar_ (); > | #ifdef F77_DUMMY_MAIN > | > | # ifdef __cplusplus > | extern "C" > | # endif > | int F77_DUMMY_MAIN() { return 1; } > | > | #endif > | int > | main () > | { > | return foobar_ (); > | ; > | return 0; > | } > configure:3512: gcc -m64 -o conftest -g -O2 conftest.c cfortran_test.o -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > ld: fatal: file cfortran_test.o: wrong ELF class: ELFCLASS32 > ld: fatal: file processing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3512: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | #define F77_MAIN main > | /* 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 FOOBAR (); > | #ifdef F77_DUMMY_MAIN > | > | # ifdef __cplusplus > | extern "C" > | # endif > | int F77_DUMMY_MAIN() { return 1; } > | > | #endif > | int > | main () > | { > | return FOOBAR (); > | ; > | return 0; > | } > configure:3512: gcc -m64 -o conftest -g -O2 conftest.c cfortran_test.o -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > ld: fatal: file cfortran_test.o: wrong ELF class: ELFCLASS32 > ld: fatal: file processing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3512: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | #define F77_MAIN main > | /* 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 FOOBAR_ (); > | #ifdef F77_DUMMY_MAIN > | > | # ifdef __cplusplus > | extern "C" > | # endif > | int F77_DUMMY_MAIN() { return 1; } > | > | #endif > | int > | main () > | { > | return FOOBAR_ (); > | ; > | return 0; > | } > configure:3612: result: unknown > configure:3667: WARNING: unknown Fortran name-mangling scheme > configure:3726: checking for gcc > configure:3753: result: gcc -m64 > configure:3982: checking for C compiler version > configure:3991: gcc -m64 --version >&5 > gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath) > Copyright (C) 2004 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:4002: $? = 0 > configure:3991: gcc -m64 -v >&5 > Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs > Configured with: /sfw10/builds/build/sfw10-patch/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/ccs/bin/as --without-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared > Thread model: posix > gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) > configure:4002: $? = 0 > configure:3991: gcc -m64 -V >&5 > gcc: `-V' must come at the start of the command line > configure:4002: $? = 1 > configure:3991: gcc -m64 -qversion >&5 > gcc: unrecognized option `-qversion' > gcc: no input files > configure:4002: $? = 1 > configure:4006: checking whether we are using the GNU C compiler > configure:4042: result: yes > configure:4051: checking whether gcc -m64 accepts -g > configure:4136: result: yes > configure:4153: checking for gcc -m64 option to accept ISO C89 > configure:4237: result: none needed > configure:4374: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.69. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on Magma > > config.status:798: creating Makefile > config.status:798: creating config.h > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_build=sparc-sun-solaris2.10 > ac_cv_c_compiler_gnu=yes > ac_cv_env_CC_set=set > ac_cv_env_CC_value='gcc -m64' > ac_cv_env_CFLAGS_set= > ac_cv_env_CFLAGS_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_F77_set= > ac_cv_env_F77_value= > ac_cv_env_FFLAGS_set= > ac_cv_env_FFLAGS_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_f77_compiler_gnu=no > ac_cv_f77_dummy_main=none > ac_cv_f77_libs=' -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm' > ac_cv_f77_main=main > ac_cv_f77_mangling=unknown > ac_cv_fortran_dummy_main=none > ac_cv_fortran_main=main > ac_cv_host=sparc-sun-solaris2.10 > ac_cv_objext=o > ac_cv_prog_ac_ct_CC='gcc -m64' > ac_cv_prog_ac_ct_F77=f77 > ac_cv_prog_cc_c89= > ac_cv_prog_cc_g=yes > ac_cv_prog_f77_g=yes > ac_cv_prog_f77_v=-v > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CC='gcc -m64' > CFLAGS='-g -O2' > CPPFLAGS='' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-n' > ECHO_T='' > EXEEXT='' > F77='f77' > FFLAGS='-g' > FLIBS=' -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm' > LDFLAGS='' > LIBOBJS='' > LIBS='' > LTLIBOBJS='' > OBJEXT='o' > PACKAGE_BUGREPORT='' > PACKAGE_NAME='' > PACKAGE_STRING='' > PACKAGE_TARNAME='' > PACKAGE_URL='' > PACKAGE_VERSION='' > PATH_SEPARATOR=':' > SHELL='/bin/bash' > ac_ct_CC='gcc -m64' > ac_ct_F77='f77' > bindir='${exec_prefix}/bin' > build='sparc-sun-solaris2.10' > build_alias='' > build_cpu='sparc' > build_os='solaris2.10' > build_vendor='sun' > datadir='${datarootdir}' > datarootdir='${prefix}/share' > docdir='${datarootdir}/doc/${PACKAGE}' > dvidir='${docdir}' > exec_prefix='${prefix}' > host='sparc-sun-solaris2.10' > host_alias='' > host_cpu='sparc' > host_os='solaris2.10' > host_vendor='sun' > htmldir='${docdir}' > includedir='${prefix}/include' > infodir='${datarootdir}/info' > libdir='${exec_prefix}/lib' > libexecdir='${exec_prefix}/libexec' > localedir='${datarootdir}/locale' > localstatedir='${prefix}/var' > mandir='${datarootdir}/man' > oldincludedir='/usr/include' > pdfdir='${docdir}' > prefix='/usr/local' > program_transform_name='s,x,x,' > psdir='${docdir}' > sbindir='${exec_prefix}/sbin' > sharedstatedir='${prefix}/com' > sysconfdir='${prefix}/etc' > target_alias='' > > ## ----------- ## > ## confdefs.h. ## > ## ----------- ## > > /* confdefs.h */ > #define PACKAGE_NAME "" > #define PACKAGE_TARNAME "" > #define PACKAGE_VERSION "" > #define PACKAGE_STRING "" > #define PACKAGE_BUGREPORT "" > #define PACKAGE_URL "" > #define F77_MAIN main > > configure: exit 0 313. fortran.at:331: 313. AC_F77_MAIN usage (fortran.at:331): FAILED (fortran.at:395) # -*- compilation -*- 314. fortran.at:410: testing AC_FC_MAIN usage ... ./fortran.at:472: autoconf --force ./fortran.at:473: autoheader ./fortran.at:474: ./configure $configure_options 0a1 > configure: WARNING: unknown Fortran name-mangling scheme stdout: checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... f95 checking whether the Fortran compiler works... yes checking for Fortran compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU Fortran compiler... no checking whether f95 accepts -g... yes checking for Fortran flag needed to accept fixed-form source... none checking build system type... sparc-sun-solaris2.10 checking host system type... sparc-sun-solaris2.10 checking how to get verbose linking output from f95... -v checking for Fortran libraries of f95... -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm checking for gcc... gcc -m64 checking whether we are using the GNU C compiler... yes checking whether gcc -m64 accepts -g... yes checking for gcc -m64 option to accept ISO C89... none needed checking for alternate main to link with Fortran libraries... main checking for dummy main to link with Fortran libraries... none checking for Fortran name-mangling scheme... unknown checking for gcc... (cached) gcc -m64 checking whether we are using the GNU C compiler... (cached) yes checking whether gcc -m64 accepts -g... (cached) yes checking for gcc -m64 option to accept ISO C89... (cached) none needed configure: creating ./config.status config.status: creating Makefile config.status: creating config.h 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 configure, which was > generated by GNU Autoconf 2.69. Invocation command line was > > $ ./configure > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = Magma > uname -m = sun4v > uname -r = 5.10 > uname -s = SunOS > uname -v = Generic_147440-25 > > /usr/bin/uname -p = sparc > /bin/uname -X = System = SunOS > Node = Magma > Release = 5.10 > KernelID = Generic_147440-25 > Machine = sun4v > BusType = > Serial = > Users = > OEM# = 0 > Origin# = 1 > NumCPU = 64 > > /bin/arch = sun4 > /usr/bin/arch -k = sun4v > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /local-workplace/SRC/GNU/autoconf-2.69/tests > PATH: /usr/local/bin > PATH: /bin > PATH: /usr/bin > PATH: /sbin > PATH: /opt/SUNWspro/bin > PATH: /opt/hpnpl/bin > PATH: /usr/dt/bin > PATH: /usr/etc > PATH: /usr/games > PATH: /usr/perl5/5.8.4/bin > PATH: /usr/X11/bin > PATH: /usr/sfw/bin > PATH: /opt/sfw/bin > PATH: /opt/sfw/sbin > PATH: /opt > PATH: /opt/firefox > PATH: /usr/ccs/bin > PATH: /usr/lib/lp/postscript > PATH: /usr/local/sbin > PATH: /usr/local/scripts > PATH: /usr/local/games > PATH: /usr/openwin/bin > PATH: /usr/openwin/demo > PATH: /usr/sadm/install/bin > PATH: /usr/sbin > PATH: /usr/java > PATH: /var/qmail/bin > PATH: /home/popocat-3/csu/bin > PATH: /usr/xpg4/bin > PATH: /usr/ucb > PATH: /etc > PATH: /usr/sfw/sbin > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1898: checking for gfortran > configure:1928: result: no > configure:1898: checking for g95 > configure:1928: result: no > configure:1898: checking for xlf95 > configure:1928: result: no > configure:1898: checking for f95 > configure:1914: found /bin/f95 > configure:1925: result: f95 > configure:1951: checking for Fortran compiler version > configure:1960: f95 --version >&5 > f95: Warning: Option --version passed to ld, if ld is invoked, ignored otherwise > Usage: f95 [ options ] files. Use 'f95 -flags' for details > configure:1971: $? = 0 > configure:1960: f95 -v >&5 > ### command line files and options (expanded): > ### -v > Usage: f95 [ options ] files. Use 'f95 -flags' for details > configure:1971: $? = 0 > configure:1960: f95 -V >&5 > f95: Sun Fortran 95 8.3 SunOS_sparc Patch 127000-01 2007/07/18 > Usage: f95 [ options ] files. Use 'f95 -flags' for details > configure:1971: $? = 0 > configure:1960: f95 -qversion >&5 > f95: Warning: Option -qversion passed to ld, if ld is invoked, ignored otherwise > Usage: f95 [ options ] files. Use 'f95 -flags' for details > configure:1971: $? = 0 > configure:1986: checking whether the Fortran compiler works > configure:2008: f95 conftest.f >&5 > configure:2012: $? = 0 > configure:2060: result: yes > configure:2063: checking for Fortran compiler default output file name > configure:2065: result: a.out > configure:2071: checking for suffix of executables > configure:2078: f95 -o conftest conftest.f >&5 > configure:2082: $? = 0 > configure:2104: result: > configure:2120: checking whether we are cross compiling > configure:2128: f95 -o conftest conftest.f >&5 > configure:2132: $? = 0 > configure:2139: ./conftest > configure:2143: $? = 0 > configure:2158: result: no > configure:2163: checking for suffix of object files > configure:2179: f95 -c conftest.f >&5 > configure:2183: $? = 0 > configure:2204: result: o > configure:2212: checking whether we are using the GNU Fortran compiler > configure:2225: f95 -c conftest.F >&5 > > choke me > ^ > "conftest.F", Line = 3, Column = 16: ERROR: Unknown statement. Expected assignment statement but found "EOS" instead of "=" or "=>". > > f90comp: 6 SOURCE LINES > f90comp: 1 ERRORS, 0 WARNINGS, 0 OTHER MESSAGES, 0 ANSI > configure:2225: $? = 1 > configure: failed program was: > | program main > | #ifndef __GNUC__ > | choke me > | #endif > | > | end > configure:2234: result: no > configure:2240: checking whether f95 accepts -g > configure:2251: f95 -c -g conftest.f >&5 > configure:2251: $? = 0 > configure:2259: result: yes > configure:2293: checking for Fortran flag needed to accept fixed-form source > configure:2310: f95 -c -g conftest.f >&5 > configure:2310: $? = 0 > configure:2319: result: none > configure:2368: checking build system type > configure:2382: result: sparc-sun-solaris2.10 > configure:2402: checking host system type > configure:2415: result: sparc-sun-solaris2.10 > configure:2439: checking how to get verbose linking output from f95 > configure:2449: f95 -c -g conftest.f >&5 > configure:2449: $? = 0 > configure:2467: f95 -o conftest -g -v conftest.f > ### command line files and options (expanded): > ### -o conftest -g -v conftest.f > ### f95: Note: NLSPATH = /opt/SUNWspro/prod/bin/../lib/locale/%L/LC_MESSAGES/%N.cat:/opt/SUNWspro/prod/bin/../../lib/locale/%L/LC_MESSAGES/%N.cat > /opt/SUNWspro/prod/bin/f90comp -y-o -yconftest.o -ev -y-ftrap=common -m3 -dq -y-fbe -y/opt/SUNWspro/prod/bin/fbe -y-xarch=generic -y-s -H "/opt/SUNWspro/prod/bin/f90 -g -v " -y-xcache=generic -xcache=generic -I/opt/SUNWspro/prod/include/f95/v8 -p/opt/SUNWspro/prod/lib/modules -y-verbose -xall -y-g -G 0 -xmemalign=8i -y-xmemalign=8i -y-xdbggen=no%stabs+dwarf2 -y-xdbggen=incl -xassume_control=optimize -y-xassume_control=optimize -iorounding=processor-defined -xhasc=yes conftest.f > ### f95: Note: LD_LIBRARY_PATH = /platform/SUNW,Sun-Fire-280R/lib:/lib:/usr/lib:/usr/openwin/lib:/usr/5lib:/usr/sfw/lib:/opt/gcc/lib:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/opt/sane/lib:/opt/sane/lib/sane:/opt/hpnpl/lib:/usr/local/qt/lib:/opt/opera/lib/opera:/opt/sfw/lib:/opt/sfw/cups/lib:/opt/SUNWspro/lib:/opt/ImageMagick/lib:/opt/xcircuit/lib > ### f95: Note: LD_RUN_PATH = (null) > ### f95: Note: LD_OPTIONS = (null) > /usr/ccs/bin/ld -t -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -o conftest /opt/SUNWspro/prod/lib/crti.o /opt/SUNWspro/prod/lib/crt1.o /opt/SUNWspro/prod/lib/misalign.o /opt/SUNWspro/prod/lib/values-xi.o -Y P,/opt/SUNWspro/lib/sparc:/opt/SUNWspro/prod/lib/sparc:/opt/SUNWspro/lib:/opt/SUNWspro/prod/lib:/usr/ccs/lib:/lib:/usr/lib conftest.o -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -Bdynamic -lmtsk -lm -lc /opt/SUNWspro/prod/lib/crtn.o > rm conftest.o > configure:2550: result: -v > configure:2552: checking for Fortran libraries of f95 > configure:2575: f95 -o conftest -g -v conftest.f > ### command line files and options (expanded): > ### -o conftest -g -v conftest.f > ### f95: Note: NLSPATH = /opt/SUNWspro/prod/bin/../lib/locale/%L/LC_MESSAGES/%N.cat:/opt/SUNWspro/prod/bin/../../lib/locale/%L/LC_MESSAGES/%N.cat > /opt/SUNWspro/prod/bin/f90comp -y-o -yconftest.o -ev -y-ftrap=common -m3 -dq -y-fbe -y/opt/SUNWspro/prod/bin/fbe -y-xarch=generic -y-s -H "/opt/SUNWspro/prod/bin/f90 -g -v " -y-xcache=generic -xcache=generic -I/opt/SUNWspro/prod/include/f95/v8 -p/opt/SUNWspro/prod/lib/modules -y-verbose -xall -y-g -G 0 -xmemalign=8i -y-xmemalign=8i -y-xdbggen=no%stabs+dwarf2 -y-xdbggen=incl -xassume_control=optimize -y-xassume_control=optimize -iorounding=processor-defined -xhasc=yes conftest.f > ### f95: Note: LD_LIBRARY_PATH = /platform/SUNW,Sun-Fire-280R/lib:/lib:/usr/lib:/usr/openwin/lib:/usr/5lib:/usr/sfw/lib:/opt/gcc/lib:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/opt/sane/lib:/opt/sane/lib/sane:/opt/hpnpl/lib:/usr/local/qt/lib:/opt/opera/lib/opera:/opt/sfw/lib:/opt/sfw/cups/lib:/opt/SUNWspro/lib:/opt/ImageMagick/lib:/opt/xcircuit/lib > ### f95: Note: LD_RUN_PATH = (null) > ### f95: Note: LD_OPTIONS = (null) > /usr/ccs/bin/ld -t -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -o conftest /opt/SUNWspro/prod/lib/crti.o /opt/SUNWspro/prod/lib/crt1.o /opt/SUNWspro/prod/lib/misalign.o /opt/SUNWspro/prod/lib/values-xi.o -Y P,/opt/SUNWspro/lib/sparc:/opt/SUNWspro/prod/lib/sparc:/opt/SUNWspro/lib:/opt/SUNWspro/prod/lib:/usr/ccs/lib:/lib:/usr/lib conftest.o -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -Bdynamic -lmtsk -lm -lc /opt/SUNWspro/prod/lib/crtn.o > rm conftest.o > configure:2771: result: -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm > configure:2830: checking for gcc > configure:2857: result: gcc -m64 > configure:3086: checking for C compiler version > configure:3095: gcc -m64 --version >&5 > gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath) > Copyright (C) 2004 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:3106: $? = 0 > configure:3095: gcc -m64 -v >&5 > Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs > Configured with: /sfw10/builds/build/sfw10-patch/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/ccs/bin/as --without-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared > Thread model: posix > gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) > configure:3106: $? = 0 > configure:3095: gcc -m64 -V >&5 > gcc: `-V' must come at the start of the command line > configure:3106: $? = 1 > configure:3095: gcc -m64 -qversion >&5 > gcc: unrecognized option `-qversion' > gcc: no input files > configure:3106: $? = 1 > configure:3110: checking whether we are using the GNU C compiler > configure:3129: gcc -m64 -c conftest.c >&5 > configure:3129: $? = 0 > configure:3138: result: yes > configure:3147: checking whether gcc -m64 accepts -g > configure:3167: gcc -m64 -c -g conftest.c >&5 > configure:3167: $? = 0 > configure:3208: result: yes > configure:3225: checking for gcc -m64 option to accept ISO C89 > configure:3288: gcc -m64 -c -g -O2 conftest.c >&5 > configure:3288: $? = 0 > configure:3301: result: none needed > configure:3326: checking for alternate main to link with Fortran libraries > configure:3358: gcc -m64 -o conftest -g -O2 conftest.c -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > Undefined first referenced > symbol in file > main /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/sparcv9/crt1.o > ld: fatal: symbol referencing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3358: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* end confdefs.h. */ > | #ifdef FC_DUMMY_MAIN_EQ_F77 > | # undef F77_DUMMY_MAIN > | # undef FC_DUMMY_MAIN > | #else > | # undef FC_DUMMY_MAIN > | #endif > | #define main MAIN__ > | int > | main () > | { > | > | ; > | return 0; > | } > configure:3358: gcc -m64 -o conftest -g -O2 conftest.c -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > Undefined first referenced > symbol in file > main /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/sparcv9/crt1.o > ld: fatal: symbol referencing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3358: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* end confdefs.h. */ > | #ifdef FC_DUMMY_MAIN_EQ_F77 > | # undef F77_DUMMY_MAIN > | # undef FC_DUMMY_MAIN > | #else > | # undef FC_DUMMY_MAIN > | #endif > | #define main MAIN_ > | int > | main () > | { > | > | ; > | return 0; > | } > configure:3358: gcc -m64 -o conftest -g -O2 conftest.c -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > Undefined first referenced > symbol in file > main /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/sparcv9/crt1.o > ld: fatal: symbol referencing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3358: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* end confdefs.h. */ > | #ifdef FC_DUMMY_MAIN_EQ_F77 > | # undef F77_DUMMY_MAIN > | # undef FC_DUMMY_MAIN > | #else > | # undef FC_DUMMY_MAIN > | #endif > | #define main __main > | int > | main () > | { > | > | ; > | return 0; > | } > configure:3358: gcc -m64 -o conftest -g -O2 conftest.c -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > Undefined first referenced > symbol in file > main /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/sparcv9/crt1.o > ld: fatal: symbol referencing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3358: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* end confdefs.h. */ > | #ifdef FC_DUMMY_MAIN_EQ_F77 > | # undef F77_DUMMY_MAIN > | # undef FC_DUMMY_MAIN > | #else > | # undef FC_DUMMY_MAIN > | #endif > | #define main MAIN > | int > | main () > | { > | > | ; > | return 0; > | } > configure:3358: gcc -m64 -o conftest -g -O2 conftest.c -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > Undefined first referenced > symbol in file > main /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/sparcv9/crt1.o > ld: fatal: symbol referencing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3358: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* end confdefs.h. */ > | #ifdef FC_DUMMY_MAIN_EQ_F77 > | # undef F77_DUMMY_MAIN > | # undef FC_DUMMY_MAIN > | #else > | # undef FC_DUMMY_MAIN > | #endif > | #define main _MAIN > | int > | main () > | { > | > | ; > | return 0; > | } > configure:3358: gcc -m64 -o conftest -g -O2 conftest.c -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > Undefined first referenced > symbol in file > main /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/sparcv9/crt1.o > ld: fatal: symbol referencing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3358: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* end confdefs.h. */ > | #ifdef FC_DUMMY_MAIN_EQ_F77 > | # undef F77_DUMMY_MAIN > | # undef FC_DUMMY_MAIN > | #else > | # undef FC_DUMMY_MAIN > | #endif > | #define main __MAIN > | int > | main () > | { > | > | ; > | return 0; > | } > configure:3358: gcc -m64 -o conftest -g -O2 conftest.c -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > Undefined first referenced > symbol in file > main /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/sparcv9/crt1.o > ld: fatal: symbol referencing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3358: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* end confdefs.h. */ > | #ifdef FC_DUMMY_MAIN_EQ_F77 > | # undef F77_DUMMY_MAIN > | # undef FC_DUMMY_MAIN > | #else > | # undef FC_DUMMY_MAIN > | #endif > | #define main main_ > | int > | main () > | { > | > | ; > | return 0; > | } > configure:3358: gcc -m64 -o conftest -g -O2 conftest.c -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > Undefined first referenced > symbol in file > main /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/sparcv9/crt1.o > ld: fatal: symbol referencing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3358: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* end confdefs.h. */ > | #ifdef FC_DUMMY_MAIN_EQ_F77 > | # undef F77_DUMMY_MAIN > | # undef FC_DUMMY_MAIN > | #else > | # undef FC_DUMMY_MAIN > | #endif > | #define main main__ > | int > | main () > | { > | > | ; > | return 0; > | } > configure:3358: gcc -m64 -o conftest -g -O2 conftest.c -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > Undefined first referenced > symbol in file > main /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/sparcv9/crt1.o > ld: fatal: symbol referencing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3358: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* end confdefs.h. */ > | #ifdef FC_DUMMY_MAIN_EQ_F77 > | # undef F77_DUMMY_MAIN > | # undef FC_DUMMY_MAIN > | #else > | # undef FC_DUMMY_MAIN > | #endif > | #define main _main > | int > | main () > | { > | > | ; > | return 0; > | } > configure:3373: result: main > configure:3392: checking for dummy main to link with Fortran libraries > configure:3426: gcc -m64 -o conftest -g -O2 conftest.c -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > configure:3426: $? = 0 > configure:3471: result: none > configure:3504: checking for Fortran name-mangling scheme > configure:3517: f95 -c -g conftest.f >&5 > configure:3517: $? = 0 > configure:3558: gcc -m64 -o conftest -g -O2 conftest.c cfortran_test.o -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > ld: fatal: file cfortran_test.o: wrong ELF class: ELFCLASS32 > ld: fatal: file processing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3558: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | #define FC_MAIN main > | /* 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 foobar (); > | #ifdef FC_DUMMY_MAIN > | #ifndef FC_DUMMY_MAIN_EQ_F77 > | # ifdef __cplusplus > | extern "C" > | # endif > | int FC_DUMMY_MAIN() { return 1; } > | #endif > | #endif > | int > | main () > | { > | return foobar (); > | ; > | return 0; > | } > configure:3558: gcc -m64 -o conftest -g -O2 conftest.c cfortran_test.o -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > ld: fatal: file cfortran_test.o: wrong ELF class: ELFCLASS32 > ld: fatal: file processing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3558: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | #define FC_MAIN main > | /* 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 foobar_ (); > | #ifdef FC_DUMMY_MAIN > | #ifndef FC_DUMMY_MAIN_EQ_F77 > | # ifdef __cplusplus > | extern "C" > | # endif > | int FC_DUMMY_MAIN() { return 1; } > | #endif > | #endif > | int > | main () > | { > | return foobar_ (); > | ; > | return 0; > | } > configure:3558: gcc -m64 -o conftest -g -O2 conftest.c cfortran_test.o -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > ld: fatal: file cfortran_test.o: wrong ELF class: ELFCLASS32 > ld: fatal: file processing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3558: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | #define FC_MAIN main > | /* 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 FOOBAR (); > | #ifdef FC_DUMMY_MAIN > | #ifndef FC_DUMMY_MAIN_EQ_F77 > | # ifdef __cplusplus > | extern "C" > | # endif > | int FC_DUMMY_MAIN() { return 1; } > | #endif > | #endif > | int > | main () > | { > | return FOOBAR (); > | ; > | return 0; > | } > configure:3558: gcc -m64 -o conftest -g -O2 conftest.c cfortran_test.o -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > ld: fatal: file cfortran_test.o: wrong ELF class: ELFCLASS32 > ld: fatal: file processing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3558: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | #define FC_MAIN main > | /* 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 FOOBAR_ (); > | #ifdef FC_DUMMY_MAIN > | #ifndef FC_DUMMY_MAIN_EQ_F77 > | # ifdef __cplusplus > | extern "C" > | # endif > | int FC_DUMMY_MAIN() { return 1; } > | #endif > | #endif > | int > | main () > | { > | return FOOBAR_ (); > | ; > | return 0; > | } > configure:3658: result: unknown > configure:3713: WARNING: unknown Fortran name-mangling scheme > configure:3772: checking for gcc > configure:3799: result: gcc -m64 > configure:4028: checking for C compiler version > configure:4037: gcc -m64 --version >&5 > gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath) > Copyright (C) 2004 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:4048: $? = 0 > configure:4037: gcc -m64 -v >&5 > Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs > Configured with: /sfw10/builds/build/sfw10-patch/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/ccs/bin/as --without-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared > Thread model: posix > gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) > configure:4048: $? = 0 > configure:4037: gcc -m64 -V >&5 > gcc: `-V' must come at the start of the command line > configure:4048: $? = 1 > configure:4037: gcc -m64 -qversion >&5 > gcc: unrecognized option `-qversion' > gcc: no input files > configure:4048: $? = 1 > configure:4052: checking whether we are using the GNU C compiler > configure:4088: result: yes > configure:4097: checking whether gcc -m64 accepts -g > configure:4182: result: yes > configure:4199: checking for gcc -m64 option to accept ISO C89 > configure:4283: result: none needed > configure:4420: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.69. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on Magma > > config.status:798: creating Makefile > config.status:798: creating config.h > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_build=sparc-sun-solaris2.10 > ac_cv_c_compiler_gnu=yes > ac_cv_env_CC_set=set > ac_cv_env_CC_value='gcc -m64' > ac_cv_env_CFLAGS_set= > ac_cv_env_CFLAGS_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_FCFLAGS_set= > ac_cv_env_FCFLAGS_value= > ac_cv_env_FC_set= > ac_cv_env_FC_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_fc_compiler_gnu=no > ac_cv_fc_dummy_main=none > ac_cv_fc_fixedform=none > ac_cv_fc_libs=' -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm' > ac_cv_fc_main=main > ac_cv_fc_mangling=unknown > ac_cv_fortran_dummy_main=none > ac_cv_fortran_main=main > ac_cv_host=sparc-sun-solaris2.10 > ac_cv_objext=o > ac_cv_prog_ac_ct_CC='gcc -m64' > ac_cv_prog_ac_ct_FC=f95 > ac_cv_prog_cc_c89= > ac_cv_prog_cc_g=yes > ac_cv_prog_fc_g=yes > ac_cv_prog_fc_v=-v > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CC='gcc -m64' > CFLAGS='-g -O2' > CPPFLAGS='' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-n' > ECHO_T='' > EXEEXT='' > FC='f95' > FCFLAGS='-g' > FCLIBS=' -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm' > LDFLAGS='' > LIBOBJS='' > LIBS='' > LTLIBOBJS='' > OBJEXT='o' > PACKAGE_BUGREPORT='' > PACKAGE_NAME='' > PACKAGE_STRING='' > PACKAGE_TARNAME='' > PACKAGE_URL='' > PACKAGE_VERSION='' > PATH_SEPARATOR=':' > SHELL='/bin/bash' > ac_ct_CC='gcc -m64' > ac_ct_FC='f95' > bindir='${exec_prefix}/bin' > build='sparc-sun-solaris2.10' > build_alias='' > build_cpu='sparc' > build_os='solaris2.10' > build_vendor='sun' > datadir='${datarootdir}' > datarootdir='${prefix}/share' > docdir='${datarootdir}/doc/${PACKAGE}' > dvidir='${docdir}' > exec_prefix='${prefix}' > host='sparc-sun-solaris2.10' > host_alias='' > host_cpu='sparc' > host_os='solaris2.10' > host_vendor='sun' > htmldir='${docdir}' > includedir='${prefix}/include' > infodir='${datarootdir}/info' > libdir='${exec_prefix}/lib' > libexecdir='${exec_prefix}/libexec' > localedir='${datarootdir}/locale' > localstatedir='${prefix}/var' > mandir='${datarootdir}/man' > oldincludedir='/usr/include' > pdfdir='${docdir}' > prefix='/usr/local' > program_transform_name='s,x,x,' > psdir='${docdir}' > sbindir='${exec_prefix}/sbin' > sharedstatedir='${prefix}/com' > sysconfdir='${prefix}/etc' > target_alias='' > > ## ----------- ## > ## confdefs.h. ## > ## ----------- ## > > /* confdefs.h */ > #define PACKAGE_NAME "" > #define PACKAGE_TARNAME "" > #define PACKAGE_VERSION "" > #define PACKAGE_STRING "" > #define PACKAGE_BUGREPORT "" > #define PACKAGE_URL "" > #define FC_MAIN main > > configure: exit 0 314. fortran.at:410: 314. AC_FC_MAIN usage (fortran.at:410): FAILED (fortran.at:474) # -*- compilation -*- 315. fortran.at:489: testing AC_F77_FUNC usage ... ./fortran.at:549: autoconf --force ./fortran.at:550: autoheader ./fortran.at:551: ./configure $configure_options stdout: checking for g77... no checking for xlf... no checking for f77... f77 checking whether the Fortran 77 compiler works... yes checking for Fortran 77 compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU Fortran 77 compiler... no checking whether f77 accepts -g... yes checking build system type... sparc-sun-solaris2.10 checking host system type... sparc-sun-solaris2.10 checking how to get verbose linking output from f77... -v checking for Fortran 77 libraries of f77... -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm checking for gcc... gcc -m64 checking whether we are using the GNU C compiler... yes checking whether gcc -m64 accepts -g... yes checking for gcc -m64 option to accept ISO C89... none needed checking for dummy main to link with Fortran 77 libraries... none checking for Fortran 77 name-mangling scheme... unknown checking for gcc... (cached) gcc -m64 checking whether we are using the GNU C compiler... (cached) yes checking whether gcc -m64 accepts -g... (cached) yes checking for gcc -m64 option to accept ISO C89... (cached) none needed configure: creating ./config.status config.status: creating cprogram.c config.status: creating Makefile config.status: creating config.h ./fortran.at:553: $MAKE stderr: foobar.f: foobar: ld: fatal: file foobar.o: wrong ELF class: ELFCLASS32 ld: fatal: file processing errors. No output written to cprogram collect2: ld returned 1 exit status gmake[4]: *** [cprogram] Error 1 stdout: gmake[4]: Entering directory `/local-workplace/SRC/GNU/autoconf-2.69/tests/testsuite.dir/315' gcc -m64 -DHAVE_CONFIG_H -I. -g -O2 -c cprogram.c f77 -g -c foobar.f NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -g -c foobar.f gcc -m64 -g -O2 -o cprogram cprogram.o foobar.o -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm gmake[4]: Leaving directory `/local-workplace/SRC/GNU/autoconf-2.69/tests/testsuite.dir/315' ./fortran.at:553: exit code was 2, expected 0 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 configure, which was > generated by GNU Autoconf 2.69. Invocation command line was > > $ ./configure > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = Magma > uname -m = sun4v > uname -r = 5.10 > uname -s = SunOS > uname -v = Generic_147440-25 > > /usr/bin/uname -p = sparc > /bin/uname -X = System = SunOS > Node = Magma > Release = 5.10 > KernelID = Generic_147440-25 > Machine = sun4v > BusType = > Serial = > Users = > OEM# = 0 > Origin# = 1 > NumCPU = 64 > > /bin/arch = sun4 > /usr/bin/arch -k = sun4v > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /local-workplace/SRC/GNU/autoconf-2.69/tests > PATH: /usr/local/bin > PATH: /bin > PATH: /usr/bin > PATH: /sbin > PATH: /opt/SUNWspro/bin > PATH: /opt/hpnpl/bin > PATH: /usr/dt/bin > PATH: /usr/etc > PATH: /usr/games > PATH: /usr/perl5/5.8.4/bin > PATH: /usr/X11/bin > PATH: /usr/sfw/bin > PATH: /opt/sfw/bin > PATH: /opt/sfw/sbin > PATH: /opt > PATH: /opt/firefox > PATH: /usr/ccs/bin > PATH: /usr/lib/lp/postscript > PATH: /usr/local/sbin > PATH: /usr/local/scripts > PATH: /usr/local/games > PATH: /usr/openwin/bin > PATH: /usr/openwin/demo > PATH: /usr/sadm/install/bin > PATH: /usr/sbin > PATH: /usr/java > PATH: /var/qmail/bin > PATH: /home/popocat-3/csu/bin > PATH: /usr/xpg4/bin > PATH: /usr/ucb > PATH: /etc > PATH: /usr/sfw/sbin > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1899: checking for g77 > configure:1929: result: no > configure:1899: checking for xlf > configure:1929: result: no > configure:1899: checking for f77 > configure:1915: found /bin/f77 > configure:1926: result: f77 > configure:1952: checking for Fortran 77 compiler version > configure:1961: f77 --version >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none --version > f90: Warning: Option --version passed to ld, if ld is invoked, ignored otherwise > Usage: f90 [ options ] files. Use 'f90 -flags' for details > configure:1972: $? = 0 > configure:1961: f77 -v >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -v > ### command line files and options (expanded): > ### -f77=%all -ftrap=%none -v > Usage: f90 [ options ] files. Use 'f90 -flags' for details > configure:1972: $? = 0 > configure:1961: f77 -V >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -V > f90: Sun Fortran 95 8.3 SunOS_sparc Patch 127000-01 2007/07/18 > Usage: f90 [ options ] files. Use 'f90 -flags' for details > configure:1972: $? = 0 > configure:1961: f77 -qversion >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -qversion > f90: Warning: Option -qversion passed to ld, if ld is invoked, ignored otherwise > Usage: f90 [ options ] files. Use 'f90 -flags' for details > configure:1972: $? = 0 > configure:1987: checking whether the Fortran 77 compiler works > configure:2009: f77 conftest.f >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none conftest.f > conftest.f: > MAIN main: > configure:2013: $? = 0 > configure:2061: result: yes > configure:2064: checking for Fortran 77 compiler default output file name > configure:2066: result: a.out > configure:2072: checking for suffix of executables > configure:2079: f77 -o conftest conftest.f >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -o conftest conftest.f > conftest.f: > MAIN main: > configure:2083: $? = 0 > configure:2105: result: > configure:2121: checking whether we are cross compiling > configure:2129: f77 -o conftest conftest.f >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -o conftest conftest.f > conftest.f: > MAIN main: > configure:2133: $? = 0 > configure:2140: ./conftest > configure:2144: $? = 0 > configure:2159: result: no > configure:2164: checking for suffix of object files > configure:2180: f77 -c conftest.f >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -c conftest.f > conftest.f: > MAIN main: > configure:2184: $? = 0 > configure:2205: result: o > configure:2213: checking whether we are using the GNU Fortran 77 compiler > configure:2226: f77 -c conftest.F >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -c conftest.F > /tmp/fpp.01363.0.f: > MAIN main: > > choke me > ^ > "conftest.F", Line = 3, Column = 16: ERROR: Unknown statement. Expected assignment statement but found "EOS" instead of "=" or "=>". > > f90comp: 6 SOURCE LINES > f90comp: 1 ERRORS, 0 WARNINGS, 0 OTHER MESSAGES, 0 ANSI > configure:2226: $? = 1 > configure: failed program was: > | program main > | #ifndef __GNUC__ > | choke me > | #endif > | > | end > configure:2235: result: no > configure:2241: checking whether f77 accepts -g > configure:2252: f77 -c -g conftest.f >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -c -g conftest.f > conftest.f: > MAIN main: > configure:2252: $? = 0 > configure:2260: result: yes > configure:2322: checking build system type > configure:2336: result: sparc-sun-solaris2.10 > configure:2356: checking host system type > configure:2369: result: sparc-sun-solaris2.10 > configure:2394: checking how to get verbose linking output from f77 > configure:2404: f77 -c -g conftest.f >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -c -g conftest.f > conftest.f: > MAIN main: > configure:2404: $? = 0 > configure:2422: f77 -o conftest -g -v conftest.f > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -o conftest -g -v conftest.f > ### command line files and options (expanded): > ### -f77=%all -ftrap=%none -o conftest -g -v conftest.f -lf77compat > ### f90: Note: NLSPATH = /opt/SUNWspro/prod/bin/../lib/locale/%L/LC_MESSAGES/%N.cat:/opt/SUNWspro/prod/bin/../../lib/locale/%L/LC_MESSAGES/%N.cat > /opt/SUNWspro/prod/bin/f90comp -y-o -yconftest.o -ev -y-ftrap=%none -m3 -dq -y-fbe -y/opt/SUNWspro/prod/bin/fbe -y-xarch=generic -y-s -H "/opt/SUNWspro/prod/bin/f90 -f77 -ftrap=%none -g -v " -y-xcache=generic -xcache=generic -I/opt/SUNWspro/prod/include/f95/v8 -p/opt/SUNWspro/prod/lib/modules -y-verbose -xall -y-g -G 0 -xmemalign=8i -y-xmemalign=8i -f77=%all -y-xdbggen=no%stabs+dwarf2 -y-xdbggen=incl -xassume_control=optimize -y-xassume_control=optimize -iorounding=processor-defined -xhasc=yes conftest.f > conftest.f: > MAIN main: > ### f90: Note: LD_LIBRARY_PATH = /platform/SUNW,Sun-Fire-280R/lib:/lib:/usr/lib:/usr/openwin/lib:/usr/5lib:/usr/sfw/lib:/opt/gcc/lib:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/opt/sane/lib:/opt/sane/lib/sane:/opt/hpnpl/lib:/usr/local/qt/lib:/opt/opera/lib/opera:/opt/sfw/lib:/opt/sfw/cups/lib:/opt/SUNWspro/lib:/opt/ImageMagick/lib:/opt/xcircuit/lib > ### f90: Note: LD_RUN_PATH = (null) > ### f90: Note: LD_OPTIONS = (null) > /usr/ccs/bin/ld -t -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -o conftest /opt/SUNWspro/prod/lib/crti.o /opt/SUNWspro/prod/lib/crt1.o /opt/SUNWspro/prod/lib/misalign.o /opt/SUNWspro/prod/lib/values-xi.o -Y P,/opt/SUNWspro/lib/sparc:/opt/SUNWspro/prod/lib/sparc:/opt/SUNWspro/lib:/opt/SUNWspro/prod/lib:/usr/ccs/lib:/lib:/usr/lib conftest.o -lf77compat -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -Bdynamic -lmtsk -lm -lc /opt/SUNWspro/prod/lib/crtn.o > rm conftest.o > configure:2505: result: -v > configure:2507: checking for Fortran 77 libraries of f77 > configure:2530: f77 -o conftest -g -v conftest.f > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -o conftest -g -v conftest.f > ### command line files and options (expanded): > ### -f77=%all -ftrap=%none -o conftest -g -v conftest.f -lf77compat > ### f90: Note: NLSPATH = /opt/SUNWspro/prod/bin/../lib/locale/%L/LC_MESSAGES/%N.cat:/opt/SUNWspro/prod/bin/../../lib/locale/%L/LC_MESSAGES/%N.cat > /opt/SUNWspro/prod/bin/f90comp -y-o -yconftest.o -ev -y-ftrap=%none -m3 -dq -y-fbe -y/opt/SUNWspro/prod/bin/fbe -y-xarch=generic -y-s -H "/opt/SUNWspro/prod/bin/f90 -f77 -ftrap=%none -g -v " -y-xcache=generic -xcache=generic -I/opt/SUNWspro/prod/include/f95/v8 -p/opt/SUNWspro/prod/lib/modules -y-verbose -xall -y-g -G 0 -xmemalign=8i -y-xmemalign=8i -f77=%all -y-xdbggen=no%stabs+dwarf2 -y-xdbggen=incl -xassume_control=optimize -y-xassume_control=optimize -iorounding=processor-defined -xhasc=yes conftest.f > conftest.f: > MAIN main: > ### f90: Note: LD_LIBRARY_PATH = /platform/SUNW,Sun-Fire-280R/lib:/lib:/usr/lib:/usr/openwin/lib:/usr/5lib:/usr/sfw/lib:/opt/gcc/lib:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/opt/sane/lib:/opt/sane/lib/sane:/opt/hpnpl/lib:/usr/local/qt/lib:/opt/opera/lib/opera:/opt/sfw/lib:/opt/sfw/cups/lib:/opt/SUNWspro/lib:/opt/ImageMagick/lib:/opt/xcircuit/lib > ### f90: Note: LD_RUN_PATH = (null) > ### f90: Note: LD_OPTIONS = (null) > /usr/ccs/bin/ld -t -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -o conftest /opt/SUNWspro/prod/lib/crti.o /opt/SUNWspro/prod/lib/crt1.o /opt/SUNWspro/prod/lib/misalign.o /opt/SUNWspro/prod/lib/values-xi.o -Y P,/opt/SUNWspro/lib/sparc:/opt/SUNWspro/prod/lib/sparc:/opt/SUNWspro/lib:/opt/SUNWspro/prod/lib:/usr/ccs/lib:/lib:/usr/lib conftest.o -lf77compat -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -Bdynamic -lmtsk -lm -lc /opt/SUNWspro/prod/lib/crtn.o > rm conftest.o > configure:2726: result: -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm > configure:2785: checking for gcc > configure:2812: result: gcc -m64 > configure:3041: checking for C compiler version > configure:3050: gcc -m64 --version >&5 > gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath) > Copyright (C) 2004 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:3061: $? = 0 > configure:3050: gcc -m64 -v >&5 > Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs > Configured with: /sfw10/builds/build/sfw10-patch/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/ccs/bin/as --without-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared > Thread model: posix > gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) > configure:3061: $? = 0 > configure:3050: gcc -m64 -V >&5 > gcc: `-V' must come at the start of the command line > configure:3061: $? = 1 > configure:3050: gcc -m64 -qversion >&5 > gcc: unrecognized option `-qversion' > gcc: no input files > configure:3061: $? = 1 > configure:3065: checking whether we are using the GNU C compiler > configure:3092: gcc -m64 -c conftest.c >&5 > configure:3092: $? = 0 > configure:3101: result: yes > configure:3110: checking whether gcc -m64 accepts -g > configure:3138: gcc -m64 -c -g conftest.c >&5 > configure:3138: $? = 0 > configure:3195: result: yes > configure:3212: checking for gcc -m64 option to accept ISO C89 > configure:3283: gcc -m64 -c -g -O2 conftest.c >&5 > configure:3283: $? = 0 > configure:3296: result: none needed > configure:3322: checking for dummy main to link with Fortran 77 libraries > configure:3356: gcc -m64 -o conftest -g -O2 conftest.c -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > configure:3356: $? = 0 > configure:3401: result: none > configure:3434: checking for Fortran 77 name-mangling scheme > configure:3447: f77 -c -g conftest.f >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -c -g conftest.f > conftest.f: > foobar: > foo_bar: > configure:3447: $? = 0 > configure:3488: gcc -m64 -o conftest -g -O2 conftest.c cfortran_test.o -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > ld: fatal: file cfortran_test.o: wrong ELF class: ELFCLASS32 > ld: fatal: file processing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3488: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* 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 foobar (); > | #ifdef F77_DUMMY_MAIN > | > | # ifdef __cplusplus > | extern "C" > | # endif > | int F77_DUMMY_MAIN() { return 1; } > | > | #endif > | int > | main () > | { > | return foobar (); > | ; > | return 0; > | } > configure:3488: gcc -m64 -o conftest -g -O2 conftest.c cfortran_test.o -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > ld: fatal: file cfortran_test.o: wrong ELF class: ELFCLASS32 > ld: fatal: file processing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3488: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* 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 foobar_ (); > | #ifdef F77_DUMMY_MAIN > | > | # ifdef __cplusplus > | extern "C" > | # endif > | int F77_DUMMY_MAIN() { return 1; } > | > | #endif > | int > | main () > | { > | return foobar_ (); > | ; > | return 0; > | } > configure:3488: gcc -m64 -o conftest -g -O2 conftest.c cfortran_test.o -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > ld: fatal: file cfortran_test.o: wrong ELF class: ELFCLASS32 > ld: fatal: file processing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3488: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* 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 FOOBAR (); > | #ifdef F77_DUMMY_MAIN > | > | # ifdef __cplusplus > | extern "C" > | # endif > | int F77_DUMMY_MAIN() { return 1; } > | > | #endif > | int > | main () > | { > | return FOOBAR (); > | ; > | return 0; > | } > configure:3488: gcc -m64 -o conftest -g -O2 conftest.c cfortran_test.o -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > ld: fatal: file cfortran_test.o: wrong ELF class: ELFCLASS32 > ld: fatal: file processing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3488: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* 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 FOOBAR_ (); > | #ifdef F77_DUMMY_MAIN > | > | # ifdef __cplusplus > | extern "C" > | # endif > | int F77_DUMMY_MAIN() { return 1; } > | > | #endif > | int > | main () > | { > | return FOOBAR_ (); > | ; > | return 0; > | } > configure:3588: result: unknown > configure:3665: checking for gcc > configure:3692: result: gcc -m64 > configure:3921: checking for C compiler version > configure:3930: gcc -m64 --version >&5 > gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath) > Copyright (C) 2004 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:3941: $? = 0 > configure:3930: gcc -m64 -v >&5 > Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs > Configured with: /sfw10/builds/build/sfw10-patch/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/ccs/bin/as --without-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared > Thread model: posix > gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) > configure:3941: $? = 0 > configure:3930: gcc -m64 -V >&5 > gcc: `-V' must come at the start of the command line > configure:3941: $? = 1 > configure:3930: gcc -m64 -qversion >&5 > gcc: unrecognized option `-qversion' > gcc: no input files > configure:3941: $? = 1 > configure:3945: checking whether we are using the GNU C compiler > configure:3981: result: yes > configure:3990: checking whether gcc -m64 accepts -g > configure:4075: result: yes > configure:4092: checking for gcc -m64 option to accept ISO C89 > configure:4176: result: none needed > configure:4315: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.69. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on Magma > > config.status:799: creating cprogram.c > config.status:799: creating Makefile > config.status:799: creating config.h > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_build=sparc-sun-solaris2.10 > ac_cv_c_compiler_gnu=yes > ac_cv_env_CC_set=set > ac_cv_env_CC_value='gcc -m64' > ac_cv_env_CFLAGS_set= > ac_cv_env_CFLAGS_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_F77_set= > ac_cv_env_F77_value= > ac_cv_env_FFLAGS_set= > ac_cv_env_FFLAGS_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_f77_compiler_gnu=no > ac_cv_f77_dummy_main=none > ac_cv_f77_libs=' -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm' > ac_cv_f77_mangling=unknown > ac_cv_fortran_dummy_main=none > ac_cv_host=sparc-sun-solaris2.10 > ac_cv_objext=o > ac_cv_prog_ac_ct_CC='gcc -m64' > ac_cv_prog_ac_ct_F77=f77 > ac_cv_prog_cc_c89= > ac_cv_prog_cc_g=yes > ac_cv_prog_f77_g=yes > ac_cv_prog_f77_v=-v > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CC='gcc -m64' > CFLAGS='-g -O2' > CPPFLAGS='' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-n' > ECHO_T='' > EXEEXT='' > F77='f77' > FFLAGS='-g' > FLIBS=' -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm' > LDFLAGS='' > LIBOBJS='' > LIBS='' > LTLIBOBJS='' > OBJEXT='o' > PACKAGE_BUGREPORT='' > PACKAGE_NAME='' > PACKAGE_STRING='' > PACKAGE_TARNAME='' > PACKAGE_URL='' > PACKAGE_VERSION='' > PATH_SEPARATOR=':' > SHELL='/bin/bash' > ac_ct_CC='gcc -m64' > ac_ct_F77='f77' > bindir='${exec_prefix}/bin' > build='sparc-sun-solaris2.10' > build_alias='' > build_cpu='sparc' > build_os='solaris2.10' > build_vendor='sun' > datadir='${datarootdir}' > datarootdir='${prefix}/share' > docdir='${datarootdir}/doc/${PACKAGE}' > dvidir='${docdir}' > exec_prefix='${prefix}' > foobar='unknown' > host='sparc-sun-solaris2.10' > host_alias='' > host_cpu='sparc' > host_os='solaris2.10' > host_vendor='sun' > htmldir='${docdir}' > includedir='${prefix}/include' > infodir='${datarootdir}/info' > libdir='${exec_prefix}/lib' > libexecdir='${exec_prefix}/libexec' > localedir='${datarootdir}/locale' > localstatedir='${prefix}/var' > mandir='${datarootdir}/man' > oldincludedir='/usr/include' > pdfdir='${docdir}' > prefix='/usr/local' > program_transform_name='s,x,x,' > psdir='${docdir}' > sbindir='${exec_prefix}/sbin' > sharedstatedir='${prefix}/com' > sysconfdir='${prefix}/etc' > target_alias='' > > ## ----------- ## > ## confdefs.h. ## > ## ----------- ## > > /* confdefs.h */ > #define PACKAGE_NAME "" > #define PACKAGE_TARNAME "" > #define PACKAGE_VERSION "" > #define PACKAGE_STRING "" > #define PACKAGE_BUGREPORT "" > #define PACKAGE_URL "" > > configure: exit 0 315. fortran.at:489: 315. AC_F77_FUNC usage (fortran.at:489): FAILED (fortran.at:553) # -*- compilation -*- 316. fortran.at:563: testing AC_FC_FUNC usage ... ./fortran.at:623: autoconf --force ./fortran.at:624: autoheader ./fortran.at:625: ./configure $configure_options stdout: checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... f95 checking whether the Fortran compiler works... yes checking for Fortran compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU Fortran compiler... no checking whether f95 accepts -g... yes checking build system type... sparc-sun-solaris2.10 checking host system type... sparc-sun-solaris2.10 checking how to get verbose linking output from f95... -v checking for Fortran libraries of f95... -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm checking for gcc... gcc -m64 checking whether we are using the GNU C compiler... yes checking whether gcc -m64 accepts -g... yes checking for gcc -m64 option to accept ISO C89... none needed checking for dummy main to link with Fortran libraries... none checking for Fortran name-mangling scheme... unknown checking for gcc... (cached) gcc -m64 checking whether we are using the GNU C compiler... (cached) yes checking whether gcc -m64 accepts -g... (cached) yes checking for gcc -m64 option to accept ISO C89... (cached) none needed configure: creating ./config.status config.status: creating cprogram.c config.status: creating Makefile config.status: creating config.h ./fortran.at:627: $MAKE stderr: ld: fatal: file foobar.o: wrong ELF class: ELFCLASS32 ld: fatal: file processing errors. No output written to cprogram collect2: ld returned 1 exit status gmake[4]: *** [cprogram] Error 1 stdout: gmake[4]: Entering directory `/local-workplace/SRC/GNU/autoconf-2.69/tests/testsuite.dir/316' gcc -m64 -DHAVE_CONFIG_H -I. -g -O2 -c cprogram.c f95 -g -c foobar.f gcc -m64 -g -O2 -o cprogram cprogram.o foobar.o -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm gmake[4]: Leaving directory `/local-workplace/SRC/GNU/autoconf-2.69/tests/testsuite.dir/316' ./fortran.at:627: exit code was 2, expected 0 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 configure, which was > generated by GNU Autoconf 2.69. Invocation command line was > > $ ./configure > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = Magma > uname -m = sun4v > uname -r = 5.10 > uname -s = SunOS > uname -v = Generic_147440-25 > > /usr/bin/uname -p = sparc > /bin/uname -X = System = SunOS > Node = Magma > Release = 5.10 > KernelID = Generic_147440-25 > Machine = sun4v > BusType = > Serial = > Users = > OEM# = 0 > Origin# = 1 > NumCPU = 64 > > /bin/arch = sun4 > /usr/bin/arch -k = sun4v > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /local-workplace/SRC/GNU/autoconf-2.69/tests > PATH: /usr/local/bin > PATH: /bin > PATH: /usr/bin > PATH: /sbin > PATH: /opt/SUNWspro/bin > PATH: /opt/hpnpl/bin > PATH: /usr/dt/bin > PATH: /usr/etc > PATH: /usr/games > PATH: /usr/perl5/5.8.4/bin > PATH: /usr/X11/bin > PATH: /usr/sfw/bin > PATH: /opt/sfw/bin > PATH: /opt/sfw/sbin > PATH: /opt > PATH: /opt/firefox > PATH: /usr/ccs/bin > PATH: /usr/lib/lp/postscript > PATH: /usr/local/sbin > PATH: /usr/local/scripts > PATH: /usr/local/games > PATH: /usr/openwin/bin > PATH: /usr/openwin/demo > PATH: /usr/sadm/install/bin > PATH: /usr/sbin > PATH: /usr/java > PATH: /var/qmail/bin > PATH: /home/popocat-3/csu/bin > PATH: /usr/xpg4/bin > PATH: /usr/ucb > PATH: /etc > PATH: /usr/sfw/sbin > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1899: checking for gfortran > configure:1929: result: no > configure:1899: checking for g95 > configure:1929: result: no > configure:1899: checking for xlf95 > configure:1929: result: no > configure:1899: checking for f95 > configure:1915: found /bin/f95 > configure:1926: result: f95 > configure:1952: checking for Fortran compiler version > configure:1961: f95 --version >&5 > f95: Warning: Option --version passed to ld, if ld is invoked, ignored otherwise > Usage: f95 [ options ] files. Use 'f95 -flags' for details > configure:1972: $? = 0 > configure:1961: f95 -v >&5 > ### command line files and options (expanded): > ### -v > Usage: f95 [ options ] files. Use 'f95 -flags' for details > configure:1972: $? = 0 > configure:1961: f95 -V >&5 > f95: Sun Fortran 95 8.3 SunOS_sparc Patch 127000-01 2007/07/18 > Usage: f95 [ options ] files. Use 'f95 -flags' for details > configure:1972: $? = 0 > configure:1961: f95 -qversion >&5 > f95: Warning: Option -qversion passed to ld, if ld is invoked, ignored otherwise > Usage: f95 [ options ] files. Use 'f95 -flags' for details > configure:1972: $? = 0 > configure:1987: checking whether the Fortran compiler works > configure:2009: f95 conftest.f >&5 > configure:2013: $? = 0 > configure:2061: result: yes > configure:2064: checking for Fortran compiler default output file name > configure:2066: result: a.out > configure:2072: checking for suffix of executables > configure:2079: f95 -o conftest conftest.f >&5 > configure:2083: $? = 0 > configure:2105: result: > configure:2121: checking whether we are cross compiling > configure:2129: f95 -o conftest conftest.f >&5 > configure:2133: $? = 0 > configure:2140: ./conftest > configure:2144: $? = 0 > configure:2159: result: no > configure:2164: checking for suffix of object files > configure:2180: f95 -c conftest.f >&5 > configure:2184: $? = 0 > configure:2205: result: o > configure:2213: checking whether we are using the GNU Fortran compiler > configure:2226: f95 -c conftest.F >&5 > > choke me > ^ > "conftest.F", Line = 3, Column = 16: ERROR: Unknown statement. Expected assignment statement but found "EOS" instead of "=" or "=>". > > f90comp: 6 SOURCE LINES > f90comp: 1 ERRORS, 0 WARNINGS, 0 OTHER MESSAGES, 0 ANSI > configure:2226: $? = 1 > configure: failed program was: > | program main > | #ifndef __GNUC__ > | choke me > | #endif > | > | end > configure:2235: result: no > configure:2241: checking whether f95 accepts -g > configure:2252: f95 -c -g conftest.f >&5 > configure:2252: $? = 0 > configure:2260: result: yes > configure:2322: checking build system type > configure:2336: result: sparc-sun-solaris2.10 > configure:2356: checking host system type > configure:2369: result: sparc-sun-solaris2.10 > configure:2394: checking how to get verbose linking output from f95 > configure:2404: f95 -c -g conftest.f >&5 > configure:2404: $? = 0 > configure:2422: f95 -o conftest -g -v conftest.f > ### command line files and options (expanded): > ### -o conftest -g -v conftest.f > ### f95: Note: NLSPATH = /opt/SUNWspro/prod/bin/../lib/locale/%L/LC_MESSAGES/%N.cat:/opt/SUNWspro/prod/bin/../../lib/locale/%L/LC_MESSAGES/%N.cat > /opt/SUNWspro/prod/bin/f90comp -y-o -yconftest.o -ev -y-ftrap=common -m3 -dq -y-fbe -y/opt/SUNWspro/prod/bin/fbe -y-xarch=generic -y-s -H "/opt/SUNWspro/prod/bin/f90 -g -v " -y-xcache=generic -xcache=generic -I/opt/SUNWspro/prod/include/f95/v8 -p/opt/SUNWspro/prod/lib/modules -y-verbose -xall -y-g -G 0 -xmemalign=8i -y-xmemalign=8i -y-xdbggen=no%stabs+dwarf2 -y-xdbggen=incl -xassume_control=optimize -y-xassume_control=optimize -iorounding=processor-defined -xhasc=yes conftest.f > ### f95: Note: LD_LIBRARY_PATH = /platform/SUNW,Sun-Fire-280R/lib:/lib:/usr/lib:/usr/openwin/lib:/usr/5lib:/usr/sfw/lib:/opt/gcc/lib:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/opt/sane/lib:/opt/sane/lib/sane:/opt/hpnpl/lib:/usr/local/qt/lib:/opt/opera/lib/opera:/opt/sfw/lib:/opt/sfw/cups/lib:/opt/SUNWspro/lib:/opt/ImageMagick/lib:/opt/xcircuit/lib > ### f95: Note: LD_RUN_PATH = (null) > ### f95: Note: LD_OPTIONS = (null) > /usr/ccs/bin/ld -t -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -o conftest /opt/SUNWspro/prod/lib/crti.o /opt/SUNWspro/prod/lib/crt1.o /opt/SUNWspro/prod/lib/misalign.o /opt/SUNWspro/prod/lib/values-xi.o -Y P,/opt/SUNWspro/lib/sparc:/opt/SUNWspro/prod/lib/sparc:/opt/SUNWspro/lib:/opt/SUNWspro/prod/lib:/usr/ccs/lib:/lib:/usr/lib conftest.o -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -Bdynamic -lmtsk -lm -lc /opt/SUNWspro/prod/lib/crtn.o > rm conftest.o > configure:2505: result: -v > configure:2507: checking for Fortran libraries of f95 > configure:2530: f95 -o conftest -g -v conftest.f > ### command line files and options (expanded): > ### -o conftest -g -v conftest.f > ### f95: Note: NLSPATH = /opt/SUNWspro/prod/bin/../lib/locale/%L/LC_MESSAGES/%N.cat:/opt/SUNWspro/prod/bin/../../lib/locale/%L/LC_MESSAGES/%N.cat > /opt/SUNWspro/prod/bin/f90comp -y-o -yconftest.o -ev -y-ftrap=common -m3 -dq -y-fbe -y/opt/SUNWspro/prod/bin/fbe -y-xarch=generic -y-s -H "/opt/SUNWspro/prod/bin/f90 -g -v " -y-xcache=generic -xcache=generic -I/opt/SUNWspro/prod/include/f95/v8 -p/opt/SUNWspro/prod/lib/modules -y-verbose -xall -y-g -G 0 -xmemalign=8i -y-xmemalign=8i -y-xdbggen=no%stabs+dwarf2 -y-xdbggen=incl -xassume_control=optimize -y-xassume_control=optimize -iorounding=processor-defined -xhasc=yes conftest.f > ### f95: Note: LD_LIBRARY_PATH = /platform/SUNW,Sun-Fire-280R/lib:/lib:/usr/lib:/usr/openwin/lib:/usr/5lib:/usr/sfw/lib:/opt/gcc/lib:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/opt/sane/lib:/opt/sane/lib/sane:/opt/hpnpl/lib:/usr/local/qt/lib:/opt/opera/lib/opera:/opt/sfw/lib:/opt/sfw/cups/lib:/opt/SUNWspro/lib:/opt/ImageMagick/lib:/opt/xcircuit/lib > ### f95: Note: LD_RUN_PATH = (null) > ### f95: Note: LD_OPTIONS = (null) > /usr/ccs/bin/ld -t -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -o conftest /opt/SUNWspro/prod/lib/crti.o /opt/SUNWspro/prod/lib/crt1.o /opt/SUNWspro/prod/lib/misalign.o /opt/SUNWspro/prod/lib/values-xi.o -Y P,/opt/SUNWspro/lib/sparc:/opt/SUNWspro/prod/lib/sparc:/opt/SUNWspro/lib:/opt/SUNWspro/prod/lib:/usr/ccs/lib:/lib:/usr/lib conftest.o -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -Bdynamic -lmtsk -lm -lc /opt/SUNWspro/prod/lib/crtn.o > rm conftest.o > configure:2726: result: -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm > configure:2785: checking for gcc > configure:2812: result: gcc -m64 > configure:3041: checking for C compiler version > configure:3050: gcc -m64 --version >&5 > gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath) > Copyright (C) 2004 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:3061: $? = 0 > configure:3050: gcc -m64 -v >&5 > Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs > Configured with: /sfw10/builds/build/sfw10-patch/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/ccs/bin/as --without-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared > Thread model: posix > gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) > configure:3061: $? = 0 > configure:3050: gcc -m64 -V >&5 > gcc: `-V' must come at the start of the command line > configure:3061: $? = 1 > configure:3050: gcc -m64 -qversion >&5 > gcc: unrecognized option `-qversion' > gcc: no input files > configure:3061: $? = 1 > configure:3065: checking whether we are using the GNU C compiler > configure:3092: gcc -m64 -c conftest.c >&5 > configure:3092: $? = 0 > configure:3101: result: yes > configure:3110: checking whether gcc -m64 accepts -g > configure:3138: gcc -m64 -c -g conftest.c >&5 > configure:3138: $? = 0 > configure:3195: result: yes > configure:3212: checking for gcc -m64 option to accept ISO C89 > configure:3283: gcc -m64 -c -g -O2 conftest.c >&5 > configure:3283: $? = 0 > configure:3296: result: none needed > configure:3322: checking for dummy main to link with Fortran libraries > configure:3356: gcc -m64 -o conftest -g -O2 conftest.c -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > configure:3356: $? = 0 > configure:3401: result: none > configure:3434: checking for Fortran name-mangling scheme > configure:3447: f95 -c -g conftest.f >&5 > configure:3447: $? = 0 > configure:3488: gcc -m64 -o conftest -g -O2 conftest.c cfortran_test.o -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > ld: fatal: file cfortran_test.o: wrong ELF class: ELFCLASS32 > ld: fatal: file processing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3488: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* 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 foobar (); > | #ifdef FC_DUMMY_MAIN > | #ifndef FC_DUMMY_MAIN_EQ_F77 > | # ifdef __cplusplus > | extern "C" > | # endif > | int FC_DUMMY_MAIN() { return 1; } > | #endif > | #endif > | int > | main () > | { > | return foobar (); > | ; > | return 0; > | } > configure:3488: gcc -m64 -o conftest -g -O2 conftest.c cfortran_test.o -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > ld: fatal: file cfortran_test.o: wrong ELF class: ELFCLASS32 > ld: fatal: file processing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3488: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* 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 foobar_ (); > | #ifdef FC_DUMMY_MAIN > | #ifndef FC_DUMMY_MAIN_EQ_F77 > | # ifdef __cplusplus > | extern "C" > | # endif > | int FC_DUMMY_MAIN() { return 1; } > | #endif > | #endif > | int > | main () > | { > | return foobar_ (); > | ; > | return 0; > | } > configure:3488: gcc -m64 -o conftest -g -O2 conftest.c cfortran_test.o -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > ld: fatal: file cfortran_test.o: wrong ELF class: ELFCLASS32 > ld: fatal: file processing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3488: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* 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 FOOBAR (); > | #ifdef FC_DUMMY_MAIN > | #ifndef FC_DUMMY_MAIN_EQ_F77 > | # ifdef __cplusplus > | extern "C" > | # endif > | int FC_DUMMY_MAIN() { return 1; } > | #endif > | #endif > | int > | main () > | { > | return FOOBAR (); > | ; > | return 0; > | } > configure:3488: gcc -m64 -o conftest -g -O2 conftest.c cfortran_test.o -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > ld: fatal: file cfortran_test.o: wrong ELF class: ELFCLASS32 > ld: fatal: file processing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3488: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* 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 FOOBAR_ (); > | #ifdef FC_DUMMY_MAIN > | #ifndef FC_DUMMY_MAIN_EQ_F77 > | # ifdef __cplusplus > | extern "C" > | # endif > | int FC_DUMMY_MAIN() { return 1; } > | #endif > | #endif > | int > | main () > | { > | return FOOBAR_ (); > | ; > | return 0; > | } > configure:3588: result: unknown > configure:3665: checking for gcc > configure:3692: result: gcc -m64 > configure:3921: checking for C compiler version > configure:3930: gcc -m64 --version >&5 > gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath) > Copyright (C) 2004 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:3941: $? = 0 > configure:3930: gcc -m64 -v >&5 > Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs > Configured with: /sfw10/builds/build/sfw10-patch/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/ccs/bin/as --without-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared > Thread model: posix > gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) > configure:3941: $? = 0 > configure:3930: gcc -m64 -V >&5 > gcc: `-V' must come at the start of the command line > configure:3941: $? = 1 > configure:3930: gcc -m64 -qversion >&5 > gcc: unrecognized option `-qversion' > gcc: no input files > configure:3941: $? = 1 > configure:3945: checking whether we are using the GNU C compiler > configure:3981: result: yes > configure:3990: checking whether gcc -m64 accepts -g > configure:4075: result: yes > configure:4092: checking for gcc -m64 option to accept ISO C89 > configure:4176: result: none needed > configure:4315: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.69. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on Magma > > config.status:799: creating cprogram.c > config.status:799: creating Makefile > config.status:799: creating config.h > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_build=sparc-sun-solaris2.10 > ac_cv_c_compiler_gnu=yes > ac_cv_env_CC_set=set > ac_cv_env_CC_value='gcc -m64' > ac_cv_env_CFLAGS_set= > ac_cv_env_CFLAGS_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_FCFLAGS_set= > ac_cv_env_FCFLAGS_value= > ac_cv_env_FC_set= > ac_cv_env_FC_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_fc_compiler_gnu=no > ac_cv_fc_dummy_main=none > ac_cv_fc_libs=' -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm' > ac_cv_fc_mangling=unknown > ac_cv_fortran_dummy_main=none > ac_cv_host=sparc-sun-solaris2.10 > ac_cv_objext=o > ac_cv_prog_ac_ct_CC='gcc -m64' > ac_cv_prog_ac_ct_FC=f95 > ac_cv_prog_cc_c89= > ac_cv_prog_cc_g=yes > ac_cv_prog_fc_g=yes > ac_cv_prog_fc_v=-v > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CC='gcc -m64' > CFLAGS='-g -O2' > CPPFLAGS='' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-n' > ECHO_T='' > EXEEXT='' > FC='f95' > FCFLAGS='-g' > FCLIBS=' -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm' > LDFLAGS='' > LIBOBJS='' > LIBS='' > LTLIBOBJS='' > OBJEXT='o' > PACKAGE_BUGREPORT='' > PACKAGE_NAME='' > PACKAGE_STRING='' > PACKAGE_TARNAME='' > PACKAGE_URL='' > PACKAGE_VERSION='' > PATH_SEPARATOR=':' > SHELL='/bin/bash' > ac_ct_CC='gcc -m64' > ac_ct_FC='f95' > bindir='${exec_prefix}/bin' > build='sparc-sun-solaris2.10' > build_alias='' > build_cpu='sparc' > build_os='solaris2.10' > build_vendor='sun' > datadir='${datarootdir}' > datarootdir='${prefix}/share' > docdir='${datarootdir}/doc/${PACKAGE}' > dvidir='${docdir}' > exec_prefix='${prefix}' > foobar='unknown' > host='sparc-sun-solaris2.10' > host_alias='' > host_cpu='sparc' > host_os='solaris2.10' > host_vendor='sun' > htmldir='${docdir}' > includedir='${prefix}/include' > infodir='${datarootdir}/info' > libdir='${exec_prefix}/lib' > libexecdir='${exec_prefix}/libexec' > localedir='${datarootdir}/locale' > localstatedir='${prefix}/var' > mandir='${datarootdir}/man' > oldincludedir='/usr/include' > pdfdir='${docdir}' > prefix='/usr/local' > program_transform_name='s,x,x,' > psdir='${docdir}' > sbindir='${exec_prefix}/sbin' > sharedstatedir='${prefix}/com' > sysconfdir='${prefix}/etc' > target_alias='' > > ## ----------- ## > ## confdefs.h. ## > ## ----------- ## > > /* confdefs.h */ > #define PACKAGE_NAME "" > #define PACKAGE_TARNAME "" > #define PACKAGE_VERSION "" > #define PACKAGE_STRING "" > #define PACKAGE_BUGREPORT "" > #define PACKAGE_URL "" > > configure: exit 0 316. fortran.at:563: 316. AC_FC_FUNC usage (fortran.at:563): FAILED (fortran.at:627) # -*- compilation -*- 328. acfortran.at:15: testing AC_F77_WRAPPERS ... ./acfortran.at:15: autoconf --force -W obsolete ./acfortran.at:15: autoheader ./acfortran.at:15: ./configure $configure_options -C 0a1 > configure: WARNING: unknown Fortran name-mangling scheme stdout: configure: creating cache config.cache checking for g77... no checking for xlf... no checking for f77... f77 checking whether the Fortran 77 compiler works... yes checking for Fortran 77 compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU Fortran 77 compiler... no checking whether f77 accepts -g... yes checking build system type... sparc-sun-solaris2.10 checking host system type... sparc-sun-solaris2.10 checking how to get verbose linking output from f77... -v checking for Fortran 77 libraries of f77... -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm checking for gcc... gcc -m64 checking whether we are using the GNU C compiler... yes checking whether gcc -m64 accepts -g... yes checking for gcc -m64 option to accept ISO C89... none needed checking for dummy main to link with Fortran 77 libraries... none checking for Fortran 77 name-mangling scheme... unknown configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h 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 configure, which was > generated by GNU Autoconf 2.69. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = Magma > uname -m = sun4v > uname -r = 5.10 > uname -s = SunOS > uname -v = Generic_147440-25 > > /usr/bin/uname -p = sparc > /bin/uname -X = System = SunOS > Node = Magma > Release = 5.10 > KernelID = Generic_147440-25 > Machine = sun4v > BusType = > Serial = > Users = > OEM# = 0 > Origin# = 1 > NumCPU = 64 > > /bin/arch = sun4 > /usr/bin/arch -k = sun4v > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /local-workplace/SRC/GNU/autoconf-2.69/tests > PATH: /usr/local/bin > PATH: /bin > PATH: /usr/bin > PATH: /sbin > PATH: /opt/SUNWspro/bin > PATH: /opt/hpnpl/bin > PATH: /usr/dt/bin > PATH: /usr/etc > PATH: /usr/games > PATH: /usr/perl5/5.8.4/bin > PATH: /usr/X11/bin > PATH: /usr/sfw/bin > PATH: /opt/sfw/bin > PATH: /opt/sfw/sbin > PATH: /opt > PATH: /opt/firefox > PATH: /usr/ccs/bin > PATH: /usr/lib/lp/postscript > PATH: /usr/local/sbin > PATH: /usr/local/scripts > PATH: /usr/local/games > PATH: /usr/openwin/bin > PATH: /usr/openwin/demo > PATH: /usr/sadm/install/bin > PATH: /usr/sbin > PATH: /usr/java > PATH: /var/qmail/bin > PATH: /home/popocat-3/csu/bin > PATH: /usr/xpg4/bin > PATH: /usr/ucb > PATH: /etc > PATH: /usr/sfw/sbin > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1755: creating cache config.cache > configure:1897: checking for g77 > configure:1927: result: no > configure:1897: checking for xlf > configure:1927: result: no > configure:1897: checking for f77 > configure:1913: found /bin/f77 > configure:1924: result: f77 > configure:1950: checking for Fortran 77 compiler version > configure:1959: f77 --version >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none --version > f90: Warning: Option --version passed to ld, if ld is invoked, ignored otherwise > Usage: f90 [ options ] files. Use 'f90 -flags' for details > configure:1970: $? = 0 > configure:1959: f77 -v >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -v > ### command line files and options (expanded): > ### -f77=%all -ftrap=%none -v > Usage: f90 [ options ] files. Use 'f90 -flags' for details > configure:1970: $? = 0 > configure:1959: f77 -V >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -V > f90: Sun Fortran 95 8.3 SunOS_sparc Patch 127000-01 2007/07/18 > Usage: f90 [ options ] files. Use 'f90 -flags' for details > configure:1970: $? = 0 > configure:1959: f77 -qversion >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -qversion > f90: Warning: Option -qversion passed to ld, if ld is invoked, ignored otherwise > Usage: f90 [ options ] files. Use 'f90 -flags' for details > configure:1970: $? = 0 > configure:1985: checking whether the Fortran 77 compiler works > configure:2007: f77 conftest.f >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none conftest.f > conftest.f: > MAIN main: > configure:2011: $? = 0 > configure:2059: result: yes > configure:2062: checking for Fortran 77 compiler default output file name > configure:2064: result: a.out > configure:2070: checking for suffix of executables > configure:2077: f77 -o conftest conftest.f >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -o conftest conftest.f > conftest.f: > MAIN main: > configure:2081: $? = 0 > configure:2103: result: > configure:2119: checking whether we are cross compiling > configure:2127: f77 -o conftest conftest.f >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -o conftest conftest.f > conftest.f: > MAIN main: > configure:2131: $? = 0 > configure:2138: ./conftest > configure:2142: $? = 0 > configure:2157: result: no > configure:2162: checking for suffix of object files > configure:2178: f77 -c conftest.f >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -c conftest.f > conftest.f: > MAIN main: > configure:2182: $? = 0 > configure:2203: result: o > configure:2211: checking whether we are using the GNU Fortran 77 compiler > configure:2224: f77 -c conftest.F >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -c conftest.F > /tmp/fpp.11940.0.f: > MAIN main: > > choke me > ^ > "conftest.F", Line = 3, Column = 16: ERROR: Unknown statement. Expected assignment statement but found "EOS" instead of "=" or "=>". > > f90comp: 6 SOURCE LINES > f90comp: 1 ERRORS, 0 WARNINGS, 0 OTHER MESSAGES, 0 ANSI > configure:2224: $? = 1 > configure: failed program was: > | program main > | #ifndef __GNUC__ > | choke me > | #endif > | > | end > configure:2233: result: no > configure:2239: checking whether f77 accepts -g > configure:2250: f77 -c -g conftest.f >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -c -g conftest.f > conftest.f: > MAIN main: > configure:2250: $? = 0 > configure:2258: result: yes > configure:2320: checking build system type > configure:2334: result: sparc-sun-solaris2.10 > configure:2354: checking host system type > configure:2367: result: sparc-sun-solaris2.10 > configure:2392: checking how to get verbose linking output from f77 > configure:2402: f77 -c -g conftest.f >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -c -g conftest.f > conftest.f: > MAIN main: > configure:2402: $? = 0 > configure:2420: f77 -o conftest -g -v conftest.f > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -o conftest -g -v conftest.f > ### command line files and options (expanded): > ### -f77=%all -ftrap=%none -o conftest -g -v conftest.f -lf77compat > ### f90: Note: NLSPATH = /opt/SUNWspro/prod/bin/../lib/locale/%L/LC_MESSAGES/%N.cat:/opt/SUNWspro/prod/bin/../../lib/locale/%L/LC_MESSAGES/%N.cat > /opt/SUNWspro/prod/bin/f90comp -y-o -yconftest.o -ev -y-ftrap=%none -m3 -dq -y-fbe -y/opt/SUNWspro/prod/bin/fbe -y-xarch=generic -y-s -H "/opt/SUNWspro/prod/bin/f90 -f77 -ftrap=%none -g -v " -y-xcache=generic -xcache=generic -I/opt/SUNWspro/prod/include/f95/v8 -p/opt/SUNWspro/prod/lib/modules -y-verbose -xall -y-g -G 0 -xmemalign=8i -y-xmemalign=8i -f77=%all -y-xdbggen=no%stabs+dwarf2 -y-xdbggen=incl -xassume_control=optimize -y-xassume_control=optimize -iorounding=processor-defined -xhasc=yes conftest.f > conftest.f: > MAIN main: > ### f90: Note: LD_LIBRARY_PATH = /platform/SUNW,Sun-Fire-280R/lib:/lib:/usr/lib:/usr/openwin/lib:/usr/5lib:/usr/sfw/lib:/opt/gcc/lib:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/opt/sane/lib:/opt/sane/lib/sane:/opt/hpnpl/lib:/usr/local/qt/lib:/opt/opera/lib/opera:/opt/sfw/lib:/opt/sfw/cups/lib:/opt/SUNWspro/lib:/opt/ImageMagick/lib:/opt/xcircuit/lib > ### f90: Note: LD_RUN_PATH = (null) > ### f90: Note: LD_OPTIONS = (null) > /usr/ccs/bin/ld -t -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -o conftest /opt/SUNWspro/prod/lib/crti.o /opt/SUNWspro/prod/lib/crt1.o /opt/SUNWspro/prod/lib/misalign.o /opt/SUNWspro/prod/lib/values-xi.o -Y P,/opt/SUNWspro/lib/sparc:/opt/SUNWspro/prod/lib/sparc:/opt/SUNWspro/lib:/opt/SUNWspro/prod/lib:/usr/ccs/lib:/lib:/usr/lib conftest.o -lf77compat -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -Bdynamic -lmtsk -lm -lc /opt/SUNWspro/prod/lib/crtn.o > rm conftest.o > configure:2503: result: -v > configure:2505: checking for Fortran 77 libraries of f77 > configure:2528: f77 -o conftest -g -v conftest.f > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -o conftest -g -v conftest.f > ### command line files and options (expanded): > ### -f77=%all -ftrap=%none -o conftest -g -v conftest.f -lf77compat > ### f90: Note: NLSPATH = /opt/SUNWspro/prod/bin/../lib/locale/%L/LC_MESSAGES/%N.cat:/opt/SUNWspro/prod/bin/../../lib/locale/%L/LC_MESSAGES/%N.cat > /opt/SUNWspro/prod/bin/f90comp -y-o -yconftest.o -ev -y-ftrap=%none -m3 -dq -y-fbe -y/opt/SUNWspro/prod/bin/fbe -y-xarch=generic -y-s -H "/opt/SUNWspro/prod/bin/f90 -f77 -ftrap=%none -g -v " -y-xcache=generic -xcache=generic -I/opt/SUNWspro/prod/include/f95/v8 -p/opt/SUNWspro/prod/lib/modules -y-verbose -xall -y-g -G 0 -xmemalign=8i -y-xmemalign=8i -f77=%all -y-xdbggen=no%stabs+dwarf2 -y-xdbggen=incl -xassume_control=optimize -y-xassume_control=optimize -iorounding=processor-defined -xhasc=yes conftest.f > conftest.f: > MAIN main: > ### f90: Note: LD_LIBRARY_PATH = /platform/SUNW,Sun-Fire-280R/lib:/lib:/usr/lib:/usr/openwin/lib:/usr/5lib:/usr/sfw/lib:/opt/gcc/lib:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/opt/sane/lib:/opt/sane/lib/sane:/opt/hpnpl/lib:/usr/local/qt/lib:/opt/opera/lib/opera:/opt/sfw/lib:/opt/sfw/cups/lib:/opt/SUNWspro/lib:/opt/ImageMagick/lib:/opt/xcircuit/lib > ### f90: Note: LD_RUN_PATH = (null) > ### f90: Note: LD_OPTIONS = (null) > /usr/ccs/bin/ld -t -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -o conftest /opt/SUNWspro/prod/lib/crti.o /opt/SUNWspro/prod/lib/crt1.o /opt/SUNWspro/prod/lib/misalign.o /opt/SUNWspro/prod/lib/values-xi.o -Y P,/opt/SUNWspro/lib/sparc:/opt/SUNWspro/prod/lib/sparc:/opt/SUNWspro/lib:/opt/SUNWspro/prod/lib:/usr/ccs/lib:/lib:/usr/lib conftest.o -lf77compat -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -Bdynamic -lmtsk -lm -lc /opt/SUNWspro/prod/lib/crtn.o > rm conftest.o > configure:2724: result: -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm > configure:2783: checking for gcc > configure:2810: result: gcc -m64 > configure:3039: checking for C compiler version > configure:3048: gcc -m64 --version >&5 > gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath) > Copyright (C) 2004 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:3059: $? = 0 > configure:3048: gcc -m64 -v >&5 > Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs > Configured with: /sfw10/builds/build/sfw10-patch/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/ccs/bin/as --without-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared > Thread model: posix > gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) > configure:3059: $? = 0 > configure:3048: gcc -m64 -V >&5 > gcc: `-V' must come at the start of the command line > configure:3059: $? = 1 > configure:3048: gcc -m64 -qversion >&5 > gcc: unrecognized option `-qversion' > gcc: no input files > configure:3059: $? = 1 > configure:3063: checking whether we are using the GNU C compiler > configure:3090: gcc -m64 -c conftest.c >&5 > configure:3090: $? = 0 > configure:3099: result: yes > configure:3108: checking whether gcc -m64 accepts -g > configure:3136: gcc -m64 -c -g conftest.c >&5 > configure:3136: $? = 0 > configure:3193: result: yes > configure:3210: checking for gcc -m64 option to accept ISO C89 > configure:3281: gcc -m64 -c -g -O2 conftest.c >&5 > configure:3281: $? = 0 > configure:3294: result: none needed > configure:3320: checking for dummy main to link with Fortran 77 libraries > configure:3354: gcc -m64 -o conftest -g -O2 conftest.c -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > configure:3354: $? = 0 > configure:3399: result: none > configure:3432: checking for Fortran 77 name-mangling scheme > configure:3445: f77 -c -g conftest.f >&5 > NOTICE: Invoking /bin/f90 -f77 -ftrap=%none -c -g conftest.f > conftest.f: > foobar: > foo_bar: > configure:3445: $? = 0 > configure:3486: gcc -m64 -o conftest -g -O2 conftest.c cfortran_test.o -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > ld: fatal: file cfortran_test.o: wrong ELF class: ELFCLASS32 > ld: fatal: file processing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3486: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* 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 foobar (); > | #ifdef F77_DUMMY_MAIN > | > | # ifdef __cplusplus > | extern "C" > | # endif > | int F77_DUMMY_MAIN() { return 1; } > | > | #endif > | int > | main () > | { > | return foobar (); > | ; > | return 0; > | } > configure:3486: gcc -m64 -o conftest -g -O2 conftest.c cfortran_test.o -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > ld: fatal: file cfortran_test.o: wrong ELF class: ELFCLASS32 > ld: fatal: file processing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3486: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* 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 foobar_ (); > | #ifdef F77_DUMMY_MAIN > | > | # ifdef __cplusplus > | extern "C" > | # endif > | int F77_DUMMY_MAIN() { return 1; } > | > | #endif > | int > | main () > | { > | return foobar_ (); > | ; > | return 0; > | } > configure:3486: gcc -m64 -o conftest -g -O2 conftest.c cfortran_test.o -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > ld: fatal: file cfortran_test.o: wrong ELF class: ELFCLASS32 > ld: fatal: file processing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3486: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* 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 FOOBAR (); > | #ifdef F77_DUMMY_MAIN > | > | # ifdef __cplusplus > | extern "C" > | # endif > | int F77_DUMMY_MAIN() { return 1; } > | > | #endif > | int > | main () > | { > | return FOOBAR (); > | ; > | return 0; > | } > configure:3486: gcc -m64 -o conftest -g -O2 conftest.c cfortran_test.o -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > ld: fatal: file cfortran_test.o: wrong ELF class: ELFCLASS32 > ld: fatal: file processing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3486: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* 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 FOOBAR_ (); > | #ifdef F77_DUMMY_MAIN > | > | # ifdef __cplusplus > | extern "C" > | # endif > | int F77_DUMMY_MAIN() { return 1; } > | > | #endif > | int > | main () > | { > | return FOOBAR_ (); > | ; > | return 0; > | } > configure:3586: result: unknown > configure:3641: WARNING: unknown Fortran name-mangling scheme > configure:3717: updating cache config.cache > configure:3766: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.69. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on Magma > > config.status:664: creating config.h > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_build=sparc-sun-solaris2.10 > ac_cv_c_compiler_gnu=yes > ac_cv_env_CC_set=set > ac_cv_env_CC_value='gcc -m64' > ac_cv_env_CFLAGS_set= > ac_cv_env_CFLAGS_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_F77_set= > ac_cv_env_F77_value= > ac_cv_env_FFLAGS_set= > ac_cv_env_FFLAGS_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_f77_compiler_gnu=no > ac_cv_f77_dummy_main=none > ac_cv_f77_libs=' -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm' > ac_cv_f77_mangling=unknown > ac_cv_fortran_dummy_main=none > ac_cv_host=sparc-sun-solaris2.10 > ac_cv_objext=o > ac_cv_prog_ac_ct_CC='gcc -m64' > ac_cv_prog_ac_ct_F77=f77 > ac_cv_prog_cc_c89= > ac_cv_prog_cc_g=yes > ac_cv_prog_f77_g=yes > ac_cv_prog_f77_v=-v > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CC='gcc -m64' > CFLAGS='-g -O2' > CPPFLAGS='' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-n' > ECHO_T='' > EXEEXT='' > F77='f77' > FFLAGS='-g' > FLIBS=' -lf77compat -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm' > LDFLAGS='' > LIBOBJS='' > LIBS='' > LTLIBOBJS='' > OBJEXT='o' > PACKAGE_BUGREPORT='' > PACKAGE_NAME='' > PACKAGE_STRING='' > PACKAGE_TARNAME='' > PACKAGE_URL='' > PACKAGE_VERSION='' > PATH_SEPARATOR=':' > SHELL='/bin/bash' > ac_ct_CC='gcc -m64' > ac_ct_F77='f77' > bindir='${exec_prefix}/bin' > build='sparc-sun-solaris2.10' > build_alias='' > build_cpu='sparc' > build_os='solaris2.10' > build_vendor='sun' > datadir='${datarootdir}' > datarootdir='${prefix}/share' > docdir='${datarootdir}/doc/${PACKAGE}' > dvidir='${docdir}' > exec_prefix='${prefix}' > host='sparc-sun-solaris2.10' > host_alias='' > host_cpu='sparc' > host_os='solaris2.10' > host_vendor='sun' > htmldir='${docdir}' > includedir='${prefix}/include' > infodir='${datarootdir}/info' > libdir='${exec_prefix}/lib' > libexecdir='${exec_prefix}/libexec' > localedir='${datarootdir}/locale' > localstatedir='${prefix}/var' > mandir='${datarootdir}/man' > oldincludedir='/usr/include' > pdfdir='${docdir}' > prefix='/usr/local' > program_transform_name='s,x,x,' > psdir='${docdir}' > sbindir='${exec_prefix}/sbin' > sharedstatedir='${prefix}/com' > sysconfdir='${prefix}/etc' > target_alias='' > > ## ----------- ## > ## confdefs.h. ## > ## ----------- ## > > /* confdefs.h */ > #define PACKAGE_NAME "" > #define PACKAGE_TARNAME "" > #define PACKAGE_VERSION "" > #define PACKAGE_STRING "" > #define PACKAGE_BUGREPORT "" > #define PACKAGE_URL "" > > configure: exit 0 328. acfortran.at:15: 328. AC_F77_WRAPPERS (acfortran.at:15): FAILED (acfortran.at:15) # -*- compilation -*- 339. acfortran.at:26: testing AC_FC_WRAPPERS ... ./acfortran.at:26: autoconf --force -W obsolete ./acfortran.at:26: autoheader ./acfortran.at:26: ./configure $configure_options -C 0a1 > configure: WARNING: unknown Fortran name-mangling scheme stdout: configure: creating cache config.cache checking for gfortran... no checking for g95... no checking for xlf95... no checking for f95... f95 checking whether the Fortran compiler works... yes checking for Fortran compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU Fortran compiler... no checking whether f95 accepts -g... yes checking build system type... sparc-sun-solaris2.10 checking host system type... sparc-sun-solaris2.10 checking how to get verbose linking output from f95... -v checking for Fortran libraries of f95... -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm checking for gcc... gcc -m64 checking whether we are using the GNU C compiler... yes checking whether gcc -m64 accepts -g... yes checking for gcc -m64 option to accept ISO C89... none needed checking for dummy main to link with Fortran libraries... none checking for Fortran name-mangling scheme... unknown configure: updating cache config.cache configure: creating ./config.status config.status: creating config.h 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 configure, which was > generated by GNU Autoconf 2.69. Invocation command line was > > $ ./configure -C > > ## --------- ## > ## Platform. ## > ## --------- ## > > hostname = Magma > uname -m = sun4v > uname -r = 5.10 > uname -s = SunOS > uname -v = Generic_147440-25 > > /usr/bin/uname -p = sparc > /bin/uname -X = System = SunOS > Node = Magma > Release = 5.10 > KernelID = Generic_147440-25 > Machine = sun4v > BusType = > Serial = > Users = > OEM# = 0 > Origin# = 1 > NumCPU = 64 > > /bin/arch = sun4 > /usr/bin/arch -k = sun4v > /usr/convex/getsysinfo = unknown > /usr/bin/hostinfo = unknown > /bin/machine = unknown > /usr/bin/oslevel = unknown > /bin/universe = unknown > > PATH: /local-workplace/SRC/GNU/autoconf-2.69/tests > PATH: /usr/local/bin > PATH: /bin > PATH: /usr/bin > PATH: /sbin > PATH: /opt/SUNWspro/bin > PATH: /opt/hpnpl/bin > PATH: /usr/dt/bin > PATH: /usr/etc > PATH: /usr/games > PATH: /usr/perl5/5.8.4/bin > PATH: /usr/X11/bin > PATH: /usr/sfw/bin > PATH: /opt/sfw/bin > PATH: /opt/sfw/sbin > PATH: /opt > PATH: /opt/firefox > PATH: /usr/ccs/bin > PATH: /usr/lib/lp/postscript > PATH: /usr/local/sbin > PATH: /usr/local/scripts > PATH: /usr/local/games > PATH: /usr/openwin/bin > PATH: /usr/openwin/demo > PATH: /usr/sadm/install/bin > PATH: /usr/sbin > PATH: /usr/java > PATH: /var/qmail/bin > PATH: /home/popocat-3/csu/bin > PATH: /usr/xpg4/bin > PATH: /usr/ucb > PATH: /etc > PATH: /usr/sfw/sbin > > > ## ----------- ## > ## Core tests. ## > ## ----------- ## > > configure:1755: creating cache config.cache > configure:1897: checking for gfortran > configure:1927: result: no > configure:1897: checking for g95 > configure:1927: result: no > configure:1897: checking for xlf95 > configure:1927: result: no > configure:1897: checking for f95 > configure:1913: found /bin/f95 > configure:1924: result: f95 > configure:1950: checking for Fortran compiler version > configure:1959: f95 --version >&5 > f95: Warning: Option --version passed to ld, if ld is invoked, ignored otherwise > Usage: f95 [ options ] files. Use 'f95 -flags' for details > configure:1970: $? = 0 > configure:1959: f95 -v >&5 > ### command line files and options (expanded): > ### -v > Usage: f95 [ options ] files. Use 'f95 -flags' for details > configure:1970: $? = 0 > configure:1959: f95 -V >&5 > f95: Sun Fortran 95 8.3 SunOS_sparc Patch 127000-01 2007/07/18 > Usage: f95 [ options ] files. Use 'f95 -flags' for details > configure:1970: $? = 0 > configure:1959: f95 -qversion >&5 > f95: Warning: Option -qversion passed to ld, if ld is invoked, ignored otherwise > Usage: f95 [ options ] files. Use 'f95 -flags' for details > configure:1970: $? = 0 > configure:1985: checking whether the Fortran compiler works > configure:2007: f95 conftest.f >&5 > configure:2011: $? = 0 > configure:2059: result: yes > configure:2062: checking for Fortran compiler default output file name > configure:2064: result: a.out > configure:2070: checking for suffix of executables > configure:2077: f95 -o conftest conftest.f >&5 > configure:2081: $? = 0 > configure:2103: result: > configure:2119: checking whether we are cross compiling > configure:2127: f95 -o conftest conftest.f >&5 > configure:2131: $? = 0 > configure:2138: ./conftest > configure:2142: $? = 0 > configure:2157: result: no > configure:2162: checking for suffix of object files > configure:2178: f95 -c conftest.f >&5 > configure:2182: $? = 0 > configure:2203: result: o > configure:2211: checking whether we are using the GNU Fortran compiler > configure:2224: f95 -c conftest.F >&5 > > choke me > ^ > "conftest.F", Line = 3, Column = 16: ERROR: Unknown statement. Expected assignment statement but found "EOS" instead of "=" or "=>". > > f90comp: 6 SOURCE LINES > f90comp: 1 ERRORS, 0 WARNINGS, 0 OTHER MESSAGES, 0 ANSI > configure:2224: $? = 1 > configure: failed program was: > | program main > | #ifndef __GNUC__ > | choke me > | #endif > | > | end > configure:2233: result: no > configure:2239: checking whether f95 accepts -g > configure:2250: f95 -c -g conftest.f >&5 > configure:2250: $? = 0 > configure:2258: result: yes > configure:2320: checking build system type > configure:2334: result: sparc-sun-solaris2.10 > configure:2354: checking host system type > configure:2367: result: sparc-sun-solaris2.10 > configure:2392: checking how to get verbose linking output from f95 > configure:2402: f95 -c -g conftest.f >&5 > configure:2402: $? = 0 > configure:2420: f95 -o conftest -g -v conftest.f > ### command line files and options (expanded): > ### -o conftest -g -v conftest.f > ### f95: Note: NLSPATH = /opt/SUNWspro/prod/bin/../lib/locale/%L/LC_MESSAGES/%N.cat:/opt/SUNWspro/prod/bin/../../lib/locale/%L/LC_MESSAGES/%N.cat > /opt/SUNWspro/prod/bin/f90comp -y-o -yconftest.o -ev -y-ftrap=common -m3 -dq -y-fbe -y/opt/SUNWspro/prod/bin/fbe -y-xarch=generic -y-s -H "/opt/SUNWspro/prod/bin/f90 -g -v " -y-xcache=generic -xcache=generic -I/opt/SUNWspro/prod/include/f95/v8 -p/opt/SUNWspro/prod/lib/modules -y-verbose -xall -y-g -G 0 -xmemalign=8i -y-xmemalign=8i -y-xdbggen=no%stabs+dwarf2 -y-xdbggen=incl -xassume_control=optimize -y-xassume_control=optimize -iorounding=processor-defined -xhasc=yes conftest.f > ### f95: Note: LD_LIBRARY_PATH = /platform/SUNW,Sun-Fire-280R/lib:/lib:/usr/lib:/usr/openwin/lib:/usr/5lib:/usr/sfw/lib:/opt/gcc/lib:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/opt/sane/lib:/opt/sane/lib/sane:/opt/hpnpl/lib:/usr/local/qt/lib:/opt/opera/lib/opera:/opt/sfw/lib:/opt/sfw/cups/lib:/opt/SUNWspro/lib:/opt/ImageMagick/lib:/opt/xcircuit/lib > ### f95: Note: LD_RUN_PATH = (null) > ### f95: Note: LD_OPTIONS = (null) > /usr/ccs/bin/ld -t -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -o conftest /opt/SUNWspro/prod/lib/crti.o /opt/SUNWspro/prod/lib/crt1.o /opt/SUNWspro/prod/lib/misalign.o /opt/SUNWspro/prod/lib/values-xi.o -Y P,/opt/SUNWspro/lib/sparc:/opt/SUNWspro/prod/lib/sparc:/opt/SUNWspro/lib:/opt/SUNWspro/prod/lib:/usr/ccs/lib:/lib:/usr/lib conftest.o -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -Bdynamic -lmtsk -lm -lc /opt/SUNWspro/prod/lib/crtn.o > rm conftest.o > configure:2503: result: -v > configure:2505: checking for Fortran libraries of f95 > configure:2528: f95 -o conftest -g -v conftest.f > ### command line files and options (expanded): > ### -o conftest -g -v conftest.f > ### f95: Note: NLSPATH = /opt/SUNWspro/prod/bin/../lib/locale/%L/LC_MESSAGES/%N.cat:/opt/SUNWspro/prod/bin/../../lib/locale/%L/LC_MESSAGES/%N.cat > /opt/SUNWspro/prod/bin/f90comp -y-o -yconftest.o -ev -y-ftrap=common -m3 -dq -y-fbe -y/opt/SUNWspro/prod/bin/fbe -y-xarch=generic -y-s -H "/opt/SUNWspro/prod/bin/f90 -g -v " -y-xcache=generic -xcache=generic -I/opt/SUNWspro/prod/include/f95/v8 -p/opt/SUNWspro/prod/lib/modules -y-verbose -xall -y-g -G 0 -xmemalign=8i -y-xmemalign=8i -y-xdbggen=no%stabs+dwarf2 -y-xdbggen=incl -xassume_control=optimize -y-xassume_control=optimize -iorounding=processor-defined -xhasc=yes conftest.f > ### f95: Note: LD_LIBRARY_PATH = /platform/SUNW,Sun-Fire-280R/lib:/lib:/usr/lib:/usr/openwin/lib:/usr/5lib:/usr/sfw/lib:/opt/gcc/lib:/usr/local/BerkeleyDB.4.1/lib:/usr/local/lib:/opt/sane/lib:/opt/sane/lib/sane:/opt/hpnpl/lib:/usr/local/qt/lib:/opt/opera/lib/opera:/opt/sfw/lib:/opt/sfw/cups/lib:/opt/SUNWspro/lib:/opt/ImageMagick/lib:/opt/xcircuit/lib > ### f95: Note: LD_RUN_PATH = (null) > ### f95: Note: LD_OPTIONS = (null) > /usr/ccs/bin/ld -t -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -o conftest /opt/SUNWspro/prod/lib/crti.o /opt/SUNWspro/prod/lib/crt1.o /opt/SUNWspro/prod/lib/misalign.o /opt/SUNWspro/prod/lib/values-xi.o -Y P,/opt/SUNWspro/lib/sparc:/opt/SUNWspro/prod/lib/sparc:/opt/SUNWspro/lib:/opt/SUNWspro/prod/lib:/usr/ccs/lib:/lib:/usr/lib conftest.o -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -Bdynamic -lmtsk -lm -lc /opt/SUNWspro/prod/lib/crtn.o > rm conftest.o > configure:2724: result: -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm > configure:2783: checking for gcc > configure:2810: result: gcc -m64 > configure:3039: checking for C compiler version > configure:3048: gcc -m64 --version >&5 > gcc (GCC) 3.4.3 (csl-sol210-3_4-branch+sol_rpath) > Copyright (C) 2004 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:3059: $? = 0 > configure:3048: gcc -m64 -v >&5 > Reading specs from /usr/sfw/lib/gcc/sparc-sun-solaris2.10/3.4.3/specs > Configured with: /sfw10/builds/build/sfw10-patch/usr/src/cmd/gcc/gcc-3.4.3/configure --prefix=/usr/sfw --with-as=/usr/ccs/bin/as --without-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++ --enable-shared > Thread model: posix > gcc version 3.4.3 (csl-sol210-3_4-branch+sol_rpath) > configure:3059: $? = 0 > configure:3048: gcc -m64 -V >&5 > gcc: `-V' must come at the start of the command line > configure:3059: $? = 1 > configure:3048: gcc -m64 -qversion >&5 > gcc: unrecognized option `-qversion' > gcc: no input files > configure:3059: $? = 1 > configure:3063: checking whether we are using the GNU C compiler > configure:3090: gcc -m64 -c conftest.c >&5 > configure:3090: $? = 0 > configure:3099: result: yes > configure:3108: checking whether gcc -m64 accepts -g > configure:3136: gcc -m64 -c -g conftest.c >&5 > configure:3136: $? = 0 > configure:3193: result: yes > configure:3210: checking for gcc -m64 option to accept ISO C89 > configure:3281: gcc -m64 -c -g -O2 conftest.c >&5 > configure:3281: $? = 0 > configure:3294: result: none needed > configure:3320: checking for dummy main to link with Fortran libraries > configure:3354: gcc -m64 -o conftest -g -O2 conftest.c -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > configure:3354: $? = 0 > configure:3399: result: none > configure:3432: checking for Fortran name-mangling scheme > configure:3445: f95 -c -g conftest.f >&5 > configure:3445: $? = 0 > configure:3486: gcc -m64 -o conftest -g -O2 conftest.c cfortran_test.o -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > ld: fatal: file cfortran_test.o: wrong ELF class: ELFCLASS32 > ld: fatal: file processing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3486: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* 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 foobar (); > | #ifdef FC_DUMMY_MAIN > | #ifndef FC_DUMMY_MAIN_EQ_F77 > | # ifdef __cplusplus > | extern "C" > | # endif > | int FC_DUMMY_MAIN() { return 1; } > | #endif > | #endif > | int > | main () > | { > | return foobar (); > | ; > | return 0; > | } > configure:3486: gcc -m64 -o conftest -g -O2 conftest.c cfortran_test.o -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > ld: fatal: file cfortran_test.o: wrong ELF class: ELFCLASS32 > ld: fatal: file processing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3486: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* 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 foobar_ (); > | #ifdef FC_DUMMY_MAIN > | #ifndef FC_DUMMY_MAIN_EQ_F77 > | # ifdef __cplusplus > | extern "C" > | # endif > | int FC_DUMMY_MAIN() { return 1; } > | #endif > | #endif > | int > | main () > | { > | return foobar_ (); > | ; > | return 0; > | } > configure:3486: gcc -m64 -o conftest -g -O2 conftest.c cfortran_test.o -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > ld: fatal: file cfortran_test.o: wrong ELF class: ELFCLASS32 > ld: fatal: file processing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3486: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* 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 FOOBAR (); > | #ifdef FC_DUMMY_MAIN > | #ifndef FC_DUMMY_MAIN_EQ_F77 > | # ifdef __cplusplus > | extern "C" > | # endif > | int FC_DUMMY_MAIN() { return 1; } > | #endif > | #endif > | int > | main () > | { > | return FOOBAR (); > | ; > | return 0; > | } > configure:3486: gcc -m64 -o conftest -g -O2 conftest.c cfortran_test.o -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm >&5 > ld: fatal: file cfortran_test.o: wrong ELF class: ELFCLASS32 > ld: fatal: file processing errors. No output written to conftest > collect2: ld returned 1 exit status > configure:3486: $? = 1 > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* 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 FOOBAR_ (); > | #ifdef FC_DUMMY_MAIN > | #ifndef FC_DUMMY_MAIN_EQ_F77 > | # ifdef __cplusplus > | extern "C" > | # endif > | int FC_DUMMY_MAIN() { return 1; } > | #endif > | #endif > | int > | main () > | { > | return FOOBAR_ (); > | ; > | return 0; > | } > configure:3586: result: unknown > configure:3641: WARNING: unknown Fortran name-mangling scheme > configure:3717: updating cache config.cache > configure:3766: creating ./config.status > > ## ---------------------- ## > ## Running config.status. ## > ## ---------------------- ## > > This file was extended by config.status, which was > generated by GNU Autoconf 2.69. Invocation command line was > > CONFIG_FILES = > CONFIG_HEADERS = > CONFIG_LINKS = > CONFIG_COMMANDS = > $ ./config.status > > on Magma > > config.status:664: creating config.h > > ## ---------------- ## > ## Cache variables. ## > ## ---------------- ## > > ac_cv_build=sparc-sun-solaris2.10 > ac_cv_c_compiler_gnu=yes > ac_cv_env_CC_set=set > ac_cv_env_CC_value='gcc -m64' > ac_cv_env_CFLAGS_set= > ac_cv_env_CFLAGS_value= > ac_cv_env_CPPFLAGS_set= > ac_cv_env_CPPFLAGS_value= > ac_cv_env_FCFLAGS_set= > ac_cv_env_FCFLAGS_value= > ac_cv_env_FC_set= > ac_cv_env_FC_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_fc_compiler_gnu=no > ac_cv_fc_dummy_main=none > ac_cv_fc_libs=' -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm' > ac_cv_fc_mangling=unknown > ac_cv_fortran_dummy_main=none > ac_cv_host=sparc-sun-solaris2.10 > ac_cv_objext=o > ac_cv_prog_ac_ct_CC='gcc -m64' > ac_cv_prog_ac_ct_FC=f95 > ac_cv_prog_cc_c89= > ac_cv_prog_cc_g=yes > ac_cv_prog_fc_g=yes > ac_cv_prog_fc_v=-v > > ## ----------------- ## > ## Output variables. ## > ## ----------------- ## > > CC='gcc -m64' > CFLAGS='-g -O2' > CPPFLAGS='' > DEFS='-DHAVE_CONFIG_H' > ECHO_C='' > ECHO_N='-n' > ECHO_T='' > EXEEXT='' > FC='f95' > FCFLAGS='-g' > FCLIBS=' -R/opt/SUNWspro/lib/sparc:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/sparc -L/opt/SUNWspro/prod/lib/sparc -L/opt/SUNWspro/lib -L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai -lfmaxvai -lfsu -lsunmath -lmtsk -lm' > LDFLAGS='' > LIBOBJS='' > LIBS='' > LTLIBOBJS='' > OBJEXT='o' > PACKAGE_BUGREPORT='' > PACKAGE_NAME='' > PACKAGE_STRING='' > PACKAGE_TARNAME='' > PACKAGE_URL='' > PACKAGE_VERSION='' > PATH_SEPARATOR=':' > SHELL='/bin/bash' > ac_ct_CC='gcc -m64' > ac_ct_FC='f95' > bindir='${exec_prefix}/bin' > build='sparc-sun-solaris2.10' > build_alias='' > build_cpu='sparc' > build_os='solaris2.10' > build_vendor='sun' > datadir='${datarootdir}' > datarootdir='${prefix}/share' > docdir='${datarootdir}/doc/${PACKAGE}' > dvidir='${docdir}' > exec_prefix='${prefix}' > host='sparc-sun-solaris2.10' > host_alias='' > host_cpu='sparc' > host_os='solaris2.10' > host_vendor='sun' > htmldir='${docdir}' > includedir='${prefix}/include' > infodir='${datarootdir}/info' > libdir='${exec_prefix}/lib' > libexecdir='${exec_prefix}/libexec' > localedir='${datarootdir}/locale' > localstatedir='${prefix}/var' > mandir='${datarootdir}/man' > oldincludedir='/usr/include' > pdfdir='${docdir}' > prefix='/usr/local' > program_transform_name='s,x,x,' > psdir='${docdir}' > sbindir='${exec_prefix}/sbin' > sharedstatedir='${prefix}/com' > sysconfdir='${prefix}/etc' > target_alias='' > > ## ----------- ## > ## confdefs.h. ## > ## ----------- ## > > /* confdefs.h */ > #define PACKAGE_NAME "" > #define PACKAGE_TARNAME "" > #define PACKAGE_VERSION "" > #define PACKAGE_STRING "" > #define PACKAGE_BUGREPORT "" > #define PACKAGE_URL "" > > configure: exit 0 339. acfortran.at:26: 339. AC_FC_WRAPPERS (acfortran.at:26): FAILED (acfortran.at:26) ## ------------- ## ## ../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 Autoconf configure 2.69, which was | generated by GNU Autoconf 2.69. Invocation command line was | | $ ./configure | | ## --------- ## | ## Platform. ## | ## --------- ## | | hostname = Magma | uname -m = sun4v | uname -r = 5.10 | uname -s = SunOS | uname -v = Generic_147440-25 | | /usr/bin/uname -p = sparc | /bin/uname -X = System = SunOS | Node = Magma | Release = 5.10 | KernelID = Generic_147440-25 | Machine = sun4v | BusType = | Serial = | Users = | OEM# = 0 | Origin# = 1 | NumCPU = 64 | | /bin/arch = sun4 | /usr/bin/arch -k = sun4v | /usr/convex/getsysinfo = unknown | /usr/bin/hostinfo = unknown | /bin/machine = unknown | /usr/bin/oslevel = unknown | /bin/universe = unknown | | PATH: /usr/local/bin | PATH: /bin | PATH: /usr/bin | PATH: /sbin | PATH: /opt/SUNWspro/bin | PATH: /opt/hpnpl/bin | PATH: /usr/dt/bin | PATH: /usr/etc | PATH: /usr/games | PATH: /usr/perl5/5.8.4/bin | PATH: /usr/X11/bin | PATH: /usr/sfw/bin | PATH: /opt/sfw/bin | PATH: /opt/sfw/sbin | PATH: /opt/SUNWspro/bin | PATH: /opt | PATH: /opt/firefox | PATH: /usr/ccs/bin | PATH: /usr/lib/lp/postscript | PATH: /usr/local/sbin | PATH: /usr/local/scripts | PATH: /usr/local/games | PATH: /usr/openwin/bin | PATH: /usr/openwin/demo | PATH: /usr/sadm/install/bin | PATH: /usr/sbin | PATH: /usr/java | PATH: /var/qmail/bin | PATH: /home/popocat-3/csu/bin | PATH: /usr/xpg4/bin | PATH: /usr/ucb | PATH: /etc | PATH: /opt/ebt/sunos5s/bin | PATH: /usr/local/sbin | PATH: /usr/sfw/sbin | PATH: /opt/rsc/bin/rsc | | | ## ----------- ## | ## Core tests. ## | ## ----------- ## | | configure:1796: checking for a BSD-compatible install | configure:1864: result: /usr/local/bin/install -c | configure:1875: checking whether build environment is sane | configure:1925: result: yes | configure:2066: checking for a thread-safe mkdir -p | configure:2105: result: /usr/local/bin/mkdir -p | configure:2118: checking for gawk | configure:2134: found /usr/local/bin/gawk | configure:2145: result: gawk | configure:2156: checking whether gmake sets $(MAKE) | configure:2178: result: yes | configure:2263: checking build system type | configure:2277: result: sparc-sun-solaris2.10 | configure:2297: checking host system type | configure:2310: result: sparc-sun-solaris2.10 | configure:2337: autobuild project... GNU Autoconf | configure:2343: autobuild revision... 2.69 | configure:2348: autobuild hostname... Magma | configure:2359: autobuild timestamp... 20161120T010906Z | configure:2387: checking whether /bin/sh -n is known to work | configure:2406: result: no | configure:2410: checking for characters that cannot appear in file names | configure:2430: result: none | configure:2436: checking whether directories can have trailing spaces | configure:2450: result: yes | configure:2461: checking for expr | configure:2479: found /usr/local/bin/expr | configure:2491: result: /usr/local/bin/expr | configure:2510: checking for GNU M4 that supports accurate traces | configure:2559: result: /usr/local/bin/m4 | configure:2562: checking whether /usr/local/bin/m4 accepts --gnu | configure:2572: result: no | configure:2583: WARNING: the version of M4 that was found does not support -g | configure:2585: WARNING: using it with POSIXLY_CORRECT set may cause problems | configure:2589: checking how m4 supports trace files | configure:2599: result: --debugfile | configure:2623: checking for perl | configure:2641: found /usr/local/bin/perl | configure:2654: result: /usr/local/bin/perl | configure:2673: checking whether /usr/local/bin/perl Fcntl::flock is implemented | configure:2687: result: yes | configure:2705: checking for emacs | configure:2721: found /opt/sfw/bin/emacs | configure:2732: result: emacs | configure:2750: checking whether emacs is sufficiently recent | configure:2760: $TEST_EMACS -batch -q -f batch-byte-compile conftest.el 1>&2 | While compiling broken-mode in file /local-workplace/SRC/GNU/autoconf-2.69/conftest.el: | ** assignment to free variable broken-defaults | Wrote /local-workplace/SRC/GNU/autoconf-2.69/conftest.elc | Done | configure:2763: $? = 0 | configure:2771: result: yes | configure:2788: checking for emacs | configure:2815: result: emacs | configure:2839: checking where .elc files should go | configure:2852: $EMACS -batch -q -eval '(while load-path (princ (concat (car load-path) "\n")) (setq load-path (cdr load-path)))' conftest.out | configure:2855: $? = 0 | configure:2868: result: ${datarootdir}/emacs/site-lisp | configure:2881: checking for grep that handles long lines and -e | configure:2939: result: /usr/local/bin/grep | configure:2944: checking for egrep | configure:3006: result: /usr/local/bin/grep -E | configure:3011: checking for a sed that does not truncate output | configure:3075: result: /opt/sfw/bin/sed | configure:3085: checking whether gmake is case sensitive | configure:3100: result: yes | configure:3279: creating ./config.status | | ## ---------------------- ## | ## Running config.status. ## | ## ---------------------- ## | | This file was extended by GNU Autoconf config.status 2.69, which was | generated by GNU Autoconf 2.69. Invocation command line was | | CONFIG_FILES = | CONFIG_HEADERS = | CONFIG_LINKS = | CONFIG_COMMANDS = | $ ./config.status | | on Magma | | config.status:797: creating tests/Makefile | config.status:797: creating tests/atlocal | config.status:797: creating man/Makefile | config.status:797: creating lib/emacs/Makefile | config.status:797: creating Makefile | config.status:797: creating doc/Makefile | config.status:797: creating lib/Makefile | config.status:797: creating lib/Autom4te/Makefile | config.status:797: creating lib/autoscan/Makefile | config.status:797: creating lib/m4sugar/Makefile | config.status:797: creating lib/autoconf/Makefile | config.status:797: creating lib/autotest/Makefile | config.status:797: creating bin/Makefile | config.status:1000: executing tests/atconfig commands | | ## ---------------- ## | ## Cache variables. ## | ## ---------------- ## | | ac_cv_build=sparc-sun-solaris2.10 | ac_cv_dir_trailing_space=yes | ac_cv_env_EMACSLOADPATH_set= | ac_cv_env_EMACSLOADPATH_value= | ac_cv_env_EMACS_set= | ac_cv_env_EMACS_value= | ac_cv_env_M4_set= | ac_cv_env_M4_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_host=sparc-sun-solaris2.10 | ac_cv_path_EGREP='/usr/local/bin/grep -E' | ac_cv_path_EXPR=/usr/local/bin/expr | ac_cv_path_GREP=/usr/local/bin/grep | ac_cv_path_M4=/usr/local/bin/m4 | ac_cv_path_PERL=/usr/local/bin/perl | ac_cv_path_SED=/opt/sfw/bin/sed | ac_cv_path_install='/usr/local/bin/install -c' | ac_cv_path_mkdir=/usr/local/bin/mkdir | ac_cv_perl_flock_implemented=yes | ac_cv_prog_AWK=gawk | ac_cv_prog_EMACS=emacs | ac_cv_prog_TEST_EMACS=emacs | ac_cv_prog_emacs_ok=yes | ac_cv_prog_gnu_m4_debugfile=--debugfile | ac_cv_prog_gnu_m4_gnu=no | ac_cv_prog_make_gmake_case=yes | ac_cv_prog_make_gmake_set=yes | ac_cv_sh_n_works=no | ac_cv_unsupported_fs_chars= | am_cv_lispdir='${datarootdir}/emacs/site-lisp' | | ## ----------------- ## | ## Output variables. ## | ## ----------------- ## | | ACLOCAL='${SHELL} /local-workplace/SRC/GNU/autoconf-2.69/build-aux/missing --run aclocal-1.11' | AMTAR='${SHELL} /local-workplace/SRC/GNU/autoconf-2.69/build-aux/missing --run tar' | AUTOCONF='${SHELL} /local-workplace/SRC/GNU/autoconf-2.69/build-aux/missing --run autoconf' | AUTOHEADER='${SHELL} /local-workplace/SRC/GNU/autoconf-2.69/build-aux/missing --run autoheader' | AUTOMAKE='${SHELL} /local-workplace/SRC/GNU/autoconf-2.69/build-aux/missing --run automake-1.11' | AWK='gawk' | CYGPATH_W='echo' | DEFS='-DPACKAGE_NAME=\"GNU\ Autoconf\" -DPACKAGE_TARNAME=\"autoconf\" -DPACKAGE_VERSION=\"2.69\" -DPACKAGE_STRING=\"GNU\ Autoconf\ 2.69\" -DPACKAGE_BUGREPORT=\"address@hidden" -DPACKAGE_URL=\"http://www.gnu.org/software/autoconf/\" -DPACKAGE=\"autoconf\" -DVERSION=\"2.69\"' | ECHO_C='' | ECHO_N='-n' | ECHO_T='' | EGREP='/usr/local/bin/grep -E' | EMACS='emacs' | EMACSLOADPATH='' | EXPR='/usr/local/bin/expr' | GREP='/usr/local/bin/grep' | HELP2MAN='${SHELL} /local-workplace/SRC/GNU/autoconf-2.69/build-aux/missing --run help2man' | INSTALL_DATA='${INSTALL} -m 644' | INSTALL_PROGRAM='${INSTALL}' | INSTALL_SCRIPT='${INSTALL}' | INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | LIBOBJS='' | LIBS='' | LTLIBOBJS='' | M4='/usr/local/bin/m4' | M4_DEBUGFILE='--debugfile' | M4_GNU='' | MAKEINFO='${SHELL} /local-workplace/SRC/GNU/autoconf-2.69/build-aux/missing --run makeinfo' | MAKE_CASE_SENSITIVE_FALSE='#' | MAKE_CASE_SENSITIVE_TRUE='' | MKDIR_P='/usr/local/bin/mkdir -p' | PACKAGE='autoconf' | PACKAGE_BUGREPORT='address@hidden' | PACKAGE_NAME='GNU Autoconf' | PACKAGE_STRING='GNU Autoconf 2.69' | PACKAGE_TARNAME='autoconf' | PACKAGE_URL='http://www.gnu.org/software/autoconf/' | PACKAGE_VERSION='2.69' | PATH_SEPARATOR=':' | PERL='/usr/local/bin/perl' | PERL_FLOCK='yes' | SED='/opt/sfw/bin/sed' | SET_MAKE='' | SHELL='/bin/bash' | STRIP='' | TEST_EMACS='emacs' | VERSION='2.69' | ac_cv_dir_trailing_space='yes' | ac_cv_sh_n_works='no' | ac_cv_unsupported_fs_chars='' | am__isrc='' | am__leading_dot='.' | am__tar='${AMTAR} chof - "$$tardir"' | am__untar='${AMTAR} xf -' | bindir='${exec_prefix}/bin' | build='sparc-sun-solaris2.10' | build_alias='' | build_cpu='sparc' | build_os='solaris2.10' | build_vendor='sun' | datadir='${datarootdir}' | datarootdir='${prefix}/share' | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | dvidir='${docdir}' | exec_prefix='${prefix}' | host='sparc-sun-solaris2.10' | host_alias='' | host_cpu='sparc' | host_os='solaris2.10' | host_vendor='sun' | htmldir='${docdir}' | includedir='${prefix}/include' | infodir='${datarootdir}/info' | install_sh='${SHELL} /local-workplace/SRC/GNU/autoconf-2.69/build-aux/install-sh' | libdir='${exec_prefix}/lib' | libexecdir='${exec_prefix}/libexec' | lispdir='${datarootdir}/emacs/site-lisp' | localedir='${datarootdir}/locale' | localstatedir='${prefix}/var' | mandir='${datarootdir}/man' | mkdir_p='/usr/local/bin/mkdir -p' | oldincludedir='/usr/include' | pdfdir='${docdir}' | prefix='/usr/local' | program_transform_name='s,x,x,' | psdir='${docdir}' | sbindir='${exec_prefix}/sbin' | sharedstatedir='${prefix}/com' | sysconfdir='${prefix}/etc' | target_alias='' | | ## ----------- ## | ## confdefs.h. ## | ## ----------- ## | | /* confdefs.h */ | #define PACKAGE_NAME "GNU Autoconf" | #define PACKAGE_TARNAME "autoconf" | #define PACKAGE_VERSION "2.69" | #define PACKAGE_STRING "GNU Autoconf 2.69" | #define PACKAGE_BUGREPORT "address@hidden" | #define PACKAGE_URL "http://www.gnu.org/software/autoconf/" | #define PACKAGE "autoconf" | #define VERSION "2.69" | | configure: exit 0