| 1 | ## -------------------------------- ## |
|---|
| 2 | ## NeXus Library 4.2rc4 test suite. ## |
|---|
| 3 | ## -------------------------------- ## |
|---|
| 4 | |
|---|
| 5 | testsuite: command line was: |
|---|
| 6 | $ ./testsuite |
|---|
| 7 | |
|---|
| 8 | ## ----------- ## |
|---|
| 9 | ## ChangeLogs. ## |
|---|
| 10 | ## ----------- ## |
|---|
| 11 | |
|---|
| 12 | testsuite: ../ChangeLog: |
|---|
| 13 | | 2009-02-23 18:36 Freddie Akeroyd <F.A.Akeroyd@rl.ac.uk> |
|---|
| 14 | | |
|---|
| 15 | | * .: Create 4.2rc4 tag. Refs #115. |
|---|
| 16 | | |
|---|
| 17 | | 2009-02-23 18:25 Freddie Akeroyd <F.A.Akeroyd@rl.ac.uk> |
|---|
| 18 | | |
|---|
| 19 | | * branches/4.2/test/testsuite.at: Update to 4.2.0 refs #115. |
|---|
| 20 | | |
|---|
| 21 | | 2009-02-23 18:24 Freddie Akeroyd <F.A.Akeroyd@rl.ac.uk> |
|---|
| 22 | | |
|---|
| 23 | |
|---|
| 24 | ## --------- ## |
|---|
| 25 | ## Platform. ## |
|---|
| 26 | ## --------- ## |
|---|
| 27 | |
|---|
| 28 | hostname = localhost.localdomain |
|---|
| 29 | uname -m = x86_64 |
|---|
| 30 | uname -r = 2.6.18-92.1.22.el5 |
|---|
| 31 | uname -s = Linux |
|---|
| 32 | uname -v = #1 SMP Tue Dec 16 11:57:43 EST 2008 |
|---|
| 33 | |
|---|
| 34 | /usr/bin/uname -p = unknown |
|---|
| 35 | /bin/uname -X = unknown |
|---|
| 36 | |
|---|
| 37 | /bin/arch = x86_64 |
|---|
| 38 | /usr/bin/arch -k = unknown |
|---|
| 39 | /usr/convex/getsysinfo = unknown |
|---|
| 40 | /usr/bin/hostinfo = unknown |
|---|
| 41 | /bin/machine = unknown |
|---|
| 42 | /usr/bin/oslevel = unknown |
|---|
| 43 | /bin/universe = unknown |
|---|
| 44 | |
|---|
| 45 | PATH: /usr/local/src/nexus-4.2rc4/test |
|---|
| 46 | PATH: /usr/kerberos/sbin |
|---|
| 47 | PATH: /usr/kerberos/bin |
|---|
| 48 | PATH: /usr/local/sbin |
|---|
| 49 | PATH: /usr/local/bin |
|---|
| 50 | PATH: /sbin |
|---|
| 51 | PATH: /bin |
|---|
| 52 | PATH: /usr/sbin |
|---|
| 53 | PATH: /usr/bin |
|---|
| 54 | |
|---|
| 55 | testsuite: atconfig: |
|---|
| 56 | | # Configurable variable values for building test suites. |
|---|
| 57 | | # Generated by ./config.status. |
|---|
| 58 | | # Copyright (C) 2000, 2001, 2003, 2004 Free Software Foundation, Inc. |
|---|
| 59 | | |
|---|
| 60 | | # The test suite will define top_srcdir=/../.. etc. |
|---|
| 61 | | at_testdir='test' |
|---|
| 62 | | abs_builddir='/usr/local/src/nexus-4.2rc4/test' |
|---|
| 63 | | at_srcdir='.' |
|---|
| 64 | | abs_srcdir='/usr/local/src/nexus-4.2rc4/test' |
|---|
| 65 | | at_top_srcdir='..' |
|---|
| 66 | | abs_top_srcdir='/usr/local/src/nexus-4.2rc4' |
|---|
| 67 | | at_top_build_prefix='../' |
|---|
| 68 | | abs_top_builddir='/usr/local/src/nexus-4.2rc4' |
|---|
| 69 | | |
|---|
| 70 | | # Backward compatibility with Autotest <= 2.59b: |
|---|
| 71 | | at_top_builddir=$at_top_build_prefix |
|---|
| 72 | | |
|---|
| 73 | | AUTOTEST_PATH='test' |
|---|
| 74 | | |
|---|
| 75 | | SHELL=${CONFIG_SHELL-'/bin/sh'} |
|---|
| 76 | |
|---|
| 77 | testsuite: atlocal: |
|---|
| 78 | | #!/bin/sh |
|---|
| 79 | | # |
|---|
| 80 | | # $Id: atlocal.in 1180 2009-01-21 16:46:32Z Freddie Akeroyd $ |
|---|
| 81 | | # |
|---|
| 82 | | # test/atlocal. Generated from atlocal.in by configure. |
|---|
| 83 | | # |
|---|
| 84 | | SETUP_TEST="sh $abs_srcdir/setup_test $abs_srcdir" |
|---|
| 85 | | export SETUP_TEST |
|---|
| 86 | | # |
|---|
| 87 | | if test ! -z "/usr"; then |
|---|
| 88 | | HAVE_HDF4="napi_test-hdf4-static -q" |
|---|
| 89 | | else |
|---|
| 90 | | HAVE_HDF4=skip_test |
|---|
| 91 | | fi |
|---|
| 92 | | export HAVE_HDF4 |
|---|
| 93 | | # |
|---|
| 94 | | if test ! -z "/usr"; then |
|---|
| 95 | | HAVE_HDF5="napi_test-hdf5-static -q" |
|---|
| 96 | | else |
|---|
| 97 | | HAVE_HDF5=skip_test |
|---|
| 98 | | fi |
|---|
| 99 | | export HAVE_HDF5 |
|---|
| 100 | | # |
|---|
| 101 | | if test ! -z "/usr/local"; then |
|---|
| 102 | | HAVE_XML="napi_test-xml-static -q" |
|---|
| 103 | | else |
|---|
| 104 | | HAVE_XML=skip_test |
|---|
| 105 | | fi |
|---|
| 106 | | export HAVE_XML |
|---|
| 107 | | # |
|---|
| 108 | | if test ! -z "gfortran"; then |
|---|
| 109 | | HAVE_F77=run_test |
|---|
| 110 | | else |
|---|
| 111 | | HAVE_F77=skip_test |
|---|
| 112 | | fi |
|---|
| 113 | | export HAVE_F77 |
|---|
| 114 | | # |
|---|
| 115 | | if test ! -z "gfortran"; then |
|---|
| 116 | | HAVE_F90=run_test |
|---|
| 117 | | else |
|---|
| 118 | | HAVE_F90=skip_test |
|---|
| 119 | | fi |
|---|
| 120 | | export HAVE_F90 |
|---|
| 121 | | # |
|---|
| 122 | | if test -f nxsummary; then |
|---|
| 123 | | HAVE_NXSUMMARY=run_test |
|---|
| 124 | | else |
|---|
| 125 | | HAVE_NXSUMMARY=skip_test |
|---|
| 126 | | fi |
|---|
| 127 | | export HAVE_NXSUMMARY |
|---|
| 128 | | # |
|---|
| 129 | | if test -f nxtranslate; then |
|---|
| 130 | | HAVE_NXTRANSLATE=run_test |
|---|
| 131 | | else |
|---|
| 132 | | HAVE_NXTRANSLATE=skip_test |
|---|
| 133 | | fi |
|---|
| 134 | | export HAVE_NXTRANSLATE |
|---|
| 135 | | # |
|---|
| 136 | | if test ! -z "wget"; then |
|---|
| 137 | | HAVE_WGET=run_test |
|---|
| 138 | | else |
|---|
| 139 | | HAVE_WGET=skip_test |
|---|
| 140 | | fi |
|---|
| 141 | | export HAVE_WGET |
|---|
| 142 | | # |
|---|
| 143 | | if test ! -z "xmllint"; then |
|---|
| 144 | | HAVE_XMLLINT=run_test |
|---|
| 145 | | else |
|---|
| 146 | | HAVE_XMLLINT=skip_test |
|---|
| 147 | | fi |
|---|
| 148 | | export HAVE_XMLLINT |
|---|
| 149 | | # |
|---|
| 150 | | if test ! -z "/usr/"; then |
|---|
| 151 | | HAVE_PYTHON=run_test |
|---|
| 152 | | else |
|---|
| 153 | | HAVE_PYTHON=skip_test |
|---|
| 154 | | fi |
|---|
| 155 | | export HAVE_PYTHON |
|---|
| 156 | | # |
|---|
| 157 | | if test ! -z "/usr/local/itt/idl"; then |
|---|
| 158 | | HAVE_IDL=run_test |
|---|
| 159 | | else |
|---|
| 160 | | HAVE_IDL=skip_test |
|---|
| 161 | | fi |
|---|
| 162 | | export HAVE_IDL |
|---|
| 163 | | # |
|---|
| 164 | |
|---|
| 165 | ## ---------------- ## |
|---|
| 166 | ## Tested programs. ## |
|---|
| 167 | ## ---------------- ## |
|---|
| 168 | |
|---|
| 169 | ## ------------------ ## |
|---|
| 170 | ## Running the tests. ## |
|---|
| 171 | ## ------------------ ## |
|---|
| 172 | testsuite: starting at: Tue Mar 3 08:49:56 EST 2009 |
|---|
| 173 | 1. Check the HDF4 binding (testsuite.at:29): ok (0m0.033s 0m0.074s) |
|---|
| 174 | 2. Check the HDF5 binding (testsuite.at:75): ok (0m0.023s 0m0.073s) |
|---|
| 175 | 3. Check the HDF4 binding (static library) (testsuite.at:122): ok (0m0.024s 0m0.050s) |
|---|
| 176 | 4. Check the HDF5 binding (static library) (testsuite.at:168): ok (0m0.021s 0m0.044s) |
|---|
| 177 | 5. Check the XML binding (testsuite.at:215): ok (0m0.076s 0m0.069s) |
|---|
| 178 | 6. Check the XML binding (static library) (testsuite.at:265): ok (0m0.076s 0m0.035s) |
|---|
| 179 | 7. Check the XML table binding (static library) (testsuite.at:315): ok (0m0.078s 0m0.033s) |
|---|
| 180 | 8. Check the F77 binding using HDF4. (testsuite.at:367): ok (0m0.021s 0m0.043s) |
|---|
| 181 | 9. Check the F77 binding using HDF5. (testsuite.at:403): ok (0m0.015s 0m0.045s) |
|---|
| 182 | 10. Check the F90 binding using HDF5. (testsuite.at:439): ok (0m0.013s 0m0.047s) |
|---|
| 183 | 11. Check the C++ binding with HDF4. (testsuite.at:477): ok (0m0.038s 0m0.075s) |
|---|
| 184 | 12. Check the C++ binding with HDF5. (testsuite.at:506): ok (0m0.028s 0m0.077s) |
|---|
| 185 | 13. Check the C++ binding with xml. (testsuite.at:536): ok (0m0.081s 0m0.066s) |
|---|
| 186 | 14. Checking HDF4 test file (testsuite.at:571): skipped (testsuite.at:573) |
|---|
| 187 | 15. Checking HDF5 test file (testsuite.at:575): ok (0m0.122s 0m0.058s) |
|---|
| 188 | 16. Checking XML test file (testsuite.at:579): ok (0m0.176s 0m0.051s) |
|---|
| 189 | 17. Checking HDF4 test file (testsuite.at:585): skipped (testsuite.at:1000) |
|---|
| 190 | 20. Checking HDF4 -> HDF4 (testsuite.at:1853): ok (0m0.016s 0m0.027s) |
|---|
| 191 | 21. Checking HDF4 -> HDF5 (testsuite.at:1859): ok (0m0.015s 0m0.038s) |
|---|
| 192 | 22. Checking HDF4 -> XML (testsuite.at:1865): ok (0m0.045s 0m0.030s) |
|---|
| 193 | 23. Checking HDF5 -> HDF5 (testsuite.at:1877): ok (0m0.013s 0m0.030s) |
|---|
| 194 | 24. Checking HDF5 -> XML (testsuite.at:1883): ok (0m0.042s 0m0.034s) |
|---|
| 195 | 25. Checking XML -> HDF5 (testsuite.at:1895): ok (0m0.042s 0m0.035s) |
|---|
| 196 | 26. Checking XML -> XML (testsuite.at:1901): ok (0m0.039s 0m0.021s) |
|---|
| 197 | 27. Checking HDF4 test file (testsuite.at:1909): ok (0m0.020s 0m0.026s) |
|---|
| 198 | 28. Checking HDF5 test file (testsuite.at:1914): ok (0m0.018s 0m0.030s) |
|---|
| 199 | 29. Checking XML test file (testsuite.at:1919): ok (0m0.036s 0m0.027s) |
|---|
| 200 | 30. Checking HDF4 test file (testsuite.at:1926): ok (0m0.012s 0m0.035s) |
|---|
| 201 | 31. Checking HDF5 test file (testsuite.at:1938): ok (0m0.009s 0m0.034s) |
|---|
| 202 | 32. Checking XML test file (testsuite.at:1950): ok (0m0.041s 0m0.027s) |
|---|
| 203 | 33. Checking HDF4 test file (testsuite.at:1967): ok (0m0.009s 0m0.030s) |
|---|
| 204 | 34. Checking HDF5 test file (testsuite.at:1973): ok (0m0.008s 0m0.029s) |
|---|
| 205 | 35. Checking XML test file (testsuite.at:1979): ok (0m0.037s 0m0.023s) |
|---|
| 206 | 36. Checking HDF4 test file via web (wget) (testsuite.at:1988): ok (0m0.029s 0m0.091s) |
|---|
| 207 | 37. Checking HDF5 test file via web (wget) (testsuite.at:1992): ok (0m0.031s 0m0.092s) |
|---|
| 208 | 38. Checking XML test file via web (wget) (testsuite.at:1996): ok (0m0.045s 0m0.095s) |
|---|
| 209 | testsuite: ending at: Tue Mar 3 08:50:03 EST 2009 |
|---|
| 210 | testsuite: test suite duration: 0h 0m 7s |
|---|
| 211 | |
|---|
| 212 | ## ------------- ## |
|---|
| 213 | ## Test results. ## |
|---|
| 214 | ## ------------- ## |
|---|
| 215 | |
|---|
| 216 | ERROR: 36 tests were run, |
|---|
| 217 | 2 failed unexpectedly. |
|---|
| 218 | 2 tests were skipped. |
|---|
| 219 | |
|---|
| 220 | ## ------------------------ ## |
|---|
| 221 | ## Summary of the failures. ## |
|---|
| 222 | ## ------------------------ ## |
|---|
| 223 | Failed tests: |
|---|
| 224 | NeXus Library 4.2rc4 test suite test groups: |
|---|
| 225 | |
|---|
| 226 | NUM: FILE-NAME:LINE TEST-GROUP-NAME |
|---|
| 227 | KEYWORDS |
|---|
| 228 | |
|---|
| 229 | 18: testsuite.at:1002 Checking HDF5 test file |
|---|
| 230 | 19: testsuite.at:1419 Checking XML test file |
|---|
| 231 | |
|---|
| 232 | Skipped tests: |
|---|
| 233 | NeXus Library 4.2rc4 test suite test groups: |
|---|
| 234 | |
|---|
| 235 | NUM: FILE-NAME:LINE TEST-GROUP-NAME |
|---|
| 236 | KEYWORDS |
|---|
| 237 | |
|---|
| 238 | 14: testsuite.at:571 Checking HDF4 test file |
|---|
| 239 | 17: testsuite.at:585 Checking HDF4 test file |
|---|
| 240 | |
|---|
| 241 | ## ---------------------- ## |
|---|
| 242 | ## Detailed failed tests. ## |
|---|
| 243 | ## ---------------------- ## |
|---|
| 244 | |
|---|
| 245 | # -*- compilation -*- |
|---|
| 246 | 18. testsuite.at:1002: testing ... |
|---|
| 247 | ./testsuite.at:1417: $HAVE_HDF5 && $HAVE_IDL && $SETUP_TEST && $SHELL $abs_srcdir/../bindings/idl/testidlnapi "'hdf5'" | sed -e 's/\r$//' |
|---|
| 248 | --- - 2009-03-03 08:49:59.278823000 -0500 |
|---|
| 249 | +++ /usr/local/src/nexus-4.2rc4/test/testsuite.dir/at-stdout 2009-03-03 08:49:59.000000000 -0500 |
|---|
| 250 | @@ -206,209 +206,10 @@ |
|---|
| 251 | Dim [ 1]: 4 |
|---|
| 252 | Data Type: 21 |
|---|
| 253 | |
|---|
| 254 | -nxgetslab status: 1 |
|---|
| 255 | -data : |
|---|
| 256 | - 0 4 8 12 |
|---|
| 257 | - |
|---|
| 258 | -nxgetslab status: 1 |
|---|
| 259 | -data : |
|---|
| 260 | - 1 5 9 13 |
|---|
| 261 | - |
|---|
| 262 | -nxgetslab status: 1 |
|---|
| 263 | -data : |
|---|
| 264 | - 2 6 10 14 |
|---|
| 265 | - |
|---|
| 266 | -nxgetslab status: 1 |
|---|
| 267 | -data : |
|---|
| 268 | - 4 7 11 15 |
|---|
| 269 | - |
|---|
| 270 | -nxgetattrinfo status: 1 |
|---|
| 271 | -Number of group attributes: 0 |
|---|
| 272 | -nxgetnextattr status: -1 |
|---|
| 273 | -nxclosedata status: 1 |
|---|
| 274 | -nxgetnextentry status: 1 |
|---|
| 275 | -nxgetnextentry name: i4_data |
|---|
| 276 | -nxgetnextentry class: SDS |
|---|
| 277 | -nxgetnextentry data_type 24 |
|---|
| 278 | - |
|---|
| 279 | -opening data: i4_data |
|---|
| 280 | -nxopendata status: 1 |
|---|
| 281 | - |
|---|
| 282 | -nxgetinfo Status: 1 |
|---|
| 283 | -Rank: 2 |
|---|
| 284 | -Dim [ 0]: 4 |
|---|
| 285 | -Dim [ 1]: 4 |
|---|
| 286 | -Data Type: 24 |
|---|
| 287 | - |
|---|
| 288 | -nxgetslab status: 1 |
|---|
| 289 | -data : |
|---|
| 290 | - 0 4 8 12 |
|---|
| 291 | - |
|---|
| 292 | -nxgetslab status: 1 |
|---|
| 293 | -data : |
|---|
| 294 | - 1 5 9 13 |
|---|
| 295 | - |
|---|
| 296 | -nxgetslab status: 1 |
|---|
| 297 | -data : |
|---|
| 298 | - 2 6 10 14 |
|---|
| 299 | - |
|---|
| 300 | -nxgetslab status: 1 |
|---|
| 301 | -data : |
|---|
| 302 | - 3 7 11 15 |
|---|
| 303 | - |
|---|
| 304 | -nxgetattrinfo status: 1 |
|---|
| 305 | -Number of group attributes: 0 |
|---|
| 306 | -nxgetnextattr status: -1 |
|---|
| 307 | -nxclosedata status: 1 |
|---|
| 308 | -nxgetnextentry status: 1 |
|---|
| 309 | -nxgetnextentry name: r4_data |
|---|
| 310 | -nxgetnextentry class: SDS |
|---|
| 311 | -nxgetnextentry data_type 5 |
|---|
| 312 | - |
|---|
| 313 | -opening data: r4_data |
|---|
| 314 | -nxopendata status: 1 |
|---|
| 315 | - |
|---|
| 316 | -nxgetinfo Status: 1 |
|---|
| 317 | -Rank: 2 |
|---|
| 318 | -Dim [ 0]: 4 |
|---|
| 319 | -Dim [ 1]: 4 |
|---|
| 320 | -Data Type: 5 |
|---|
| 321 | - |
|---|
| 322 | -nxgetslab status: 1 |
|---|
| 323 | -data : |
|---|
| 324 | - 0.0111112 0.344333 0.666669 -12.2000 |
|---|
| 325 | - |
|---|
| 326 | -nxgetslab status: 1 |
|---|
| 327 | -data : |
|---|
| 328 | - 0.0212222 0.555556 1.00000 -13.4444 |
|---|
| 329 | - |
|---|
| 330 | -nxgetslab status: 1 |
|---|
| 331 | -data : |
|---|
| 332 | - 0.233333 0.666667 10.1000 -14.2222 |
|---|
| 333 | - |
|---|
| 334 | -nxgetslab status: 1 |
|---|
| 335 | -data : |
|---|
| 336 | - 0.344444 0.777773 11.2222 -15.4444 |
|---|
| 337 | - |
|---|
| 338 | -nxgetattrinfo status: 1 |
|---|
| 339 | -Number of group attributes: 0 |
|---|
| 340 | -nxgetnextattr status: -1 |
|---|
| 341 | -nxclosedata status: 1 |
|---|
| 342 | -nxgetnextentry status: 1 |
|---|
| 343 | -nxgetnextentry name: r8_data |
|---|
| 344 | -nxgetnextentry class: SDS |
|---|
| 345 | -nxgetnextentry data_type 6 |
|---|
| 346 | - |
|---|
| 347 | -opening data: r8_data |
|---|
| 348 | -nxopendata status: 1 |
|---|
| 349 | - |
|---|
| 350 | -nxgetinfo Status: 1 |
|---|
| 351 | -Rank: 2 |
|---|
| 352 | -Dim [ 0]: 4 |
|---|
| 353 | -Dim [ 1]: 4 |
|---|
| 354 | -Data Type: 6 |
|---|
| 355 | - |
|---|
| 356 | -nxgetslab status: 1 |
|---|
| 357 | -data : |
|---|
| 358 | - 0.0000000 0.0000000 0.0000000 0.0000000 |
|---|
| 359 | - |
|---|
| 360 | -nxgetslab status: 1 |
|---|
| 361 | -data : |
|---|
| 362 | - 0.0000000 0.0000000 0.0000000 0.0000000 |
|---|
| 363 | - |
|---|
| 364 | -nxgetslab status: 1 |
|---|
| 365 | -data : |
|---|
| 366 | - 0.011111200 0.021222220 0.23333333 0.34444444 |
|---|
| 367 | - |
|---|
| 368 | -nxgetslab status: 1 |
|---|
| 369 | -data : |
|---|
| 370 | - 0.0000000 0.0000000 0.0000000 0.0000000 |
|---|
| 371 | - |
|---|
| 372 | -nxgetattrinfo status: 1 |
|---|
| 373 | -Number of group attributes: 4 |
|---|
| 374 | -Number of global attributes: 4 |
|---|
| 375 | -nxgetnextattr status: 1 |
|---|
| 376 | -nxgetattr status 1 |
|---|
| 377 | -attribute name: ch_attribute |
|---|
| 378 | -attribute value: NeXus |
|---|
| 379 | - |
|---|
| 380 | -nxgetnextattr status: 1 |
|---|
| 381 | -nxgetattr status 1 |
|---|
| 382 | -attribute name: i4_attribute |
|---|
| 383 | -attribute value: 42 |
|---|
| 384 | - |
|---|
| 385 | -nxgetnextattr status: 1 |
|---|
| 386 | -nxgetattr status 1 |
|---|
| 387 | -attribute name: r4_attribute |
|---|
| 388 | -attribute value: 3.14159 |
|---|
| 389 | - |
|---|
| 390 | -nxgetnextattr status: 1 |
|---|
| 391 | -nxgetattr status 1 |
|---|
| 392 | -attribute name: target |
|---|
| 393 | -attribute value: /entry/r8_data |
|---|
| 394 | - |
|---|
| 395 | -nxgetnextattr status: -1 |
|---|
| 396 | -nxclosedata status: 1 |
|---|
| 397 | -nxgetnextentry status: 1 |
|---|
| 398 | -nxgetnextentry name: sample |
|---|
| 399 | -nxgetnextentry class: NXsample |
|---|
| 400 | -nxgetnextentry data_type 0 |
|---|
| 401 | - |
|---|
| 402 | -nxgetnextentry status: -1 |
|---|
| 403 | -nxclosegroup status: 1 |
|---|
| 404 | - |
|---|
| 405 | -####################### Checking Links ########################### |
|---|
| 406 | - |
|---|
| 407 | -nxopengroup status: 1 |
|---|
| 408 | - |
|---|
| 409 | -nxopengroup status: 1 |
|---|
| 410 | - |
|---|
| 411 | -nxgetgroupid status: 1 |
|---|
| 412 | -groupid handle: 1 |
|---|
| 413 | - |
|---|
| 414 | -nxclosegroup status: 1 |
|---|
| 415 | - |
|---|
| 416 | -nxopengroup status: 1 |
|---|
| 417 | - |
|---|
| 418 | -nxopendata status: 1 |
|---|
| 419 | - |
|---|
| 420 | -nxgetdataid status: 1 |
|---|
| 421 | -nxclosedata status: 1 |
|---|
| 422 | -nxclosegroup status: 1 |
|---|
| 423 | - |
|---|
| 424 | -nxopendata status: 1 |
|---|
| 425 | - |
|---|
| 426 | -nxgetdataid status: 1 |
|---|
| 427 | -nxclosedata status: 1 |
|---|
| 428 | -debug |
|---|
| 429 | -nxsamid status: 1 |
|---|
| 430 | -Data id: Link check succesfull |
|---|
| 431 | -nxclosegroup status: 1 |
|---|
| 432 | - |
|---|
| 433 | -nxopengroup status: 1 |
|---|
| 434 | - |
|---|
| 435 | -nxopengroup status: 1 |
|---|
| 436 | - |
|---|
| 437 | -nxgetgroupid status: 1 |
|---|
| 438 | - |
|---|
| 439 | -Group Id: Link check succesfull |
|---|
| 440 | -nxclosegroup status: 1 |
|---|
| 441 | - |
|---|
| 442 | -nxopengroup status: 1 |
|---|
| 443 | - |
|---|
| 444 | -nxgetgroupid status: 1 |
|---|
| 445 | - |
|---|
| 446 | -Group Id Named: Link check succesfull |
|---|
| 447 | - |
|---|
| 448 | -nxclosegroup status: 1 |
|---|
| 449 | - |
|---|
| 450 | -nxopendata status: 1 |
|---|
| 451 | - |
|---|
| 452 | -nxgetdataid status: 1 |
|---|
| 453 | -Data Id Named: Link check succesfull |
|---|
| 454 | -nxclosedata status: 1 |
|---|
| 455 | -Openpath succesfull (/entry/data/comp_data) |
|---|
| 456 | -Openpath on a relative path (../r8_data) succesfull |
|---|
| 457 | -nxclose status: 1 |
|---|
| 458 | +% Unable to allocate memory: to make array. |
|---|
| 459 | + Cannot allocate memory |
|---|
| 460 | +% Execution halted at: READ_TEST 135 |
|---|
| 461 | + /usr/local/src/nexus-4.2rc4/bindings/idl/read_test.pro |
|---|
| 462 | +% $MAIN$ |
|---|
| 463 | finished napi test |
|---|
| 464 | |
|---|
| 465 | 18. testsuite.at:1002: 18. Checking HDF5 test file (testsuite.at:1002): FAILED (testsuite.at:1417) |
|---|
| 466 | |
|---|
| 467 | # -*- compilation -*- |
|---|
| 468 | 19. testsuite.at:1419: testing ... |
|---|
| 469 | ./testsuite.at:1849: $HAVE_XML && $HAVE_IDL && $SETUP_TEST && $SHELL $abs_srcdir/../bindings/idl/testidlnapi "'xml'" | sed -e 's/\r$//' |
|---|
| 470 | --- - 2009-03-03 08:49:59.592883000 -0500 |
|---|
| 471 | +++ /usr/local/src/nexus-4.2rc4/test/testsuite.dir/at-stdout 2009-03-03 08:49:59.000000000 -0500 |
|---|
| 472 | @@ -216,214 +216,10 @@ |
|---|
| 473 | Dim [ 1]: 4 |
|---|
| 474 | Data Type: 21 |
|---|
| 475 | |
|---|
| 476 | -nxgetslab status: 1 |
|---|
| 477 | -data : |
|---|
| 478 | - 0 4 8 12 |
|---|
| 479 | - |
|---|
| 480 | -nxgetslab status: 1 |
|---|
| 481 | -data : |
|---|
| 482 | - 1 5 9 13 |
|---|
| 483 | - |
|---|
| 484 | -nxgetslab status: 1 |
|---|
| 485 | -data : |
|---|
| 486 | - 2 6 10 14 |
|---|
| 487 | - |
|---|
| 488 | -nxgetslab status: 1 |
|---|
| 489 | -data : |
|---|
| 490 | - 4 7 11 15 |
|---|
| 491 | - |
|---|
| 492 | -nxgetattrinfo status: 1 |
|---|
| 493 | -Number of group attributes: 0 |
|---|
| 494 | -nxgetnextattr status: -1 |
|---|
| 495 | -nxclosedata status: 1 |
|---|
| 496 | -nxgetnextentry status: 1 |
|---|
| 497 | -nxgetnextentry name: i4_data |
|---|
| 498 | -nxgetnextentry class: SDS |
|---|
| 499 | -nxgetnextentry data_type 24 |
|---|
| 500 | - |
|---|
| 501 | -opening data: i4_data |
|---|
| 502 | -nxopendata status: 1 |
|---|
| 503 | - |
|---|
| 504 | -nxgetinfo Status: 1 |
|---|
| 505 | -Rank: 2 |
|---|
| 506 | -Dim [ 0]: 4 |
|---|
| 507 | -Dim [ 1]: 4 |
|---|
| 508 | -Data Type: 24 |
|---|
| 509 | - |
|---|
| 510 | -nxgetslab status: 1 |
|---|
| 511 | -data : |
|---|
| 512 | - 0 4 8 12 |
|---|
| 513 | - |
|---|
| 514 | -nxgetslab status: 1 |
|---|
| 515 | -data : |
|---|
| 516 | - 1 5 9 13 |
|---|
| 517 | - |
|---|
| 518 | -nxgetslab status: 1 |
|---|
| 519 | -data : |
|---|
| 520 | - 2 6 10 14 |
|---|
| 521 | - |
|---|
| 522 | -nxgetslab status: 1 |
|---|
| 523 | -data : |
|---|
| 524 | - 3 7 11 15 |
|---|
| 525 | - |
|---|
| 526 | -nxgetattrinfo status: 1 |
|---|
| 527 | -Number of group attributes: 0 |
|---|
| 528 | -nxgetnextattr status: -1 |
|---|
| 529 | -nxclosedata status: 1 |
|---|
| 530 | -nxgetnextentry status: 1 |
|---|
| 531 | -nxgetnextentry name: r4_data |
|---|
| 532 | -nxgetnextentry class: SDS |
|---|
| 533 | -nxgetnextentry data_type 5 |
|---|
| 534 | - |
|---|
| 535 | -opening data: r4_data |
|---|
| 536 | -nxopendata status: 1 |
|---|
| 537 | - |
|---|
| 538 | -nxgetinfo Status: 1 |
|---|
| 539 | -Rank: 2 |
|---|
| 540 | -Dim [ 0]: 4 |
|---|
| 541 | -Dim [ 1]: 4 |
|---|
| 542 | -Data Type: 5 |
|---|
| 543 | - |
|---|
| 544 | -nxgetslab status: 1 |
|---|
| 545 | -data : |
|---|
| 546 | - 0.0110000 0.344000 0.667000 -12.2000 |
|---|
| 547 | - |
|---|
| 548 | -nxgetslab status: 1 |
|---|
| 549 | -data : |
|---|
| 550 | - 0.0210000 0.556000 1.00000 -13.4440 |
|---|
| 551 | - |
|---|
| 552 | -nxgetslab status: 1 |
|---|
| 553 | -data : |
|---|
| 554 | - 0.233000 0.667000 10.1000 -14.2220 |
|---|
| 555 | - |
|---|
| 556 | -nxgetslab status: 1 |
|---|
| 557 | -data : |
|---|
| 558 | - 0.344000 0.778000 11.2220 -15.4440 |
|---|
| 559 | - |
|---|
| 560 | -nxgetattrinfo status: 1 |
|---|
| 561 | -Number of group attributes: 0 |
|---|
| 562 | -nxgetnextattr status: -1 |
|---|
| 563 | -nxclosedata status: 1 |
|---|
| 564 | -nxgetnextentry status: 1 |
|---|
| 565 | -nxgetnextentry name: r8_data |
|---|
| 566 | -nxgetnextentry class: SDS |
|---|
| 567 | -nxgetnextentry data_type 6 |
|---|
| 568 | - |
|---|
| 569 | -opening data: r8_data |
|---|
| 570 | -nxopendata status: 1 |
|---|
| 571 | - |
|---|
| 572 | -nxgetinfo Status: 1 |
|---|
| 573 | -Rank: 2 |
|---|
| 574 | -Dim [ 0]: 4 |
|---|
| 575 | -Dim [ 1]: 4 |
|---|
| 576 | -Data Type: 6 |
|---|
| 577 | - |
|---|
| 578 | -nxgetslab status: 1 |
|---|
| 579 | -data : |
|---|
| 580 | - 0.0000000 0.0000000 0.0000000 0.0000000 |
|---|
| 581 | - |
|---|
| 582 | -nxgetslab status: 1 |
|---|
| 583 | -data : |
|---|
| 584 | - 0.0000000 0.0000000 0.0000000 0.0000000 |
|---|
| 585 | - |
|---|
| 586 | -nxgetslab status: 1 |
|---|
| 587 | -data : |
|---|
| 588 | - 0.011110000 0.021220000 0.23333000 0.34444000 |
|---|
| 589 | - |
|---|
| 590 | -nxgetslab status: 1 |
|---|
| 591 | -data : |
|---|
| 592 | - 0.0000000 0.0000000 0.0000000 0.0000000 |
|---|
| 593 | - |
|---|
| 594 | -nxgetattrinfo status: 1 |
|---|
| 595 | -Number of group attributes: 4 |
|---|
| 596 | -Number of global attributes: 4 |
|---|
| 597 | -nxgetnextattr status: 1 |
|---|
| 598 | -nxgetattr status 1 |
|---|
| 599 | -attribute name: ch_attribute |
|---|
| 600 | -attribute value: NeXus |
|---|
| 601 | - |
|---|
| 602 | -nxgetnextattr status: 1 |
|---|
| 603 | -nxgetattr status 1 |
|---|
| 604 | -attribute name: i4_attribute |
|---|
| 605 | -attribute value: 42 |
|---|
| 606 | - |
|---|
| 607 | -nxgetnextattr status: 1 |
|---|
| 608 | -nxgetattr status 1 |
|---|
| 609 | -attribute name: r4_attribute |
|---|
| 610 | -attribute value: 3.14159 |
|---|
| 611 | - |
|---|
| 612 | -nxgetnextattr status: 1 |
|---|
| 613 | -nxgetattr status 1 |
|---|
| 614 | -attribute name: target |
|---|
| 615 | -attribute value: /entry/r8_data |
|---|
| 616 | - |
|---|
| 617 | -nxgetnextattr status: -1 |
|---|
| 618 | -nxclosedata status: 1 |
|---|
| 619 | -nxgetnextentry status: 1 |
|---|
| 620 | -nxgetnextentry name: data |
|---|
| 621 | -nxgetnextentry class: NXdata |
|---|
| 622 | -nxgetnextentry data_type 0 |
|---|
| 623 | - |
|---|
| 624 | -nxgetnextentry status: 1 |
|---|
| 625 | -nxgetnextentry name: sample |
|---|
| 626 | -nxgetnextentry class: NXsample |
|---|
| 627 | -nxgetnextentry data_type 0 |
|---|
| 628 | - |
|---|
| 629 | -nxgetnextentry status: -1 |
|---|
| 630 | -nxclosegroup status: 1 |
|---|
| 631 | - |
|---|
| 632 | -####################### Checking Links ########################### |
|---|
| 633 | - |
|---|
| 634 | -nxopengroup status: 1 |
|---|
| 635 | - |
|---|
| 636 | -nxopengroup status: 1 |
|---|
| 637 | - |
|---|
| 638 | -nxgetgroupid status: 1 |
|---|
| 639 | -groupid handle: 1 |
|---|
| 640 | - |
|---|
| 641 | -nxclosegroup status: 1 |
|---|
| 642 | - |
|---|
| 643 | -nxopengroup status: 1 |
|---|
| 644 | - |
|---|
| 645 | -nxopendata status: 1 |
|---|
| 646 | - |
|---|
| 647 | -nxgetdataid status: 1 |
|---|
| 648 | -nxclosedata status: 1 |
|---|
| 649 | -nxclosegroup status: 1 |
|---|
| 650 | - |
|---|
| 651 | -nxopendata status: 1 |
|---|
| 652 | - |
|---|
| 653 | -nxgetdataid status: 1 |
|---|
| 654 | -nxclosedata status: 1 |
|---|
| 655 | -debug |
|---|
| 656 | -nxsamid status: 1 |
|---|
| 657 | -Data id: Link check succesfull |
|---|
| 658 | -nxclosegroup status: 1 |
|---|
| 659 | - |
|---|
| 660 | -nxopengroup status: 1 |
|---|
| 661 | - |
|---|
| 662 | -nxopengroup status: 1 |
|---|
| 663 | - |
|---|
| 664 | -nxgetgroupid status: 1 |
|---|
| 665 | - |
|---|
| 666 | -Group Id: Link check succesfull |
|---|
| 667 | -nxclosegroup status: 1 |
|---|
| 668 | - |
|---|
| 669 | -nxopengroup status: 1 |
|---|
| 670 | - |
|---|
| 671 | -nxgetgroupid status: 1 |
|---|
| 672 | - |
|---|
| 673 | -Group Id Named: Link check succesfull |
|---|
| 674 | - |
|---|
| 675 | -nxclosegroup status: 1 |
|---|
| 676 | - |
|---|
| 677 | -nxopendata status: 1 |
|---|
| 678 | - |
|---|
| 679 | -nxgetdataid status: 1 |
|---|
| 680 | -Data Id Named: Link check succesfull |
|---|
| 681 | -nxclosedata status: 1 |
|---|
| 682 | -Openpath succesfull (/entry/data/comp_data) |
|---|
| 683 | -Openpath on a relative path (../r8_data) succesfull |
|---|
| 684 | -nxclose status: 1 |
|---|
| 685 | +% Unable to allocate memory: to make array. |
|---|
| 686 | + Cannot allocate memory |
|---|
| 687 | +% Execution halted at: READ_TEST 135 |
|---|
| 688 | + /usr/local/src/nexus-4.2rc4/bindings/idl/read_test.pro |
|---|
| 689 | +% $MAIN$ |
|---|
| 690 | finished napi test |
|---|
| 691 | |
|---|
| 692 | 19. testsuite.at:1419: 19. Checking XML test file (testsuite.at:1419): FAILED (testsuite.at:1849) |
|---|
| 693 | |
|---|
| 694 | |
|---|
| 695 | ## ------------- ## |
|---|
| 696 | ## ../config.log ## |
|---|
| 697 | ## ------------- ## |
|---|
| 698 | | This file contains any messages produced by compilers while |
|---|
| 699 | | running configure, to aid debugging if configure makes a mistake. |
|---|
| 700 | | |
|---|
| 701 | | It was created by NeXus Library configure 4.2rc4, which was |
|---|
| 702 | | generated by GNU Autoconf 2.61. Invocation command line was |
|---|
| 703 | | |
|---|
| 704 | | $ ./configure --with-f90=gfortran --with-python=/usr/ --with-f77=gfortran --with-java-home=/usr/lib/jvm/java-1.6.0-openjdk.x86_64/ --with-idlroot=/usr/local/itt/idl |
|---|
| 705 | | |
|---|
| 706 | | ## --------- ## |
|---|
| 707 | | ## Platform. ## |
|---|
| 708 | | ## --------- ## |
|---|
| 709 | | |
|---|
| 710 | | hostname = localhost.localdomain |
|---|
| 711 | | uname -m = x86_64 |
|---|
| 712 | | uname -r = 2.6.18-92.1.22.el5 |
|---|
| 713 | | uname -s = Linux |
|---|
| 714 | | uname -v = #1 SMP Tue Dec 16 11:57:43 EST 2008 |
|---|
| 715 | | |
|---|
| 716 | | /usr/bin/uname -p = unknown |
|---|
| 717 | | /bin/uname -X = unknown |
|---|
| 718 | | |
|---|
| 719 | | /bin/arch = x86_64 |
|---|
| 720 | | /usr/bin/arch -k = unknown |
|---|
| 721 | | /usr/convex/getsysinfo = unknown |
|---|
| 722 | | /usr/bin/hostinfo = unknown |
|---|
| 723 | | /bin/machine = unknown |
|---|
| 724 | | /usr/bin/oslevel = unknown |
|---|
| 725 | | /bin/universe = unknown |
|---|
| 726 | | |
|---|
| 727 | | PATH: /usr/kerberos/sbin |
|---|
| 728 | | PATH: /usr/kerberos/bin |
|---|
| 729 | | PATH: /usr/local/sbin |
|---|
| 730 | | PATH: /usr/local/bin |
|---|
| 731 | | PATH: /sbin |
|---|
| 732 | | PATH: /bin |
|---|
| 733 | | PATH: /usr/sbin |
|---|
| 734 | | PATH: /usr/bin |
|---|
| 735 | | PATH: /root/bin |
|---|
| 736 | | |
|---|
| 737 | | |
|---|
| 738 | | ## ----------- ## |
|---|
| 739 | | ## Core tests. ## |
|---|
| 740 | | ## ----------- ## |
|---|
| 741 | | |
|---|
| 742 | | configure:2154: checking build system type |
|---|
| 743 | | configure:2172: result: x86_64-redhat-linux-gnu |
|---|
| 744 | | configure:2194: checking host system type |
|---|
| 745 | | configure:2209: result: x86_64-redhat-linux-gnu |
|---|
| 746 | | configure:2231: checking target system type |
|---|
| 747 | | configure:2246: result: x86_64-redhat-linux-gnu |
|---|
| 748 | | configure:2280: checking build system type |
|---|
| 749 | | configure:2298: result: x86_64-redhat-linux-gnu |
|---|
| 750 | | configure:2321: checking for grep that handles long lines and -e |
|---|
| 751 | | configure:2395: result: /bin/grep |
|---|
| 752 | | configure:2400: checking for egrep |
|---|
| 753 | | configure:2478: result: /bin/grep -E |
|---|
| 754 | | configure:2506: checking for a BSD-compatible install |
|---|
| 755 | | configure:2562: result: /usr/bin/install -c |
|---|
| 756 | | configure:2573: checking whether build environment is sane |
|---|
| 757 | | configure:2616: result: yes |
|---|
| 758 | | configure:2681: checking for gawk |
|---|
| 759 | | configure:2697: found /bin/gawk |
|---|
| 760 | | configure:2708: result: gawk |
|---|
| 761 | | configure:2719: checking whether make sets $(MAKE) |
|---|
| 762 | | configure:2740: result: yes |
|---|
| 763 | | configure:3003: checking for gcc |
|---|
| 764 | | configure:3019: found /usr/bin/gcc |
|---|
| 765 | | configure:3030: result: gcc |
|---|
| 766 | | configure:3268: checking for C compiler version |
|---|
| 767 | | configure:3275: gcc --version >&5 |
|---|
| 768 | | gcc (GCC) 4.1.2 20071124 (Red Hat 4.1.2-42) |
|---|
| 769 | | Copyright (C) 2006 Free Software Foundation, Inc. |
|---|
| 770 | | This is free software; see the source for copying conditions. There is NO |
|---|
| 771 | | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|---|
| 772 | | |
|---|
| 773 | | configure:3278: $? = 0 |
|---|
| 774 | | configure:3285: gcc -v >&5 |
|---|
| 775 | | Using built-in specs. |
|---|
| 776 | | Target: x86_64-redhat-linux |
|---|
| 777 | | Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux |
|---|
| 778 | | Thread model: posix |
|---|
| 779 | | gcc version 4.1.2 20071124 (Red Hat 4.1.2-42) |
|---|
| 780 | | configure:3288: $? = 0 |
|---|
| 781 | | configure:3295: gcc -V >&5 |
|---|
| 782 | | gcc: '-V' option must have argument |
|---|
| 783 | | configure:3298: $? = 1 |
|---|
| 784 | | configure:3321: checking for C compiler default output file name |
|---|
| 785 | | configure:3348: gcc conftest.c >&5 |
|---|
| 786 | | configure:3351: $? = 0 |
|---|
| 787 | | configure:3389: result: a.out |
|---|
| 788 | | configure:3406: checking whether the C compiler works |
|---|
| 789 | | configure:3416: ./a.out |
|---|
| 790 | | configure:3419: $? = 0 |
|---|
| 791 | | configure:3436: result: yes |
|---|
| 792 | | configure:3443: checking whether we are cross compiling |
|---|
| 793 | | configure:3445: result: no |
|---|
| 794 | | configure:3448: checking for suffix of executables |
|---|
| 795 | | configure:3455: gcc -o conftest conftest.c >&5 |
|---|
| 796 | | configure:3458: $? = 0 |
|---|
| 797 | | configure:3482: result: |
|---|
| 798 | | configure:3488: checking for suffix of object files |
|---|
| 799 | | configure:3514: gcc -c conftest.c >&5 |
|---|
| 800 | | configure:3517: $? = 0 |
|---|
| 801 | | configure:3540: result: o |
|---|
| 802 | | configure:3544: checking whether we are using the GNU C compiler |
|---|
| 803 | | configure:3573: gcc -c conftest.c >&5 |
|---|
| 804 | | configure:3579: $? = 0 |
|---|
| 805 | | configure:3596: result: yes |
|---|
| 806 | | configure:3601: checking whether gcc accepts -g |
|---|
| 807 | | configure:3631: gcc -c -g conftest.c >&5 |
|---|
| 808 | | configure:3637: $? = 0 |
|---|
| 809 | | configure:3736: result: yes |
|---|
| 810 | | configure:3753: checking for gcc option to accept ISO C89 |
|---|
| 811 | | configure:3827: gcc -c -g -O2 conftest.c >&5 |
|---|
| 812 | | configure:3833: $? = 0 |
|---|
| 813 | | configure:3856: result: none needed |
|---|
| 814 | | configure:3885: checking for style of include used by make |
|---|
| 815 | | configure:3913: result: GNU |
|---|
| 816 | | configure:3941: checking dependency style of gcc |
|---|
| 817 | | configure:4031: result: gcc3 |
|---|
| 818 | | configure:4049: checking for C compiler option -fno-common |
|---|
| 819 | | configure:4081: gcc -c -g -O2 -fno-common conftest.c >&5 >check_compiler_option.22341 2>&1 |
|---|
| 820 | | configure:4087: $? = 0 |
|---|
| 821 | | configure:4105: result: yes |
|---|
| 822 | | configure:4195: checking for g++ |
|---|
| 823 | | configure:4211: found /usr/bin/g++ |
|---|
| 824 | | configure:4222: result: g++ |
|---|
| 825 | | configure:4253: checking for C++ compiler version |
|---|
| 826 | | configure:4260: g++ --version >&5 |
|---|
| 827 | | g++ (GCC) 4.1.2 20071124 (Red Hat 4.1.2-42) |
|---|
| 828 | | Copyright (C) 2006 Free Software Foundation, Inc. |
|---|
| 829 | | This is free software; see the source for copying conditions. There is NO |
|---|
| 830 | | warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
|---|
| 831 | | |
|---|
| 832 | | configure:4263: $? = 0 |
|---|
| 833 | | configure:4270: g++ -v >&5 |
|---|
| 834 | | Using built-in specs. |
|---|
| 835 | | Target: x86_64-redhat-linux |
|---|
| 836 | | Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux |
|---|
| 837 | | Thread model: posix |
|---|
| 838 | | gcc version 4.1.2 20071124 (Red Hat 4.1.2-42) |
|---|
| 839 | | configure:4273: $? = 0 |
|---|
| 840 | | configure:4280: g++ -V >&5 |
|---|
| 841 | | g++: '-V' option must have argument |
|---|
| 842 | | configure:4283: $? = 1 |
|---|
| 843 | | configure:4286: checking whether we are using the GNU C++ compiler |
|---|
| 844 | | configure:4315: g++ -c -fno-common conftest.cpp >&5 |
|---|
| 845 | | configure:4321: $? = 0 |
|---|
| 846 | | configure:4338: result: yes |
|---|
| 847 | | configure:4343: checking whether g++ accepts -g |
|---|
| 848 | | configure:4373: g++ -c -g -fno-common conftest.cpp >&5 |
|---|
| 849 | | configure:4379: $? = 0 |
|---|
| 850 | | configure:4478: result: yes |
|---|
| 851 | | configure:4503: checking dependency style of g++ |
|---|
| 852 | | configure:4593: result: gcc3 |
|---|
| 853 | | configure:4734: checking for Fortran 77 compiler version |
|---|
| 854 | | configure:4741: gfortran --version >&5 |
|---|
| 855 | | GNU Fortran (GCC) 4.1.2 20071124 (Red Hat 4.1.2-42) |
|---|
| 856 | | Copyright (C) 2007 Free Software Foundation, Inc. |
|---|
| 857 | | |
|---|
| 858 | | GNU Fortran comes with NO WARRANTY, to the extent permitted by law. |
|---|
| 859 | | You may redistribute copies of GNU Fortran |
|---|
| 860 | | under the terms of the GNU General Public License. |
|---|
| 861 | | For more information about these matters, see the file named COPYING |
|---|
| 862 | | |
|---|
| 863 | | configure:4744: $? = 0 |
|---|
| 864 | | configure:4751: gfortran -v >&5 |
|---|
| 865 | | Using built-in specs. |
|---|
| 866 | | Target: x86_64-redhat-linux |
|---|
| 867 | | Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux |
|---|
| 868 | | Thread model: posix |
|---|
| 869 | | gcc version 4.1.2 20071124 (Red Hat 4.1.2-42) |
|---|
| 870 | | configure:4754: $? = 0 |
|---|
| 871 | | configure:4761: gfortran -V >&5 |
|---|
| 872 | | gfortran: '-V' option must have argument |
|---|
| 873 | | configure:4764: $? = 1 |
|---|
| 874 | | configure:4772: checking whether we are using the GNU Fortran 77 compiler |
|---|
| 875 | | configure:4791: gfortran -c conftest.F >&5 |
|---|
| 876 | | configure:4797: $? = 0 |
|---|
| 877 | | configure:4814: result: yes |
|---|
| 878 | | configure:4820: checking whether gfortran accepts -g |
|---|
| 879 | | configure:4837: gfortran -c -g conftest.f >&5 |
|---|
| 880 | | configure:4843: $? = 0 |
|---|
| 881 | | configure:4859: result: yes |
|---|
| 882 | | configure:4886: checking for Fortran 77 compiler option -I/usr/local/src/nexus-4.2rc4/bindings/f77 |
|---|
| 883 | | configure:4907: gfortran -c -g -O2 -I/usr/local/src/nexus-4.2rc4/bindings/f77 conftest.f >&5 >check_compiler_option.22341 2>&1 |
|---|
| 884 | | configure:4913: $? = 0 |
|---|
| 885 | | configure:4931: result: yes |
|---|
| 886 | | configure:4951: checking how to get verbose linking output from gfortran |
|---|
| 887 | | configure:4967: gfortran -c -g -O2 -I/usr/local/src/nexus-4.2rc4/bindings/f77 conftest.f >&5 |
|---|
| 888 | | configure:4973: $? = 0 |
|---|
| 889 | | configure:4995: gfortran -o conftest -g -O2 -I/usr/local/src/nexus-4.2rc4/bindings/f77 -v conftest.f |
|---|
| 890 | | Using built-in specs. |
|---|
| 891 | | Target: x86_64-redhat-linux |
|---|
| 892 | | Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux |
|---|
| 893 | | Thread model: posix |
|---|
| 894 | | gcc version 4.1.2 20071124 (Red Hat 4.1.2-42) |
|---|
| 895 | | /usr/libexec/gcc/x86_64-redhat-linux/4.1.2/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -auxbase conftest -g -O2 -version -I/usr/local/src/nexus-4.2rc4/bindings/f77 -I /usr/lib/gcc/x86_64-redhat-linux/4.1.2/finclude -o /tmp/ccVXQB3m.s |
|---|
| 896 | | GNU F95 version 4.1.2 20071124 (Red Hat 4.1.2-42) (x86_64-redhat-linux) |
|---|
| 897 | | compiled by GNU C version 4.1.2 20071124 (Red Hat 4.1.2-42). |
|---|
| 898 | | GGC heuristics: --param ggc-min-expand=98 --param ggc-min-heapsize=128365 |
|---|
| 899 | | as -V -Qy -o /tmp/ccE2abjz.o /tmp/ccVXQB3m.s |
|---|
| 900 | | GNU assembler version 2.17.50.0.6-6.el5 (x86_64-redhat-linux) using BFD version 2.17.50.0.6-6.el5 20061020 |
|---|
| 901 | | /usr/libexec/gcc/x86_64-redhat-linux/4.1.2/collect2 --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.1.2/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 /tmp/ccE2abjz.o -lgfortranbegin -lgfortran -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/4.1.2/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/crtn.o |
|---|
| 902 | | configure:5061: result: -v |
|---|
| 903 | | configure:5063: checking for Fortran 77 libraries of gfortran |
|---|
| 904 | | configure:5086: gfortran -o conftest -g -O2 -I/usr/local/src/nexus-4.2rc4/bindings/f77 -v conftest.f |
|---|
| 905 | | Using built-in specs. |
|---|
| 906 | | Target: x86_64-redhat-linux |
|---|
| 907 | | Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux |
|---|
| 908 | | Thread model: posix |
|---|
| 909 | | gcc version 4.1.2 20071124 (Red Hat 4.1.2-42) |
|---|
| 910 | | /usr/libexec/gcc/x86_64-redhat-linux/4.1.2/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -auxbase conftest -g -O2 -version -I/usr/local/src/nexus-4.2rc4/bindings/f77 -I /usr/lib/gcc/x86_64-redhat-linux/4.1.2/finclude -o /tmp/cc0MBrBr.s |
|---|
| 911 | | GNU F95 version 4.1.2 20071124 (Red Hat 4.1.2-42) (x86_64-redhat-linux) |
|---|
| 912 | | compiled by GNU C version 4.1.2 20071124 (Red Hat 4.1.2-42). |
|---|
| 913 | | GGC heuristics: --param ggc-min-expand=98 --param ggc-min-heapsize=128365 |
|---|
| 914 | | as -V -Qy -o /tmp/ccmggaQK.o /tmp/cc0MBrBr.s |
|---|
| 915 | | GNU assembler version 2.17.50.0.6-6.el5 (x86_64-redhat-linux) using BFD version 2.17.50.0.6-6.el5 20061020 |
|---|
| 916 | | /usr/libexec/gcc/x86_64-redhat-linux/4.1.2/collect2 --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.1.2/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 /tmp/ccmggaQK.o -lgfortranbegin -lgfortran -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/4.1.2/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/crtn.o |
|---|
| 917 | | configure:5260: result: -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -lgfortranbegin -lgfortran -lm |
|---|
| 918 | | configure:5333: checking for gfortran |
|---|
| 919 | | configure:5360: result: gfortran |
|---|
| 920 | | configure:5484: checking for Fortran compiler version |
|---|
| 921 | | configure:5491: gfortran --version >&5 |
|---|
| 922 | | GNU Fortran (GCC) 4.1.2 20071124 (Red Hat 4.1.2-42) |
|---|
| 923 | | Copyright (C) 2007 Free Software Foundation, Inc. |
|---|
| 924 | | |
|---|
| 925 | | GNU Fortran comes with NO WARRANTY, to the extent permitted by law. |
|---|
| 926 | | You may redistribute copies of GNU Fortran |
|---|
| 927 | | under the terms of the GNU General Public License. |
|---|
| 928 | | For more information about these matters, see the file named COPYING |
|---|
| 929 | | |
|---|
| 930 | | configure:5494: $? = 0 |
|---|
| 931 | | configure:5501: gfortran -v >&5 |
|---|
| 932 | | Using built-in specs. |
|---|
| 933 | | Target: x86_64-redhat-linux |
|---|
| 934 | | Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux |
|---|
| 935 | | Thread model: posix |
|---|
| 936 | | gcc version 4.1.2 20071124 (Red Hat 4.1.2-42) |
|---|
| 937 | | configure:5504: $? = 0 |
|---|
| 938 | | configure:5511: gfortran -V >&5 |
|---|
| 939 | | gfortran: '-V' option must have argument |
|---|
| 940 | | configure:5514: $? = 1 |
|---|
| 941 | | configure:5522: checking whether we are using the GNU Fortran compiler |
|---|
| 942 | | configure:5541: gfortran -c -I/usr/local/src/nexus-4.2rc4/bindings/f90 conftest.F >&5 |
|---|
| 943 | | configure:5547: $? = 0 |
|---|
| 944 | | configure:5564: result: yes |
|---|
| 945 | | configure:5570: checking whether gfortran accepts -g |
|---|
| 946 | | configure:5587: gfortran -c -g conftest.f >&5 |
|---|
| 947 | | configure:5593: $? = 0 |
|---|
| 948 | | configure:5609: result: yes |
|---|
| 949 | | configure:5638: checking how to get verbose linking output from gfortran |
|---|
| 950 | | configure:5654: gfortran -c -I/usr/local/src/nexus-4.2rc4/bindings/f90 conftest.f >&5 |
|---|
| 951 | | configure:5660: $? = 0 |
|---|
| 952 | | configure:5682: gfortran -o conftest -I/usr/local/src/nexus-4.2rc4/bindings/f90 -v conftest.f |
|---|
| 953 | | Using built-in specs. |
|---|
| 954 | | Target: x86_64-redhat-linux |
|---|
| 955 | | Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux |
|---|
| 956 | | Thread model: posix |
|---|
| 957 | | gcc version 4.1.2 20071124 (Red Hat 4.1.2-42) |
|---|
| 958 | | /usr/libexec/gcc/x86_64-redhat-linux/4.1.2/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -auxbase conftest -version -I/usr/local/src/nexus-4.2rc4/bindings/f90 -I /usr/lib/gcc/x86_64-redhat-linux/4.1.2/finclude -o /tmp/ccZM6iHS.s |
|---|
| 959 | | GNU F95 version 4.1.2 20071124 (Red Hat 4.1.2-42) (x86_64-redhat-linux) |
|---|
| 960 | | compiled by GNU C version 4.1.2 20071124 (Red Hat 4.1.2-42). |
|---|
| 961 | | GGC heuristics: --param ggc-min-expand=98 --param ggc-min-heapsize=128365 |
|---|
| 962 | | as -V -Qy -o /tmp/cckWFR1z.o /tmp/ccZM6iHS.s |
|---|
| 963 | | GNU assembler version 2.17.50.0.6-6.el5 (x86_64-redhat-linux) using BFD version 2.17.50.0.6-6.el5 20061020 |
|---|
| 964 | | /usr/libexec/gcc/x86_64-redhat-linux/4.1.2/collect2 --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.1.2/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 /tmp/cckWFR1z.o -lgfortranbegin -lgfortran -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/4.1.2/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/crtn.o |
|---|
| 965 | | configure:5748: result: -v |
|---|
| 966 | | configure:5750: checking for Fortran libraries of gfortran |
|---|
| 967 | | configure:5773: gfortran -o conftest -I/usr/local/src/nexus-4.2rc4/bindings/f90 -v conftest.f |
|---|
| 968 | | Using built-in specs. |
|---|
| 969 | | Target: x86_64-redhat-linux |
|---|
| 970 | | Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-libgcj-multifile --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/jre --with-cpu=generic --host=x86_64-redhat-linux |
|---|
| 971 | | Thread model: posix |
|---|
| 972 | | gcc version 4.1.2 20071124 (Red Hat 4.1.2-42) |
|---|
| 973 | | /usr/libexec/gcc/x86_64-redhat-linux/4.1.2/f951 conftest.f -ffixed-form -quiet -dumpbase conftest.f -mtune=generic -auxbase conftest -version -I/usr/local/src/nexus-4.2rc4/bindings/f90 -I /usr/lib/gcc/x86_64-redhat-linux/4.1.2/finclude -o /tmp/ccVCA83Y.s |
|---|
| 974 | | GNU F95 version 4.1.2 20071124 (Red Hat 4.1.2-42) (x86_64-redhat-linux) |
|---|
| 975 | | compiled by GNU C version 4.1.2 20071124 (Red Hat 4.1.2-42). |
|---|
| 976 | | GGC heuristics: --param ggc-min-expand=98 --param ggc-min-heapsize=128365 |
|---|
| 977 | | as -V -Qy -o /tmp/ccWRVvZM.o /tmp/ccVCA83Y.s |
|---|
| 978 | | GNU assembler version 2.17.50.0.6-6.el5 (x86_64-redhat-linux) using BFD version 2.17.50.0.6-6.el5 20061020 |
|---|
| 979 | | /usr/libexec/gcc/x86_64-redhat-linux/4.1.2/collect2 --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o conftest /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/crt1.o /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/crti.o /usr/lib/gcc/x86_64-redhat-linux/4.1.2/crtbegin.o -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 /tmp/ccWRVvZM.o -lgfortranbegin -lgfortran -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-redhat-linux/4.1.2/crtend.o /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/crtn.o |
|---|
| 980 | | configure:5947: result: -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -lgfortranbegin -lgfortran -lm |
|---|
| 981 | | configure:5976: Java SDK home is /usr/lib/jvm/java-1.6.0-openjdk.x86_64/ |
|---|
| 982 | | configure:5983: checking for gcj |
|---|
| 983 | | configure:6016: result: no |
|---|
| 984 | | configure:5983: checking for javac |
|---|
| 985 | | configure:6001: found /usr/lib/jvm/java-1.6.0-openjdk.x86_64//bin/javac |
|---|
| 986 | | configure:6013: result: /usr/lib/jvm/java-1.6.0-openjdk.x86_64//bin/javac |
|---|
| 987 | | configure:6031: checking for gij |
|---|
| 988 | | configure:6064: result: no |
|---|
| 989 | | configure:6031: checking for java |
|---|
| 990 | | configure:6049: found /usr/lib/jvm/java-1.6.0-openjdk.x86_64//bin/java |
|---|
| 991 | | configure:6061: result: /usr/lib/jvm/java-1.6.0-openjdk.x86_64//bin/java |
|---|
| 992 | | configure:6076: checking for gcjh |
|---|
| 993 | | configure:6109: result: no |
|---|
| 994 | | configure:6076: checking for javah |
|---|
| 995 | | configure:6094: found /usr/lib/jvm/java-1.6.0-openjdk.x86_64//bin/javah |
|---|
| 996 | | configure:6106: result: /usr/lib/jvm/java-1.6.0-openjdk.x86_64//bin/javah |
|---|
| 997 | | configure:6121: checking for javadoc |
|---|
| 998 | | configure:6140: found /usr/lib/jvm/java-1.6.0-openjdk.x86_64//bin/javadoc |
|---|
| 999 | | configure:6152: result: /usr/lib/jvm/java-1.6.0-openjdk.x86_64//bin/javadoc |
|---|
| 1000 | | configure:6167: checking for jar |
|---|
| 1001 | | configure:6186: found /usr/lib/jvm/java-1.6.0-openjdk.x86_64//bin/jar |
|---|
| 1002 | | configure:6198: result: /usr/lib/jvm/java-1.6.0-openjdk.x86_64//bin/jar |
|---|
| 1003 | | configure:6936: checking for gcj |
|---|
| 1004 | | configure:6952: found /usr/bin/gcj |
|---|
| 1005 | | configure:6963: result: gcj |
|---|
| 1006 | | configure:6985: checking dependency style of gcj |
|---|
| 1007 | | configure:7075: result: gcc3 |
|---|
| 1008 | | configure:7094: checking whether gcc and cc understand -c and -o together |
|---|
| 1009 | | configure:7129: gcc -c conftest.c -o conftest2.o >&5 |
|---|
| 1010 | | configure:7132: $? = 0 |
|---|
| 1011 | | configure:7138: gcc -c conftest.c -o conftest2.o >&5 |
|---|
| 1012 | | configure:7141: $? = 0 |
|---|
| 1013 | | configure:7152: cc -c conftest.c >&5 |
|---|
| 1014 | | configure:7155: $? = 0 |
|---|
| 1015 | | configure:7163: cc -c conftest.c -o conftest2.o >&5 |
|---|
| 1016 | | configure:7166: $? = 0 |
|---|
| 1017 | | configure:7172: cc -c conftest.c -o conftest2.o >&5 |
|---|
| 1018 | | configure:7175: $? = 0 |
|---|
| 1019 | | configure:7193: result: yes |
|---|
| 1020 | | configure:7291: checking for a sed that does not truncate output |
|---|
| 1021 | | configure:7345: result: /bin/sed |
|---|
| 1022 | | configure:7359: checking for ld used by gcc |
|---|
| 1023 | | configure:7426: result: /usr/bin/ld |
|---|
| 1024 | | configure:7435: checking if the linker (/usr/bin/ld) is GNU ld |
|---|
| 1025 | | configure:7450: result: yes |
|---|
| 1026 | | configure:7455: checking for /usr/bin/ld option to reload object files |
|---|
| 1027 | | configure:7462: result: -r |
|---|
| 1028 | | configure:7480: checking for BSD-compatible nm |
|---|
| 1029 | | configure:7529: result: /usr/bin/nm -B |
|---|
| 1030 | | configure:7533: checking whether ln -s works |
|---|
| 1031 | | configure:7537: result: yes |
|---|
| 1032 | | configure:7544: checking how to recognise dependent libraries |
|---|
| 1033 | | configure:7720: result: pass_all |
|---|
| 1034 | | configure:7807: gcc -c -g -O2 -fno-common conftest.c >&5 |
|---|
| 1035 | | configure:7810: $? = 0 |
|---|
| 1036 | | configure:7953: checking how to run the C preprocessor |
|---|
| 1037 | | configure:7993: gcc -E -fno-common conftest.c |
|---|
| 1038 | | configure:7999: $? = 0 |
|---|
| 1039 | | configure:8030: gcc -E -fno-common conftest.c |
|---|
| 1040 | | conftest.c:10:28: error: ac_nonexistent.h: No such file or directory |
|---|
| 1041 | | configure:8036: $? = 1 |
|---|
| 1042 | | configure: failed program was: |
|---|
| 1043 | | | /* confdefs.h. */ |
|---|
| 1044 | | | #define PACKAGE_NAME "NeXus Library" |
|---|
| 1045 | | | #define PACKAGE_TARNAME "nexus" |
|---|
| 1046 | | | #define PACKAGE_VERSION "4.2rc4" |
|---|
| 1047 | | | #define PACKAGE_STRING "NeXus Library 4.2rc4" |
|---|
| 1048 | | | #define PACKAGE_BUGREPORT "nexus-developers@nexusformat.org" |
|---|
| 1049 | | | #define PACKAGE "nexus" |
|---|
| 1050 | | | #define VERSION "4.2rc4" |
|---|
| 1051 | | | /* end confdefs.h. */ |
|---|
| 1052 | | | #include <ac_nonexistent.h> |
|---|
| 1053 | | configure:8069: result: gcc -E |
|---|
| 1054 | | configure:8098: gcc -E -fno-common conftest.c |
|---|
| 1055 | | configure:8104: $? = 0 |
|---|
| 1056 | | configure:8135: gcc -E -fno-common conftest.c |
|---|
| 1057 | | conftest.c:10:28: error: ac_nonexistent.h: No such file or directory |
|---|
| 1058 | | configure:8141: $? = 1 |
|---|
| 1059 | | configure: failed program was: |
|---|
| 1060 | | | /* confdefs.h. */ |
|---|
| 1061 | | | #define PACKAGE_NAME "NeXus Library" |
|---|
| 1062 | | | #define PACKAGE_TARNAME "nexus" |
|---|
| 1063 | | | #define PACKAGE_VERSION "4.2rc4" |
|---|
| 1064 | | | #define PACKAGE_STRING "NeXus Library 4.2rc4" |
|---|
| 1065 | | | #define PACKAGE_BUGREPORT "nexus-developers@nexusformat.org" |
|---|
| 1066 | | | #define PACKAGE "nexus" |
|---|
| 1067 | | | #define VERSION "4.2rc4" |
|---|
| 1068 | | | /* end confdefs.h. */ |
|---|
| 1069 | | | #include <ac_nonexistent.h> |
|---|
| 1070 | | configure:8179: checking for ANSI C header files |
|---|
| 1071 | | configure:8209: gcc -c -g -O2 -fno-common conftest.c >&5 |
|---|
| 1072 | | configure:8215: $? = 0 |
|---|
| 1073 | | configure:8314: gcc -o conftest -g -O2 -fno-common conftest.c >&5 |
|---|
| 1074 | | configure:8317: $? = 0 |
|---|
| 1075 | | configure:8323: ./conftest |
|---|
| 1076 | | configure:8326: $? = 0 |
|---|
| 1077 | | configure:8343: result: yes |
|---|
| 1078 | | configure:8367: checking for sys/types.h |
|---|
| 1079 | | configure:8388: gcc -c -g -O2 -fno-common conftest.c >&5 |
|---|
| 1080 | | configure:8394: $? = 0 |
|---|
| 1081 | | configure:8410: result: yes |
|---|
| 1082 | | configure:8367: checking for sys/stat.h |
|---|
| 1083 | | configure:8388: gcc -c -g -O2 -fno-common conftest.c >&5 |
|---|
| 1084 | | configure:8394: $? = 0 |
|---|
| 1085 | | configure:8410: result: yes |
|---|
| 1086 | | configure:8367: checking for stdlib.h |
|---|
| 1087 | | configure:8388: gcc -c -g -O2 -fno-common conftest.c >&5 |
|---|
| 1088 | | configure:8394: $? = 0 |
|---|
| 1089 | | configure:8410: result: yes |
|---|
| 1090 | | configure:8367: checking for string.h |
|---|
| 1091 | | configure:8388: gcc -c -g -O2 -fno-common conftest.c >&5 |
|---|
| 1092 | | configure:8394: $? = 0 |
|---|
| 1093 | | configure:8410: result: yes |
|---|
| 1094 | | configure:8367: checking for memory.h |
|---|
| 1095 | | configure:8388: gcc -c -g -O2 -fno-common conftest.c >&5 |
|---|
| 1096 | | configure:8394: $? = 0 |
|---|
| 1097 | | configure:8410: result: yes |
|---|
| 1098 | | configure:8367: checking for strings.h |
|---|
| 1099 | | configure:8388: gcc -c -g -O2 -fno-common conftest.c >&5 |
|---|
| 1100 | | configure:8394: $? = 0 |
|---|
| 1101 | | configure:8410: result: yes |
|---|
| 1102 | | configure:8367: checking for inttypes.h |
|---|
| 1103 | | configure:8388: gcc -c -g -O2 -fno-common conftest.c >&5 |
|---|
| 1104 | | configure:8394: $? = 0 |
|---|
| 1105 | | configure:8410: result: yes |
|---|
| 1106 | | configure:8367: checking for stdint.h |
|---|
| 1107 | | configure:8388: gcc -c -g -O2 -fno-common conftest.c >&5 |
|---|
| 1108 | | configure:8394: $? = 0 |
|---|
| 1109 | | configure:8410: result: yes |
|---|
| 1110 | | configure:8367: checking for unistd.h |
|---|
| 1111 | | configure:8388: gcc -c -g -O2 -fno-common conftest.c >&5 |
|---|
| 1112 | | configure:8394: $? = 0 |
|---|
| 1113 | | configure:8410: result: yes |
|---|
| 1114 | | configure:8437: checking dlfcn.h usability |
|---|
| 1115 | | configure:8454: gcc -c -g -O2 -fno-common conftest.c >&5 |
|---|
| 1116 | | configure:8460: $? = 0 |
|---|
| 1117 | | configure:8474: result: yes |
|---|
| 1118 | | configure:8478: checking dlfcn.h presence |
|---|
| 1119 | | configure:8493: gcc -E -fno-common conftest.c |
|---|
| 1120 | | configure:8499: $? = 0 |
|---|
| 1121 | | configure:8513: result: yes |
|---|
| 1122 | | configure:8546: checking for dlfcn.h |
|---|
| 1123 | | configure:8554: result: yes |
|---|
| 1124 | | configure:8577: checking how to run the C++ preprocessor |
|---|
| 1125 | | configure:8613: g++ -E -fno-common conftest.cpp |
|---|
| 1126 | | configure:8619: $? = 0 |
|---|
| 1127 | | configure:8650: g++ -E -fno-common conftest.cpp |
|---|
| 1128 | | conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory |
|---|
| 1129 | | configure:8656: $? = 1 |
|---|
| 1130 | | configure: failed program was: |
|---|
| 1131 | | | /* confdefs.h. */ |
|---|
| 1132 | | | #define PACKAGE_NAME "NeXus Library" |
|---|
| 1133 | | | #define PACKAGE_TARNAME "nexus" |
|---|
| 1134 | | | #define PACKAGE_VERSION "4.2rc4" |
|---|
| 1135 | | | #define PACKAGE_STRING "NeXus Library 4.2rc4" |
|---|
| 1136 | | | #define PACKAGE_BUGREPORT "nexus-developers@nexusformat.org" |
|---|
| 1137 | | | #define PACKAGE "nexus" |
|---|
| 1138 | | | #define VERSION "4.2rc4" |
|---|
| 1139 | | | #define STDC_HEADERS 1 |
|---|
| 1140 | | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 1141 | | | #define HAVE_SYS_STAT_H 1 |
|---|
| 1142 | | | #define HAVE_STDLIB_H 1 |
|---|
| 1143 | | | #define HAVE_STRING_H 1 |
|---|
| 1144 | | | #define HAVE_MEMORY_H 1 |
|---|
| 1145 | | | #define HAVE_STRINGS_H 1 |
|---|
| 1146 | | | #define HAVE_INTTYPES_H 1 |
|---|
| 1147 | | | #define HAVE_STDINT_H 1 |
|---|
| 1148 | | | #define HAVE_UNISTD_H 1 |
|---|
| 1149 | | | #define HAVE_DLFCN_H 1 |
|---|
| 1150 | | | /* end confdefs.h. */ |
|---|
| 1151 | | | #include <ac_nonexistent.h> |
|---|
| 1152 | | configure:8689: result: g++ -E |
|---|
| 1153 | | configure:8718: g++ -E -fno-common conftest.cpp |
|---|
| 1154 | | configure:8724: $? = 0 |
|---|
| 1155 | | configure:8755: g++ -E -fno-common conftest.cpp |
|---|
| 1156 | | conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory |
|---|
| 1157 | | configure:8761: $? = 1 |
|---|
| 1158 | | configure: failed program was: |
|---|
| 1159 | | | /* confdefs.h. */ |
|---|
| 1160 | | | #define PACKAGE_NAME "NeXus Library" |
|---|
| 1161 | | | #define PACKAGE_TARNAME "nexus" |
|---|
| 1162 | | | #define PACKAGE_VERSION "4.2rc4" |
|---|
| 1163 | | | #define PACKAGE_STRING "NeXus Library 4.2rc4" |
|---|
| 1164 | | | #define PACKAGE_BUGREPORT "nexus-developers@nexusformat.org" |
|---|
| 1165 | | | #define PACKAGE "nexus" |
|---|
| 1166 | | | #define VERSION "4.2rc4" |
|---|
| 1167 | | | #define STDC_HEADERS 1 |
|---|
| 1168 | | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 1169 | | | #define HAVE_SYS_STAT_H 1 |
|---|
| 1170 | | | #define HAVE_STDLIB_H 1 |
|---|
| 1171 | | | #define HAVE_STRING_H 1 |
|---|
| 1172 | | | #define HAVE_MEMORY_H 1 |
|---|
| 1173 | | | #define HAVE_STRINGS_H 1 |
|---|
| 1174 | | | #define HAVE_INTTYPES_H 1 |
|---|
| 1175 | | | #define HAVE_STDINT_H 1 |
|---|
| 1176 | | | #define HAVE_UNISTD_H 1 |
|---|
| 1177 | | | #define HAVE_DLFCN_H 1 |
|---|
| 1178 | | | /* end confdefs.h. */ |
|---|
| 1179 | | | #include <ac_nonexistent.h> |
|---|
| 1180 | | configure:8805: checking the maximum length of command line arguments |
|---|
| 1181 | | configure:8914: result: 32768 |
|---|
| 1182 | | configure:8925: checking command to parse /usr/bin/nm -B output from gcc object |
|---|
| 1183 | | configure:9030: g++ -c -g -O2 -fno-common conftest.cpp >&5 |
|---|
| 1184 | | configure:9033: $? = 0 |
|---|
| 1185 | | configure:9037: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm |
|---|
| 1186 | | configure:9040: $? = 0 |
|---|
| 1187 | | configure:9092: g++ -o conftest -g -O2 -fno-common conftest.cpp conftstm.o >&5 |
|---|
| 1188 | | configure:9095: $? = 0 |
|---|
| 1189 | | configure:9133: result: ok |
|---|
| 1190 | | configure:9137: checking for objdir |
|---|
| 1191 | | configure:9152: result: .libs |
|---|
| 1192 | | configure:9244: checking for ar |
|---|
| 1193 | | configure:9260: found /usr/bin/ar |
|---|
| 1194 | | configure:9271: result: ar |
|---|
| 1195 | | configure:9340: checking for ranlib |
|---|
| 1196 | | configure:9356: found /usr/bin/ranlib |
|---|
| 1197 | | configure:9367: result: ranlib |
|---|
| 1198 | | configure:9436: checking for strip |
|---|
| 1199 | | configure:9452: found /usr/bin/strip |
|---|
| 1200 | | configure:9463: result: strip |
|---|
| 1201 | | configure:9749: checking if gcc supports -fno-rtti -fno-exceptions |
|---|
| 1202 | | configure:9767: gcc -c -g -O2 -fno-common -fno-rtti -fno-exceptions conftest.c >&5 |
|---|
| 1203 | | cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C |
|---|
| 1204 | | configure:9771: $? = 0 |
|---|
| 1205 | | configure:9784: result: no |
|---|
| 1206 | | configure:9799: checking for gcc option to produce PIC |
|---|
| 1207 | | configure:10009: result: -fPIC |
|---|
| 1208 | | configure:10017: checking if gcc PIC flag -fPIC works |
|---|
| 1209 | | configure:10035: gcc -c -g -O2 -fno-common -fPIC -DPIC conftest.c >&5 |
|---|
| 1210 | | configure:10039: $? = 0 |
|---|
| 1211 | | configure:10052: result: yes |
|---|
| 1212 | | configure:10080: checking if gcc static flag -static works |
|---|
| 1213 | | configure:10108: result: yes |
|---|
| 1214 | | configure:10118: checking if gcc supports -c -o file.o |
|---|
| 1215 | | configure:10139: gcc -c -g -O2 -fno-common -o out/conftest2.o conftest.c >&5 |
|---|
| 1216 | | configure:10143: $? = 0 |
|---|
| 1217 | | configure:10165: result: yes |
|---|
| 1218 | | configure:10191: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries |
|---|
| 1219 | | configure:11145: result: yes |
|---|
| 1220 | | configure:11166: checking whether -lc should be explicitly linked in |
|---|
| 1221 | | configure:11171: gcc -c -g -O2 -fno-common conftest.c >&5 |
|---|
| 1222 | | configure:11174: $? = 0 |
|---|
| 1223 | | configure:11189: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 |
|---|
| 1224 | | configure:11192: $? = 0 |
|---|
| 1225 | | configure:11204: result: no |
|---|
| 1226 | | configure:11212: checking dynamic linker characteristics |
|---|
| 1227 | | configure:11605: gcc -c -g -O2 -fno-common conftest.c >&5 |
|---|
| 1228 | | configure:11608: $? = 0 |
|---|
| 1229 | | configure:11821: result: GNU/Linux ld.so |
|---|
| 1230 | | configure:11830: checking how to hardcode library paths into programs |
|---|
| 1231 | | configure:11855: result: immediate |
|---|
| 1232 | | configure:11869: checking whether stripping libraries is possible |
|---|
| 1233 | | configure:11874: result: yes |
|---|
| 1234 | | configure:12675: checking if libtool supports shared libraries |
|---|
| 1235 | | configure:12677: result: yes |
|---|
| 1236 | | configure:12680: checking whether to build shared libraries |
|---|
| 1237 | | configure:12701: result: yes |
|---|
| 1238 | | configure:12704: checking whether to build static libraries |
|---|
| 1239 | | configure:12708: result: yes |
|---|
| 1240 | | configure:12800: creating libtool |
|---|
| 1241 | | configure:13388: checking for ld used by g++ |
|---|
| 1242 | | configure:13455: result: /usr/bin/ld -m elf_x86_64 |
|---|
| 1243 | | configure:13464: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld |
|---|
| 1244 | | configure:13479: result: yes |
|---|
| 1245 | | configure:13530: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries |
|---|
| 1246 | | configure:14464: result: yes |
|---|
| 1247 | | configure:14482: g++ -c -g -O2 -fno-common conftest.cpp >&5 |
|---|
| 1248 | | configure:14485: $? = 0 |
|---|
| 1249 | | configure:14604: checking for g++ option to produce PIC |
|---|
| 1250 | | configure:14878: result: -fPIC |
|---|
| 1251 | | configure:14886: checking if g++ PIC flag -fPIC works |
|---|
| 1252 | | configure:14904: g++ -c -g -O2 -fno-common -fPIC -DPIC conftest.cpp >&5 |
|---|
| 1253 | | configure:14908: $? = 0 |
|---|
| 1254 | | configure:14921: result: yes |
|---|
| 1255 | | configure:14949: checking if g++ static flag -static works |
|---|
| 1256 | | configure:14977: result: yes |
|---|
| 1257 | | configure:14987: checking if g++ supports -c -o file.o |
|---|
| 1258 | | configure:15008: g++ -c -g -O2 -fno-common -o out/conftest2.o conftest.cpp >&5 |
|---|
| 1259 | | configure:15012: $? = 0 |
|---|
| 1260 | | configure:15034: result: yes |
|---|
| 1261 | | configure:15060: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries |
|---|
| 1262 | | configure:15085: result: yes |
|---|
| 1263 | | configure:15152: checking dynamic linker characteristics |
|---|
| 1264 | | configure:15545: g++ -c -g -O2 -fno-common conftest.cpp >&5 |
|---|
| 1265 | | configure:15548: $? = 0 |
|---|
| 1266 | | configure:15761: result: GNU/Linux ld.so |
|---|
| 1267 | | configure:15770: checking how to hardcode library paths into programs |
|---|
| 1268 | | configure:15795: result: immediate |
|---|
| 1269 | | configure:16321: checking if libtool supports shared libraries |
|---|
| 1270 | | configure:16323: result: yes |
|---|
| 1271 | | configure:16326: checking whether to build shared libraries |
|---|
| 1272 | | configure:16346: result: yes |
|---|
| 1273 | | configure:16349: checking whether to build static libraries |
|---|
| 1274 | | configure:16353: result: yes |
|---|
| 1275 | | configure:16363: checking for gfortran option to produce PIC |
|---|
| 1276 | | configure:16573: result: -fPIC |
|---|
| 1277 | | configure:16581: checking if gfortran PIC flag -fPIC works |
|---|
| 1278 | | configure:16599: gfortran -c -g -O2 -I/usr/local/src/nexus-4.2rc4/bindings/f77 -fPIC conftest.f >&5 |
|---|
| 1279 | | configure:16603: $? = 0 |
|---|
| 1280 | | configure:16616: result: yes |
|---|
| 1281 | | configure:16644: checking if gfortran static flag -static works |
|---|
| 1282 | | configure:16672: result: yes |
|---|
| 1283 | | configure:16682: checking if gfortran supports -c -o file.o |
|---|
| 1284 | | configure:16703: gfortran -c -g -O2 -I/usr/local/src/nexus-4.2rc4/bindings/f77 -o out/conftest2.o conftest.f >&5 |
|---|
| 1285 | | configure:16707: $? = 0 |
|---|
| 1286 | | configure:16729: result: yes |
|---|
| 1287 | | configure:16755: checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) supports shared libraries |
|---|
| 1288 | | configure:17689: result: yes |
|---|
| 1289 | | configure:17756: checking dynamic linker characteristics |
|---|
| 1290 | | configure:18149: gfortran -c -g -O2 -I/usr/local/src/nexus-4.2rc4/bindings/f77 conftest.f >&5 |
|---|
| 1291 | | Warning: conftest.f:1: Illegal preprocessor directive |
|---|
| 1292 | | configure:18152: $? = 0 |
|---|
| 1293 | | configure:18365: result: GNU/Linux ld.so |
|---|
| 1294 | | configure:18374: checking how to hardcode library paths into programs |
|---|
| 1295 | | configure:18399: result: immediate |
|---|
| 1296 | | configure:18904: checking if gcj supports -fno-rtti -fno-exceptions |
|---|
| 1297 | | configure:18939: result: no |
|---|
| 1298 | | configure:18954: checking for gcj option to produce PIC |
|---|
| 1299 | | configure:19164: result: -fPIC |
|---|
| 1300 | | configure:19172: checking if gcj PIC flag -fPIC works |
|---|
| 1301 | | configure:19190: gcj -c -g -O2 -fno-common -fPIC conftest.java >&5 |
|---|
| 1302 | | configure:19194: $? = 0 |
|---|
| 1303 | | configure:19207: result: yes |
|---|
| 1304 | | configure:19235: checking if gcj static flag -static works |
|---|
| 1305 | | configure:19263: result: no |
|---|
| 1306 | | configure:19273: checking if gcj supports -c -o file.o |
|---|
| 1307 | | configure:19294: gcj -c -g -O2 -fno-common -o out/conftest2.o conftest.java >&5 |
|---|
| 1308 | | configure:19298: $? = 0 |
|---|
| 1309 | | configure:19320: result: yes |
|---|
| 1310 | | configure:19346: checking whether the gcj linker (/usr/bin/ld -m elf_x86_64) supports shared libraries |
|---|
| 1311 | | configure:20300: result: yes |
|---|
| 1312 | | configure:20367: checking dynamic linker characteristics |
|---|
| 1313 | | configure:20760: gcj -c -g -O2 -fno-common conftest.java >&5 |
|---|
| 1314 | | conftest.java:1: error: Invalid character '#' in input. |
|---|
| 1315 | | #line 20759 "configure" |
|---|
| 1316 | | ^ |
|---|
| 1317 | | 1 error |
|---|
| 1318 | | configure:20763: $? = 1 |
|---|
| 1319 | | configure:20976: result: GNU/Linux ld.so |
|---|
| 1320 | | configure:20985: checking how to hardcode library paths into programs |
|---|
| 1321 | | configure:21010: result: immediate |
|---|
| 1322 | | configure:21981: checking whether make sets $(MAKE) |
|---|
| 1323 | | configure:22002: result: yes |
|---|
| 1324 | | configure:22054: checking for ranlib |
|---|
| 1325 | | configure:22081: result: ranlib |
|---|
| 1326 | | configure:22222: checking for python root installation directory |
|---|
| 1327 | | configure:22238: result: /usr/ |
|---|
| 1328 | | configure:22308: checking for python version |
|---|
| 1329 | | configure:22315: result: 2.4 |
|---|
| 1330 | | configure:22327: checking for python platform |
|---|
| 1331 | | configure:22334: result: linux2 |
|---|
| 1332 | | configure:22341: checking for python script directory |
|---|
| 1333 | | configure:22349: result: ${prefix}/lib/python2.4/site-packages |
|---|
| 1334 | | configure:22358: checking for python extension module directory |
|---|
| 1335 | | configure:22366: result: ${exec_prefix}/lib64/python2.4/site-packages |
|---|
| 1336 | | configure:22443: checking for docbook2pdf |
|---|
| 1337 | | configure:22473: result: no |
|---|
| 1338 | | configure:22485: checking for docbook2txt |
|---|
| 1339 | | configure:22515: result: no |
|---|
| 1340 | | configure:22527: checking for tclsh |
|---|
| 1341 | | configure:22543: found /usr/bin/tclsh |
|---|
| 1342 | | configure:22554: result: tclsh |
|---|
| 1343 | | configure:22569: checking for guile |
|---|
| 1344 | | configure:22585: found /usr/bin/guile |
|---|
| 1345 | | configure:22596: result: guile |
|---|
| 1346 | | configure:22611: checking for latex |
|---|
| 1347 | | configure:22641: result: no |
|---|
| 1348 | | configure:22653: checking for wget |
|---|
| 1349 | | configure:22669: found /usr/bin/wget |
|---|
| 1350 | | configure:22680: result: wget |
|---|
| 1351 | | configure:22695: checking for xmllint |
|---|
| 1352 | | configure:22711: found /usr/bin/xmllint |
|---|
| 1353 | | configure:22722: result: xmllint |
|---|
| 1354 | | configure:22760: checking for LIB |
|---|
| 1355 | | configure:22790: result: no |
|---|
| 1356 | | configure:23034: checking for location of HDF4 libraries |
|---|
| 1357 | | configure:23054: result: /usr |
|---|
| 1358 | | configure:23091: checking for location of HDF5 libraries |
|---|
| 1359 | | configure:23102: result: /usr |
|---|
| 1360 | | configure:23130: checking for location of mxml package |
|---|
| 1361 | | configure:23139: result: /usr/local |
|---|
| 1362 | | configure:23184: checking for fprintf in -lSystemStubs |
|---|
| 1363 | | configure:23219: gcc -o conftest -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common -L/usr/lib64/hdf -L/usr/lib/hdf -L/usr/lib64 -L/usr/lib -L/usr/local/lib conftest.c -lSystemStubs >&5 |
|---|
| 1364 | | conftest.c:28: warning: conflicting types for built-in function 'fprintf' |
|---|
| 1365 | | /usr/bin/ld: cannot find -lSystemStubs |
|---|
| 1366 | | collect2: ld returned 1 exit status |
|---|
| 1367 | | configure:23225: $? = 1 |
|---|
| 1368 | | configure: failed program was: |
|---|
| 1369 | | | /* confdefs.h. */ |
|---|
| 1370 | | | #define PACKAGE_NAME "NeXus Library" |
|---|
| 1371 | | | #define PACKAGE_TARNAME "nexus" |
|---|
| 1372 | | | #define PACKAGE_VERSION "4.2rc4" |
|---|
| 1373 | | | #define PACKAGE_STRING "NeXus Library 4.2rc4" |
|---|
| 1374 | | | #define PACKAGE_BUGREPORT "nexus-developers@nexusformat.org" |
|---|
| 1375 | | | #define PACKAGE "nexus" |
|---|
| 1376 | | | #define VERSION "4.2rc4" |
|---|
| 1377 | | | #define STDC_HEADERS 1 |
|---|
| 1378 | | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 1379 | | | #define HAVE_SYS_STAT_H 1 |
|---|
| 1380 | | | #define HAVE_STDLIB_H 1 |
|---|
| 1381 | | | #define HAVE_STRING_H 1 |
|---|
| 1382 | | | #define HAVE_MEMORY_H 1 |
|---|
| 1383 | | | #define HAVE_STRINGS_H 1 |
|---|
| 1384 | | | #define HAVE_INTTYPES_H 1 |
|---|
| 1385 | | | #define HAVE_STDINT_H 1 |
|---|
| 1386 | | | #define HAVE_UNISTD_H 1 |
|---|
| 1387 | | | #define HAVE_DLFCN_H 1 |
|---|
| 1388 | | | /* end confdefs.h. */ |
|---|
| 1389 | | | |
|---|
| 1390 | | | /* Override any GCC internal prototype to avoid an error. |
|---|
| 1391 | | | Use char because int might match the return type of a GCC |
|---|
| 1392 | | | builtin and then its argument prototype would still apply. */ |
|---|
| 1393 | | | #ifdef __cplusplus |
|---|
| 1394 | | | extern "C" |
|---|
| 1395 | | | #endif |
|---|
| 1396 | | | char fprintf (); |
|---|
| 1397 | | | int |
|---|
| 1398 | | | main () |
|---|
| 1399 | | | { |
|---|
| 1400 | | | return fprintf (); |
|---|
| 1401 | | | ; |
|---|
| 1402 | | | return 0; |
|---|
| 1403 | | | } |
|---|
| 1404 | | configure:23244: result: no |
|---|
| 1405 | | configure:23260: checking for log in -lm |
|---|
| 1406 | | configure:23295: gcc -o conftest -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common -L/usr/lib64/hdf -L/usr/lib/hdf -L/usr/lib64 -L/usr/lib -L/usr/local/lib conftest.c -lm >&5 |
|---|
| 1407 | | conftest.c:28: warning: conflicting types for built-in function 'log' |
|---|
| 1408 | | configure:23301: $? = 0 |
|---|
| 1409 | | configure:23319: result: yes |
|---|
| 1410 | | configure:23332: checking for xdr_float in -lrpc |
|---|
| 1411 | | configure:23367: gcc -o conftest -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common -L/usr/lib64/hdf -L/usr/lib/hdf -L/usr/lib64 -L/usr/lib -L/usr/local/lib conftest.c -lrpc -lm >&5 |
|---|
| 1412 | | /usr/bin/ld: cannot find -lrpc |
|---|
| 1413 | | collect2: ld returned 1 exit status |
|---|
| 1414 | | configure:23373: $? = 1 |
|---|
| 1415 | | configure: failed program was: |
|---|
| 1416 | | | /* confdefs.h. */ |
|---|
| 1417 | | | #define PACKAGE_NAME "NeXus Library" |
|---|
| 1418 | | | #define PACKAGE_TARNAME "nexus" |
|---|
| 1419 | | | #define PACKAGE_VERSION "4.2rc4" |
|---|
| 1420 | | | #define PACKAGE_STRING "NeXus Library 4.2rc4" |
|---|
| 1421 | | | #define PACKAGE_BUGREPORT "nexus-developers@nexusformat.org" |
|---|
| 1422 | | | #define PACKAGE "nexus" |
|---|
| 1423 | | | #define VERSION "4.2rc4" |
|---|
| 1424 | | | #define STDC_HEADERS 1 |
|---|
| 1425 | | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 1426 | | | #define HAVE_SYS_STAT_H 1 |
|---|
| 1427 | | | #define HAVE_STDLIB_H 1 |
|---|
| 1428 | | | #define HAVE_STRING_H 1 |
|---|
| 1429 | | | #define HAVE_MEMORY_H 1 |
|---|
| 1430 | | | #define HAVE_STRINGS_H 1 |
|---|
| 1431 | | | #define HAVE_INTTYPES_H 1 |
|---|
| 1432 | | | #define HAVE_STDINT_H 1 |
|---|
| 1433 | | | #define HAVE_UNISTD_H 1 |
|---|
| 1434 | | | #define HAVE_DLFCN_H 1 |
|---|
| 1435 | | | #define HAVE_LIBM 1 |
|---|
| 1436 | | | /* end confdefs.h. */ |
|---|
| 1437 | | | |
|---|
| 1438 | | | /* Override any GCC internal prototype to avoid an error. |
|---|
| 1439 | | | Use char because int might match the return type of a GCC |
|---|
| 1440 | | | builtin and then its argument prototype would still apply. */ |
|---|
| 1441 | | | #ifdef __cplusplus |
|---|
| 1442 | | | extern "C" |
|---|
| 1443 | | | #endif |
|---|
| 1444 | | | char xdr_float (); |
|---|
| 1445 | | | int |
|---|
| 1446 | | | main () |
|---|
| 1447 | | | { |
|---|
| 1448 | | | return xdr_float (); |
|---|
| 1449 | | | ; |
|---|
| 1450 | | | return 0; |
|---|
| 1451 | | | } |
|---|
| 1452 | | configure:23391: result: no |
|---|
| 1453 | | configure:23403: checking for dlopen in -ldl |
|---|
| 1454 | | configure:23438: gcc -o conftest -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common -L/usr/lib64/hdf -L/usr/lib/hdf -L/usr/lib64 -L/usr/lib -L/usr/local/lib conftest.c -ldl -lm >&5 |
|---|
| 1455 | | configure:23444: $? = 0 |
|---|
| 1456 | | configure:23462: result: yes |
|---|
| 1457 | | configure:23474: checking for pthread_create in -lpthread |
|---|
| 1458 | | configure:23509: gcc -o conftest -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common -L/usr/lib64/hdf -L/usr/lib/hdf -L/usr/lib64 -L/usr/lib -L/usr/local/lib conftest.c -lpthread -ldl -lm >&5 |
|---|
| 1459 | | configure:23515: $? = 0 |
|---|
| 1460 | | configure:23533: result: yes |
|---|
| 1461 | | configure:23545: checking for gzopen in -lz |
|---|
| 1462 | | configure:23580: gcc -o conftest -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common -L/usr/lib64/hdf -L/usr/lib/hdf -L/usr/lib64 -L/usr/lib -L/usr/local/lib conftest.c -lz -lpthread -ldl -lm >&5 |
|---|
| 1463 | | configure:23586: $? = 0 |
|---|
| 1464 | | configure:23604: result: yes |
|---|
| 1465 | | configure:23616: checking for jpeg_CreateCompress in -ljpeg |
|---|
| 1466 | | configure:23651: gcc -o conftest -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common -L/usr/lib64/hdf -L/usr/lib/hdf -L/usr/lib64 -L/usr/lib -L/usr/local/lib conftest.c -ljpeg -lz -lpthread -ldl -lm >&5 |
|---|
| 1467 | | configure:23657: $? = 0 |
|---|
| 1468 | | configure:23675: result: yes |
|---|
| 1469 | | configure:23687: checking for SZ_Compress in -lsz |
|---|
| 1470 | | configure:23722: gcc -o conftest -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common -L/usr/lib64/hdf -L/usr/lib/hdf -L/usr/lib64 -L/usr/lib -L/usr/local/lib conftest.c -lsz -ljpeg -lz -lpthread -ldl -lm >&5 |
|---|
| 1471 | | /usr/bin/ld: cannot find -lsz |
|---|
| 1472 | | collect2: ld returned 1 exit status |
|---|
| 1473 | | configure:23728: $? = 1 |
|---|
| 1474 | | configure: failed program was: |
|---|
| 1475 | | | /* confdefs.h. */ |
|---|
| 1476 | | | #define PACKAGE_NAME "NeXus Library" |
|---|
| 1477 | | | #define PACKAGE_TARNAME "nexus" |
|---|
| 1478 | | | #define PACKAGE_VERSION "4.2rc4" |
|---|
| 1479 | | | #define PACKAGE_STRING "NeXus Library 4.2rc4" |
|---|
| 1480 | | | #define PACKAGE_BUGREPORT "nexus-developers@nexusformat.org" |
|---|
| 1481 | | | #define PACKAGE "nexus" |
|---|
| 1482 | | | #define VERSION "4.2rc4" |
|---|
| 1483 | | | #define STDC_HEADERS 1 |
|---|
| 1484 | | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 1485 | | | #define HAVE_SYS_STAT_H 1 |
|---|
| 1486 | | | #define HAVE_STDLIB_H 1 |
|---|
| 1487 | | | #define HAVE_STRING_H 1 |
|---|
| 1488 | | | #define HAVE_MEMORY_H 1 |
|---|
| 1489 | | | #define HAVE_STRINGS_H 1 |
|---|
| 1490 | | | #define HAVE_INTTYPES_H 1 |
|---|
| 1491 | | | #define HAVE_STDINT_H 1 |
|---|
| 1492 | | | #define HAVE_UNISTD_H 1 |
|---|
| 1493 | | | #define HAVE_DLFCN_H 1 |
|---|
| 1494 | | | #define HAVE_LIBM 1 |
|---|
| 1495 | | | #define HAVE_LIBDL 1 |
|---|
| 1496 | | | #define HAVE_LIBPTHREAD 1 |
|---|
| 1497 | | | #define HAVE_LIBZ 1 |
|---|
| 1498 | | | #define HAVE_LIBJPEG 1 |
|---|
| 1499 | | | /* end confdefs.h. */ |
|---|
| 1500 | | | |
|---|
| 1501 | | | /* Override any GCC internal prototype to avoid an error. |
|---|
| 1502 | | | Use char because int might match the return type of a GCC |
|---|
| 1503 | | | builtin and then its argument prototype would still apply. */ |
|---|
| 1504 | | | #ifdef __cplusplus |
|---|
| 1505 | | | extern "C" |
|---|
| 1506 | | | #endif |
|---|
| 1507 | | | char SZ_Compress (); |
|---|
| 1508 | | | int |
|---|
| 1509 | | | main () |
|---|
| 1510 | | | { |
|---|
| 1511 | | | return SZ_Compress (); |
|---|
| 1512 | | | ; |
|---|
| 1513 | | | return 0; |
|---|
| 1514 | | | } |
|---|
| 1515 | | configure:23746: result: no |
|---|
| 1516 | | configure:23758: checking for Hopen in -ldf |
|---|
| 1517 | | configure:23793: gcc -o conftest -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common -L/usr/lib64/hdf -L/usr/lib/hdf -L/usr/lib64 -L/usr/lib -L/usr/local/lib conftest.c -ldf -ljpeg -lz -lpthread -ldl -lm >&5 |
|---|
| 1518 | | configure:23799: $? = 0 |
|---|
| 1519 | | configure:23817: result: yes |
|---|
| 1520 | | configure:23829: checking for SDcreate in -lmfhdf |
|---|
| 1521 | | configure:23864: gcc -o conftest -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common -L/usr/lib64/hdf -L/usr/lib/hdf -L/usr/lib64 -L/usr/lib -L/usr/local/lib conftest.c -lmfhdf -ldf -ljpeg -lz -lpthread -ldl -lm >&5 |
|---|
| 1522 | | configure:23870: $? = 0 |
|---|
| 1523 | | configure:23888: result: yes |
|---|
| 1524 | | configure:23900: checking for H5open in -lhdf5 |
|---|
| 1525 | | configure:23935: gcc -o conftest -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common -L/usr/lib64/hdf -L/usr/lib/hdf -L/usr/lib64 -L/usr/lib -L/usr/local/lib conftest.c -lhdf5 -lmfhdf -ldf -ljpeg -lz -lpthread -ldl -lm >&5 |
|---|
| 1526 | | configure:23941: $? = 0 |
|---|
| 1527 | | configure:23959: result: yes |
|---|
| 1528 | | configure:23971: checking for xmlParseDocument in -lxml2 |
|---|
| 1529 | | configure:24006: gcc -o conftest -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common -L/usr/lib64/hdf -L/usr/lib/hdf -L/usr/lib64 -L/usr/lib -L/usr/local/lib conftest.c -lxml2 -lhdf5 -lmfhdf -ldf -ljpeg -lz -lpthread -ldl -lm >&5 |
|---|
| 1530 | | configure:24012: $? = 0 |
|---|
| 1531 | | configure:24030: result: yes |
|---|
| 1532 | | configure:24042: checking for ANSI C header files |
|---|
| 1533 | | configure:24206: result: yes |
|---|
| 1534 | | configure:24216: checking for sys/wait.h that is POSIX.1 compatible |
|---|
| 1535 | | configure:24252: gcc -c -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common conftest.c >&5 |
|---|
| 1536 | | configure:24258: $? = 0 |
|---|
| 1537 | | configure:24273: result: yes |
|---|
| 1538 | | configure:24290: checking for stdlib.h |
|---|
| 1539 | | configure:24296: result: yes |
|---|
| 1540 | | configure:24290: checking for string.h |
|---|
| 1541 | | configure:24296: result: yes |
|---|
| 1542 | | configure:24290: checking for stdint.h |
|---|
| 1543 | | configure:24296: result: yes |
|---|
| 1544 | | configure:24431: checking for an ANSI C-conforming const |
|---|
| 1545 | | configure:24506: gcc -c -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common conftest.c >&5 |
|---|
| 1546 | | configure:24512: $? = 0 |
|---|
| 1547 | | configure:24527: result: yes |
|---|
| 1548 | | configure:24537: checking for size_t |
|---|
| 1549 | | configure:24567: gcc -c -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common conftest.c >&5 |
|---|
| 1550 | | configure:24573: $? = 0 |
|---|
| 1551 | | configure:24588: result: yes |
|---|
| 1552 | | configure:24601: checking for int8_t |
|---|
| 1553 | | configure:24632: gcc -c -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common conftest.c >&5 |
|---|
| 1554 | | configure:24638: $? = 0 |
|---|
| 1555 | | configure:24667: gcc -c -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common conftest.c >&5 |
|---|
| 1556 | | conftest.c: In function 'main': |
|---|
| 1557 | | conftest.c:72: error: size of array 'test_array' is negative |
|---|
| 1558 | | configure:24673: $? = 1 |
|---|
| 1559 | | configure: failed program was: |
|---|
| 1560 | | | /* confdefs.h. */ |
|---|
| 1561 | | | #define PACKAGE_NAME "NeXus Library" |
|---|
| 1562 | | | #define PACKAGE_TARNAME "nexus" |
|---|
| 1563 | | | #define PACKAGE_VERSION "4.2rc4" |
|---|
| 1564 | | | #define PACKAGE_STRING "NeXus Library 4.2rc4" |
|---|
| 1565 | | | #define PACKAGE_BUGREPORT "nexus-developers@nexusformat.org" |
|---|
| 1566 | | | #define PACKAGE "nexus" |
|---|
| 1567 | | | #define VERSION "4.2rc4" |
|---|
| 1568 | | | #define STDC_HEADERS 1 |
|---|
| 1569 | | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 1570 | | | #define HAVE_SYS_STAT_H 1 |
|---|
| 1571 | | | #define HAVE_STDLIB_H 1 |
|---|
| 1572 | | | #define HAVE_STRING_H 1 |
|---|
| 1573 | | | #define HAVE_MEMORY_H 1 |
|---|
| 1574 | | | #define HAVE_STRINGS_H 1 |
|---|
| 1575 | | | #define HAVE_INTTYPES_H 1 |
|---|
| 1576 | | | #define HAVE_STDINT_H 1 |
|---|
| 1577 | | | #define HAVE_UNISTD_H 1 |
|---|
| 1578 | | | #define HAVE_DLFCN_H 1 |
|---|
| 1579 | | | #define HAVE_LIBM 1 |
|---|
| 1580 | | | #define HAVE_LIBDL 1 |
|---|
| 1581 | | | #define HAVE_LIBPTHREAD 1 |
|---|
| 1582 | | | #define HAVE_LIBZ 1 |
|---|
| 1583 | | | #define HAVE_LIBJPEG 1 |
|---|
| 1584 | | | #define HAVE_LIBDF 1 |
|---|
| 1585 | | | #define HAVE_LIBMFHDF 1 |
|---|
| 1586 | | | #define HAVE_LIBHDF5 1 |
|---|
| 1587 | | | #define HAVE_LIBXML2 1 |
|---|
| 1588 | | | #define STDC_HEADERS 1 |
|---|
| 1589 | | | #define HAVE_SYS_WAIT_H 1 |
|---|
| 1590 | | | #define HAVE_STDLIB_H 1 |
|---|
| 1591 | | | #define HAVE_STRING_H 1 |
|---|
| 1592 | | | #define HAVE_STDINT_H 1 |
|---|
| 1593 | | | /* end confdefs.h. */ |
|---|
| 1594 | | | #include <stdio.h> |
|---|
| 1595 | | | #ifdef HAVE_SYS_TYPES_H |
|---|
| 1596 | | | # include <sys/types.h> |
|---|
| 1597 | | | #endif |
|---|
| 1598 | | | #ifdef HAVE_SYS_STAT_H |
|---|
| 1599 | | | # include <sys/stat.h> |
|---|
| 1600 | | | #endif |
|---|
| 1601 | | | #ifdef STDC_HEADERS |
|---|
| 1602 | | | # include <stdlib.h> |
|---|
| 1603 | | | # include <stddef.h> |
|---|
| 1604 | | | #else |
|---|
| 1605 | | | # ifdef HAVE_STDLIB_H |
|---|
| 1606 | | | # include <stdlib.h> |
|---|
| 1607 | | | # endif |
|---|
| 1608 | | | #endif |
|---|
| 1609 | | | #ifdef HAVE_STRING_H |
|---|
| 1610 | | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
|---|
| 1611 | | | # include <memory.h> |
|---|
| 1612 | | | # endif |
|---|
| 1613 | | | # include <string.h> |
|---|
| 1614 | | | #endif |
|---|
| 1615 | | | #ifdef HAVE_STRINGS_H |
|---|
| 1616 | | | # include <strings.h> |
|---|
| 1617 | | | #endif |
|---|
| 1618 | | | #ifdef HAVE_INTTYPES_H |
|---|
| 1619 | | | # include <inttypes.h> |
|---|
| 1620 | | | #endif |
|---|
| 1621 | | | #ifdef HAVE_STDINT_H |
|---|
| 1622 | | | # include <stdint.h> |
|---|
| 1623 | | | #endif |
|---|
| 1624 | | | #ifdef HAVE_UNISTD_H |
|---|
| 1625 | | | # include <unistd.h> |
|---|
| 1626 | | | #endif |
|---|
| 1627 | | | int |
|---|
| 1628 | | | main () |
|---|
| 1629 | | | { |
|---|
| 1630 | | | static int test_array [1 - 2 * !((int8_t) ((((int8_t) 1 << (8 - 2)) - 1) * 2 + 1) |
|---|
| 1631 | | | < (int8_t) ((((int8_t) 1 << (8 - 2)) - 1) * 2 + 2))]; |
|---|
| 1632 | | | test_array [0] = 0 |
|---|
| 1633 | | | |
|---|
| 1634 | | | ; |
|---|
| 1635 | | | return 0; |
|---|
| 1636 | | | } |
|---|
| 1637 | | configure:24702: result: yes |
|---|
| 1638 | | configure:24715: checking for uint8_t |
|---|
| 1639 | | configure:24746: gcc -c -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common conftest.c >&5 |
|---|
| 1640 | | configure:24752: $? = 0 |
|---|
| 1641 | | configure:24773: result: yes |
|---|
| 1642 | | configure:24791: checking for int16_t |
|---|
| 1643 | | configure:24822: gcc -c -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common conftest.c >&5 |
|---|
| 1644 | | configure:24828: $? = 0 |
|---|
| 1645 | | configure:24857: gcc -c -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common conftest.c >&5 |
|---|
| 1646 | | conftest.c: In function 'main': |
|---|
| 1647 | | conftest.c:72: error: size of array 'test_array' is negative |
|---|
| 1648 | | configure:24863: $? = 1 |
|---|
| 1649 | | configure: failed program was: |
|---|
| 1650 | | | /* confdefs.h. */ |
|---|
| 1651 | | | #define PACKAGE_NAME "NeXus Library" |
|---|
| 1652 | | | #define PACKAGE_TARNAME "nexus" |
|---|
| 1653 | | | #define PACKAGE_VERSION "4.2rc4" |
|---|
| 1654 | | | #define PACKAGE_STRING "NeXus Library 4.2rc4" |
|---|
| 1655 | | | #define PACKAGE_BUGREPORT "nexus-developers@nexusformat.org" |
|---|
| 1656 | | | #define PACKAGE "nexus" |
|---|
| 1657 | | | #define VERSION "4.2rc4" |
|---|
| 1658 | | | #define STDC_HEADERS 1 |
|---|
| 1659 | | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 1660 | | | #define HAVE_SYS_STAT_H 1 |
|---|
| 1661 | | | #define HAVE_STDLIB_H 1 |
|---|
| 1662 | | | #define HAVE_STRING_H 1 |
|---|
| 1663 | | | #define HAVE_MEMORY_H 1 |
|---|
| 1664 | | | #define HAVE_STRINGS_H 1 |
|---|
| 1665 | | | #define HAVE_INTTYPES_H 1 |
|---|
| 1666 | | | #define HAVE_STDINT_H 1 |
|---|
| 1667 | | | #define HAVE_UNISTD_H 1 |
|---|
| 1668 | | | #define HAVE_DLFCN_H 1 |
|---|
| 1669 | | | #define HAVE_LIBM 1 |
|---|
| 1670 | | | #define HAVE_LIBDL 1 |
|---|
| 1671 | | | #define HAVE_LIBPTHREAD 1 |
|---|
| 1672 | | | #define HAVE_LIBZ 1 |
|---|
| 1673 | | | #define HAVE_LIBJPEG 1 |
|---|
| 1674 | | | #define HAVE_LIBDF 1 |
|---|
| 1675 | | | #define HAVE_LIBMFHDF 1 |
|---|
| 1676 | | | #define HAVE_LIBHDF5 1 |
|---|
| 1677 | | | #define HAVE_LIBXML2 1 |
|---|
| 1678 | | | #define STDC_HEADERS 1 |
|---|
| 1679 | | | #define HAVE_SYS_WAIT_H 1 |
|---|
| 1680 | | | #define HAVE_STDLIB_H 1 |
|---|
| 1681 | | | #define HAVE_STRING_H 1 |
|---|
| 1682 | | | #define HAVE_STDINT_H 1 |
|---|
| 1683 | | | /* end confdefs.h. */ |
|---|
| 1684 | | | #include <stdio.h> |
|---|
| 1685 | | | #ifdef HAVE_SYS_TYPES_H |
|---|
| 1686 | | | # include <sys/types.h> |
|---|
| 1687 | | | #endif |
|---|
| 1688 | | | #ifdef HAVE_SYS_STAT_H |
|---|
| 1689 | | | # include <sys/stat.h> |
|---|
| 1690 | | | #endif |
|---|
| 1691 | | | #ifdef STDC_HEADERS |
|---|
| 1692 | | | # include <stdlib.h> |
|---|
| 1693 | | | # include <stddef.h> |
|---|
| 1694 | | | #else |
|---|
| 1695 | | | # ifdef HAVE_STDLIB_H |
|---|
| 1696 | | | # include <stdlib.h> |
|---|
| 1697 | | | # endif |
|---|
| 1698 | | | #endif |
|---|
| 1699 | | | #ifdef HAVE_STRING_H |
|---|
| 1700 | | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
|---|
| 1701 | | | # include <memory.h> |
|---|
| 1702 | | | # endif |
|---|
| 1703 | | | # include <string.h> |
|---|
| 1704 | | | #endif |
|---|
| 1705 | | | #ifdef HAVE_STRINGS_H |
|---|
| 1706 | | | # include <strings.h> |
|---|
| 1707 | | | #endif |
|---|
| 1708 | | | #ifdef HAVE_INTTYPES_H |
|---|
| 1709 | | | # include <inttypes.h> |
|---|
| 1710 | | | #endif |
|---|
| 1711 | | | #ifdef HAVE_STDINT_H |
|---|
| 1712 | | | # include <stdint.h> |
|---|
| 1713 | | | #endif |
|---|
| 1714 | | | #ifdef HAVE_UNISTD_H |
|---|
| 1715 | | | # include <unistd.h> |
|---|
| 1716 | | | #endif |
|---|
| 1717 | | | int |
|---|
| 1718 | | | main () |
|---|
| 1719 | | | { |
|---|
| 1720 | | | static int test_array [1 - 2 * !((int16_t) ((((int16_t) 1 << (16 - 2)) - 1) * 2 + 1) |
|---|
| 1721 | | | < (int16_t) ((((int16_t) 1 << (16 - 2)) - 1) * 2 + 2))]; |
|---|
| 1722 | | | test_array [0] = 0 |
|---|
| 1723 | | | |
|---|
| 1724 | | | ; |
|---|
| 1725 | | | return 0; |
|---|
| 1726 | | | } |
|---|
| 1727 | | configure:24892: result: yes |
|---|
| 1728 | | configure:24905: checking for uint16_t |
|---|
| 1729 | | configure:24936: gcc -c -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common conftest.c >&5 |
|---|
| 1730 | | configure:24942: $? = 0 |
|---|
| 1731 | | configure:24963: result: yes |
|---|
| 1732 | | configure:24977: checking for int32_t |
|---|
| 1733 | | configure:25008: gcc -c -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common conftest.c >&5 |
|---|
| 1734 | | configure:25014: $? = 0 |
|---|
| 1735 | | configure:25043: gcc -c -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common conftest.c >&5 |
|---|
| 1736 | | conftest.c: In function 'main': |
|---|
| 1737 | | conftest.c:72: warning: integer overflow in expression |
|---|
| 1738 | | conftest.c:72: error: size of array 'test_array' is negative |
|---|
| 1739 | | configure:25049: $? = 1 |
|---|
| 1740 | | configure: failed program was: |
|---|
| 1741 | | | /* confdefs.h. */ |
|---|
| 1742 | | | #define PACKAGE_NAME "NeXus Library" |
|---|
| 1743 | | | #define PACKAGE_TARNAME "nexus" |
|---|
| 1744 | | | #define PACKAGE_VERSION "4.2rc4" |
|---|
| 1745 | | | #define PACKAGE_STRING "NeXus Library 4.2rc4" |
|---|
| 1746 | | | #define PACKAGE_BUGREPORT "nexus-developers@nexusformat.org" |
|---|
| 1747 | | | #define PACKAGE "nexus" |
|---|
| 1748 | | | #define VERSION "4.2rc4" |
|---|
| 1749 | | | #define STDC_HEADERS 1 |
|---|
| 1750 | | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 1751 | | | #define HAVE_SYS_STAT_H 1 |
|---|
| 1752 | | | #define HAVE_STDLIB_H 1 |
|---|
| 1753 | | | #define HAVE_STRING_H 1 |
|---|
| 1754 | | | #define HAVE_MEMORY_H 1 |
|---|
| 1755 | | | #define HAVE_STRINGS_H 1 |
|---|
| 1756 | | | #define HAVE_INTTYPES_H 1 |
|---|
| 1757 | | | #define HAVE_STDINT_H 1 |
|---|
| 1758 | | | #define HAVE_UNISTD_H 1 |
|---|
| 1759 | | | #define HAVE_DLFCN_H 1 |
|---|
| 1760 | | | #define HAVE_LIBM 1 |
|---|
| 1761 | | | #define HAVE_LIBDL 1 |
|---|
| 1762 | | | #define HAVE_LIBPTHREAD 1 |
|---|
| 1763 | | | #define HAVE_LIBZ 1 |
|---|
| 1764 | | | #define HAVE_LIBJPEG 1 |
|---|
| 1765 | | | #define HAVE_LIBDF 1 |
|---|
| 1766 | | | #define HAVE_LIBMFHDF 1 |
|---|
| 1767 | | | #define HAVE_LIBHDF5 1 |
|---|
| 1768 | | | #define HAVE_LIBXML2 1 |
|---|
| 1769 | | | #define STDC_HEADERS 1 |
|---|
| 1770 | | | #define HAVE_SYS_WAIT_H 1 |
|---|
| 1771 | | | #define HAVE_STDLIB_H 1 |
|---|
| 1772 | | | #define HAVE_STRING_H 1 |
|---|
| 1773 | | | #define HAVE_STDINT_H 1 |
|---|
| 1774 | | | /* end confdefs.h. */ |
|---|
| 1775 | | | #include <stdio.h> |
|---|
| 1776 | | | #ifdef HAVE_SYS_TYPES_H |
|---|
| 1777 | | | # include <sys/types.h> |
|---|
| 1778 | | | #endif |
|---|
| 1779 | | | #ifdef HAVE_SYS_STAT_H |
|---|
| 1780 | | | # include <sys/stat.h> |
|---|
| 1781 | | | #endif |
|---|
| 1782 | | | #ifdef STDC_HEADERS |
|---|
| 1783 | | | # include <stdlib.h> |
|---|
| 1784 | | | # include <stddef.h> |
|---|
| 1785 | | | #else |
|---|
| 1786 | | | # ifdef HAVE_STDLIB_H |
|---|
| 1787 | | | # include <stdlib.h> |
|---|
| 1788 | | | # endif |
|---|
| 1789 | | | #endif |
|---|
| 1790 | | | #ifdef HAVE_STRING_H |
|---|
| 1791 | | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
|---|
| 1792 | | | # include <memory.h> |
|---|
| 1793 | | | # endif |
|---|
| 1794 | | | # include <string.h> |
|---|
| 1795 | | | #endif |
|---|
| 1796 | | | #ifdef HAVE_STRINGS_H |
|---|
| 1797 | | | # include <strings.h> |
|---|
| 1798 | | | #endif |
|---|
| 1799 | | | #ifdef HAVE_INTTYPES_H |
|---|
| 1800 | | | # include <inttypes.h> |
|---|
| 1801 | | | #endif |
|---|
| 1802 | | | #ifdef HAVE_STDINT_H |
|---|
| 1803 | | | # include <stdint.h> |
|---|
| 1804 | | | #endif |
|---|
| 1805 | | | #ifdef HAVE_UNISTD_H |
|---|
| 1806 | | | # include <unistd.h> |
|---|
| 1807 | | | #endif |
|---|
| 1808 | | | int |
|---|
| 1809 | | | main () |
|---|
| 1810 | | | { |
|---|
| 1811 | | | static int test_array [1 - 2 * !((int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 1) |
|---|
| 1812 | | | < (int32_t) ((((int32_t) 1 << (32 - 2)) - 1) * 2 + 2))]; |
|---|
| 1813 | | | test_array [0] = 0 |
|---|
| 1814 | | | |
|---|
| 1815 | | | ; |
|---|
| 1816 | | | return 0; |
|---|
| 1817 | | | } |
|---|
| 1818 | | configure:25078: result: yes |
|---|
| 1819 | | configure:25091: checking for uint32_t |
|---|
| 1820 | | configure:25122: gcc -c -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common conftest.c >&5 |
|---|
| 1821 | | configure:25128: $? = 0 |
|---|
| 1822 | | configure:25149: result: yes |
|---|
| 1823 | | configure:25167: checking for int64_t |
|---|
| 1824 | | configure:25198: gcc -c -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common conftest.c >&5 |
|---|
| 1825 | | configure:25204: $? = 0 |
|---|
| 1826 | | configure:25233: gcc -c -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common conftest.c >&5 |
|---|
| 1827 | | conftest.c: In function 'main': |
|---|
| 1828 | | conftest.c:72: warning: integer overflow in expression |
|---|
| 1829 | | conftest.c:72: error: size of array 'test_array' is negative |
|---|
| 1830 | | configure:25239: $? = 1 |
|---|
| 1831 | | configure: failed program was: |
|---|
| 1832 | | | /* confdefs.h. */ |
|---|
| 1833 | | | #define PACKAGE_NAME "NeXus Library" |
|---|
| 1834 | | | #define PACKAGE_TARNAME "nexus" |
|---|
| 1835 | | | #define PACKAGE_VERSION "4.2rc4" |
|---|
| 1836 | | | #define PACKAGE_STRING "NeXus Library 4.2rc4" |
|---|
| 1837 | | | #define PACKAGE_BUGREPORT "nexus-developers@nexusformat.org" |
|---|
| 1838 | | | #define PACKAGE "nexus" |
|---|
| 1839 | | | #define VERSION "4.2rc4" |
|---|
| 1840 | | | #define STDC_HEADERS 1 |
|---|
| 1841 | | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 1842 | | | #define HAVE_SYS_STAT_H 1 |
|---|
| 1843 | | | #define HAVE_STDLIB_H 1 |
|---|
| 1844 | | | #define HAVE_STRING_H 1 |
|---|
| 1845 | | | #define HAVE_MEMORY_H 1 |
|---|
| 1846 | | | #define HAVE_STRINGS_H 1 |
|---|
| 1847 | | | #define HAVE_INTTYPES_H 1 |
|---|
| 1848 | | | #define HAVE_STDINT_H 1 |
|---|
| 1849 | | | #define HAVE_UNISTD_H 1 |
|---|
| 1850 | | | #define HAVE_DLFCN_H 1 |
|---|
| 1851 | | | #define HAVE_LIBM 1 |
|---|
| 1852 | | | #define HAVE_LIBDL 1 |
|---|
| 1853 | | | #define HAVE_LIBPTHREAD 1 |
|---|
| 1854 | | | #define HAVE_LIBZ 1 |
|---|
| 1855 | | | #define HAVE_LIBJPEG 1 |
|---|
| 1856 | | | #define HAVE_LIBDF 1 |
|---|
| 1857 | | | #define HAVE_LIBMFHDF 1 |
|---|
| 1858 | | | #define HAVE_LIBHDF5 1 |
|---|
| 1859 | | | #define HAVE_LIBXML2 1 |
|---|
| 1860 | | | #define STDC_HEADERS 1 |
|---|
| 1861 | | | #define HAVE_SYS_WAIT_H 1 |
|---|
| 1862 | | | #define HAVE_STDLIB_H 1 |
|---|
| 1863 | | | #define HAVE_STRING_H 1 |
|---|
| 1864 | | | #define HAVE_STDINT_H 1 |
|---|
| 1865 | | | /* end confdefs.h. */ |
|---|
| 1866 | | | #include <stdio.h> |
|---|
| 1867 | | | #ifdef HAVE_SYS_TYPES_H |
|---|
| 1868 | | | # include <sys/types.h> |
|---|
| 1869 | | | #endif |
|---|
| 1870 | | | #ifdef HAVE_SYS_STAT_H |
|---|
| 1871 | | | # include <sys/stat.h> |
|---|
| 1872 | | | #endif |
|---|
| 1873 | | | #ifdef STDC_HEADERS |
|---|
| 1874 | | | # include <stdlib.h> |
|---|
| 1875 | | | # include <stddef.h> |
|---|
| 1876 | | | #else |
|---|
| 1877 | | | # ifdef HAVE_STDLIB_H |
|---|
| 1878 | | | # include <stdlib.h> |
|---|
| 1879 | | | # endif |
|---|
| 1880 | | | #endif |
|---|
| 1881 | | | #ifdef HAVE_STRING_H |
|---|
| 1882 | | | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H |
|---|
| 1883 | | | # include <memory.h> |
|---|
| 1884 | | | # endif |
|---|
| 1885 | | | # include <string.h> |
|---|
| 1886 | | | #endif |
|---|
| 1887 | | | #ifdef HAVE_STRINGS_H |
|---|
| 1888 | | | # include <strings.h> |
|---|
| 1889 | | | #endif |
|---|
| 1890 | | | #ifdef HAVE_INTTYPES_H |
|---|
| 1891 | | | # include <inttypes.h> |
|---|
| 1892 | | | #endif |
|---|
| 1893 | | | #ifdef HAVE_STDINT_H |
|---|
| 1894 | | | # include <stdint.h> |
|---|
| 1895 | | | #endif |
|---|
| 1896 | | | #ifdef HAVE_UNISTD_H |
|---|
| 1897 | | | # include <unistd.h> |
|---|
| 1898 | | | #endif |
|---|
| 1899 | | | int |
|---|
| 1900 | | | main () |
|---|
| 1901 | | | { |
|---|
| 1902 | | | static int test_array [1 - 2 * !((int64_t) ((((int64_t) 1 << (64 - 2)) - 1) * 2 + 1) |
|---|
| 1903 | | | < (int64_t) ((((int64_t) 1 << (64 - 2)) - 1) * 2 + 2))]; |
|---|
| 1904 | | | test_array [0] = 0 |
|---|
| 1905 | | | |
|---|
| 1906 | | | ; |
|---|
| 1907 | | | return 0; |
|---|
| 1908 | | | } |
|---|
| 1909 | | configure:25268: result: yes |
|---|
| 1910 | | configure:25281: checking for uint64_t |
|---|
| 1911 | | configure:25312: gcc -c -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common conftest.c >&5 |
|---|
| 1912 | | configure:25318: $? = 0 |
|---|
| 1913 | | configure:25339: result: yes |
|---|
| 1914 | | configure:25357: checking for long long int |
|---|
| 1915 | | configure:25390: gcc -o conftest -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common -L/usr/lib64/hdf -L/usr/lib/hdf -L/usr/lib64 -L/usr/lib -L/usr/local/lib conftest.c -lxml2 -lhdf5 -lmfhdf -ldf -ljpeg -lz -lpthread -ldl -lm >&5 |
|---|
| 1916 | | configure:25396: $? = 0 |
|---|
| 1917 | | configure:25441: gcc -o conftest -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common -L/usr/lib64/hdf -L/usr/lib/hdf -L/usr/lib64 -L/usr/lib -L/usr/local/lib conftest.c -lxml2 -lhdf5 -lmfhdf -ldf -ljpeg -lz -lpthread -ldl -lm >&5 |
|---|
| 1918 | | configure:25444: $? = 0 |
|---|
| 1919 | | configure:25450: ./conftest |
|---|
| 1920 | | configure:25453: $? = 0 |
|---|
| 1921 | | configure:25478: result: yes |
|---|
| 1922 | | configure:25489: checking for unsigned long long int |
|---|
| 1923 | | configure:25520: gcc -o conftest -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common -L/usr/lib64/hdf -L/usr/lib/hdf -L/usr/lib64 -L/usr/lib -L/usr/local/lib conftest.c -lxml2 -lhdf5 -lmfhdf -ldf -ljpeg -lz -lpthread -ldl -lm >&5 |
|---|
| 1924 | | configure:25526: $? = 0 |
|---|
| 1925 | | configure:25543: result: yes |
|---|
| 1926 | | configure:25553: checking for int |
|---|
| 1927 | | configure:25583: gcc -c -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common conftest.c >&5 |
|---|
| 1928 | | configure:25589: $? = 0 |
|---|
| 1929 | | configure:25604: result: yes |
|---|
| 1930 | | configure:25611: checking size of int |
|---|
| 1931 | | configure:25913: gcc -o conftest -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common -L/usr/lib64/hdf -L/usr/lib/hdf -L/usr/lib64 -L/usr/lib -L/usr/local/lib conftest.c -lxml2 -lhdf5 -lmfhdf -ldf -ljpeg -lz -lpthread -ldl -lm >&5 |
|---|
| 1932 | | configure:25916: $? = 0 |
|---|
| 1933 | | configure:25922: ./conftest |
|---|
| 1934 | | configure:25925: $? = 0 |
|---|
| 1935 | | configure:25948: result: 4 |
|---|
| 1936 | | configure:25958: checking for long int |
|---|
| 1937 | | configure:25988: gcc -c -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common conftest.c >&5 |
|---|
| 1938 | | configure:25994: $? = 0 |
|---|
| 1939 | | configure:26009: result: yes |
|---|
| 1940 | | configure:26016: checking size of long int |
|---|
| 1941 | | configure:26318: gcc -o conftest -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common -L/usr/lib64/hdf -L/usr/lib/hdf -L/usr/lib64 -L/usr/lib -L/usr/local/lib conftest.c -lxml2 -lhdf5 -lmfhdf -ldf -ljpeg -lz -lpthread -ldl -lm >&5 |
|---|
| 1942 | | configure:26321: $? = 0 |
|---|
| 1943 | | configure:26327: ./conftest |
|---|
| 1944 | | configure:26330: $? = 0 |
|---|
| 1945 | | configure:26353: result: 8 |
|---|
| 1946 | | configure:26363: checking for long long int |
|---|
| 1947 | | configure:26414: result: yes |
|---|
| 1948 | | configure:26421: checking size of long long int |
|---|
| 1949 | | configure:26723: gcc -o conftest -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common -L/usr/lib64/hdf -L/usr/lib/hdf -L/usr/lib64 -L/usr/lib -L/usr/local/lib conftest.c -lxml2 -lhdf5 -lmfhdf -ldf -ljpeg -lz -lpthread -ldl -lm >&5 |
|---|
| 1950 | | configure:26726: $? = 0 |
|---|
| 1951 | | configure:26732: ./conftest |
|---|
| 1952 | | configure:26735: $? = 0 |
|---|
| 1953 | | configure:26758: result: 8 |
|---|
| 1954 | | configure:26768: checking whether struct tm is in sys/time.h or time.h |
|---|
| 1955 | | configure:26798: gcc -c -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common conftest.c >&5 |
|---|
| 1956 | | configure:26804: $? = 0 |
|---|
| 1957 | | configure:26819: result: time.h |
|---|
| 1958 | | configure:26837: checking for special C compiler options needed for large files |
|---|
| 1959 | | configure:26930: result: no |
|---|
| 1960 | | configure:26936: checking for _FILE_OFFSET_BITS value needed for large files |
|---|
| 1961 | | configure:26971: gcc -c -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common conftest.c >&5 |
|---|
| 1962 | | configure:26977: $? = 0 |
|---|
| 1963 | | configure:27045: result: no |
|---|
| 1964 | | configure:27233: checking for ftime |
|---|
| 1965 | | configure:27289: gcc -o conftest -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common -L/usr/lib64/hdf -L/usr/lib/hdf -L/usr/lib64 -L/usr/lib -L/usr/local/lib conftest.c -lxml2 -lhdf5 -lmfhdf -ldf -ljpeg -lz -lpthread -ldl -lm >&5 |
|---|
| 1966 | | configure:27295: $? = 0 |
|---|
| 1967 | | configure:27313: result: yes |
|---|
| 1968 | | configure:27233: checking for memset |
|---|
| 1969 | | configure:27289: gcc -o conftest -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common -L/usr/lib64/hdf -L/usr/lib/hdf -L/usr/lib64 -L/usr/lib -L/usr/local/lib conftest.c -lxml2 -lhdf5 -lmfhdf -ldf -ljpeg -lz -lpthread -ldl -lm >&5 |
|---|
| 1970 | | conftest.c:66: warning: conflicting types for built-in function 'memset' |
|---|
| 1971 | | configure:27295: $? = 0 |
|---|
| 1972 | | configure:27313: result: yes |
|---|
| 1973 | | configure:27233: checking for strchr |
|---|
| 1974 | | configure:27289: gcc -o conftest -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common -L/usr/lib64/hdf -L/usr/lib/hdf -L/usr/lib64 -L/usr/lib -L/usr/local/lib conftest.c -lxml2 -lhdf5 -lmfhdf -ldf -ljpeg -lz -lpthread -ldl -lm >&5 |
|---|
| 1975 | | conftest.c:67: warning: conflicting types for built-in function 'strchr' |
|---|
| 1976 | | configure:27295: $? = 0 |
|---|
| 1977 | | configure:27313: result: yes |
|---|
| 1978 | | configure:27233: checking for strdup |
|---|
| 1979 | | configure:27289: gcc -o conftest -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common -L/usr/lib64/hdf -L/usr/lib/hdf -L/usr/lib64 -L/usr/lib -L/usr/local/lib conftest.c -lxml2 -lhdf5 -lmfhdf -ldf -ljpeg -lz -lpthread -ldl -lm >&5 |
|---|
| 1980 | | conftest.c:68: warning: conflicting types for built-in function 'strdup' |
|---|
| 1981 | | configure:27295: $? = 0 |
|---|
| 1982 | | configure:27313: result: yes |
|---|
| 1983 | | configure:27233: checking for strrchr |
|---|
| 1984 | | configure:27289: gcc -o conftest -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common -L/usr/lib64/hdf -L/usr/lib/hdf -L/usr/lib64 -L/usr/lib -L/usr/local/lib conftest.c -lxml2 -lhdf5 -lmfhdf -ldf -ljpeg -lz -lpthread -ldl -lm >&5 |
|---|
| 1985 | | conftest.c:69: warning: conflicting types for built-in function 'strrchr' |
|---|
| 1986 | | configure:27295: $? = 0 |
|---|
| 1987 | | configure:27313: result: yes |
|---|
| 1988 | | configure:27233: checking for strstr |
|---|
| 1989 | | configure:27289: gcc -o conftest -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common -L/usr/lib64/hdf -L/usr/lib/hdf -L/usr/lib64 -L/usr/lib -L/usr/local/lib conftest.c -lxml2 -lhdf5 -lmfhdf -ldf -ljpeg -lz -lpthread -ldl -lm >&5 |
|---|
| 1990 | | conftest.c:70: warning: conflicting types for built-in function 'strstr' |
|---|
| 1991 | | configure:27295: $? = 0 |
|---|
| 1992 | | configure:27313: result: yes |
|---|
| 1993 | | configure:27233: checking for tzset |
|---|
| 1994 | | configure:27289: gcc -o conftest -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common -L/usr/lib64/hdf -L/usr/lib/hdf -L/usr/lib64 -L/usr/lib -L/usr/local/lib conftest.c -lxml2 -lhdf5 -lmfhdf -ldf -ljpeg -lz -lpthread -ldl -lm >&5 |
|---|
| 1995 | | configure:27295: $? = 0 |
|---|
| 1996 | | configure:27313: result: yes |
|---|
| 1997 | | configure:27233: checking for mkstemp |
|---|
| 1998 | | configure:27289: gcc -o conftest -fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment -fno-common -L/usr/lib64/hdf -L/usr/lib/hdf -L/usr/lib64 -L/usr/lib -L/usr/local/lib conftest.c -lxml2 -lhdf5 -lmfhdf -ldf -ljpeg -lz -lpthread -ldl -lm >&5 |
|---|
| 1999 | | configure:27295: $? = 0 |
|---|
| 2000 | | configure:27313: result: yes |
|---|
| 2001 | | configure:27928: creating ./config.status |
|---|
| 2002 | | |
|---|
| 2003 | | ## ---------------------- ## |
|---|
| 2004 | | ## Running config.status. ## |
|---|
| 2005 | | ## ---------------------- ## |
|---|
| 2006 | | |
|---|
| 2007 | | This file was extended by NeXus Library config.status 4.2rc4, which was |
|---|
| 2008 | | generated by GNU Autoconf 2.61. Invocation command line was |
|---|
| 2009 | | |
|---|
| 2010 | | CONFIG_FILES = |
|---|
| 2011 | | CONFIG_HEADERS = |
|---|
| 2012 | | CONFIG_LINKS = |
|---|
| 2013 | | CONFIG_COMMANDS = |
|---|
| 2014 | | $ ./config.status |
|---|
| 2015 | | |
|---|
| 2016 | | on localhost.localdomain |
|---|
| 2017 | | |
|---|
| 2018 | | config.status:835: creating test/Makefile |
|---|
| 2019 | | config.status:835: creating test/atlocal |
|---|
| 2020 | | config.status:835: creating Makefile |
|---|
| 2021 | | config.status:835: creating nexus.spec |
|---|
| 2022 | | config.status:835: creating build_rpm |
|---|
| 2023 | | config.status:835: creating include/Makefile |
|---|
| 2024 | | config.status:835: creating src/Makefile |
|---|
| 2025 | | config.status:835: creating applications/Makefile |
|---|
| 2026 | | config.status:835: creating applications/NXdir/Makefile |
|---|
| 2027 | | config.status:835: creating applications/nxingest/Makefile |
|---|
| 2028 | | config.status:835: creating applications/NXsummary/Makefile |
|---|
| 2029 | | config.status:835: creating applications/NXtranslate/Makefile |
|---|
| 2030 | | config.status:835: creating applications/NXtranslate/IPNS_CPP/Makefile |
|---|
| 2031 | | config.status:835: creating applications/NXtranslate/FRM2/Makefile |
|---|
| 2032 | | config.status:835: creating applications/NXtranslate/opengenie/Makefile |
|---|
| 2033 | | config.status:835: creating applications/NXtranslate/text_collist/Makefile |
|---|
| 2034 | | config.status:835: creating applications/NXtranslate/text_plain/Makefile |
|---|
| 2035 | | config.status:835: creating applications/NXtranslate/text_xml/Makefile |
|---|
| 2036 | | config.status:835: creating applications/NXtranslate/sns_histogram/Makefile |
|---|
| 2037 | | config.status:835: creating applications/NXtranslate/loopy/Makefile |
|---|
| 2038 | | config.status:835: creating applications/NXtranslate/binary/Makefile |
|---|
| 2039 | | config.status:835: creating applications/NXtranslate/spec/Makefile |
|---|
| 2040 | | config.status:835: creating applications/NXtranslate/esrf_edf/Makefile |
|---|
| 2041 | | config.status:835: creating applications/NXtranslate/docs/Makefile |
|---|
| 2042 | | config.status:835: creating examples/Makefile |
|---|
| 2043 | | config.status:835: creating doc/Makefile |
|---|
| 2044 | | config.status:835: creating doc/doxygen/Makefile |
|---|
| 2045 | | config.status:835: creating doc/doxygen/Doxyfile |
|---|
| 2046 | | config.status:835: creating doc/api/Makefile |
|---|
| 2047 | | config.status:835: creating doc/nxdict/Makefile |
|---|
| 2048 | | config.status:835: creating doc/tech_ref/Makefile |
|---|
| 2049 | | config.status:835: creating bindings/Makefile |
|---|
| 2050 | | config.status:835: creating bindings/cpp/Makefile |
|---|
| 2051 | | config.status:835: creating bindings/f77/Makefile |
|---|
| 2052 | | config.status:835: creating bindings/f90/Makefile |
|---|
| 2053 | | config.status:835: creating bindings/java/Makefile |
|---|
| 2054 | | config.status:835: creating bindings/swig/Makefile |
|---|
| 2055 | | config.status:835: creating bindings/idl/Makefile |
|---|
| 2056 | | config.status:835: creating bindings/python/Makefile |
|---|
| 2057 | | config.status:835: creating contrib/Makefile |
|---|
| 2058 | | config.status:835: creating contrib/applications/Makefile |
|---|
| 2059 | | config.status:835: creating contrib/applications/CBFLib/Makefile |
|---|
| 2060 | | config.status:835: creating contrib/bindings/Makefile |
|---|
| 2061 | | config.status:835: creating contrib/bindings/python/Makefile |
|---|
| 2062 | | config.status:835: creating scripts/Makefile |
|---|
| 2063 | | config.status:835: creating scripts/nexus.pc |
|---|
| 2064 | | config.status:835: creating scripts/nxbuild |
|---|
| 2065 | | config.status:835: creating include/nxconfig.h |
|---|
| 2066 | | config.status:1085: include/nxconfig.h is unchanged |
|---|
| 2067 | | config.status:1131: executing depfiles commands |
|---|
| 2068 | | config.status:1131: executing test/atconfig commands |
|---|
| 2069 | | configure:29504: result: |
|---|
| 2070 | | |
|---|
| 2071 | | Configuration (NeXus): |
|---|
| 2072 | | |
|---|
| 2073 | | Install prefix: /usr/local |
|---|
| 2074 | | Source code location: . |
|---|
| 2075 | | Version: 4.2rc4 |
|---|
| 2076 | | Compiler: gcc,g++,gfortran,gfortran |
|---|
| 2077 | | |
|---|
| 2078 | | build: |
|---|
| 2079 | | NeXus with: |
|---|
| 2080 | | HDF4 support: yes (4.2.1) |
|---|
| 2081 | | HDF5 support: yes (1.6.8) |
|---|
| 2082 | | XML support: yes |
|---|
| 2083 | | |
|---|
| 2084 | | bindings: |
|---|
| 2085 | | C++ : yes (--with-cxx=g++) |
|---|
| 2086 | | F77 : yes (--with-f77=gfortran) |
|---|
| 2087 | | F90/F95 : yes (--with-f90=gfortran) |
|---|
| 2088 | | JAVA: yes (--with-java-home=/usr/lib/jvm/java-1.6.0-openjdk.x86_64/, JAVA=/usr/lib/jvm/java-1.6.0-openjdk.x86_64//bin/java, JAVAC=/usr/lib/jvm/java-1.6.0-openjdk.x86_64//bin/javac, JAVAH=/usr/lib/jvm/java-1.6.0-openjdk.x86_64//bin/javah) |
|---|
| 2089 | | SWIG: no |
|---|
| 2090 | | IDL: yes (--with-idlroot=/usr/local/itt/idl, --with-idldlm=${prefix}/lib) |
|---|
| 2091 | | PYTHON: yes (PYTHONROOT=/usr/) |
|---|
| 2092 | | |
|---|
| 2093 | | documentation: |
|---|
| 2094 | | Doxygen: no --with-doxygen not specified |
|---|
| 2095 | | Docbook: no - missing docbook2txt docbook2pdf |
|---|
| 2096 | | |
|---|
| 2097 | | Please check whether the configuration I detected matches what you would |
|---|
| 2098 | | like to have. If not, re-run configure adding the appropriate --with option |
|---|
| 2099 | | or setting the relevant environment variable. |
|---|
| 2100 | | |
|---|
| 2101 | | For a list of available options type ./configure --help |
|---|
| 2102 | | |
|---|
| 2103 | | |
|---|
| 2104 | | ## ---------------- ## |
|---|
| 2105 | | ## Cache variables. ## |
|---|
| 2106 | | ## ---------------- ## |
|---|
| 2107 | | |
|---|
| 2108 | | ac_cv_build=x86_64-redhat-linux-gnu |
|---|
| 2109 | | ac_cv_c_compiler_gnu=yes |
|---|
| 2110 | | ac_cv_c_const=yes |
|---|
| 2111 | | ac_cv_c_int16_t=yes |
|---|
| 2112 | | ac_cv_c_int32_t=yes |
|---|
| 2113 | | ac_cv_c_int64_t=yes |
|---|
| 2114 | | ac_cv_c_int8_t=yes |
|---|
| 2115 | | ac_cv_c_uint16_t=yes |
|---|
| 2116 | | ac_cv_c_uint32_t=yes |
|---|
| 2117 | | ac_cv_c_uint64_t=yes |
|---|
| 2118 | | ac_cv_c_uint8_t=yes |
|---|
| 2119 | | ac_cv_cxx_compiler_gnu=yes |
|---|
| 2120 | | ac_cv_env_CCC_set= |
|---|
| 2121 | | ac_cv_env_CCC_value= |
|---|
| 2122 | | ac_cv_env_CC_set= |
|---|
| 2123 | | ac_cv_env_CC_value= |
|---|
| 2124 | | ac_cv_env_CFLAGS_set= |
|---|
| 2125 | | ac_cv_env_CFLAGS_value= |
|---|
| 2126 | | ac_cv_env_CPPFLAGS_set= |
|---|
| 2127 | | ac_cv_env_CPPFLAGS_value= |
|---|
| 2128 | | ac_cv_env_CPP_set= |
|---|
| 2129 | | ac_cv_env_CPP_value= |
|---|
| 2130 | | ac_cv_env_CXXCPP_set= |
|---|
| 2131 | | ac_cv_env_CXXCPP_value= |
|---|
| 2132 | | ac_cv_env_CXXFLAGS_set= |
|---|
| 2133 | | ac_cv_env_CXXFLAGS_value= |
|---|
| 2134 | | ac_cv_env_CXX_set= |
|---|
| 2135 | | ac_cv_env_CXX_value= |
|---|
| 2136 | | ac_cv_env_F77_set= |
|---|
| 2137 | | ac_cv_env_F77_value= |
|---|
| 2138 | | ac_cv_env_FCFLAGS_set= |
|---|
| 2139 | | ac_cv_env_FCFLAGS_value= |
|---|
| 2140 | | ac_cv_env_FC_set= |
|---|
| 2141 | | ac_cv_env_FC_value= |
|---|
| 2142 | | ac_cv_env_FFLAGS_set= |
|---|
| 2143 | | ac_cv_env_FFLAGS_value= |
|---|
| 2144 | | ac_cv_env_LDFLAGS_set= |
|---|
| 2145 | | ac_cv_env_LDFLAGS_value= |
|---|
| 2146 | | ac_cv_env_LIBS_set= |
|---|
| 2147 | | ac_cv_env_LIBS_value= |
|---|
| 2148 | | ac_cv_env_build_alias_set= |
|---|
| 2149 | | ac_cv_env_build_alias_value= |
|---|
| 2150 | | ac_cv_env_host_alias_set= |
|---|
| 2151 | | ac_cv_env_host_alias_value= |
|---|
| 2152 | | ac_cv_env_target_alias_set= |
|---|
| 2153 | | ac_cv_env_target_alias_value= |
|---|
| 2154 | | ac_cv_f77_compiler_gnu=yes |
|---|
| 2155 | | ac_cv_f77_libs=' -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -lgfortranbegin -lgfortran -lm' |
|---|
| 2156 | | ac_cv_fc_compiler_gnu=yes |
|---|
| 2157 | | ac_cv_fc_libs=' -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -lgfortranbegin -lgfortran -lm' |
|---|
| 2158 | | ac_cv_func_ftime=yes |
|---|
| 2159 | | ac_cv_func_memset=yes |
|---|
| 2160 | | ac_cv_func_mkstemp=yes |
|---|
| 2161 | | ac_cv_func_strchr=yes |
|---|
| 2162 | | ac_cv_func_strdup=yes |
|---|
| 2163 | | ac_cv_func_strrchr=yes |
|---|
| 2164 | | ac_cv_func_strstr=yes |
|---|
| 2165 | | ac_cv_func_tzset=yes |
|---|
| 2166 | | ac_cv_header_dlfcn_h=yes |
|---|
| 2167 | | ac_cv_header_inttypes_h=yes |
|---|
| 2168 | | ac_cv_header_memory_h=yes |
|---|
| 2169 | | ac_cv_header_stdc=yes |
|---|
| 2170 | | ac_cv_header_stdint_h=yes |
|---|
| 2171 | | ac_cv_header_stdlib_h=yes |
|---|
| 2172 | | ac_cv_header_string_h=yes |
|---|
| 2173 | | ac_cv_header_strings_h=yes |
|---|
| 2174 | | ac_cv_header_sys_stat_h=yes |
|---|
| 2175 | | ac_cv_header_sys_types_h=yes |
|---|
| 2176 | | ac_cv_header_sys_wait_h=yes |
|---|
| 2177 | | ac_cv_header_unistd_h=yes |
|---|
| 2178 | | ac_cv_host=x86_64-redhat-linux-gnu |
|---|
| 2179 | | ac_cv_lib_SystemStubs_fprintf=no |
|---|
| 2180 | | ac_cv_lib_df_Hopen=yes |
|---|
| 2181 | | ac_cv_lib_dl_dlopen=yes |
|---|
| 2182 | | ac_cv_lib_hdf5_H5open=yes |
|---|
| 2183 | | ac_cv_lib_jpeg_jpeg_CreateCompress=yes |
|---|
| 2184 | | ac_cv_lib_m_log=yes |
|---|
| 2185 | | ac_cv_lib_mfhdf_SDcreate=yes |
|---|
| 2186 | | ac_cv_lib_pthread_pthread_create=yes |
|---|
| 2187 | | ac_cv_lib_rpc_xdr_float=no |
|---|
| 2188 | | ac_cv_lib_sz_SZ_Compress=no |
|---|
| 2189 | | ac_cv_lib_xml2_xmlParseDocument=yes |
|---|
| 2190 | | ac_cv_lib_z_gzopen=yes |
|---|
| 2191 | | ac_cv_objext=o |
|---|
| 2192 | | ac_cv_path_EGREP='/bin/grep -E' |
|---|
| 2193 | | ac_cv_path_GREP=/bin/grep |
|---|
| 2194 | | ac_cv_path_JAR=/usr/lib/jvm/java-1.6.0-openjdk.x86_64//bin/jar |
|---|
| 2195 | | ac_cv_path_JAVA=/usr/lib/jvm/java-1.6.0-openjdk.x86_64//bin/java |
|---|
| 2196 | | ac_cv_path_JAVAC=/usr/lib/jvm/java-1.6.0-openjdk.x86_64//bin/javac |
|---|
| 2197 | | ac_cv_path_JAVADOC=/usr/lib/jvm/java-1.6.0-openjdk.x86_64//bin/javadoc |
|---|
| 2198 | | ac_cv_path_JAVAH=/usr/lib/jvm/java-1.6.0-openjdk.x86_64//bin/javah |
|---|
| 2199 | | ac_cv_path_install='/usr/bin/install -c' |
|---|
| 2200 | | ac_cv_prog_AWK=gawk |
|---|
| 2201 | | ac_cv_prog_CPP='gcc -E' |
|---|
| 2202 | | ac_cv_prog_CXXCPP='g++ -E' |
|---|
| 2203 | | ac_cv_prog_FC=gfortran |
|---|
| 2204 | | ac_cv_prog_GCJ=gcj |
|---|
| 2205 | | ac_cv_prog_GUILE=guile |
|---|
| 2206 | | ac_cv_prog_TCLSH=tclsh |
|---|
| 2207 | | ac_cv_prog_WGET=wget |
|---|
| 2208 | | ac_cv_prog_XMLLINT=xmllint |
|---|
| 2209 | | ac_cv_prog_ac_ct_AR=ar |
|---|
| 2210 | | ac_cv_prog_ac_ct_CC=gcc |
|---|
| 2211 | | ac_cv_prog_ac_ct_CXX=g++ |
|---|
| 2212 | | ac_cv_prog_ac_ct_RANLIB=ranlib |
|---|
| 2213 | | ac_cv_prog_ac_ct_STRIP=strip |
|---|
| 2214 | | ac_cv_prog_cc_c89= |
|---|
| 2215 | | ac_cv_prog_cc_g=yes |
|---|
| 2216 | | ac_cv_prog_cc_gcc_c_o=yes |
|---|
| 2217 | | ac_cv_prog_cxx_g=yes |
|---|
| 2218 | | ac_cv_prog_f77_g=yes |
|---|
| 2219 | | ac_cv_prog_f77_v=-v |
|---|
| 2220 | | ac_cv_prog_fc_g=yes |
|---|
| 2221 | | ac_cv_prog_fc_v=-v |
|---|
| 2222 | | ac_cv_prog_make_make_set=yes |
|---|
| 2223 | | ac_cv_sizeof_int=4 |
|---|
| 2224 | | ac_cv_sizeof_long_int=8 |
|---|
| 2225 | | ac_cv_sizeof_long_long_int=8 |
|---|
| 2226 | | ac_cv_struct_tm=time.h |
|---|
| 2227 | | ac_cv_sys_file_offset_bits=no |
|---|
| 2228 | | ac_cv_sys_largefile_CC=no |
|---|
| 2229 | | ac_cv_target=x86_64-redhat-linux-gnu |
|---|
| 2230 | | ac_cv_type_int=yes |
|---|
| 2231 | | ac_cv_type_long_int=yes |
|---|
| 2232 | | ac_cv_type_long_long_int=yes |
|---|
| 2233 | | ac_cv_type_size_t=yes |
|---|
| 2234 | | ac_cv_type_unsigned_long_long_int=yes |
|---|
| 2235 | | am_cv_CC_dependencies_compiler_type=gcc3 |
|---|
| 2236 | | am_cv_CXX_dependencies_compiler_type=gcc3 |
|---|
| 2237 | | am_cv_GCJ_dependencies_compiler_type=gcc3 |
|---|
| 2238 | | am_cv_python_platform=linux2 |
|---|
| 2239 | | am_cv_python_pyexecdir='${exec_prefix}/lib64/python2.4/site-packages' |
|---|
| 2240 | | am_cv_python_pythondir='${prefix}/lib/python2.4/site-packages' |
|---|
| 2241 | | am_cv_python_version=2.4 |
|---|
| 2242 | | lt_cv_deplibs_check_method=pass_all |
|---|
| 2243 | | lt_cv_file_magic_cmd='$MAGIC_CMD' |
|---|
| 2244 | | lt_cv_file_magic_test_file= |
|---|
| 2245 | | lt_cv_ld_reload_flag=-r |
|---|
| 2246 | | lt_cv_objdir=.libs |
|---|
| 2247 | | lt_cv_path_LD=/usr/bin/ld |
|---|
| 2248 | | lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64' |
|---|
| 2249 | | lt_cv_path_NM='/usr/bin/nm -B' |
|---|
| 2250 | | lt_cv_path_SED=/bin/sed |
|---|
| 2251 | | lt_cv_prog_compiler_c_o=yes |
|---|
| 2252 | | lt_cv_prog_compiler_c_o_CXX=yes |
|---|
| 2253 | | lt_cv_prog_compiler_c_o_F77=yes |
|---|
| 2254 | | lt_cv_prog_compiler_c_o_GCJ=yes |
|---|
| 2255 | | lt_cv_prog_compiler_rtti_exceptions=no |
|---|
| 2256 | | lt_cv_prog_gnu_ld=yes |
|---|
| 2257 | | lt_cv_prog_gnu_ldcxx=yes |
|---|
| 2258 | | lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' |
|---|
| 2259 | | lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' |
|---|
| 2260 | | lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' |
|---|
| 2261 | | lt_cv_sys_max_cmd_len=32768 |
|---|
| 2262 | | lt_lt_cv_prog_compiler_c_o='"yes"' |
|---|
| 2263 | | lt_lt_cv_prog_compiler_c_o_CXX='"yes"' |
|---|
| 2264 | | lt_lt_cv_prog_compiler_c_o_F77='"yes"' |
|---|
| 2265 | | lt_lt_cv_prog_compiler_c_o_GCJ='"yes"' |
|---|
| 2266 | | lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"' |
|---|
| 2267 | | lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' |
|---|
| 2268 | | lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' |
|---|
| 2269 | | |
|---|
| 2270 | | ## ----------------- ## |
|---|
| 2271 | | ## Output variables. ## |
|---|
| 2272 | | ## ----------------- ## |
|---|
| 2273 | | |
|---|
| 2274 | | ACLOCAL='aclocal' |
|---|
| 2275 | | AMDEPBACKSLASH='\' |
|---|
| 2276 | | AMDEP_FALSE='#' |
|---|
| 2277 | | AMDEP_TRUE='' |
|---|
| 2278 | | AMTAR='${SHELL} /usr/local/src/nexus-4.2rc4/config/missing --run tar' |
|---|
| 2279 | | AR='ar' |
|---|
| 2280 | | AUTOCONF='autoconf' |
|---|
| 2281 | | AUTOHEADER='autoheader' |
|---|
| 2282 | | AUTOM4TE='${SHELL} /usr/local/src/nexus-4.2rc4/config/missing --run autom4te' |
|---|
| 2283 | | AUTOMAKE='automake -a -c' |
|---|
| 2284 | | AWK='gawk' |
|---|
| 2285 | | BUILD_CONTRIB_FALSE='' |
|---|
| 2286 | | BUILD_CONTRIB_TRUE='#' |
|---|
| 2287 | | CBFLIBROOT='' |
|---|
| 2288 | | CC='gcc' |
|---|
| 2289 | | CCDEPMODE='depmode=gcc3' |
|---|
| 2290 | | CFLAGS='-fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment' |
|---|
| 2291 | | CPP='gcc -E' |
|---|
| 2292 | | CPPFLAGS=' -fno-common' |
|---|
| 2293 | | CXX='g++' |
|---|
| 2294 | | CXXCPP='g++ -E' |
|---|
| 2295 | | CXXDEPMODE='depmode=gcc3' |
|---|
| 2296 | | CXXFLAGS='-fno-strict-aliasing -Wall -Wno-unused-variable -Wno-sign-compare -Wno-comment' |
|---|
| 2297 | | CYGPATH_W='echo' |
|---|
| 2298 | | DEFS='-DHAVE_CONFIG_H' |
|---|
| 2299 | | DEPDIR='.deps' |
|---|
| 2300 | | DISTRIBUTION='Unknown' |
|---|
| 2301 | | DOCBOOK2PDF='' |
|---|
| 2302 | | DOCBOOK2TXT='' |
|---|
| 2303 | | DOT='' |
|---|
| 2304 | | DOXYGEN='' |
|---|
| 2305 | | ECHO='echo' |
|---|
| 2306 | | ECHO_C='' |
|---|
| 2307 | | ECHO_N='-n' |
|---|
| 2308 | | ECHO_T='' |
|---|
| 2309 | | EGREP='/bin/grep -E' |
|---|
| 2310 | | EXEEXT='' |
|---|
| 2311 | | EXTRA_LD_LIBRARY_PATH='/usr/lib/hdf:/usr/lib64/hdf:/usr/lib:/usr/lib64' |
|---|
| 2312 | | F77='gfortran' |
|---|
| 2313 | | FC='gfortran' |
|---|
| 2314 | | FCFLAGS=' -I/usr/local/src/nexus-4.2rc4/bindings/f90' |
|---|
| 2315 | | FCLIBS=' -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -lgfortranbegin -lgfortran -lm' |
|---|
| 2316 | | FFLAGS='-g -O2 -I/usr/local/src/nexus-4.2rc4/bindings/f77' |
|---|
| 2317 | | FLIBS=' -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -lgfortranbegin -lgfortran -lm' |
|---|
| 2318 | | GCJ='gcj' |
|---|
| 2319 | | GCJDEPMODE='depmode=gcc3' |
|---|
| 2320 | | GCJFLAGS='-g -O2' |
|---|
| 2321 | | GREP='/bin/grep' |
|---|
| 2322 | | GUILE='guile' |
|---|
| 2323 | | GUILEROOT='' |
|---|
| 2324 | | H4ROOT='/usr' |
|---|
| 2325 | | H5ROOT='/usr' |
|---|
| 2326 | | HAVE_CBFLIB_FALSE='' |
|---|
| 2327 | | HAVE_CBFLIB_TRUE='#' |
|---|
| 2328 | | HAVE_CPP_FALSE='#' |
|---|
| 2329 | | HAVE_CPP_TRUE='' |
|---|
| 2330 | | HAVE_DOCBOOK_FALSE='' |
|---|
| 2331 | | HAVE_DOCBOOK_TRUE='#' |
|---|
| 2332 | | HAVE_DOT_FALSE='' |
|---|
| 2333 | | HAVE_DOT_TRUE='#' |
|---|
| 2334 | | HAVE_DOXYGEN_FALSE='' |
|---|
| 2335 | | HAVE_DOXYGEN_TRUE='#' |
|---|
| 2336 | | HAVE_F77_FALSE='#' |
|---|
| 2337 | | HAVE_F77_TRUE='' |
|---|
| 2338 | | HAVE_F90_FALSE='#' |
|---|
| 2339 | | HAVE_F90_TRUE='' |
|---|
| 2340 | | HAVE_GUILE_FALSE='' |
|---|
| 2341 | | HAVE_GUILE_TRUE='#' |
|---|
| 2342 | | HAVE_HDF4_FALSE='#' |
|---|
| 2343 | | HAVE_HDF4_TRUE='' |
|---|
| 2344 | | HAVE_HDF5_FALSE='#' |
|---|
| 2345 | | HAVE_HDF5_TRUE='' |
|---|
| 2346 | | HAVE_IDL_FALSE='#' |
|---|
| 2347 | | HAVE_IDL_TRUE='' |
|---|
| 2348 | | HAVE_JAVAC_FALSE='#' |
|---|
| 2349 | | HAVE_JAVAC_TRUE='' |
|---|
| 2350 | | HAVE_JAVADOC_FALSE='#' |
|---|
| 2351 | | HAVE_JAVADOC_TRUE='' |
|---|
| 2352 | | HAVE_JAVA_FALSE='#' |
|---|
| 2353 | | HAVE_JAVA_TRUE='' |
|---|
| 2354 | | HAVE_LATEX_FALSE='' |
|---|
| 2355 | | HAVE_LATEX_TRUE='#' |
|---|
| 2356 | | HAVE_LIBXML2_FALSE='#' |
|---|
| 2357 | | HAVE_LIBXML2_TRUE='' |
|---|
| 2358 | | HAVE_MS_LIB_FALSE='' |
|---|
| 2359 | | HAVE_MS_LIB_TRUE='#' |
|---|
| 2360 | | HAVE_MZSCHEME_FALSE='' |
|---|
| 2361 | | HAVE_MZSCHEME_TRUE='#' |
|---|
| 2362 | | HAVE_OPENGENIE_FALSE='' |
|---|
| 2363 | | HAVE_OPENGENIE_TRUE='#' |
|---|
| 2364 | | HAVE_PDFLATEX_FALSE='' |
|---|
| 2365 | | HAVE_PDFLATEX_TRUE='#' |
|---|
| 2366 | | HAVE_PYTHON_FALSE='#' |
|---|
| 2367 | | HAVE_PYTHON_TRUE='' |
|---|
| 2368 | | HAVE_SWIG_FALSE='' |
|---|
| 2369 | | HAVE_SWIG_TRUE='#' |
|---|
| 2370 | | HAVE_TCL_FALSE='' |
|---|
| 2371 | | HAVE_TCL_TRUE='#' |
|---|
| 2372 | | HAVE_WGET_FALSE='#' |
|---|
| 2373 | | HAVE_WGET_TRUE='' |
|---|
| 2374 | | HAVE_XMLLINT_FALSE='#' |
|---|
| 2375 | | HAVE_XMLLINT_TRUE='' |
|---|
| 2376 | | HAVE_XML_FALSE='#' |
|---|
| 2377 | | HAVE_XML_TRUE='' |
|---|
| 2378 | | HDF4_CPPFLAGS='-I/usr/include/hdf -DHDF4' |
|---|
| 2379 | | HDF4_LDFLAGS='-L/usr/lib64/hdf -L/usr/lib/hdf -lmfhdf -ldf' |
|---|
| 2380 | | HDF5_CPPFLAGS='-I/usr/include -DHDF5 -DH5_USE_16_API' |
|---|
| 2381 | | HDF5_LDFLAGS='-L/usr/lib64 -L/usr/lib -lhdf5 -lz' |
|---|
| 2382 | | IDLDLM='${prefix}/lib' |
|---|
| 2383 | | IDLROOT='/usr/local/itt/idl' |
|---|
| 2384 | | IDL_HOST='bin.linux.x86_64' |
|---|
| 2385 | | INSTALL_DATA='${INSTALL} -m 644' |
|---|
| 2386 | | INSTALL_PROGRAM='${INSTALL}' |
|---|
| 2387 | | INSTALL_SCRIPT='${INSTALL}' |
|---|
| 2388 | | INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' |
|---|
| 2389 | | JAR='/usr/lib/jvm/java-1.6.0-openjdk.x86_64//bin/jar' |
|---|
| 2390 | | JAVA='/usr/lib/jvm/java-1.6.0-openjdk.x86_64//bin/java' |
|---|
| 2391 | | JAVAC='/usr/lib/jvm/java-1.6.0-openjdk.x86_64//bin/javac' |
|---|
| 2392 | | JAVACFLAGS='' |
|---|
| 2393 | | JAVADOC='/usr/lib/jvm/java-1.6.0-openjdk.x86_64//bin/javadoc' |
|---|
| 2394 | | JAVAH='/usr/lib/jvm/java-1.6.0-openjdk.x86_64//bin/javah' |
|---|
| 2395 | | JAVAINCLUDE='-I/usr/lib/jvm/java-1.6.0-openjdk.x86_64//include -I/usr/lib/jvm/java-1.6.0-openjdk.x86_64//include/linux' |
|---|
| 2396 | | LATEX='' |
|---|
| 2397 | | LDFLAGS=' -L/usr/lib64/hdf -L/usr/lib/hdf -L/usr/lib64 -L/usr/lib -L/usr/local/lib' |
|---|
| 2398 | | LIBG2C='' |
|---|
| 2399 | | LIBOBJS='' |
|---|
| 2400 | | LIBS='-lxml2 -lhdf5 -lmfhdf -ldf -ljpeg -lz -lpthread -ldl -lm ' |
|---|
| 2401 | | LIBTOOL='$(SHELL) $(top_builddir)/libtool' |
|---|
| 2402 | | LIBXML2_CFLAGS='`xml2-config --cflags`' |
|---|
| 2403 | | LN_S='ln -s' |
|---|
| 2404 | | LTLIBOBJS='' |
|---|
| 2405 | | MAKEINFO='${SHELL} /usr/local/src/nexus-4.2rc4/config/missing --run makeinfo' |
|---|
| 2406 | | MINGW_MSYS_FALSE='' |
|---|
| 2407 | | MINGW_MSYS_TRUE='#' |
|---|
| 2408 | | MS_LIB='' |
|---|
| 2409 | | MXMLROOT='/usr/local' |
|---|
| 2410 | | NXDOCDIR='${datadir}/nexus/doc' |
|---|
| 2411 | | NXEXAMPLEDIR='${datadir}/nexus/examples' |
|---|
| 2412 | | NXTESTDIR='${prefix}/nexus/tests' |
|---|
| 2413 | | OBJEXT='o' |
|---|
| 2414 | | OPENGENIEROOT='' |
|---|
| 2415 | | PACKAGE='nexus' |
|---|
| 2416 | | PACKAGE_BUGREPORT='nexus-developers@nexusformat.org' |
|---|
| 2417 | | PACKAGE_NAME='NeXus Library' |
|---|
| 2418 | | PACKAGE_RELEASE='1' |
|---|
| 2419 | | PACKAGE_STRING='NeXus Library 4.2rc4' |
|---|
| 2420 | | PACKAGE_TARNAME='nexus' |
|---|
| 2421 | | PACKAGE_VERSION='4.2rc4' |
|---|
| 2422 | | PATH_SEPARATOR=':' |
|---|
| 2423 | | PDFLATEX='' |
|---|
| 2424 | | PYTHON='/usr//bin/python' |
|---|
| 2425 | | PYTHONROOT='/usr/' |
|---|
| 2426 | | PYTHON_EXEC_PREFIX='${exec_prefix}' |
|---|
| 2427 | | PYTHON_PLATFORM='linux2' |
|---|
| 2428 | | PYTHON_PREFIX='${prefix}' |
|---|
| 2429 | | PYTHON_VERSION='2.4' |
|---|
| 2430 | | RANLIB='ranlib' |
|---|
| 2431 | | SET_MAKE='' |
|---|
| 2432 | | SHARED_LDFLAGS='' |
|---|
| 2433 | | SHELL='/bin/sh' |
|---|
| 2434 | | STRIP='strip' |
|---|
| 2435 | | SWGUILEFLAGS='' |
|---|
| 2436 | | SWIG='' |
|---|
| 2437 | | TCLROOT='' |
|---|
| 2438 | | TCLSH='tclsh' |
|---|
| 2439 | | VERSION='4.2rc4' |
|---|
| 2440 | | WGET='wget' |
|---|
| 2441 | | XMLLINT='xmllint' |
|---|
| 2442 | | XML_CPPFLAGS='-I/usr/local/include -DNXXML' |
|---|
| 2443 | | XML_LDFLAGS='-L/usr/local/lib -lmxml' |
|---|
| 2444 | | ac_ct_CC='gcc' |
|---|
| 2445 | | ac_ct_CXX='g++' |
|---|
| 2446 | | ac_ct_F77='' |
|---|
| 2447 | | ac_ct_FC='' |
|---|
| 2448 | | am__fastdepCC_FALSE='#' |
|---|
| 2449 | | am__fastdepCC_TRUE='' |
|---|
| 2450 | | am__fastdepCXX_FALSE='#' |
|---|
| 2451 | | am__fastdepCXX_TRUE='' |
|---|
| 2452 | | am__fastdepGCJ_FALSE='#' |
|---|
| 2453 | | am__fastdepGCJ_TRUE='' |
|---|
| 2454 | | am__include='include' |
|---|
| 2455 | | am__leading_dot='.' |
|---|
| 2456 | | am__quote='' |
|---|
| 2457 | | am__tar='${AMTAR} chof - "$$tardir"' |
|---|
| 2458 | | am__untar='${AMTAR} xf -' |
|---|
| 2459 | | bindir='${exec_prefix}/bin' |
|---|
| 2460 | | build='x86_64-redhat-linux-gnu' |
|---|
| 2461 | | build_alias='' |
|---|
| 2462 | | build_cpu='x86_64' |
|---|
| 2463 | | build_os='linux-gnu' |
|---|
| 2464 | | build_vendor='redhat' |
|---|
| 2465 | | datadir='${datarootdir}' |
|---|
| 2466 | | datarootdir='${prefix}/share' |
|---|
| 2467 | | docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' |
|---|
| 2468 | | dvidir='${docdir}' |
|---|
| 2469 | | exec_prefix='${prefix}' |
|---|
| 2470 | | host='x86_64-redhat-linux-gnu' |
|---|
| 2471 | | host_alias='' |
|---|
| 2472 | | host_cpu='x86_64' |
|---|
| 2473 | | host_os='linux-gnu' |
|---|
| 2474 | | host_vendor='redhat' |
|---|
| 2475 | | htmldir='${docdir}' |
|---|
| 2476 | | includedir='${prefix}/include' |
|---|
| 2477 | | infodir='${datarootdir}/info' |
|---|
| 2478 | | install_sh='/usr/local/src/nexus-4.2rc4/config/install-sh' |
|---|
| 2479 | | libdir='${exec_prefix}/lib' |
|---|
| 2480 | | libexecdir='${exec_prefix}/libexec' |
|---|
| 2481 | | localedir='${datarootdir}/locale' |
|---|
| 2482 | | localstatedir='${prefix}/var' |
|---|
| 2483 | | mandir='${datarootdir}/man' |
|---|
| 2484 | | mkdir_p='mkdir -p --' |
|---|
| 2485 | | oldincludedir='/usr/include' |
|---|
| 2486 | | pdfdir='${docdir}' |
|---|
| 2487 | | pkgpyexecdir='${pyexecdir}/nexus' |
|---|
| 2488 | | pkgpythondir='${pythondir}/nexus' |
|---|
| 2489 | | prefix='/usr/local' |
|---|
| 2490 | | program_transform_name='s,x,x,' |
|---|
| 2491 | | psdir='${docdir}' |
|---|
| 2492 | | pyexecdir='${exec_prefix}/lib64/python2.4/site-packages' |
|---|
| 2493 | | pythondir='${prefix}/lib/python2.4/site-packages' |
|---|
| 2494 | | sbindir='${exec_prefix}/sbin' |
|---|
| 2495 | | sharedstatedir='${prefix}/com' |
|---|
| 2496 | | sysconfdir='${prefix}/etc' |
|---|
| 2497 | | target='x86_64-redhat-linux-gnu' |
|---|
| 2498 | | target_alias='' |
|---|
| 2499 | | target_cpu='x86_64' |
|---|
| 2500 | | target_os='linux-gnu' |
|---|
| 2501 | | target_vendor='redhat' |
|---|
| 2502 | | |
|---|
| 2503 | | ## ----------- ## |
|---|
| 2504 | | ## confdefs.h. ## |
|---|
| 2505 | | ## ----------- ## |
|---|
| 2506 | | |
|---|
| 2507 | | #define PACKAGE_NAME "NeXus Library" |
|---|
| 2508 | | #define PACKAGE_TARNAME "nexus" |
|---|
| 2509 | | #define PACKAGE_VERSION "4.2rc4" |
|---|
| 2510 | | #define PACKAGE_STRING "NeXus Library 4.2rc4" |
|---|
| 2511 | | #define PACKAGE_BUGREPORT "nexus-developers@nexusformat.org" |
|---|
| 2512 | | #define PACKAGE "nexus" |
|---|
| 2513 | | #define VERSION "4.2rc4" |
|---|
| 2514 | | #define STDC_HEADERS 1 |
|---|
| 2515 | | #define HAVE_SYS_TYPES_H 1 |
|---|
| 2516 | | #define HAVE_SYS_STAT_H 1 |
|---|
| 2517 | | #define HAVE_STDLIB_H 1 |
|---|
| 2518 | | #define HAVE_STRING_H 1 |
|---|
| 2519 | | #define HAVE_MEMORY_H 1 |
|---|
| 2520 | | #define HAVE_STRINGS_H 1 |
|---|
| 2521 | | #define HAVE_INTTYPES_H 1 |
|---|
| 2522 | | #define HAVE_STDINT_H 1 |
|---|
| 2523 | | #define HAVE_UNISTD_H 1 |
|---|
| 2524 | | #define HAVE_DLFCN_H 1 |
|---|
| 2525 | | #define HAVE_LIBM 1 |
|---|
| 2526 | | #define HAVE_LIBDL 1 |
|---|
| 2527 | | #define HAVE_LIBPTHREAD 1 |
|---|
| 2528 | | #define HAVE_LIBZ 1 |
|---|
| 2529 | | #define HAVE_LIBJPEG 1 |
|---|
| 2530 | | #define HAVE_LIBDF 1 |
|---|
| 2531 | | #define HAVE_LIBMFHDF 1 |
|---|
| 2532 | | #define HAVE_LIBHDF5 1 |
|---|
| 2533 | | #define HAVE_LIBXML2 1 |
|---|
| 2534 | | #define STDC_HEADERS 1 |
|---|
| 2535 | | #define HAVE_SYS_WAIT_H 1 |
|---|
| 2536 | | #define HAVE_STDLIB_H 1 |
|---|
| 2537 | | #define HAVE_STRING_H 1 |
|---|
| 2538 | | #define HAVE_STDINT_H 1 |
|---|
| 2539 | | #define HAVE_LONG_LONG_INT 1 |
|---|
| 2540 | | #define HAVE_UNSIGNED_LONG_LONG_INT 1 |
|---|
| 2541 | | #define SIZEOF_INT 4 |
|---|
| 2542 | | #define SIZEOF_LONG_INT 8 |
|---|
| 2543 | | #define SIZEOF_LONG_LONG_INT 8 |
|---|
| 2544 | | #define PRINTF_INT64 "lld" |
|---|
| 2545 | | #define PRINTF_UINT64 "llu" |
|---|
| 2546 | | #define HAVE_FTIME 1 |
|---|
| 2547 | | #define HAVE_MEMSET 1 |
|---|
| 2548 | | #define HAVE_STRCHR 1 |
|---|
| 2549 | | #define HAVE_STRDUP 1 |
|---|
| 2550 | | #define HAVE_STRRCHR 1 |
|---|
| 2551 | | #define HAVE_STRSTR 1 |
|---|
| 2552 | | #define HAVE_TZSET 1 |
|---|
| 2553 | | #define HAVE_MKSTEMP 1 |
|---|
| 2554 | | |
|---|
| 2555 | | configure: exit 0 |
|---|
| 2556 | |
|---|