gmp failures on Solaris/x86

Darrel Hankerson hankedr at auburn.edu
Sun Jun 18 01:30:43 CEST 2006


gmp-4.2.1 with Sun's Studio (Sun C 5.8 2005/10/13) compiler fails (17
of 56 tests) on Solaris/x86 on opteron.  The output of "make check"
with the non-optimized (-g only) appears below, along with config.log.

Other issues
------------
1. mpn/x86_64/{rshift,lshift}.asm have 

	movd	%mm7, %rax

which does not pass the assembler.  I believe this should be

	movd	%mm7, %eax

2. tests/amd64call.asm has

	jmpq	*G(calling_conventions_function)

which is not accepted. I think this should be

	jmp	*G(calling_conventions_function)

(two occurrences).

3. ABI=32 does not work on this platform.  gmp-4.1.4 32-bit compiled
fine and passed tests.  The first symptom I see is that fib_table.h
fails on

   #if GMP_NUMB_BITS != 64
   Error, error, this data is for 64 bits
   #endif


The following is the output of "make check" followed by config.log.
Thanks.  --darrel


gmake  check-recursive
gmake[1]: Entering directory `/home/hankedr/b/gmp-4.2.1'
Making check in tests
gmake[2]: Entering directory `/home/hankedr/b/gmp-4.2.1/tests'
Making check in .
gmake[3]: Entering directory `/home/hankedr/b/gmp-4.2.1/tests'
gmake  libtests.la t-bswap t-constants t-count_zeros t-gmpmax t-hightomask t-modlinv t-popc t-parity t-sub
gmake[4]: Entering directory `/home/hankedr/b/gmp-4.2.1/tests'
gmake[4]: `libtests.la' is up to date.
gmake[4]: `t-bswap' is up to date.
gmake[4]: `t-constants' is up to date.
gmake[4]: `t-count_zeros' is up to date.
gmake[4]: `t-gmpmax' is up to date.
gmake[4]: `t-hightomask' is up to date.
gmake[4]: `t-modlinv' is up to date.
gmake[4]: `t-popc' is up to date.
gmake[4]: `t-parity' is up to date.
gmake[4]: `t-sub' is up to date.
gmake[4]: Leaving directory `/home/hankedr/b/gmp-4.2.1/tests'
gmake  check-TESTS
gmake[4]: Entering directory `/home/hankedr/b/gmp-4.2.1/tests'
PASS: t-bswap
PASS: t-constants
PASS: t-count_zeros
PASS: t-gmpmax
PASS: t-hightomask
PASS: t-modlinv
PASS: t-popc
PASS: t-parity
PASS: t-sub
==================
All 9 tests passed
==================
gmake[4]: Leaving directory `/home/hankedr/b/gmp-4.2.1/tests'
gmake[3]: Leaving directory `/home/hankedr/b/gmp-4.2.1/tests'
Making check in devel
gmake[3]: Entering directory `/home/hankedr/b/gmp-4.2.1/tests/devel'
gmake[3]: Nothing to be done for `check'.
gmake[3]: Leaving directory `/home/hankedr/b/gmp-4.2.1/tests/devel'
Making check in mpn
gmake[3]: Entering directory `/home/hankedr/b/gmp-4.2.1/tests/mpn'
gmake  t-asmtype t-aors_1 t-divrem_1 t-fat t-get_d t-instrument t-iord_u t-mp_bases t-perfsqr t-scan
gmake[4]: Entering directory `/home/hankedr/b/gmp-4.2.1/tests/mpn'
gmake[4]: `t-asmtype' is up to date.
gmake[4]: `t-aors_1' is up to date.
gmake[4]: `t-divrem_1' is up to date.
gmake[4]: `t-fat' is up to date.
gmake[4]: `t-get_d' is up to date.
gmake[4]: `t-instrument' is up to date.
gmake[4]: `t-iord_u' is up to date.
gmake[4]: `t-mp_bases' is up to date.
gmake[4]: `t-perfsqr' is up to date.
gmake[4]: `t-scan' is up to date.
gmake[4]: Leaving directory `/home/hankedr/b/gmp-4.2.1/tests/mpn'
gmake  check-TESTS
gmake[4]: Entering directory `/home/hankedr/b/gmp-4.2.1/tests/mpn'
PASS: t-asmtype
PASS: t-aors_1
PASS: t-divrem_1
PASS: t-fat
PASS: t-get_d
PASS: t-instrument
PASS: t-iord_u
PASS: t-mp_bases
PASS: t-perfsqr
PASS: t-scan
===================
All 10 tests passed
===================
gmake[4]: Leaving directory `/home/hankedr/b/gmp-4.2.1/tests/mpn'
gmake[3]: Leaving directory `/home/hankedr/b/gmp-4.2.1/tests/mpn'
Making check in mpz
gmake[3]: Entering directory `/home/hankedr/b/gmp-4.2.1/tests/mpz'
gmake  t-addsub t-cmp t-mul t-mul_i t-tdiv t-tdiv_ui t-fdiv t-fdiv_ui t-cdiv_ui t-gcd t-gcd_ui t-lcm dive dive_ui t-sqrtrem convert io t-inp_str logic bit t-powm t-powm_ui t-pow t-div_2exp reuse t-root t-perfsqr t-jac t-bin t-get_d t-get_d_2exp t-get_si t-set_d t-set_si t-fac_ui t-fib_ui t-lucnum_ui t-scan t-fits t-divis t-divis_2exp t-cong t-cong_2exp t-sizeinbase t-set_str t-aorsmul t-cmp_d t-cmp_si t-hamdist t-oddeven t-popcount t-set_f t-io_raw t-import t-export t-pprime_p
gmake[4]: Entering directory `/home/hankedr/b/gmp-4.2.1/tests/mpz'
gmake[4]: `t-addsub' is up to date.
gmake[4]: `t-cmp' is up to date.
gmake[4]: `t-mul' is up to date.
gmake[4]: `t-mul_i' is up to date.
gmake[4]: `t-tdiv' is up to date.
gmake[4]: `t-tdiv_ui' is up to date.
gmake[4]: `t-fdiv' is up to date.
gmake[4]: `t-fdiv_ui' is up to date.
gmake[4]: `t-cdiv_ui' is up to date.
gmake[4]: `t-gcd' is up to date.
gmake[4]: `t-gcd_ui' is up to date.
gmake[4]: `t-lcm' is up to date.
gmake[4]: `dive' is up to date.
gmake[4]: `dive_ui' is up to date.
gmake[4]: `t-sqrtrem' is up to date.
gmake[4]: `convert' is up to date.
gmake[4]: `io' is up to date.
gmake[4]: `t-inp_str' is up to date.
gmake[4]: `logic' is up to date.
gmake[4]: `bit' is up to date.
gmake[4]: `t-powm' is up to date.
gmake[4]: `t-powm_ui' is up to date.
gmake[4]: `t-pow' is up to date.
gmake[4]: `t-div_2exp' is up to date.
gmake[4]: `reuse' is up to date.
gmake[4]: `t-root' is up to date.
gmake[4]: `t-perfsqr' is up to date.
gmake[4]: `t-jac' is up to date.
gmake[4]: `t-bin' is up to date.
gmake[4]: `t-get_d' is up to date.
gmake[4]: `t-get_d_2exp' is up to date.
gmake[4]: `t-get_si' is up to date.
gmake[4]: `t-set_d' is up to date.
gmake[4]: `t-set_si' is up to date.
gmake[4]: `t-fac_ui' is up to date.
gmake[4]: `t-fib_ui' is up to date.
gmake[4]: `t-lucnum_ui' is up to date.
gmake[4]: `t-scan' is up to date.
gmake[4]: `t-fits' is up to date.
gmake[4]: `t-divis' is up to date.
gmake[4]: `t-divis_2exp' is up to date.
gmake[4]: `t-cong' is up to date.
gmake[4]: `t-cong_2exp' is up to date.
gmake[4]: `t-sizeinbase' is up to date.
gmake[4]: `t-set_str' is up to date.
gmake[4]: `t-aorsmul' is up to date.
gmake[4]: `t-cmp_d' is up to date.
gmake[4]: `t-cmp_si' is up to date.
gmake[4]: `t-hamdist' is up to date.
gmake[4]: `t-oddeven' is up to date.
gmake[4]: `t-popcount' is up to date.
gmake[4]: `t-set_f' is up to date.
gmake[4]: `t-io_raw' is up to date.
gmake[4]: `t-import' is up to date.
gmake[4]: `t-export' is up to date.
gmake[4]: `t-pprime_p' is up to date.
gmake[4]: Leaving directory `/home/hankedr/b/gmp-4.2.1/tests/mpz'
gmake  check-TESTS
gmake[4]: Entering directory `/home/hankedr/b/gmp-4.2.1/tests/mpz'
PASS: t-addsub
PASS: t-cmp
ERROR: incorrect plain product in test 54
op1          = -FFFFFFFFFFFFFFFFFFFFFFFFF...0000000000000000000000000 [173061]
op2          = -7FFFFFFFFFFFFFFFFFFFFFFFF...0000000000000000000000000 [223365]
    product  = BD76FCDA1C86916F8CBBD7462...904BDD0B7275A61CD52558034 [396448]
ref_product  = 7FFFFFFFFFFFFFFFFFFFFFFFF...0000000000000000000000000 [396426]
/bin/bash: line 1:   497 Abort                   ${dir}$tst
FAIL: t-mul
PASS: t-mul_i
ERROR
dividend = -1E000000003FFFFFFFFFF000000000000004000000000000
divisor  = -FFC000003FC0001E00000
/bin/bash: line 1:   529 Abort                   ${dir}$tst
FAIL: t-tdiv
PASS: t-tdiv_ui
ERROR
dividend = -1E000000003FFFFFFFFFF000000000000004000000000000
divisor  = -FFC000003FC0001E00000
/bin/bash: line 1:   562 Abort                   ${dir}$tst
FAIL: t-fdiv
PASS: t-fdiv_ui
PASS: t-cdiv_ui
ERROR in test 0
mpz_gcdext returned incorrect result
op1=E3C9FF26A16D087CF9828E698257FAADBF8BC7A40B86BA03133A5F5DDF72534A94E1FCC62F18AE0C735B5EA6F9FA7A0310E7EE435CDBB73182A54F2879C483C33E9689261CF3DB0BE9424281499A9404FC0632C7CE689E0FC8EF5DB3AF8FD1E442001190EFD23B4CDEDA10F893A38805CA56AF590DF3C920BA1C4F10A0E69B02B9EF31E3B5A1D48A426CC2BE2844F769B6C199F9270FC7736C8DCFC58559D995C76B6844562B2B3BB5EB70BF12A6F125D90D9220D62DD2226631A4856ECE527661D81F4700A577F1C0BA94829DC310FDEE7462FB85C1BB136CA80A7A06C41BB3018BC19295EE31F0C9B55AADAF815172964F1BEB4118CDA59F48C6FB1260B1D880C2973FE77040426F32B8FF4CE17A76476CEE84818FDB3DE05E699BD70F8C6BA493E4E1A62F4B8BA0310070CA44F4705DC5ED4C96A459663A180F9CB7FB6A190B463481600FA72B7B2E67F2C39ED7878A1B4192F49C58DBDB7E1731B4ADC37D9C194FCC44B5D195CE558F9BCA1FAE23FC9DF08F17F4A810EDF4BC8186127A058DE294348DE83D00110670215CE4A61CB0BC339788A107BCA6BE9F3E615B84806787B4B19E10BD0C4699E8669AEE212E9937D2F0913624FD053CC2558FEAAA6FFC94A9FAB931A8AE3F491712FB30767530062220BE9113E8084AA27C635297D2617059B68886094BA245FF4D8!
 1D81F2580D0466048C564FE8D981A48D30D4CF852A15C3144F79BF05CF2CDC5237B0EEEA0A4EC29C401B89A75168C0A877F5223CFA54A152D5A54A0168CCA2286B1C7C544D0D60AAFA17DEAADD805ACF94955F8C79CD1A3A0183266CE4227D2452D31B35AE680D0F1B4703F987E1ADDB5224CC56DA65362D5422E9BB9DFDEA03BFD4CD7A8EE8C2B89DF3772FFB84CA697BD98F9944365372C1B60625DCC75A497CFB94D5695816743DB46E6859D0CD51E500EEECE7FE5F6EF2DF30C8B43C2FBAD793B7BD8D9F3E8C17EA3BABB8CEC5D26C1F9382B54B319E7925468407C976840FEC2EEF0C9CA545FEB8B80384BD4D6BD3B01D641DA325E533259FCDFC32012DEAEBFE0DB8ABD2C5E03B09C6B15DC15DDBE4ED6B314400A05EC708D33887456F07ECB6FA9584DB14CC6B3F6E2C52169677EFDCC23EE4C1741E4D626EB77DEFFF912C5B64F6388058BB076CE00CBDA541BCFB0F3D8F61924B64B623744ECF0B92AF7B5039EE2089EFB32AA172514F6884804EF6ECC10C214248F4700EAE176CA68B8011BED71524612648672E9EAFAB521B343F4D75D0952E2C12BEA9C9163314E2780F02A337B9DFD68D15A672998A2394D02447C002E6290E25B20C569DD967B67C2A749B083C58B5F3A4877639EDC85039C645043CCF1ECCF3A12D0D40ABB6FCDEC9F9392DB738E0BB98F83D20!
 05BF16563C66E6A1F5A4CCD2C26092B5376E69CD9CD731EEE07390FD9DB0B4!
 D0E19242
134C400F15848E1C31C7B4121902AF9EEC4021A4B574AA9BD3A80F40E21A6B666C33705512E80911B15DEE8086C5560EB053D9B01229A0FE83AEBECC55E66E0D3BCD31F8DACEA1AE1CE9315BB052633AF319934D96E7BEBAF88C292649322286284C0E3D4B89C5D8969AF23A263E0E4E20E0EE0649E5D5C0059D4478E373A59E55AF84F1322787C83E1A8454AEA6FCBB9CC02AE09DFCF5AEABB908F5E24ACF0297230ECD0292BE2DDD95FC911A3118FCF6A82AAF5B5B4B03D39CFD455F0A107C843BACF52B8F3811F41D69BF53703ED93A128954DAB2B37003E27AE88E99705B7ED4F8F9F4B09BD389074FF526E607885FE69A1274F91AD5AB6DE95CFAC6F6EC3B4D90C49F8BCAE651FBAEB533CBCA02FB31E7CE7B508AD88A6CACB03A75044563A2098DEEBCE1B9E51A52BEB5E5A00048217F5A6FC41FD525B7B0272F10FAD43FB7EC5556CF8A57D13C2FAECB12FAC038418C3A642147F7BF7D1A943220814C7619DCF78E6ECCF692DAC326EF7CEF03E7B8CB2CF20EDB80A9B399BF63CF213B1F7ECB27594DA895E46B1BE0515290FFFC0D70A17E1CD3457289C33B61AC87388AE73A9E46CC97501BC49F1E890C76548A7D7287953D7DE5645DA7E52F74791224D2F3C29F407598B1FD2FA8B3DA451EAFACC18288FAE1BC032846E0C07A7C41460C117D028B776EA4DD5A7F52A70!
 2D208A1821FEFC7F1155A67835D68CC4BC2DE9E96BF8B46445D4B2875BD3581262FEAE027ABEE7B8E414A95939C869DA577EF4F525779452FD75D5F0FA66CA243990863E16D7F7AB6E801BE43730C063E3830047ECF2791F699FF09397F2AEA406337615050DBA2EF47E06CFA5429D2B924E43C7135A52AB34DCABEEA73AA70D4D849B9614FAA204A79FA66E26427A0910AC2EE67D06462D0C840621CC7D6A4B65F3A738F5AFF59F1CD4F640128E2D4DFBC515A80333D4CC24BE1344BF27C3ACC49482683287BC6AC53877E34782E3136FD3E2598960758B9BB195B2C337FFBB7253E15D444632F5231C80C7C571158BDEE62EDF3C6247A066F5BAD1007B7A8F76C8B0C152A6D97C11C2DBC36A606A92E93D3CBE32C66C6DAAC40B362A79977E15C65D24B414D92C5F0A56AE8A5185104A97BDA3FE847EC0999812B9CF6FCE2D5702CA9B705852A32BD3F8D063003BF681F10863CF9C2DB5E1DAEE574CA75A32C80F65A716B728494B0C240DE388A888A078C40638AAA1839689AD852C82BBD24F6AA72E62DE13CE741238FCF3DD31D3E69A66C936BB8CC0C5C0D1C2FFAF5FAC015A93720B3F6386D1A99BEAA301DD369303732EB61C9C969632C476103F6E9E7E536837E61736924EDEFD2AA034289E51169C320BA9F0233F3817259B8A5ECF001304B5537E366107FF7F0875F2!
 DC1615B91374A60EF36BE10C750D78A73FF8F8E4BA58BB071447A20EA66428!
 84EFA4A1
3816A1D89E4114EB5ACD5ED6D2167F8E877D45C6C654CBC46A761C7538DB8903075CA2224806C1694D5D7A80625DB2C509EE432A729D232DEB46CCF2BB7DDB91FDC7B3ED7958AC252F33801425ECA1289D381431997E1F1D95EE9CF16C3527397EE52CC583B8CAE7D6140CF66EB68621F33B99D9E324B6B87D5DE58EF43BBB9398F74BE3C9401FE467AF7DB6DAB628622965B8DDCCFA26D3B76D5EB0D46D13048E99DA2700DA72CEB4BDAEFD16787B295DF3A22649D7DD4780E70327F6280C6036F6DA6A5BAC687F06EE249A88C5206A7F44ECEA25D30E94C2122E4B3D3F7294A8C26B3F2C737AC0EC939F17794CD8379521558E0EFCF2043B14CBD7F91D22461E041DFE930DBCB127C8380CB5DD00D8C62F622E528E3E31D3B04EA33A4C184A1E316B4DDC8AAFC9D01B502E8EF4B919A191525E1612BBF5DC14EBBEAFE6052F3DD847EBDD5CD8A5FC64E47D21985F568A0FF832EF467A651FFBAF9F5E8401B74EE41CFD31C1BBF4D60C5CEFF1439F5D31DEE29BF5D3A41E006F33CA4D48620D95970CE48B61667BDBC484950626E679B7D30F0619071501E808FDB6405DC807F8075EDBCACF584F38A18EBB780090238151803143322FA7BB35FFAD5EB73F5D9CC1C2A90C5FA967DFED48FD3A44919CBCFB4EDA95559C13BCF1465C1E4F04F4FAB855455BFABC127B93312D882F1!
 23A26E4BF3FCBAB759A79DE2BE72EAD24D145D5869F4A0CAF4D1B5DB0B7956D05F85E70E2AD0E5EABA1292FD6E51314A24AD691C8C2611E554F07F9A99EC27589BAAA937786760B41F3D1B113941F577244F13176785BF39BDAC355EF7D306ACDEB6031F4F073EF30C7F459C5961077A7523FC8A052EBB17F6EE6F4B965E0CDA61D16FCDA83B67CE71F6B985E2886906A0370B25026D28C9F6210A6CF090B5C87820FE8A17D02BB570B89BF5415BAD26F9A1086B879BACEFCED95243140D70B4F41D801AF89C45BA7B5BD83F4DCE2F9F560AB5A63CBAC0C313E31F949AF4A953B4949D8A2314D3D87CBC473E64FA27274746870033F482A058C8311198E6B2C3FE0A09F034CC211CC093BB36FEFE057201AD8222E7BA3CE6971EE1D42125B53ABA4D6E093AABEC9596A88510514346933FE557B4D3BC975EF138D8E5C21D17328CDD7CE1BD8211E3187A7EF3FAF0B447372B4D109743E134502114E2F67AAEA684DD48EA4BDE7AA5B5B3057EB5C6E12D18BB80404E5BB4FD2EFFD603FBB1E71F9335F85E55E7FB06C37049F796BB8A891B10090FE898FF661F3027C5EBA8E6D0584B07303777773A96A7FD2511F14D6346BD0646AF86DC178730DD156C1841B777A14B31217916600DCF4E80694CE4439F412CFADED2A7C68451710C8745AA80CDAE254FA837E2C65C86B55DD586!
 E6010A1D9761BAEEA510704C28310F2358B97364290F2265ABE28BEF9B6931!
 B5362000
CC66A472D2EFDD5A84F9A438C3AE954F9C09E257E9FE38D71DF8CDF425EE6DE2D0592D4C63A51912F88F13A490C2DD58FF4C039788D239E58CB4A0958386662E0816E643B3D41DECCBB6C92D18F345874FA9EBED10520691313D4A0B844A3EF164EE0AC12E8A3F92A3F3E549C322FE51F7D99645A1BBD161D72E8E9
op2=71E4FF9350B684058A417D8C661BB24888881914F3761669492C2B6ED80DF7C1C3DFC98320B194A748714ED0BD89F777650346D3DF4377C9FEA2D3B201AD5EC912C348CF735EC9BCFCF1DFB54F70EA3B3AAC206CA51EA77D4D04F03F12BCCAC702B913E96F955F664BFE3513CD97818EDEF8E0FB6912D3FF4409ECEE8E0276B4B77168D23C22DFE672BEA74EF6DCD0928969088A03B9D0C1D4629BED99D3BFE7D39F4CEBAB73446943FBDB47C3D8971858965F5B79B9A454E2CD5FB50C7F7D94F4C50107455834951084630265BF5606F35956FE7D4962E86C17B0CF45D5D4C0A6646ED32BAC5F09688EE033E4FD6312281AAB8B1BD1019CB8C1793AAAA2F0C7ADA47AA3ABEA4D369F98BF82F6AAE2E8AA103F423A67CEA3150FD17EAE84B46D715A5AD3245F68B4EC9EA63E5D3FD37B7A47BED31E1CB36732DEEFA7CC4DD2319328733DCEE183D77633C3ECB18B401644A35D8B5312127D8930D6C60B8AFC51CA82D66A61D2C42C71DA640A4384760E6E176718341406D3E0BE99F4D59FED5789448CA1B5E1D9166ABF29A8433DC1FF5D5A5930A17FF357AFD87C09458581587087AE985D3D5669544001D0AF1402449469039081622200D443FB0E8E39E4BCBFE9BB2B85CD92A92CDF392766BD45877B2415ABE052E3DC1EF9E7306F6078E530B7743B6B0B18864D1540435!
 2148B85DC1731CEB5C3F5BCB7796D7ADAD1539308A031B93C1EE3C19B73A9B758169D4CD3E8AB45A62C22FDEFB839262CAF3CD5AACBDA29D9C4C56C901910C0BCB9F8936213C2757A5B667EFB65BB12544D93E973E3470C74CF41C90929B2541EE120159E94F87C84B35BA91AA2CDA18C6FD243623F06E9F4F5B2AE26333D53C976B3C0F8A3E81CDB67F0CFB563B26360130280A2487123D200F506494CDA9664E788E2554274C327710769889E11E2AEEE9FBF4040F3609FE21E9E5E1115B10FBA7801163143495C8E2E107E067BAD65D8BCCB324C83C17CE5E89822DD2DD6D53840EADF29B628FB0AACCD499A0BB55DCC5E5FDC264E4D126345BB222D7C54E5E0156A250195EEA994CB370809A059774443938EEEC75773ADE77F5BBED1A1B4FD14499EEA97C70838A8D9DF74B8F6DC4CE5BB1E82A24E747D1751E82E458CD7C5B9A2A99FF2C147B33C2FCBCEA6409678A2936D39E67E1D565F6DB24F4498872BD1AEC8F3C4E6AAEA51A0AD7DE4FBF0CCE94BFBE54ACD5151612D19477A663395EB6A5F683CED0D88FEFCA33696946EF570E2B7F12F4326AD593B6EDD5E1B764CBEAFB08325E9D1A03638B674782743A6559DA8E9B8BE6635774BFFFB675E977426C0FCE8AF8000CE67E3EF1654756C7AF3B0E89D8B2D7C2F928219EA0D94ED3A4F387217ADF41C18F653F98F7!
 F9AEE7752F6E1C21B2C3FADD0821CBBBA1F22ACF00C7F43455914EA196E3DD!
 F90A69AA
8E92A46AD5AC96B8BFAE0EF7C7C32F310BF343C871FCC7CF56669532821CE339E04BBDF3EA8896169851F4951477C2C971BF4FA9A2626187B885510D6E5089200724088CC2ABCD1B9CDFB01D64F0503C3306C72682DCC8BCDAB2008746427768167EA3AEA710C17E6E84A49F1F8773D3775B7F8C989B5E35C1E83991F30A63A57FBB900C36E8DCC79132643DA143C89F100CD4A0E8C4B9A790DA428056331FA049EA009BAEB0914D2E21C9E77B1FDBBBAFC3452AC0BBAC6D592A31593802FBA9C25AFB6DB044E60CCC3ACDB0AB8A8CFB316034CBE12DF119A31EB4861F3C8E34CE9852D2560B317128B2D9935D140537D565AF83EFE34536176A72718853A0C9F607AB9996097A51CDE50A2534A67CD6959BE654FF379BBE532EF79890A2242526C916081925213CADCB196ECBD2F4A889BA9BB3E984D980D91263CACE339E0BEB2EF131AC3F1A685E9553B2A955AF466B72C07746AD575209F76DD6D998C563CB1464610AF5A8A2B6468E402FFCAB31E68325389B00D6F3DD3A08321C1250372EB64377FBDE233055D30284249A53501D24DD6C655EA16D0D6CCB3482467ABBE395B01C39322DB6B682685B1F95FA5C3B45EDBB20384F31E71A415BFB437DE1DB02BE932759ECB74DAB22F8AEE0DD5D4AB76FE7627F6EF69C89123BC46E617515DF0136A16A96207F62523C09AB8!
 4638463C529BC20FADA2CD8405BBBCD7D6CC5C8FC3F2E3B132B72AC4DB41743469D96FAEF0F38FA71EF1B8958101D05573FF0D4670E269CD49DF81E785F686036472B7A3A34ED0CC0891F68721266B161019EA2E98FB173251E86D1A8DCB8B259C4EE929FD9140D8898FAE8B4587004A599178F35D4417464A1BE8AE89A59C6D272FA4E0BECACB448C722B515D81CFBF58BFEA56F1ACD24F4D83E88FE741E50C423C30EC8CCF54EC97322696D4067A3DA56863739CD3B2B7D72B682AAD3255D0B0F35B8E3BEB4AC6378A76316192AA3E741D6DB48EB92FA09A6EBB192B22FB940334245DCC369FEFAD52FEE4B50BCCED6A7C12A6541162C616DF0AE8FD9F0F969FF22723DA5DA4EECF1F66AA3B19CD2D49CEE919C2C000F5FBD097286BE83C2028AC7131E347FF629235E3A2173775F41B9E47C605BE6D1C2BD39E59057A1545406DD29FDB7EEA86BCF1C70DFC21022A8D9E225287D33277CA2B5D0DD97F24073D251280BABA7BA37579C31904921B5F9D79066B716F9F01AE15F9B89DB089034899FB38D9CA58891D26C8A5B2D3E9E2A3FAEACBCF7654FB317F888313B80D6149789B984FF9D6D1ADFA0C991E77AD5E4B3A485129C6FBEEC2C69A2B3E8567DE670D0257CF313F6CD5C09F2B5D9BCA5614BB0B3DB1FC336FC375704459BC415AEA95AC7D11EE7D76590BEE0C925F!
 967A99E6D2198373F9C5893CE46EC5829E2966C1FB4972188A511E1BED87D7!
 1179CD2D
E13088F7EDE39D6A3CFAF777D7A1E2FC63856AD8CE7B27F09E49C735581D9A9421DE806BA685B0AD7E9FBC70423787E510A16B7555B1DEC6A8CF4807077B53260FEAF396D36973DC7930C64263F5B22BB2AB4D9E9142EB4C21CE6DC15394D7573CD5B53F5D9CC7A22CCC49B87D7DF5FFB3B0D9F5617B677AF74805B97DD103BD70AA5EAED00EDB660D4DF37997A50753EC96BBA2870809BD9B46DB4953C7A6BF8D21CAA35648F3C566F0830CD85826695C8DD70B7985D335BD45D0C605C94F5B00D6A28CFD1124D895D2608DF101FCE56E46513A5825BBA448EF4CD34263E2C9EAF6BABAF7B9B34063BD1269E47C611C1AA70D9848A8703E44772A59D980D6BB048034344335D005DE6EB2B11A85ED45CE5926D61EC1B8B3E2C118D222F920C60F53F59B18503A4A74FDA63052332E5FFE732BC78B9D5FFEEADB3E557F852BD3A478AB461E1CBA8E2E705BDEB82A6EAD551965D917FC68B9D18978C0393C8CE1C1BB4767FCD4015DB649DD99C8D2086B7EC3A477A009E60D36E40D77A489A785B2D833A9A3DDAFCEDB0F482D64650DA388C0D2484ED1000F65B57D8EB454F05BD6E54FBC456EEDA12819AEA08A73A6B87EB6AAEE2CAE9FEC9A47E7D179DBDCDD1B6973A391B51884F18B0EC2CB547D1319F6D5C4ACCB1DF54DE43226FB1DA5245A34E6FB3612A23F320028B8B8026!
 D00A43C5AE9420CDF68CA20D3D410E3145FBD324E3B36F0185673A1D207EDB9749699F3EFCF7C73F2639156C27EAF098E7BA408B931FC5B1C61DAF086D49272BC93D2195BDD41EE9B2DF69AA16B8C38C105F4B4C419A539A01CD8E6CB5C490022D759CB09431E3744537C86BC86AAAF14257A4385DDDEB6BD3B07741027F38EA069622C6EAF9C461FCCAEBD1630224A69F37D0E978402FADB13F2A04B1E5A18EF158F76E9C27B5F86820468A4A5DC9D7964ACC6465BC1A025A5AD61B4BEB0B872B46018D98A980C6FC0CCED96C66BA5AE15086771272ED907E6C871EA4252C186DA123E00294803200B164BBB26A775722D05E9EC9EE9E2B8477E67B66178DC762A2C4603F1D2B5FA3EBEBE1138DE20ABBC9F7AA8A59C0E298E124DE644A4E1B11A88857B965D4828AE0719C1CE601BC4DCDEAB4B7FDB68ED1E1E31B62088986944E34852D897DA9E0D44EDEDB5CDD03C362FFF3F3BA842F4E1E454DAB1DFBDA7AD8970FE8AFD9671EC192E354C73ADAFA5F510F39EDDE6A303407E6F9F74C639EB96671872054A7D0BE8479FA56155DE72F243DC998212EA4BB2C2973F18E0CF9F1E303F4611A736AE7635350E0971EF935537AF7544940F75D0EBDC72014C8D91B11286919A9BEE1928302E667D8440D22F31602C39E3F9D57BDF6D0A949265D17703B582A7F1201CB3A8AAED5!
 01F514519098713E094C4375481DFF57AE03EE697CC34A61C49F1E429F0EDA!
 1175A1FA
E577D3ED884B1CDDFA4266F945F1200E16A9B4F2927DFCA393CA7B17620F96F13837C196FB6AD95D46B3924DFA47E4FC1E3027066FC9FDB87C4E7A8E2D070C0C2E373EB46F362B6ECE0F8D4062F9BDA630B503FA1D39AB1D47A01A9951980932DA2BCEF201D54A3FE01ECD564F91EB18A71F0942EEA9C7F7D4E4F14D35D421A88F75B3F4F5CB2A9481DEB17A005709A2C3BBEB2E093D637223E77EAA8213A
expected result:
1FFFFFFFFFFFFFFC01FFFC000000000000000FFFFFFFFFFFFFFFFFFFFF00000000000000000000001FFFFFFFFC000001
mpz_gcdext returns:
1
/bin/bash: line 1:   616 Abort                   ${dir}$tst
FAIL: t-gcd
PASS: t-gcd_ui
PASS: t-lcm
PASS: dive
PASS: dive_ui
PASS: t-sqrtrem
ERROR, op1 and op2 different in test 17
str  = G7o5knjRYMbTpZRAGfOVg1XjWP7pMnRfbRD4LUodeXL679flFaj8RfB44he7WjBfgPC88NcQkIYHa06jRmZnJdZXaFJHd6YWm5kWIbI7Dh1cU2pELUh8AeMGM1JK00UghVWi8R9bWHIo4e7YcK18Jb5DnkFAUSG71XcXUVkTRep83lQIYB5e9CBSiGIbVl5mi7alNJISTjbfJa4Fl7k7B8oWkn3lpmI7iiH6LfQREWBICII8pQjSb8G7MO8UoY8W4PK5GALoGNkkFAfQLde7ZG7BeeUO4RpnR0mHhh5PDBO6ZbNhbCiBmKNmQDMV20RG0njgBVZp4Z21jYYDgQVBXOCODIUP2h507U5FMfKjNXP7fPmcBK0ZLTQg4N9YiH4W3c7TTCZ8QEZV7D41NgLej8L86fIBRkTDVeBZ7hCPffeSSb8h9aNhnZQeHWC332m71YoFJRXG2cifD9pkl0ji4BWPfBV2iNOQJ7FCKMD3SDlgXMHE2d7jbPV77Mp2aK4Smm1F7PDnFdQaJoTYGUIQlOmZB6DKTgN3kbJ3mI9BU5eRT2PP1SO0XAIYQ1m4C6mWN8OHKJ48K9nf1F6OT84mMNR7Aglc0Ok385ANZ2YVpATiDoLAEYkBCA7BbLfRZ0fKCD46kGBToJcN
base = 52
op1  = 7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFE000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
op2  = 7FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFDFFE74DA8B05E43AD7ADE78D6B39409196E99AC87EBA29ADA74583623ECDF0EC8EFF0B8FFE96470DE25E75D478C2A012329A7129A1F4BD4FBC763AF75C3D2FF154DBA31A41B60A9CB04C231C531D57B21C9F8A77755FF0AA84EB82EA33A1C1A7D4AFD8F3F32200CBE34D462B636ABD1E8073929E2A94771866BA2EF47E9054928C05477A57A48C82D7D7086408505E8E748BDD248CF668A24A18CBD48C2D4457ED0AD6B13DCC0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
/bin/bash: line 1:   717 Abort                   ${dir}$tst
FAIL: convert
ERROR
op1  = FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000007FFFFFFFF0000000000000000000000000000000000000000000000000000000000000000000000000000000003FFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000007FFFFFFFFF80000000000000000000000000000000000000000000000000000000
op2  = FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF40E71D1BA60AE255AD6AAAAC354DEF62EB156579F72B9B5C6DD57A0416633A78A48B149B6E01FFDCA1CCA6AC6B0E5D4689748904D8820B15928B2D46DF12AA91CE0068B002445FDBD730AFB12745794008118C26DD8118327DDA36B0C20951713D39F1EB85F9D26FB9E4E6A488372FB7EAD5F95B9129C1DDE3CDD8A04EB0D2C8D94E50000000000000000003FFFFFFFFFFFFFFFFFFFFFFFFFFFFF0000007FFFFFFFFF80000000000000000000000000000000000000000000000000000000
base = 19
/bin/bash: line 1:   746 Abort                   ${dir}$tst
FAIL: io
PASS: t-inp_str
PASS: logic
PASS: bit

Incorrect results for operands:
-33
7E00FFF800001FFFF
C
mpz_powm result:
1
reference result:
9
/bin/bash: line 1:   810 Abort                   ${dir}$tst
FAIL: t-powm

test 3: Incorrect results for operands:
-7FFFFFFFFFFFFFFFFFFFFFFC00000000FFFFFFF81FFFFFFFFFFFFFFFFFFFFF80000000000
3FFFEC003FC007
7FFFFFFFFFFFFFFFFFFFFFFC00007FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC0000000000000000000000000000000000000000000000000000000000000000000000000000000000FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFC0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
mpz_powm_ui result:
489269691D6891B5737FBAD2888FC07983CBE9A601BD3EE75E0EB72CEFA61C6FB41C7B0AA15EA75DB80BF712148E00E9C465846BB0120597F327308985679FB004DCE86F988E1BF6F744304E821742812DA6918A30614CC4AB96B25462C1EB78E3E5D87AA3947D9D2566D7BCD636F6B44B1FE072C97CA642CDDB905E58DFFAE9833E3E134CC61ACD58C0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
reference result:
4D7E23403500076080D1F4411F6399402C4C622CF99C3DF4C7E1ADB8165238E61788E0C125C6B9A281175BE28D6D41D0DB239ECBE67112FF751129A0BC5E958EBF6EC5F244763741D452ED3FC0C7C5080CAC9A2AFDCD3DCB65C4950AC518DAA45247F2D742E294973C4F4030D9F5FC6481D55A255F7EE745F83D813A16EFB9D8914D176B6EEDEC4BC400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
/bin/bash: line 1:   827 Abort                   ${dir}$tst
FAIL: t-powm_ui
mpz_pow_ui wrong
  base=0xFFFFFFFF0
  exp = 10 (0xA)
  got =0xFFFFF60000002CFFFFFF88000000D1FFFFFF04000000D1FFFFFF880000002CFFFFFFF6000000010000000000
  want=0xFFFFFFF60000002CFFFFFF88000000D1FFFFFF04000000D1FFFFFF880000002CFFFFFFF6000000010000000000
/bin/bash: line 1:   844 Abort                   ${dir}$tst
FAIL: t-pow
mpz_fdiv_[qr]_2exp doesn't multiply back
a=-1
d=1
q=0
r=1
p=1
a=0x-1
d=0x1
q=0x0
r=0x1
p=0x1
/bin/bash: line 1:   861 Abort                   ${dir}$tst
FAIL: t-div_2exp
PASS: reuse
ERROR after test 16
1766820104831717178949489144434338874529008435935729386254159420222865408
14
14
nth: 62
/bin/bash: line 1:   893 Abort                   ${dir}$tst
FAIL: t-root
PASS: t-perfsqr
mpz_kronecker (8343699359066055009355553539724607259597197280003369865818272446579211404557811502191383937025, 411376139330295710204119138286074006425276336025688921207799800) is -1 should be 0
/bin/bash: line 1:   932 Abort                   ${dir}$tst
FAIL: t-jac
PASS: t-bin
PASS: t-get_d
PASS: t-get_d_2exp
PASS: t-get_si
PASS: t-set_d
PASS: t-set_si
mpz_fac_ui(65) wrong
  got  42039462568993218311103518619439960293746522222946889468541592798676520146500159799296
  want 8247650592082470666723170306785496252186258551345437492922123134388955774976000000000000000
/bin/bash: line 1:  1043 Abort                   ${dir}$tst
FAIL: t-fac_ui
PASS: t-fib_ui
PASS: t-lucnum_ui
PASS: t-scan
PASS: t-fits
mpz_divisible_p wrong
   expected 1 got 0
   a=917999005922702452383768963956780445357600426435857005649042602734228708742134662578662
   d=4807559622995831928729524593498098430345424231019974559197591171551743881
   a=0x1D88B97248EBEFD0989773CC28D665B08D6DBA894B5B29C2D45307B63B4F4A975B3BA41E6
   d=0x2B8924C1789242A4690C35A1A02DB93DCDA752A813CEF0911302B7A344F89
/bin/bash: line 1:  1120 Abort                   ${dir}$tst
FAIL: t-divis
PASS: t-divis_2exp
mpz_congruent_p wrong
   expected 1 got 0
   a=16296287810675888690147538575299336695933623418009296629899512700111653459598417691658551296
   c=2135987035920910067580871289370411359410823946231209725365545618201622103398356363908058087030784
   d=110427941548649008338991766880471827901125248893206535060554114364604400
   a=0x7FFFFFFFFFFFFFFFFFFF0043FE61F7FFC7FFBDFFEFC4FF9F85FC020007200BF0FC0F800A0000
   c=0xFFFFFFFFFFFFFF800FFFFFFFFFFFFE03FFFFFFFFFFFFC000000007FC0000001FFFFFFC1FFFFE0000
   d=0xFFFFFFFFFFFFF80000000007FFFC000007FFFFFFFFFFFFFF000001FFFF0
/bin/bash: line 1:  1152 Abort                   ${dir}$tst
FAIL: t-cong
mpz_congruent_2exp_p wrong
   expected 1 got 0
   a=4721790022117341790208
   c=4721790022117341790208
 a-c=0
 2^d=32592575621351777380295131014550050576823494298654980010178247189670100796213387298934358016
   d=304
   a=0xFFF800000000000000
   c=0xFFF800000000000000
 a-c=0x0
 2^d=0x10000000000000000000000000000000000000000000000000000000000000000000000000000
   d=0x130
/bin/bash: line 1:  1169 Abort                   ${dir}$tst
FAIL: t-cong_2exp
PASS: t-sizeinbase
PASS: t-set_str
PASS: t-aorsmul
PASS: t-cmp_d
PASS: t-cmp_si
PASS: t-hamdist
PASS: t-oddeven
PASS: t-popcount
wrong result
  shift  -1
  neg    0
     f=0x0.fffffffffff80000000000078 at 24
   got=0xfffffffffff8000000000007
  want=0x7ffffffffffffffffff8000000000007
/bin/bash: line 1:  1306 Abort                   ${dir}$tst
FAIL: t-set_f
PASS: t-io_raw
PASS: t-import
PASS: t-export
PASS: t-pprime_p
==================================
17 of 56 tests failed
Please report to gmp-bugs at swox.com
==================================
gmake[4]: *** [check-TESTS] Error 1
gmake[4]: Leaving directory `/home/hankedr/b/gmp-4.2.1/tests/mpz'
gmake[3]: *** [check-am] Error 2
gmake[3]: Leaving directory `/home/hankedr/b/gmp-4.2.1/tests/mpz'
gmake[2]: *** [check-recursive] Error 1
gmake[2]: Leaving directory `/home/hankedr/b/gmp-4.2.1/tests'
gmake[1]: *** [check-recursive] Error 1
gmake[1]: Leaving directory `/home/hankedr/b/gmp-4.2.1'
gmake: *** [check] Error 2


=== config.log =====================================================

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by GNU MP configure 4.2.1, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure --prefix=/tmp

## --------- ##
## Platform. ##
## --------- ##

hostname = jane
uname -m = i86pc
uname -r = 5.10
uname -s = SunOS
uname -v = Generic_Patch

/usr/bin/uname -p = i386
/bin/uname -X     = System = SunOS
Node = jane
Release = 5.10
KernelID = Generic_Patch
Machine = i86pc
BusType = <unknown>
Serial = <unknown>
Users = <unknown>
OEM# = 0
Origin# = 1
NumCPU = 2

/bin/arch              = i86pc
/usr/bin/arch -k       = i86pc
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /home/hankedr/bin
PATH: /usr/local/bin
PATH: /usr/sfw/bin
PATH: /opt/sfw/bin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/dt/bin
PATH: /usr/ccs/bin
PATH: /opt/SUNWspro/bin
PATH: /usr/openwin/bin
PATH: /opt/sfw/teTeX/bin/i386-pc-solaris2.9
PATH: /usr/ucb


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1658: checking build system type
configure:1676: result: x86_64-pc-solaris2.10
configure:1684: checking host system type
configure:1698: result: x86_64-pc-solaris2.10
configure:1721: checking for a BSD-compatible install
configure:1776: result: /opt/sfw/bin/ginstall -c
configure:1787: checking whether build environment is sane
configure:1830: result: yes
configure:1887: checking for gawk
configure:1903: found /opt/sfw/bin/gawk
configure:1913: result: gawk
configure:1923: checking whether make sets $(MAKE)
configure:1943: result: yes
configure:2109: checking whether to enable maintainer-specific portions of Makefiles
configure:2118: result: no
User:
ABI=
CC=cc
CFLAGS=-g -xtarget=opteron -xarch=amd64
CPPFLAGS=(unset)
MPN_PATH=
GMP:
abilist=64 32
cclist=gcc icc
configure:3754: cc -c conftest.c >&5
"conftest.c", line 2: warning: old-style declaration or incorrect type for: choke
"conftest.c", line 2: syntax error before or at: me
"conftest.c", line 3: warning: old-style declaration or incorrect type for: me
cc: acomp failed for conftest.c
configure:3757: $? = 2
configure:3776: cc 2>&1 | grep xlc >/dev/null
configure:3779: $? = 1
configure:3833: checking compiler cc -g -xtarget=opteron -xarch=amd64 
Test compile: 
configure:3847: cc -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:3850: $? = 0
configure:3855: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:3858: $? = 0
Test compile: function pointer return
configure:3901: cc -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:3904: $? = 0
configure:3909: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:3912: $? = 0
Test compile: cmov instruction
configure:3957: cc -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:3960: $? = 0
configure:3965: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:3968: $? = 0
Test compile: double -> ulong conversion
configure:4014: cc -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:4017: $? = 0
configure:4022: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:4025: $? = 0
Test compile: double negation
configure:4069: cc -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:4072: $? = 0
configure:4077: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:4080: $? = 0
Test compile: double -> float conversion
configure:4125: cc -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:4128: $? = 0
configure:4133: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:4136: $? = 0
Test compile: gnupro alpha ev6 char spilling
configure:4209: cc -g -xtarget=opteron -xarch=amd64  conftest.c >&5
"conftest.c", line 18: warning: implicit function declaration: memcpy
configure:4212: $? = 0
configure:4217: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:4220: $? = 0
Test compile: __builtin_alloca availability
configure:4260: cc -g -xtarget=opteron -xarch=amd64  conftest.c >&5
"conftest.c", line 1: warning: implicit function declaration: __builtin_alloca
Undefined			first referenced
 symbol  			    in file
main                                /opt/SUNWspro/prod/lib/amd64/crt1x.o
ld: fatal: Symbol referencing errors. No output written to a.out
configure:4263: $? = 1
failed program was:
int k; int foo () { __builtin_alloca (k); }
Test compile: abs int -> double conversion
configure:4384: cc -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:4387: $? = 0
configure:4392: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:4395: $? = 0
Test compile: long long reliability test 1
configure:4448: cc -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:4451: $? = 0
configure:4456: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:4459: $? = 0
Test compile: long long reliability test 2
configure:4508: cc -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:4511: $? = 0
configure:4516: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:4519: $? = 0
Test compile: mpn_lshift_com optimization
configure:4599: cc -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:4602: $? = 0
configure:4607: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:4610: $? = 0
Test compile: mpn_lshift_com optimization 2
configure:4699: cc -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:4702: $? = 0
configure:4707: ./a.out || ./b.out || ./a.exe || ./a_out.exe || ./conftest
configure:4710: $? = 0
configure:4856: result: yes
configure:6497: checking for gcc
configure:6523: result: cc
configure:6767: checking for C compiler version
configure:6770: cc --version </dev/null >&5
cc: Warning: option -- passed to ld
usage: cc [ options] files.  Use 'cc -flags' for details
configure:6773: $? = 1
configure:6775: cc -v </dev/null >&5
usage: cc [ options] files.  Use 'cc -flags' for details
configure:6778: $? = 1
configure:6780: cc -V </dev/null >&5
cc: Sun C 5.8 2005/10/13
usage: cc [ options] files.  Use 'cc -flags' for details
configure:6783: $? = 1
configure:6806: checking for C compiler default output file name
configure:6809: cc -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
configure:6812: $? = 0
configure:6858: result: a.out
configure:6863: checking whether the C compiler works
configure:6869: ./a.out
configure:6872: $? = 0
configure:6889: result: yes
configure:6896: checking whether we are cross compiling
configure:6898: result: no
configure:6901: checking for suffix of executables
configure:6903: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
configure:6906: $? = 0
configure:6931: result: 
configure:6937: checking for suffix of object files
configure:6958: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:6961: $? = 0
configure:6983: result: o
configure:6987: checking whether we are using the GNU C compiler
configure:7011: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
"conftest.c", line 20: undefined symbol: choke
"conftest.c", line 20: syntax error before or at: me
cc: acomp failed for conftest.c
configure:7017: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:7043: result: no
configure:7049: checking whether cc accepts -g
configure:7070: cc -c -g  conftest.c >&5
configure:7076: $? = 0
configure:7080: test -z 
			 || test ! -s conftest.err
configure:7083: $? = 0
configure:7086: test -s conftest.o
configure:7089: $? = 0
configure:7100: result: yes
configure:7117: checking for cc option to accept ANSI C
configure:7187: cc  -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
"conftest.c", line 58: warning: statement not reached
configure:7193: $? = 0
configure:7197: test -z 
			 || test ! -s conftest.err
configure:7200: $? = 0
configure:7203: test -s conftest.o
configure:7206: $? = 0
configure:7224: result: none needed
configure:7242: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
"conftest.c", line 2: warning: old-style declaration or incorrect type for: choke
"conftest.c", line 2: syntax error before or at: me
"conftest.c", line 3: warning: old-style declaration or incorrect type for: me
cc: acomp failed for conftest.c
configure:7248: $? = 2
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:7387: checking how to run the C preprocessor
configure:7422: cc -E  conftest.c
configure:7428: $? = 0
configure:7460: cc -E  conftest.c
"conftest.c", line 15: cannot find include file: <ac_nonexistent.h>
cc: acomp failed for conftest.c
configure:7466: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7505: result: cc -E
configure:7529: cc -E  conftest.c
configure:7535: $? = 0
configure:7567: cc -E  conftest.c
"conftest.c", line 15: cannot find include file: <ac_nonexistent.h>
cc: acomp failed for conftest.c
configure:7573: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7648: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:7654: $? = 0
configure:7658: test -z 
			 || test ! -s conftest.err
configure:7661: $? = 0
configure:7664: test -s conftest.o
configure:7667: $? = 0
configure:7755: checking build system compiler cc
configure:7768: cc conftest.c
"conftest.c", line 4: warning: implicit function declaration: exit
configure:7771: $? = 0
configure:7778: result: yes
configure:7799: checking for build system preprocessor
configure:7810: cc -E conftest.c
# 1 "conftest.c"
#ident "acomp: Sun C 5.8 2005/10/13"
configure:7813: $? = 0
configure:7830: result: cc -E
configure:7837: checking for build system executable suffix
configure:7851: cc conftest.c -o conftest.exe
"conftest.c", line 4: warning: implicit function declaration: exit
configure:7854: $? = 0
./configure: line 7856: ./conftest: No such file or directory
configure:7851: cc conftest.c -o conftest,ff8
"conftest.c", line 4: warning: implicit function declaration: exit
configure:7854: $? = 0
./configure: line 7856: ./conftest: No such file or directory
configure:7851: cc conftest.c -o conftest
"conftest.c", line 4: warning: implicit function declaration: exit
configure:7854: $? = 0
configure:7870: result: 
configure:7876: checking whether build system compiler is ANSI
configure:7889: cc conftest.c
"conftest.c", line 4: warning: implicit function declaration: exit
configure:7892: $? = 0
configure:7901: result: yes
configure:7911: checking for build system compiler math library
configure:7930: cc conftest.c -lm
"conftest.c", line 4: warning: implicit function declaration: exit
"conftest.c", line 10: warning: implicit function declaration: log
configure:7933: $? = 0
configure:7942: result: -lm
configure:8752: checking for egrep
configure:8762: result: egrep
Decided:
ABI=64
CC=cc
CFLAGS=-g -xtarget=opteron -xarch=amd64
CPPFLAGS=
GMP_LDFLAGS=
CXX=CC
CXXFLAGS=-g -xtarget=opteron -xarch=amd64
path= x86_64 generic
configure:9036: checking for function prototypes
configure:9039: result: yes
configure:9056: checking for ANSI C header files
configure:9081: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:9087: $? = 0
configure:9091: test -z 
			 || test ! -s conftest.err
configure:9094: $? = 0
configure:9097: test -s conftest.o
configure:9100: $? = 0
configure:9189: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 34: warning: implicit function declaration: exit
configure:9192: $? = 0
configure:9194: ./conftest
configure:9197: $? = 0
configure:9212: result: yes
configure:9236: checking for sys/types.h
configure:9252: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:9258: $? = 0
configure:9262: test -z 
			 || test ! -s conftest.err
configure:9265: $? = 0
configure:9268: test -s conftest.o
configure:9271: $? = 0
configure:9282: result: yes
configure:9236: checking for sys/stat.h
configure:9252: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:9258: $? = 0
configure:9262: test -z 
			 || test ! -s conftest.err
configure:9265: $? = 0
configure:9268: test -s conftest.o
configure:9271: $? = 0
configure:9282: result: yes
configure:9236: checking for stdlib.h
configure:9252: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:9258: $? = 0
configure:9262: test -z 
			 || test ! -s conftest.err
configure:9265: $? = 0
configure:9268: test -s conftest.o
configure:9271: $? = 0
configure:9282: result: yes
configure:9236: checking for string.h
configure:9252: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:9258: $? = 0
configure:9262: test -z 
			 || test ! -s conftest.err
configure:9265: $? = 0
configure:9268: test -s conftest.o
configure:9271: $? = 0
configure:9282: result: yes
configure:9236: checking for memory.h
configure:9252: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:9258: $? = 0
configure:9262: test -z 
			 || test ! -s conftest.err
configure:9265: $? = 0
configure:9268: test -s conftest.o
configure:9271: $? = 0
configure:9282: result: yes
configure:9236: checking for strings.h
configure:9252: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:9258: $? = 0
configure:9262: test -z 
			 || test ! -s conftest.err
configure:9265: $? = 0
configure:9268: test -s conftest.o
configure:9271: $? = 0
configure:9282: result: yes
configure:9236: checking for inttypes.h
configure:9252: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:9258: $? = 0
configure:9262: test -z 
			 || test ! -s conftest.err
configure:9265: $? = 0
configure:9268: test -s conftest.o
configure:9271: $? = 0
configure:9282: result: yes
configure:9236: checking for stdint.h
configure:9252: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:9258: $? = 0
configure:9262: test -z 
			 || test ! -s conftest.err
configure:9265: $? = 0
configure:9268: test -s conftest.o
configure:9271: $? = 0
configure:9282: result: yes
configure:9236: checking for unistd.h
configure:9252: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:9258: $? = 0
configure:9262: test -z 
			 || test ! -s conftest.err
configure:9265: $? = 0
configure:9268: test -s conftest.o
configure:9271: $? = 0
configure:9282: result: yes
configure:9307: checking for string.h
configure:9312: result: yes
configure:9497: checking for ar
configure:9513: found /usr/ccs/bin/ar
configure:9524: result: ar
configure:9555: checking for BSD-compatible nm
configure:9597: result: /usr/ccs/bin/nm -p
configure:9862: checking for a sed that does not truncate output
configure:9916: result: /opt/sfw/bin/gsed
configure:9963: checking for non-GNU ld
configure:9997: result: /usr/ccs/bin/ld
configure:10006: checking if the linker (/usr/ccs/bin/ld) is GNU ld
configure:10021: result: no
configure:10026: checking for /usr/ccs/bin/ld option to reload object files
configure:10033: result: -r
configure:10042: checking whether ln -s works
configure:10046: result: yes
configure:10053: checking how to recognise dependent libraries
configure:10236: result: pass_all
configure:10700: checking dlfcn.h usability
configure:10712: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:10718: $? = 0
configure:10722: test -z 
			 || test ! -s conftest.err
configure:10725: $? = 0
configure:10728: test -s conftest.o
configure:10731: $? = 0
configure:10741: result: yes
configure:10745: checking dlfcn.h presence
configure:10755: cc -E  conftest.c
configure:10761: $? = 0
configure:10781: result: yes
configure:10816: checking for dlfcn.h
configure:10823: result: yes
configure:10842: checking the maximum length of command line arguments
configure:10907: result: 262144
configure:10918: checking command to parse /usr/ccs/bin/nm -p output from cc object
configure:11007: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:11010: $? = 0
configure:11014: /usr/ccs/bin/nm -p conftest.o \| sed -n -e 's/^.*[ 	]\([BDRT][BDRT]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:11017: $? = 0
configure:11069: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c conftstm.o >&5
configure:11072: $? = 0
configure:11110: result: ok
configure:11114: checking for objdir
configure:11129: result: .libs
configure:11219: checking for ar
configure:11246: result: ar
configure:11299: checking for ranlib
configure:11315: found /usr/ccs/bin/ranlib
configure:11326: result: ranlib
configure:11379: checking for strip
configure:11395: found /usr/ccs/bin/strip
configure:11406: result: strip
configure:11668: checking if cc static flag  works
configure:11691: result: yes
configure:11757: checking for cc option to produce PIC
configure:11934: result: -KPIC
configure:11942: checking if cc PIC flag -KPIC works
configure:11960: cc -c -g -xtarget=opteron -xarch=amd64  -KPIC -DPIC conftest.c >&5
configure:11964: $? = 0
configure:11975: result: yes
configure:11999: checking if cc supports -c -o file.o
configure:12020: cc -c -g -xtarget=opteron -xarch=amd64  -o out/conftest2.o conftest.c >&5
configure:12024: $? = 0
configure:12044: result: yes
configure:12070: checking whether the cc linker (/usr/ccs/bin/ld) supports shared libraries
configure:12918: result: yes
configure:12989: checking dynamic linker characteristics
configure:13529: result: solaris2.10 ld.so
configure:13533: checking how to hardcode library paths into programs
configure:13558: result: immediate
configure:13572: checking whether stripping libraries is possible
configure:13593: result: no
configure:14407: checking if libtool supports shared libraries
configure:14409: result: yes
configure:14412: checking whether to build shared libraries
configure:14470: result: yes
configure:14473: checking whether to build static libraries
configure:14477: result: yes
configure:14569: creating libtool
configure:24540: checking for ANSI C header files
configure:24696: result: yes
configure:24706: checking whether time.h and sys/time.h may both be included
configure:24731: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:24737: $? = 0
configure:24741: test -z 
			 || test ! -s conftest.err
configure:24744: $? = 0
configure:24747: test -s conftest.o
configure:24750: $? = 0
configure:24761: result: yes
configure:24827: checking fcntl.h usability
configure:24839: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:24845: $? = 0
configure:24849: test -z 
			 || test ! -s conftest.err
configure:24852: $? = 0
configure:24855: test -s conftest.o
configure:24858: $? = 0
configure:24868: result: yes
configure:24872: checking fcntl.h presence
configure:24882: cc -E  conftest.c
configure:24888: $? = 0
configure:24908: result: yes
configure:24943: checking for fcntl.h
configure:24950: result: yes
configure:24827: checking float.h usability
configure:24839: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:24845: $? = 0
configure:24849: test -z 
			 || test ! -s conftest.err
configure:24852: $? = 0
configure:24855: test -s conftest.o
configure:24858: $? = 0
configure:24868: result: yes
configure:24872: checking float.h presence
configure:24882: cc -E  conftest.c
configure:24888: $? = 0
configure:24908: result: yes
configure:24943: checking for float.h
configure:24950: result: yes
configure:24827: checking invent.h usability
configure:24839: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
"conftest.c", line 67: cannot find include file: <invent.h>
cc: acomp failed for conftest.c
configure:24845: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <invent.h>
configure:24868: result: no
configure:24872: checking invent.h presence
configure:24882: cc -E  conftest.c
"conftest.c", line 33: cannot find include file: <invent.h>
cc: acomp failed for conftest.c
configure:24888: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| /* end confdefs.h.  */
| #include <invent.h>
configure:24908: result: no
configure:24943: checking for invent.h
configure:24950: result: no
configure:24827: checking langinfo.h usability
configure:24839: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:24845: $? = 0
configure:24849: test -z 
			 || test ! -s conftest.err
configure:24852: $? = 0
configure:24855: test -s conftest.o
configure:24858: $? = 0
configure:24868: result: yes
configure:24872: checking langinfo.h presence
configure:24882: cc -E  conftest.c
configure:24888: $? = 0
configure:24908: result: yes
configure:24943: checking for langinfo.h
configure:24950: result: yes
configure:24827: checking locale.h usability
configure:24839: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:24845: $? = 0
configure:24849: test -z 
			 || test ! -s conftest.err
configure:24852: $? = 0
configure:24855: test -s conftest.o
configure:24858: $? = 0
configure:24868: result: yes
configure:24872: checking locale.h presence
configure:24882: cc -E  conftest.c
configure:24888: $? = 0
configure:24908: result: yes
configure:24943: checking for locale.h
configure:24950: result: yes
configure:24827: checking nl_types.h usability
configure:24839: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:24845: $? = 0
configure:24849: test -z 
			 || test ! -s conftest.err
configure:24852: $? = 0
configure:24855: test -s conftest.o
configure:24858: $? = 0
configure:24868: result: yes
configure:24872: checking nl_types.h presence
configure:24882: cc -E  conftest.c
configure:24888: $? = 0
configure:24908: result: yes
configure:24943: checking for nl_types.h
configure:24950: result: yes
configure:24827: checking sys/attributes.h usability
configure:24839: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
"conftest.c", line 70: cannot find include file: <sys/attributes.h>
cc: acomp failed for conftest.c
configure:24845: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/attributes.h>
configure:24868: result: no
configure:24872: checking sys/attributes.h presence
configure:24882: cc -E  conftest.c
"conftest.c", line 36: cannot find include file: <sys/attributes.h>
cc: acomp failed for conftest.c
configure:24888: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| /* end confdefs.h.  */
| #include <sys/attributes.h>
configure:24908: result: no
configure:24943: checking for sys/attributes.h
configure:24950: result: no
configure:24827: checking sys/iograph.h usability
configure:24839: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
"conftest.c", line 70: cannot find include file: <sys/iograph.h>
cc: acomp failed for conftest.c
configure:24845: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/iograph.h>
configure:24868: result: no
configure:24872: checking sys/iograph.h presence
configure:24882: cc -E  conftest.c
"conftest.c", line 36: cannot find include file: <sys/iograph.h>
cc: acomp failed for conftest.c
configure:24888: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| /* end confdefs.h.  */
| #include <sys/iograph.h>
configure:24908: result: no
configure:24943: checking for sys/iograph.h
configure:24950: result: no
configure:24827: checking sys/mman.h usability
configure:24839: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:24845: $? = 0
configure:24849: test -z 
			 || test ! -s conftest.err
configure:24852: $? = 0
configure:24855: test -s conftest.o
configure:24858: $? = 0
configure:24868: result: yes
configure:24872: checking sys/mman.h presence
configure:24882: cc -E  conftest.c
configure:24888: $? = 0
configure:24908: result: yes
configure:24943: checking for sys/mman.h
configure:24950: result: yes
configure:24827: checking sys/param.h usability
configure:24839: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:24845: $? = 0
configure:24849: test -z 
			 || test ! -s conftest.err
configure:24852: $? = 0
configure:24855: test -s conftest.o
configure:24858: $? = 0
configure:24868: result: yes
configure:24872: checking sys/param.h presence
configure:24882: cc -E  conftest.c
configure:24888: $? = 0
configure:24908: result: yes
configure:24943: checking for sys/param.h
configure:24950: result: yes
configure:24827: checking sys/processor.h usability
configure:24839: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:24845: $? = 0
configure:24849: test -z 
			 || test ! -s conftest.err
configure:24852: $? = 0
configure:24855: test -s conftest.o
configure:24858: $? = 0
configure:24868: result: yes
configure:24872: checking sys/processor.h presence
configure:24882: cc -E  conftest.c
configure:24888: $? = 0
configure:24908: result: yes
configure:24943: checking for sys/processor.h
configure:24950: result: yes
configure:24827: checking sys/pstat.h usability
configure:24839: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
"conftest.c", line 73: cannot find include file: <sys/pstat.h>
cc: acomp failed for conftest.c
configure:24845: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/pstat.h>
configure:24868: result: no
configure:24872: checking sys/pstat.h presence
configure:24882: cc -E  conftest.c
"conftest.c", line 39: cannot find include file: <sys/pstat.h>
cc: acomp failed for conftest.c
configure:24888: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| /* end confdefs.h.  */
| #include <sys/pstat.h>
configure:24908: result: no
configure:24943: checking for sys/pstat.h
configure:24950: result: no
configure:24827: checking sys/sysinfo.h usability
configure:24839: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:24845: $? = 0
configure:24849: test -z 
			 || test ! -s conftest.err
configure:24852: $? = 0
configure:24855: test -s conftest.o
configure:24858: $? = 0
configure:24868: result: yes
configure:24872: checking sys/sysinfo.h presence
configure:24882: cc -E  conftest.c
configure:24888: $? = 0
configure:24908: result: yes
configure:24943: checking for sys/sysinfo.h
configure:24950: result: yes
configure:24827: checking sys/syssgi.h usability
configure:24839: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
"conftest.c", line 74: cannot find include file: <sys/syssgi.h>
cc: acomp failed for conftest.c
configure:24845: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SYSINFO_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/syssgi.h>
configure:24868: result: no
configure:24872: checking sys/syssgi.h presence
configure:24882: cc -E  conftest.c
"conftest.c", line 40: cannot find include file: <sys/syssgi.h>
cc: acomp failed for conftest.c
configure:24888: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SYSINFO_H 1
| /* end confdefs.h.  */
| #include <sys/syssgi.h>
configure:24908: result: no
configure:24943: checking for sys/syssgi.h
configure:24950: result: no
configure:24827: checking sys/systemcfg.h usability
configure:24839: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
"conftest.c", line 74: cannot find include file: <sys/systemcfg.h>
cc: acomp failed for conftest.c
configure:24845: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SYSINFO_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| #  include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <sys/systemcfg.h>
configure:24868: result: no
configure:24872: checking sys/systemcfg.h presence
configure:24882: cc -E  conftest.c
"conftest.c", line 40: cannot find include file: <sys/systemcfg.h>
cc: acomp failed for conftest.c
configure:24888: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SYSINFO_H 1
| /* end confdefs.h.  */
| #include <sys/systemcfg.h>
configure:24908: result: no
configure:24943: checking for sys/systemcfg.h
configure:24950: result: no
configure:24827: checking sys/time.h usability
configure:24839: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:24845: $? = 0
configure:24849: test -z 
			 || test ! -s conftest.err
configure:24852: $? = 0
configure:24855: test -s conftest.o
configure:24858: $? = 0
configure:24868: result: yes
configure:24872: checking sys/time.h presence
configure:24882: cc -E  conftest.c
configure:24888: $? = 0
configure:24908: result: yes
configure:24943: checking for sys/time.h
configure:24950: result: yes
configure:24827: checking sys/times.h usability
configure:24839: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:24845: $? = 0
configure:24849: test -z 
			 || test ! -s conftest.err
configure:24852: $? = 0
configure:24855: test -s conftest.o
configure:24858: $? = 0
configure:24868: result: yes
configure:24872: checking sys/times.h presence
configure:24882: cc -E  conftest.c
configure:24888: $? = 0
configure:24908: result: yes
configure:24943: checking for sys/times.h
configure:24950: result: yes
configure:24969: checking for sys/resource.h
configure:24994: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:25000: $? = 0
configure:25004: test -z 
			 || test ! -s conftest.err
configure:25007: $? = 0
configure:25010: test -s conftest.o
configure:25013: $? = 0
configure:25024: result: yes
configure:25041: checking for sys/sysctl.h
configure:25059: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
"conftest.c", line 47: cannot find include file: <sys/sysctl.h>
cc: acomp failed for conftest.c
configure:25065: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| /* end confdefs.h.  */
| #if HAVE_SYS_PARAM_H
| # include <sys/param.h>
| #endif
| 
| #include <sys/sysctl.h>
configure:25089: result: no
configure:25106: checking for machine/hal_sysinfo.h
configure:25124: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
"conftest.c", line 47: cannot find include file: <machine/hal_sysinfo.h>
cc: acomp failed for conftest.c
configure:25130: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| /* end confdefs.h.  */
| #if HAVE_SYS_SYSINFO_H
| # include <sys/sysinfo.h>
| #endif
| 
| #include <machine/hal_sysinfo.h>
configure:25154: result: no
configure:25177: checking whether fgetc is declared
configure:25201: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:25207: $? = 0
configure:25211: test -z 
			 || test ! -s conftest.err
configure:25214: $? = 0
configure:25217: test -s conftest.o
configure:25220: $? = 0
configure:25231: result: yes
configure:25247: checking whether fscanf is declared
configure:25271: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:25277: $? = 0
configure:25281: test -z 
			 || test ! -s conftest.err
configure:25284: $? = 0
configure:25287: test -s conftest.o
configure:25290: $? = 0
configure:25301: result: yes
configure:25317: checking whether optarg is declared
configure:25341: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:25347: $? = 0
configure:25351: test -z 
			 || test ! -s conftest.err
configure:25354: $? = 0
configure:25357: test -s conftest.o
configure:25360: $? = 0
configure:25371: result: yes
configure:25387: checking whether ungetc is declared
configure:25411: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:25417: $? = 0
configure:25421: test -z 
			 || test ! -s conftest.err
configure:25424: $? = 0
configure:25427: test -s conftest.o
configure:25430: $? = 0
configure:25441: result: yes
configure:25457: checking whether vfprintf is declared
configure:25481: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:25487: $? = 0
configure:25491: test -z 
			 || test ! -s conftest.err
configure:25494: $? = 0
configure:25497: test -s conftest.o
configure:25500: $? = 0
configure:25511: result: yes
configure:25529: checking whether sys_errlist is declared
configure:25555: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
"conftest.c", line 55: undefined symbol: sys_errlist
cc: acomp failed for conftest.c
configure:25561: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #include <errno.h>
| 
| int
| main ()
| {
| #ifndef sys_errlist
|   char *p = (char *) sys_errlist;
| #endif
| 
|   ;
|   return 0;
| }
configure:25585: result: no
configure:25601: checking whether sys_nerr is declared
configure:25627: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
"conftest.c", line 56: undefined symbol: sys_nerr
cc: acomp failed for conftest.c
configure:25633: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #include <errno.h>
| 
| int
| main ()
| {
| #ifndef sys_nerr
|   char *p = (char *) sys_nerr;
| #endif
| 
|   ;
|   return 0;
| }
configure:25657: result: no
configure:25676: checking return type of signal handlers
configure:25707: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:25713: $? = 0
configure:25717: test -z 
			 || test ! -s conftest.err
configure:25720: $? = 0
configure:25723: test -s conftest.o
configure:25726: $? = 0
configure:25737: result: void
configure:25756: checking for intmax_t
configure:25780: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:25786: $? = 0
configure:25790: test -z 
			 || test ! -s conftest.err
configure:25793: $? = 0
configure:25796: test -s conftest.o
configure:25799: $? = 0
configure:25810: result: yes
configure:25820: checking for long double
configure:25844: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:25850: $? = 0
configure:25854: test -z 
			 || test ! -s conftest.err
configure:25857: $? = 0
configure:25860: test -s conftest.o
configure:25863: $? = 0
configure:25874: result: yes
configure:25884: checking for long long
configure:25908: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:25914: $? = 0
configure:25918: test -z 
			 || test ! -s conftest.err
configure:25921: $? = 0
configure:25924: test -s conftest.o
configure:25927: $? = 0
configure:25938: result: yes
configure:25948: checking for ptrdiff_t
configure:25972: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:25978: $? = 0
configure:25982: test -z 
			 || test ! -s conftest.err
configure:25985: $? = 0
configure:25988: test -s conftest.o
configure:25991: $? = 0
configure:26002: result: yes
configure:26012: checking for quad_t
configure:26036: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:26042: $? = 0
configure:26046: test -z 
			 || test ! -s conftest.err
configure:26049: $? = 0
configure:26052: test -s conftest.o
configure:26055: $? = 0
configure:26066: result: yes
configure:26076: checking for uint_least32_t
configure:26100: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:26106: $? = 0
configure:26110: test -z 
			 || test ! -s conftest.err
configure:26113: $? = 0
configure:26116: test -s conftest.o
configure:26119: $? = 0
configure:26130: result: yes
configure:26142: checking for preprocessor stringizing operator
configure:26166: result: yes
configure:26180: checking for working volatile
configure:26203: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:26209: $? = 0
configure:26213: test -z 
			 || test ! -s conftest.err
configure:26216: $? = 0
configure:26219: test -s conftest.o
configure:26222: $? = 0
configure:26233: result: yes
configure:26246: checking whether <stdarg.h> exists and works
configure:26276: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:26282: $? = 0
configure:26286: test -z 
			 || test ! -s conftest.err
configure:26289: $? = 0
configure:26292: test -s conftest.o
configure:26295: $? = 0
configure:26307: result: yes
configure:26317: checking whether gcc __attribute__ ((const)) works
configure:26338: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
"conftest.c", line 59: syntax error before or at: __attribute__
"conftest.c", line 59: warning: old-style declaration or incorrect type for: __attribute__
"conftest.c", line 59: warning: syntax error:  empty declaration
cc: acomp failed for conftest.c
configure:26344: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 0
| #define HAVE_DECL_SYS_NERR 0
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| /* end confdefs.h.  */
| int foo (int x) __attribute__ ((const));
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:26369: result: no
configure:26379: checking whether gcc __attribute__ ((malloc)) works
configure:26388: cc -g -xtarget=opteron -xarch=amd64  -c conftest.c >conftest.out 2>&1
configure:26391: $? = 2
"conftest.c", line 1: syntax error before or at: __attribute__
"conftest.c", line 1: warning: old-style declaration or incorrect type for: __attribute__
"conftest.c", line 1: warning: syntax error:  empty declaration
cc: acomp failed for conftest.c
configure:26405: result: no
configure:26415: checking whether gcc __attribute__ ((mode (XX))) works
configure:26436: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
"conftest.c", line 59: syntax error before or at: __attribute__
"conftest.c", line 59: warning: old-style declaration or incorrect type for: __attribute__
"conftest.c", line 59: warning: syntax error:  empty declaration
cc: acomp failed for conftest.c
configure:26442: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 0
| #define HAVE_DECL_SYS_NERR 0
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| /* end confdefs.h.  */
| typedef int SItype __attribute__ ((mode (SI)));
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:26467: result: no
configure:26477: checking whether gcc __attribute__ ((noreturn)) works
configure:26498: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
"conftest.c", line 59: syntax error before or at: __attribute__
"conftest.c", line 59: warning: old-style declaration or incorrect type for: __attribute__
"conftest.c", line 59: warning: syntax error:  empty declaration
cc: acomp failed for conftest.c
configure:26504: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 0
| #define HAVE_DECL_SYS_NERR 0
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| /* end confdefs.h.  */
| void foo (int x) __attribute__ ((noreturn));
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:26529: result: no
configure:26540: checking for inline
configure:26561: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:26567: $? = 0
configure:26571: test -z 
			 || test ! -s conftest.err
configure:26574: $? = 0
configure:26577: test -s conftest.o
configure:26580: $? = 0
configure:26592: result: inline
configure:26642: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
"conftest.c", line 68: warning: old-style declaration or incorrect type for: die
"conftest.c", line 68: syntax error before or at: die
"conftest.c", line 68: warning: old-style declaration or incorrect type for: die
"conftest.c", line 71: warning: old-style declaration or incorrect type for: die
cc: acomp failed for conftest.c
configure:26648: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 0
| #define HAVE_DECL_SYS_NERR 0
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| /* end confdefs.h.  */
| #define __GMP_WITHIN_CONFIGURE_INLINE 1
| #define __GMP_WITHIN_CONFIGURE 1   /* ignore template stuff */
| #define GMP_NAIL_BITS 0
| #define __GMP_BITS_PER_MP_LIMB 123 /* dummy for GMP_NUMB_BITS etc */
| #define GMP_LIMB_BITS 123
| /* #undef _LONG_LONG_LIMB */
| #include "./gmp-h.in"
| 
| #ifndef __GMP_EXTERN_INLINE
| die die die
| #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:26672: WARNING: gmp.h doesnt recognise compiler "inline", inlines will be unavailable
configure:26825: checking for cos in -lm
configure:26855: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c -lm   >&5
configure:26861: $? = 0
configure:26865: test -z 
			 || test ! -s conftest.err
configure:26868: $? = 0
configure:26871: test -s conftest
configure:26874: $? = 0
configure:26887: result: yes
configure:26900: checking for working alloca.h
configure:26921: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
configure:26927: $? = 0
configure:26931: test -z 
			 || test ! -s conftest.err
configure:26934: $? = 0
configure:26937: test -s conftest
configure:26940: $? = 0
configure:26952: result: yes
configure:26963: checking for alloca (via gmp-impl.h)
configure:26992: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
configure:26998: $? = 0
configure:27002: test -z 
			 || test ! -s conftest.err
configure:27005: $? = 0
configure:27008: test -s conftest
configure:27011: $? = 0
configure:27023: result: yes
configure:27034: checking how to allocate temporary memory
configure:27058: result: alloca
configure:27135: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:27141: $? = 0
configure:27145: test -z 
			 || test ! -s conftest.err
configure:27148: $? = 0
configure:27151: test -s conftest.o
configure:27154: $? = 0
configure:27167: checking whether byte ordering is bigendian
configure:27194: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
"conftest.c", line 69: undefined symbol: bogus
"conftest.c", line 69: syntax error before or at: endian
cc: acomp failed for conftest.c
configure:27200: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 0
| #define HAVE_DECL_SYS_NERR 0
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/param.h>
| 
| int
| main ()
| {
| #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
|  bogus endian macros
| #endif
| 
|   ;
|   return 0;
| }
configure:27354: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 72: warning: implicit function declaration: exit
configure:27357: $? = 0
configure:27359: ./conftest
configure:27362: $? = 0
configure:27378: result: no
configure:27407: checking format of `double' floating point
configure:27425: cc -g -xtarget=opteron -xarch=amd64  -c conftest.c >&5 2>&1
configure:27428: $? = 0
configure:27595: result: IEEE little endian
configure:27725: checking for alarm
configure:27782: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 106: warning: statement not reached
configure:27788: $? = 0
configure:27792: test -z 
			 || test ! -s conftest.err
configure:27795: $? = 0
configure:27798: test -s conftest
configure:27801: $? = 0
configure:27813: result: yes
configure:27725: checking for attr_get
configure:27782: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 107: warning: statement not reached
Undefined			first referenced
 symbol  			    in file
attr_get                            conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:27788: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 0
| #define HAVE_DECL_SYS_NERR 0
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| /* end confdefs.h.  */
| /* Define attr_get to an innocuous variant, in case <limits.h> declares attr_get.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define attr_get innocuous_attr_get
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char attr_get (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef attr_get
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char attr_get ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_attr_get) || defined (__stub___attr_get)
| choke me
| #else
| char (*f) () = attr_get;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != attr_get;
|   ;
|   return 0;
| }
configure:27813: result: no
configure:27725: checking for clock
configure:27782: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 107: warning: statement not reached
configure:27788: $? = 0
configure:27792: test -z 
			 || test ! -s conftest.err
configure:27795: $? = 0
configure:27798: test -s conftest
configure:27801: $? = 0
configure:27813: result: yes
configure:27725: checking for clock_gettime
configure:27782: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 108: warning: statement not reached
Undefined			first referenced
 symbol  			    in file
clock_gettime                       conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:27788: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 0
| #define HAVE_DECL_SYS_NERR 0
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| /* end confdefs.h.  */
| /* Define clock_gettime to an innocuous variant, in case <limits.h> declares clock_gettime.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define clock_gettime innocuous_clock_gettime
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char clock_gettime (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef clock_gettime
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char clock_gettime ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_clock_gettime) || defined (__stub___clock_gettime)
| choke me
| #else
| char (*f) () = clock_gettime;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != clock_gettime;
|   ;
|   return 0;
| }
configure:27813: result: no
configure:27725: checking for cputime
configure:27782: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 108: warning: statement not reached
Undefined			first referenced
 symbol  			    in file
cputime                             conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:27788: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 0
| #define HAVE_DECL_SYS_NERR 0
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| /* end confdefs.h.  */
| /* Define cputime to an innocuous variant, in case <limits.h> declares cputime.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define cputime innocuous_cputime
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char cputime (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef cputime
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char cputime ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_cputime) || defined (__stub___cputime)
| choke me
| #else
| char (*f) () = cputime;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != cputime;
|   ;
|   return 0;
| }
configure:27813: result: no
configure:27725: checking for getpagesize
configure:27782: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 108: warning: statement not reached
configure:27788: $? = 0
configure:27792: test -z 
			 || test ! -s conftest.err
configure:27795: $? = 0
configure:27798: test -s conftest
configure:27801: $? = 0
configure:27813: result: yes
configure:27725: checking for getrusage
configure:27782: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 109: warning: statement not reached
configure:27788: $? = 0
configure:27792: test -z 
			 || test ! -s conftest.err
configure:27795: $? = 0
configure:27798: test -s conftest
configure:27801: $? = 0
configure:27813: result: yes
configure:27725: checking for gettimeofday
configure:27782: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 110: warning: statement not reached
configure:27788: $? = 0
configure:27792: test -z 
			 || test ! -s conftest.err
configure:27795: $? = 0
configure:27798: test -s conftest
configure:27801: $? = 0
configure:27813: result: yes
configure:27725: checking for getsysinfo
configure:27782: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 111: warning: statement not reached
Undefined			first referenced
 symbol  			    in file
getsysinfo                          conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:27788: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 0
| #define HAVE_DECL_SYS_NERR 0
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| /* end confdefs.h.  */
| /* Define getsysinfo to an innocuous variant, in case <limits.h> declares getsysinfo.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define getsysinfo innocuous_getsysinfo
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char getsysinfo (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef getsysinfo
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char getsysinfo ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_getsysinfo) || defined (__stub___getsysinfo)
| choke me
| #else
| char (*f) () = getsysinfo;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != getsysinfo;
|   ;
|   return 0;
| }
configure:27813: result: no
configure:27725: checking for localeconv
configure:27782: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 111: warning: statement not reached
configure:27788: $? = 0
configure:27792: test -z 
			 || test ! -s conftest.err
configure:27795: $? = 0
configure:27798: test -s conftest
configure:27801: $? = 0
configure:27813: result: yes
configure:27725: checking for memset
configure:27782: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 112: warning: statement not reached
configure:27788: $? = 0
configure:27792: test -z 
			 || test ! -s conftest.err
configure:27795: $? = 0
configure:27798: test -s conftest
configure:27801: $? = 0
configure:27813: result: yes
configure:27725: checking for mmap
configure:27782: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 113: warning: statement not reached
configure:27788: $? = 0
configure:27792: test -z 
			 || test ! -s conftest.err
configure:27795: $? = 0
configure:27798: test -s conftest
configure:27801: $? = 0
configure:27813: result: yes
configure:27725: checking for mprotect
configure:27782: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 114: warning: statement not reached
configure:27788: $? = 0
configure:27792: test -z 
			 || test ! -s conftest.err
configure:27795: $? = 0
configure:27798: test -s conftest
configure:27801: $? = 0
configure:27813: result: yes
configure:27725: checking for nl_langinfo
configure:27782: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 115: warning: statement not reached
configure:27788: $? = 0
configure:27792: test -z 
			 || test ! -s conftest.err
configure:27795: $? = 0
configure:27798: test -s conftest
configure:27801: $? = 0
configure:27813: result: yes
configure:27725: checking for obstack_vprintf
configure:27782: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 116: warning: statement not reached
Undefined			first referenced
 symbol  			    in file
obstack_vprintf                     conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:27788: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 0
| #define HAVE_DECL_SYS_NERR 0
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| /* end confdefs.h.  */
| /* Define obstack_vprintf to an innocuous variant, in case <limits.h> declares obstack_vprintf.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define obstack_vprintf innocuous_obstack_vprintf
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char obstack_vprintf (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef obstack_vprintf
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char obstack_vprintf ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_obstack_vprintf) || defined (__stub___obstack_vprintf)
| choke me
| #else
| char (*f) () = obstack_vprintf;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != obstack_vprintf;
|   ;
|   return 0;
| }
configure:27813: result: no
configure:27725: checking for popen
configure:27782: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 116: warning: statement not reached
configure:27788: $? = 0
configure:27792: test -z 
			 || test ! -s conftest.err
configure:27795: $? = 0
configure:27798: test -s conftest
configure:27801: $? = 0
configure:27813: result: yes
configure:27725: checking for processor_info
configure:27782: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 117: warning: statement not reached
configure:27788: $? = 0
configure:27792: test -z 
			 || test ! -s conftest.err
configure:27795: $? = 0
configure:27798: test -s conftest
configure:27801: $? = 0
configure:27813: result: yes
configure:27725: checking for pstat_getprocessor
configure:27782: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 118: warning: statement not reached
Undefined			first referenced
 symbol  			    in file
pstat_getprocessor                  conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:27788: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 0
| #define HAVE_DECL_SYS_NERR 0
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POPEN 1
| #define HAVE_PROCESSOR_INFO 1
| /* end confdefs.h.  */
| /* Define pstat_getprocessor to an innocuous variant, in case <limits.h> declares pstat_getprocessor.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define pstat_getprocessor innocuous_pstat_getprocessor
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char pstat_getprocessor (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef pstat_getprocessor
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char pstat_getprocessor ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_pstat_getprocessor) || defined (__stub___pstat_getprocessor)
| choke me
| #else
| char (*f) () = pstat_getprocessor;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != pstat_getprocessor;
|   ;
|   return 0;
| }
configure:27813: result: no
configure:27725: checking for raise
configure:27782: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 118: warning: statement not reached
configure:27788: $? = 0
configure:27792: test -z 
			 || test ! -s conftest.err
configure:27795: $? = 0
configure:27798: test -s conftest
configure:27801: $? = 0
configure:27813: result: yes
configure:27725: checking for read_real_time
configure:27782: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 119: warning: statement not reached
Undefined			first referenced
 symbol  			    in file
read_real_time                      conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:27788: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 0
| #define HAVE_DECL_SYS_NERR 0
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POPEN 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_RAISE 1
| /* end confdefs.h.  */
| /* Define read_real_time to an innocuous variant, in case <limits.h> declares read_real_time.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define read_real_time innocuous_read_real_time
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char read_real_time (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef read_real_time
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char read_real_time ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_read_real_time) || defined (__stub___read_real_time)
| choke me
| #else
| char (*f) () = read_real_time;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != read_real_time;
|   ;
|   return 0;
| }
configure:27813: result: no
configure:27725: checking for sigaction
configure:27782: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 119: warning: statement not reached
configure:27788: $? = 0
configure:27792: test -z 
			 || test ! -s conftest.err
configure:27795: $? = 0
configure:27798: test -s conftest
configure:27801: $? = 0
configure:27813: result: yes
configure:27725: checking for sigaltstack
configure:27782: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 120: warning: statement not reached
configure:27788: $? = 0
configure:27792: test -z 
			 || test ! -s conftest.err
configure:27795: $? = 0
configure:27798: test -s conftest
configure:27801: $? = 0
configure:27813: result: yes
configure:27725: checking for sigstack
configure:27782: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 121: warning: statement not reached
configure:27788: $? = 0
configure:27792: test -z 
			 || test ! -s conftest.err
configure:27795: $? = 0
configure:27798: test -s conftest
configure:27801: $? = 0
configure:27813: result: yes
configure:27725: checking for syssgi
configure:27782: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 122: warning: statement not reached
Undefined			first referenced
 symbol  			    in file
syssgi                              conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:27788: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 0
| #define HAVE_DECL_SYS_NERR 0
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POPEN 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| /* end confdefs.h.  */
| /* Define syssgi to an innocuous variant, in case <limits.h> declares syssgi.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define syssgi innocuous_syssgi
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char syssgi (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef syssgi
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char syssgi ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_syssgi) || defined (__stub___syssgi)
| choke me
| #else
| char (*f) () = syssgi;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != syssgi;
|   ;
|   return 0;
| }
configure:27813: result: no
configure:27725: checking for strchr
configure:27782: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 122: warning: statement not reached
configure:27788: $? = 0
configure:27792: test -z 
			 || test ! -s conftest.err
configure:27795: $? = 0
configure:27798: test -s conftest
configure:27801: $? = 0
configure:27813: result: yes
configure:27725: checking for strerror
configure:27782: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 123: warning: statement not reached
configure:27788: $? = 0
configure:27792: test -z 
			 || test ! -s conftest.err
configure:27795: $? = 0
configure:27798: test -s conftest
configure:27801: $? = 0
configure:27813: result: yes
configure:27725: checking for strnlen
configure:27782: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 124: warning: statement not reached
Undefined			first referenced
 symbol  			    in file
strnlen                             conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:27788: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 0
| #define HAVE_DECL_SYS_NERR 0
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POPEN 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| /* end confdefs.h.  */
| /* Define strnlen to an innocuous variant, in case <limits.h> declares strnlen.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define strnlen innocuous_strnlen
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char strnlen (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef strnlen
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char strnlen ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_strnlen) || defined (__stub___strnlen)
| choke me
| #else
| char (*f) () = strnlen;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != strnlen;
|   ;
|   return 0;
| }
configure:27813: result: no
configure:27725: checking for strtol
configure:27782: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 124: warning: statement not reached
configure:27788: $? = 0
configure:27792: test -z 
			 || test ! -s conftest.err
configure:27795: $? = 0
configure:27798: test -s conftest
configure:27801: $? = 0
configure:27813: result: yes
configure:27725: checking for strtoul
configure:27782: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 125: warning: statement not reached
configure:27788: $? = 0
configure:27792: test -z 
			 || test ! -s conftest.err
configure:27795: $? = 0
configure:27798: test -s conftest
configure:27801: $? = 0
configure:27813: result: yes
configure:27725: checking for sysconf
configure:27782: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 126: warning: statement not reached
configure:27788: $? = 0
configure:27792: test -z 
			 || test ! -s conftest.err
configure:27795: $? = 0
configure:27798: test -s conftest
configure:27801: $? = 0
configure:27813: result: yes
configure:27725: checking for sysctl
configure:27782: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 127: warning: statement not reached
Undefined			first referenced
 symbol  			    in file
sysctl                              conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:27788: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 0
| #define HAVE_DECL_SYS_NERR 0
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POPEN 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| /* end confdefs.h.  */
| /* Define sysctl to an innocuous variant, in case <limits.h> declares sysctl.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define sysctl innocuous_sysctl
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char sysctl (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef sysctl
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char sysctl ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_sysctl) || defined (__stub___sysctl)
| choke me
| #else
| char (*f) () = sysctl;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != sysctl;
|   ;
|   return 0;
| }
configure:27813: result: no
configure:27725: checking for sysctlbyname
configure:27782: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 127: warning: statement not reached
Undefined			first referenced
 symbol  			    in file
sysctlbyname                        conftest.o
ld: fatal: Symbol referencing errors. No output written to conftest
configure:27788: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 0
| #define HAVE_DECL_SYS_NERR 0
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POPEN 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| /* end confdefs.h.  */
| /* Define sysctlbyname to an innocuous variant, in case <limits.h> declares sysctlbyname.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define sysctlbyname innocuous_sysctlbyname
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char sysctlbyname (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef sysctlbyname
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| {
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char sysctlbyname ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined (__stub_sysctlbyname) || defined (__stub___sysctlbyname)
| choke me
| #else
| char (*f) () = sysctlbyname;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != sysctlbyname;
|   ;
|   return 0;
| }
configure:27813: result: no
configure:27725: checking for times
configure:27782: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 127: warning: statement not reached
configure:27788: $? = 0
configure:27792: test -z 
			 || test ! -s conftest.err
configure:27795: $? = 0
configure:27798: test -s conftest
configure:27801: $? = 0
configure:27813: result: yes
configure:27825: checking for vsnprintf
configure:27882: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 128: warning: statement not reached
configure:27888: $? = 0
configure:27892: test -z 
			 || test ! -s conftest.err
configure:27895: $? = 0
configure:27898: test -s conftest
configure:27901: $? = 0
configure:27913: result: yes
configure:27924: checking whether vsnprintf works
configure:27991: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 119: warning: implicit function declaration: exit
configure:27994: $? = 0
configure:27996: ./conftest
configure:27999: $? = 0
configure:27991: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
"conftest.c", line 119: warning: implicit function declaration: exit
configure:27994: $? = 0
configure:27996: ./conftest
configure:27999: $? = 0
configure:28015: result: yes
configure:28030: checking whether sscanf needs writable input
configure:28042: result: no
configure:28060: checking for struct pst_processor.psp_iticksperclktick
configure:28084: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
"conftest.c", line 87: cannot find include file: <sys/pstat.h>
"conftest.c", line 92: incomplete struct/union/enum pst_processor: ac_aggr
"conftest.c", line 93: undefined struct/union member: psp_iticksperclktick
cc: acomp failed for conftest.c
configure:28090: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 0
| #define HAVE_DECL_SYS_NERR 0
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POPEN 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_VSNPRINTF 1
| /* end confdefs.h.  */
| #include <sys/pstat.h>
| 
| int
| main ()
| {
| static struct pst_processor ac_aggr;
| if (ac_aggr.psp_iticksperclktick)
| return 0;
|   ;
|   return 0;
| }
configure:28129: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
"conftest.c", line 87: cannot find include file: <sys/pstat.h>
"conftest.c", line 92: incomplete struct/union/enum pst_processor: ac_aggr
"conftest.c", line 93: undefined struct/union member: psp_iticksperclktick
cc: acomp failed for conftest.c
configure:28135: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 0
| #define HAVE_DECL_SYS_NERR 0
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POPEN 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_VSNPRINTF 1
| /* end confdefs.h.  */
| #include <sys/pstat.h>
| 
| int
| main ()
| {
| static struct pst_processor ac_aggr;
| if (sizeof ac_aggr.psp_iticksperclktick)
| return 0;
|   ;
|   return 0;
| }
configure:28161: result: no
configure:28945: checking for suitable m4
trying m4
good
configure:28989: result: m4
configure:28995: checking if m4wrap produces spurious output
test input is
changequote({,})define(x,)m4wrap({x})dnl
produces 0 chars output
configure:29017: result: no
configure:29033: checking how to switch to text section
trying .text
configure:29044: cc -c -g -xtarget=opteron -xarch=amd64  conftest.s >conftest.out 2>&1
configure:29047: $? = 0
configure:29069: result: .text
configure:29073: checking how to switch to data section
configure:29084: result: .data
configure:29089: checking for assembler label suffix
trying 
configure:29102: cc -c -g -xtarget=opteron -xarch=amd64  conftest.s >conftest.out 2>&1
configure:29105: $? = 2
Assembler: 
	"conftest.s", line 2 : Illegal mnemonic
	"conftest.s", line 2 : Syntax error
cc: assembler failed for conftest.s
configure: failed program was:
	.text
somelabel
Assembler: 
	"conftest.s", line 2 : Illegal mnemonic
	"conftest.s", line 2 : Syntax error
cc: assembler failed for conftest.s
trying :
configure:29102: cc -c -g -xtarget=opteron -xarch=amd64  conftest.s >conftest.out 2>&1
configure:29105: $? = 0
configure:29127: result: :
configure:29132: checking for assembler global directive
configure:29144: result: .globl
configure:29149: checking for assembler global directive attribute
configure:29160: result: 
configure:29165: checking if globals are prefixed by underscore
configure:29175: cc -g -xtarget=opteron -xarch=amd64  -c conftest.c >&5
configure:29178: $? = 0
configure:29196: result: no
configure:29236: checking how to switch to read-only data section
Test program:
const int foo = 123;
configure:29255: cc -g -xtarget=opteron -xarch=amd64  -S conftest.c >&5
configure:29258: $? = 0
Compiler output:

	.section	.text,"ax"

	.section	.bss,"aw"
Bbss.bss:
	.zero	0
	.size	Bbss.bss,0

	.section	.data,"aw"
Ddata.data:
	.zero	0
	.size	Ddata.data,0

	.section	.rodata,"a"
Drodata.rodata:
	.zero	0
	.size	Drodata.rodata,0
	.globl	foo
	.align	8
foo:
	.4byte	0x7b
	.type	foo, at object
	.size	foo,4

	.file	"conftest.c"
	.ident	"acomp: Sun C 5.8 2005/10/13"
/  Begin sdCreateSection : .debug_info
/  Section Info: link_name/strtab=, entsize=0x1, adralign=0x1, flags=0x0
/  Section Data Blocks:
/   reloc[0]: knd=2, off=14, siz=8, lab1=.debug_abbrev, lab2=, loff=0
/   reloc[1]: knd=2, off=256, siz=8, lab1=.debug_line, lab2=, loff=0
/   reloc[2]: knd=0, off=299, siz=8, lab1=foo, lab2=, loff=0
	.section .debug_info
	.byte 0xff,0xff,0xff,0xff,0x2c,0x01,0x00,0x00
	.byte 0x00,0x00,0x00,0x00,0x02,0x00
	.8byte .debug_abbrev
	.byte 0x08,0x01,0x00,0x00,0x00,0x00,0x00,0x00
	.byte 0x00,0x00,0x04,0x00,0x00,0x00,0x00,0x00
	.byte 0x00,0x00,0x63,0x6f,0x6e,0x66,0x74,0x65
	.byte 0x73,0x74,0x2e,0x63,0x00,0x0c,0x2f,0x68
	.byte 0x6f,0x6d,0x65,0x2f,0x68,0x61,0x6e,0x6b
	.byte 0x65,0x64,0x72,0x2f,0x62,0x2f,0x67,0x6d
	.byte 0x70,0x2d,0x34,0x2e,0x32,0x2e,0x31,0x00
	.byte 0x20,0x2f,0x6f,0x70,0x74,0x2f,0x53,0x55
	.byte 0x4e,0x57,0x73,0x70,0x72,0x6f,0x2f,0x70
	.byte 0x72,0x6f,0x64,0x2f,0x62,0x69,0x6e,0x2f
	.byte 0x63,0x63,0x20,0x2d,0x67,0x20,0x2d,0x78
	.byte 0x74,0x61,0x72,0x67,0x65,0x74,0x3d,0x6f
	.byte 0x70,0x74,0x65,0x72,0x6f,0x6e,0x20,0x2d
	.byte 0x78,0x61,0x72,0x63,0x68,0x3d,0x61,0x6d
	.byte 0x64,0x36,0x34,0x20,0x2d,0x53,0x20,0x20
	.byte 0x63,0x6f,0x6e,0x66,0x74,0x65,0x73,0x74
	.byte 0x2e,0x63,0x20,0x2d,0x57,0x30,0x2c,0x2d
	.byte 0x78,0x70,0x2e,0x58,0x41,0x44,0x79,0x63
	.byte 0x4e,0x4a,0x79,0x73,0x49,0x6c,0x45,0x33
	.byte 0x74,0x34,0x2e,0x00,0x58,0x61,0x3b,0x67
	.byte 0x3b,0x52,0x3d,0x53,0x75,0x6e,0x20,0x43
	.byte 0x20,0x35,0x2e,0x38,0x20,0x32,0x30,0x30
	.byte 0x35,0x2f,0x31,0x30,0x2f,0x31,0x33,0x3b
	.byte 0x47,0x3d,0x2e,0x58,0x41,0x44,0x79,0x63
	.byte 0x4e,0x4a,0x79,0x73,0x49,0x6c,0x45,0x33
	.byte 0x74,0x34,0x2e,0x3b,0x62,0x61,0x63,0x6b
	.byte 0x65,0x6e,0x64,0x3b,0x72,0x61,0x77,0x3b
	.byte 0x63,0x64,0x3b,0x00,0x44,0x42,0x47,0x5f
	.byte 0x47,0x45,0x4e,0x20,0x35,0x2e,0x30,0x2e
	.byte 0x38,0x00
	.8byte .debug_line
	.byte 0x02,0x69,0x6e,0x74,0x00,0x05,0x04,0x03
	.byte 0x08,0x01,0x00,0x00,0x00,0x00,0x00,0x00
	.byte 0x04,0x66,0x6f,0x6f,0x00,0x0f,0x01,0x00
	.byte 0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x01
	.byte 0x01,0x09,0x03
	.8byte foo
	.byte 0x00,0x00,0x00,0x00,0x00
/  End sdCreateSection
/  Begin sdCreateSection : .debug_line
/  Section Info: link_name/strtab=, entsize=0x1, adralign=0x1, flags=0x0
/  Section Data Blocks:
	.section .debug_line
	.byte 0xff,0xff,0xff,0xff,0x42,0x00,0x00,0x00
	.byte 0x00,0x00,0x00,0x00,0x02,0x00,0x38,0x00
	.byte 0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00
	.byte 0xff,0x04,0x0a,0x00,0x01,0x01,0x01,0x01
	.byte 0x00,0x00,0x00,0x01,0x2f,0x68,0x6f,0x6d
	.byte 0x65,0x2f,0x68,0x61,0x6e,0x6b,0x65,0x64
	.byte 0x72,0x2f,0x62,0x2f,0x67,0x6d,0x70,0x2d
	.byte 0x34,0x2e,0x32,0x2e,0x31,0x00,0x00,0x63
	.byte 0x6f,0x6e,0x66,0x74,0x65,0x73,0x74,0x2e
	.byte 0x63,0x00,0x01,0x00,0x00,0x00
/  End sdCreateSection
/  Begin sdCreateSection : .debug_abbrev
/  Section Info: link_name/strtab=, entsize=0x1, adralign=0x1, flags=0x0
/  Section Data Blocks:
	.section .debug_abbrev
	.byte 0x01,0x11,0x01,0x11,0x01,0x12,0x01,0x03
	.byte 0x08,0x13,0x0b,0x1b,0x08,0x85,0x44,0x08
	.byte 0x87,0x44,0x08,0x25,0x08,0x10,0x07,0x00
	.byte 0x00,0x02,0x24,0x00,0x03,0x08,0x3e,0x0b
	.byte 0x0b,0x0b,0x00,0x00,0x03,0x26,0x00,0x49
	.byte 0x14,0x00,0x00,0x04,0x34,0x00,0x03,0x08
	.byte 0x49,0x14,0x3f,0x0c,0x17,0x0b,0x3a,0x0b
	.byte 0x3b,0x0b,0x02,0x0a,0x00,0x00,0x00
/  End sdCreateSection
/  Begin sdCreateSection : .debug_pubnames
/  Section Info: link_name/strtab=, entsize=0x1, adralign=0x1, flags=0x0
/  Section Data Blocks:
/   reloc[0]: knd=2, off=14, siz=8, lab1=.debug_info, lab2=, loff=0
	.section .debug_pubnames
	.byte 0xff,0xff,0xff,0xff,0x28,0x00,0x00,0x00
	.byte 0x00,0x00,0x00,0x00,0x02,0x00
	.8byte .debug_info
	.byte 0x38,0x01,0x00,0x00,0x00,0x00,0x00,0x00
	.byte 0x18,0x01,0x00,0x00,0x00,0x00,0x00,0x00
	.byte 0x66,0x6f,0x6f,0x00,0x00,0x00,0x00,0x00
	.byte 0x00,0x00,0x00,0x00,0x00,0x00
/  End sdCreateSection
Match: 	.section	.rodata,"a"
configure:29289: result: 	.section	.rodata,"a"
configure:29293: checking for assembler .type directive
configure:29304: cc -c -g -xtarget=opteron -xarch=amd64  conftest.s >conftest.out 2>&1
configure:29307: $? = 0
configure:29327: result: .type	$1,@$2
configure:29331: checking for assembler .size directive
configure:29341: cc -c -g -xtarget=opteron -xarch=amd64  conftest.s >conftest.out 2>&1
configure:29344: $? = 0
configure:29361: result: .size	$1,$2
configure:29368: checking for assembler local label prefix
Trying L
configure:29382: cc -c -g -xtarget=opteron -xarch=amd64  conftest.s >conftest.out 2>&1
configure:29385: $? = 0


conftest.o:
00000000000000 s 
00000000000000 s 
00000000000000 n Lgurkmacka
00000000000000 n dummy
L label is local but still in object file
Trying .L
configure:29382: cc -c -g -xtarget=opteron -xarch=amd64  conftest.s >conftest.out 2>&1
configure:29385: $? = 0


conftest.o:
00000000000000 s 
00000000000000 s 
00000000000000 n dummy
.L label doesn't appear in object file at all (good)
Local label appears in object files: no
configure:29431: result: .L
configure:29442: checking for assembler byte directive
trying .byte
configure:29455: cc -c -g -xtarget=opteron -xarch=amd64  conftest.s >conftest.out 2>&1
configure:29458: $? = 0
configure:29480: result: .byte
configure:29488: checking how to define a 32-bit word
configure:29513: cc -c -g -xtarget=opteron -xarch=amd64  conftest.s >conftest.out 2>&1
configure:29516: $? = 0
configure:29544: result: .long
configure:29553: checking if .align assembly directive is logarithmic
configure:29568: cc -c -g -xtarget=opteron -xarch=amd64  conftest.s >conftest.out 2>&1
configure:29571: $? = 0
configure:29592: result: no
configure:30086: checking if the .align directive accepts an 0x90 fill in .text
configure:30098: cc -c -g -xtarget=opteron -xarch=amd64  conftest.s >conftest.out 2>&1
configure:30101: $? = 0
Assembler: 
	"conftest.s", line 4 : Warning: Fill parameter ignored for executable section
Supressing this warning by omitting 0x90
configure:30119: result: no
configure:30422: checking for unsigned short
configure:30446: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:30452: $? = 0
configure:30456: test -z 
			 || test ! -s conftest.err
configure:30459: $? = 0
configure:30462: test -s conftest.o
configure:30465: $? = 0
configure:30476: result: yes
configure:30479: checking size of unsigned short
configure:30798: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
configure:30801: $? = 0
configure:30803: ./conftest
configure:30806: $? = 0
configure:30829: result: 2
configure:30836: checking for unsigned
configure:30860: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:30866: $? = 0
configure:30870: test -z 
			 || test ! -s conftest.err
configure:30873: $? = 0
configure:30876: test -s conftest.o
configure:30879: $? = 0
configure:30890: result: yes
configure:30893: checking size of unsigned
configure:31212: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
configure:31215: $? = 0
configure:31217: ./conftest
configure:31220: $? = 0
configure:31243: result: 4
configure:31250: checking for unsigned long
configure:31274: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:31280: $? = 0
configure:31284: test -z 
			 || test ! -s conftest.err
configure:31287: $? = 0
configure:31290: test -s conftest.o
configure:31293: $? = 0
configure:31304: result: yes
configure:31307: checking size of unsigned long
configure:31626: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
configure:31629: $? = 0
configure:31631: ./conftest
configure:31634: $? = 0
configure:31657: result: 8
configure:31664: checking for mp_limb_t
configure:31695: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:31701: $? = 0
configure:31705: test -z 
			 || test ! -s conftest.err
configure:31708: $? = 0
configure:31711: test -s conftest.o
configure:31714: $? = 0
configure:31725: result: yes
configure:31728: checking size of mp_limb_t
configure:32089: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  >&5
configure:32092: $? = 0
configure:32094: ./conftest
configure:32097: $? = 0
configure:32120: result: 8
configure:32285: checking for stack_t
configure:32310: cc -c -g -xtarget=opteron -xarch=amd64  conftest.c >&5
configure:32316: $? = 0
configure:32320: test -z 
			 || test ! -s conftest.err
configure:32323: $? = 0
configure:32326: test -s conftest.o
configure:32329: $? = 0
configure:32340: result: yes
configure:32378: checking for tputs in -lncurses
configure:32408: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c -lncurses   >&5
ld: fatal: library -lncurses: not found
ld: fatal: File processing errors. No output written to conftest
configure:32414: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 0
| #define HAVE_DECL_SYS_NERR 0
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POPEN 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_NATIVE_mpn_add_n 1
| #define HAVE_NATIVE_mpn_sub_n 1
| #define HAVE_NATIVE_mpn_mul_1 1
| #define HAVE_NATIVE_mpn_addmul_1 1
| #define HAVE_NATIVE_mpn_submul_1 1
| #define HAVE_NATIVE_mpn_lshift 1
| #define HAVE_NATIVE_mpn_rshift 1
| #define HAVE_NATIVE_mpn_modexact_1_odd 1
| #define HAVE_NATIVE_mpn_modexact_1c_odd 1
| #define LSYM_PREFIX ".L"
| #define GMP_MPARAM_H_SUGGEST "./mpn/x86_64/gmp-mparam.h"
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_MP_LIMB_T 8
| #define TUNE_SQR_KARATSUBA_MAX SQR_KARATSUBA_MAX_GENERIC
| #define HAVE_STACK_T 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char tputs ();
| int
| main ()
| {
| tputs ();
|   ;
|   return 0;
| }
configure:32440: result: no
configure:32445: checking for tputs in -lcurses
configure:32475: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c -lcurses   >&5
configure:32481: $? = 0
configure:32485: test -z 
			 || test ! -s conftest.err
configure:32488: $? = 0
configure:32491: test -s conftest
configure:32494: $? = 0
configure:32507: result: yes
configure:32520: checking for readline in -lreadline
configure:32550: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c -lreadline -lcurses  >&5
ld: fatal: library -lreadline: not found
ld: fatal: File processing errors. No output written to conftest
configure:32556: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 0
| #define HAVE_DECL_SYS_NERR 0
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POPEN 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_NATIVE_mpn_add_n 1
| #define HAVE_NATIVE_mpn_sub_n 1
| #define HAVE_NATIVE_mpn_mul_1 1
| #define HAVE_NATIVE_mpn_addmul_1 1
| #define HAVE_NATIVE_mpn_submul_1 1
| #define HAVE_NATIVE_mpn_lshift 1
| #define HAVE_NATIVE_mpn_rshift 1
| #define HAVE_NATIVE_mpn_modexact_1_odd 1
| #define HAVE_NATIVE_mpn_modexact_1c_odd 1
| #define LSYM_PREFIX ".L"
| #define GMP_MPARAM_H_SUGGEST "./mpn/x86_64/gmp-mparam.h"
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_MP_LIMB_T 8
| #define TUNE_SQR_KARATSUBA_MAX SQR_KARATSUBA_MAX_GENERIC
| #define HAVE_STACK_T 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char readline ();
| int
| main ()
| {
| readline ();
|   ;
|   return 0;
| }
configure:32582: result: no
configure:32870: checking readline detected
configure:32872: result: no
configure:32887: checking for bison
configure:32903: found /usr/sfw/bin/bison
configure:32913: result: bison -y
configure:32928: checking for flex
configure:32944: found /usr/sfw/bin/flex
configure:32954: result: flex
configure:32967: checking for yywrap in -lfl
configure:32997: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c -lfl   >&5
ld: fatal: library -lfl: not found
ld: fatal: File processing errors. No output written to conftest
configure:33003: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "GNU MP"
| #define PACKAGE_TARNAME "gmp"
| #define PACKAGE_VERSION "4.2.1"
| #define PACKAGE_STRING "GNU MP 4.2.1"
| #define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
| #define PACKAGE "gmp"
| #define VERSION "4.2.1"
| #define WANT_FFT 1
| #define HAVE_HOST_CPU_x86_64 1
| #define HAVE_SPEED_CYCLECOUNTER 2
| #define HAVE_CALLING_CONVENTIONS 1
| #define PROTOTYPES 1
| #define __PROTOTYPES 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_STRING_H 1
| #define HAVE_DLFCN_H 1
| #define STDC_HEADERS 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_LANGINFO_H 1
| #define HAVE_LOCALE_H 1
| #define HAVE_NL_TYPES_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_PROCESSOR_H 1
| #define HAVE_SYS_SYSINFO_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_TIMES_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_DECL_FGETC 1
| #define HAVE_DECL_FSCANF 1
| #define HAVE_DECL_OPTARG 1
| #define HAVE_DECL_UNGETC 1
| #define HAVE_DECL_VFPRINTF 1
| #define HAVE_DECL_SYS_ERRLIST 0
| #define HAVE_DECL_SYS_NERR 0
| #define RETSIGTYPE void
| #define HAVE_INTMAX_T 1
| #define HAVE_LONG_DOUBLE 1
| #define HAVE_LONG_LONG 1
| #define HAVE_PTRDIFF_T 1
| #define HAVE_QUAD_T 1
| #define HAVE_UINT_LEAST32_T 1
| #define HAVE_STRINGIZE 1
| #define HAVE_STDARG 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define WANT_TMP_ALLOCA 1
| #define HAVE_LIMB_LITTLE_ENDIAN 1
| #define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
| #define HAVE_ALARM 1
| #define HAVE_CLOCK 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_LOCALECONV 1
| #define HAVE_MEMSET 1
| #define HAVE_MMAP 1
| #define HAVE_MPROTECT 1
| #define HAVE_NL_LANGINFO 1
| #define HAVE_POPEN 1
| #define HAVE_PROCESSOR_INFO 1
| #define HAVE_RAISE 1
| #define HAVE_SIGACTION 1
| #define HAVE_SIGALTSTACK 1
| #define HAVE_SIGSTACK 1
| #define HAVE_STRCHR 1
| #define HAVE_STRERROR 1
| #define HAVE_STRTOL 1
| #define HAVE_STRTOUL 1
| #define HAVE_SYSCONF 1
| #define HAVE_TIMES 1
| #define HAVE_VSNPRINTF 1
| #define HAVE_NATIVE_mpn_add_n 1
| #define HAVE_NATIVE_mpn_sub_n 1
| #define HAVE_NATIVE_mpn_mul_1 1
| #define HAVE_NATIVE_mpn_addmul_1 1
| #define HAVE_NATIVE_mpn_submul_1 1
| #define HAVE_NATIVE_mpn_lshift 1
| #define HAVE_NATIVE_mpn_rshift 1
| #define HAVE_NATIVE_mpn_modexact_1_odd 1
| #define HAVE_NATIVE_mpn_modexact_1c_odd 1
| #define LSYM_PREFIX ".L"
| #define GMP_MPARAM_H_SUGGEST "./mpn/x86_64/gmp-mparam.h"
| #define SIZEOF_UNSIGNED_SHORT 2
| #define SIZEOF_UNSIGNED 4
| #define SIZEOF_UNSIGNED_LONG 8
| #define SIZEOF_MP_LIMB_T 8
| #define TUNE_SQR_KARATSUBA_MAX SQR_KARATSUBA_MAX_GENERIC
| #define HAVE_STACK_T 1
| /* end confdefs.h.  */
| 
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char yywrap ();
| int
| main ()
| {
| yywrap ();
|   ;
|   return 0;
| }
configure:33029: result: no
configure:33034: checking for yywrap in -ll
configure:33064: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c -ll   >&5
configure:33070: $? = 0
configure:33074: test -z 
			 || test ! -s conftest.err
configure:33077: $? = 0
configure:33080: test -s conftest
configure:33083: $? = 0
configure:33096: result: yes
configure:33107: checking lex output file root
configure:33118: flex conftest.l
configure:33121: $? = 0
configure:33133: result: lex.yy
configure:33138: checking whether yytext is a pointer
configure:33154: cc -o conftest -g -xtarget=opteron -xarch=amd64   conftest.c  -ll >&5
"lex.yy.c", line 1388: warning: implicit function declaration: exit
"lex.yy.c", line 1451: warning: implicit function declaration: malloc
"lex.yy.c", line 1469: warning: implicit function declaration: realloc
"lex.yy.c", line 1479: warning: implicit function declaration: free
configure:33160: $? = 0
configure:33164: test -z 
			 || test ! -s conftest.err
configure:33167: $? = 0
configure:33170: test -s conftest
configure:33173: $? = 0
configure:33187: result: yes
configure:33250: checking for ranlib
configure:33277: result: ranlib
configure:33444: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by GNU MP config.status 4.2.1, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on jane

config.status:778: creating demos/pexpr-config.h
config.status:778: creating demos/calc/calc-config.h
config.status:778: creating Makefile
config.status:778: creating mpbsd/Makefile
config.status:778: creating mpf/Makefile
config.status:778: creating mpn/Makefile
config.status:778: creating mpq/Makefile
config.status:778: creating mpz/Makefile
config.status:778: creating printf/Makefile
config.status:778: creating scanf/Makefile
config.status:778: creating cxx/Makefile
config.status:778: creating tests/Makefile
config.status:778: creating tests/devel/Makefile
config.status:778: creating tests/mpbsd/Makefile
config.status:778: creating tests/mpf/Makefile
config.status:778: creating tests/mpn/Makefile
config.status:778: creating tests/mpq/Makefile
config.status:778: creating tests/mpz/Makefile
config.status:778: creating tests/rand/Makefile
config.status:778: creating tests/misc/Makefile
config.status:778: creating tests/cxx/Makefile
config.status:778: creating doc/Makefile
config.status:778: creating tune/Makefile
config.status:778: creating demos/Makefile
config.status:778: creating demos/calc/Makefile
config.status:778: creating demos/expr/Makefile
config.status:778: creating gmp.h
config.status:778: creating mp.h
config.status:882: creating config.h
config.status:1192: config.h is unchanged
config.status:1271: linking ./mpn/generic/add.c to mpn/add.c
config.status:1271: linking ./mpn/generic/add_1.c to mpn/add_1.c
config.status:1271: linking ./mpn/x86_64/add_n.asm to mpn/add_n.asm
config.status:1271: linking ./mpn/generic/sub.c to mpn/sub.c
config.status:1271: linking ./mpn/generic/sub_1.c to mpn/sub_1.c
config.status:1271: linking ./mpn/x86_64/sub_n.asm to mpn/sub_n.asm
config.status:1271: linking ./mpn/x86_64/mul_1.asm to mpn/mul_1.asm
config.status:1271: linking ./mpn/x86_64/addmul_1.asm to mpn/addmul_1.asm
config.status:1271: linking ./mpn/x86_64/submul_1.asm to mpn/submul_1.asm
config.status:1271: linking ./mpn/x86_64/lshift.asm to mpn/lshift.asm
config.status:1271: linking ./mpn/x86_64/rshift.asm to mpn/rshift.asm
config.status:1271: linking ./mpn/generic/dive_1.c to mpn/dive_1.c
config.status:1271: linking ./mpn/generic/diveby3.c to mpn/diveby3.c
config.status:1271: linking ./mpn/generic/divis.c to mpn/divis.c
config.status:1271: linking ./mpn/generic/divrem.c to mpn/divrem.c
config.status:1271: linking ./mpn/generic/divrem_1.c to mpn/divrem_1.c
config.status:1271: linking ./mpn/generic/divrem_2.c to mpn/divrem_2.c
config.status:1271: linking ./mpn/generic/fib2_ui.c to mpn/fib2_ui.c
config.status:1271: linking ./mpn/generic/mod_1.c to mpn/mod_1.c
config.status:1271: linking ./mpn/generic/mod_34lsub1.c to mpn/mod_34lsub1.c
config.status:1271: linking ./mpn/x86_64/mode1o.asm to mpn/mode1o.asm
config.status:1271: linking ./mpn/generic/pre_divrem_1.c to mpn/pre_divrem_1.c
config.status:1271: linking ./mpn/generic/pre_mod_1.c to mpn/pre_mod_1.c
config.status:1271: linking ./mpn/generic/dump.c to mpn/dump.c
config.status:1271: linking ./mpn/generic/mul.c to mpn/mul.c
config.status:1271: linking ./mpn/generic/mul_fft.c to mpn/mul_fft.c
config.status:1271: linking ./mpn/generic/mul_n.c to mpn/mul_n.c
config.status:1271: linking ./mpn/generic/mul_basecase.c to mpn/mul_basecase.c
config.status:1271: linking ./mpn/generic/sqr_basecase.c to mpn/sqr_basecase.c
config.status:1271: linking ./mpn/generic/random.c to mpn/random.c
config.status:1271: linking ./mpn/generic/random2.c to mpn/random2.c
config.status:1271: linking ./mpn/generic/pow_1.c to mpn/pow_1.c
config.status:1271: linking ./mpn/generic/rootrem.c to mpn/rootrem.c
config.status:1271: linking ./mpn/generic/sqrtrem.c to mpn/sqrtrem.c
config.status:1271: linking ./mpn/generic/get_str.c to mpn/get_str.c
config.status:1271: linking ./mpn/generic/set_str.c to mpn/set_str.c
config.status:1271: linking ./mpn/generic/scan0.c to mpn/scan0.c
config.status:1271: linking ./mpn/generic/scan1.c to mpn/scan1.c
config.status:1271: linking ./mpn/generic/popham.c to mpn/popcount.c
config.status:1271: linking ./mpn/generic/popham.c to mpn/hamdist.c
config.status:1271: linking ./mpn/generic/cmp.c to mpn/cmp.c
config.status:1271: linking ./mpn/generic/perfsqr.c to mpn/perfsqr.c
config.status:1271: linking ./mpn/generic/bdivmod.c to mpn/bdivmod.c
config.status:1271: linking ./mpn/generic/gcd_1.c to mpn/gcd_1.c
config.status:1271: linking ./mpn/generic/gcd.c to mpn/gcd.c
config.status:1271: linking ./mpn/generic/gcdext.c to mpn/gcdext.c
config.status:1271: linking ./mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c
config.status:1271: linking ./mpn/generic/dc_divrem_n.c to mpn/dc_divrem_n.c
config.status:1271: linking ./mpn/generic/sb_divrem_mn.c to mpn/sb_divrem_mn.c
config.status:1271: linking ./mpn/generic/jacbase.c to mpn/jacbase.c
config.status:1271: linking ./mpn/generic/get_d.c to mpn/get_d.c
config.status:1271: linking ./mpn/generic/mullow_n.c to mpn/mullow_n.c
config.status:1271: linking ./mpn/generic/mullow_basecase.c to mpn/mullow_basecase.c
config.status:1271: linking ./mpn/generic/addsub_n.c to mpn/addsub_n.c
config.status:1271: linking ./mpn/x86_64/gmp-mparam.h to gmp-mparam.h

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-pc-solaris2.10
ac_cv_build_alias=x86_64-pc-solaris2.10
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=no
ac_cv_c_inline=inline
ac_cv_c_stringize=yes
ac_cv_c_volatile=yes
ac_cv_env_ABI_set=
ac_cv_env_ABI_value=
ac_cv_env_CC_FOR_BUILD_set=
ac_cv_env_CC_FOR_BUILD_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-g -xtarget=opteron -xarch=amd64'
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_FOR_BUILD_set=
ac_cv_env_CPP_FOR_BUILD_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-g -xtarget=opteron -xarch=amd64'
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=CC
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_M4_set=
ac_cv_env_M4_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func_alarm=yes
ac_cv_func_attr_get=no
ac_cv_func_clock=yes
ac_cv_func_clock_gettime=no
ac_cv_func_cputime=no
ac_cv_func_getpagesize=yes
ac_cv_func_getrusage=yes
ac_cv_func_getsysinfo=no
ac_cv_func_gettimeofday=yes
ac_cv_func_localeconv=yes
ac_cv_func_memset=yes
ac_cv_func_mmap=yes
ac_cv_func_mprotect=yes
ac_cv_func_nl_langinfo=yes
ac_cv_func_obstack_vprintf=no
ac_cv_func_popen=yes
ac_cv_func_processor_info=yes
ac_cv_func_pstat_getprocessor=no
ac_cv_func_raise=yes
ac_cv_func_read_real_time=no
ac_cv_func_sigaction=yes
ac_cv_func_sigaltstack=yes
ac_cv_func_sigstack=yes
ac_cv_func_strchr=yes
ac_cv_func_strerror=yes
ac_cv_func_strnlen=no
ac_cv_func_strtol=yes
ac_cv_func_strtoul=yes
ac_cv_func_sysconf=yes
ac_cv_func_sysctl=no
ac_cv_func_sysctlbyname=no
ac_cv_func_syssgi=no
ac_cv_func_times=yes
ac_cv_func_vsnprintf=yes
ac_cv_have_decl_fgetc=yes
ac_cv_have_decl_fscanf=yes
ac_cv_have_decl_optarg=yes
ac_cv_have_decl_sys_errlist=no
ac_cv_have_decl_sys_nerr=no
ac_cv_have_decl_ungetc=yes
ac_cv_have_decl_vfprintf=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_float_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_invent_h=no
ac_cv_header_langinfo_h=yes
ac_cv_header_locale_h=yes
ac_cv_header_machine_hal_sysinfo_h=no
ac_cv_header_memory_h=yes
ac_cv_header_nl_types_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_attributes_h=no
ac_cv_header_sys_iograph_h=no
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_processor_h=yes
ac_cv_header_sys_pstat_h=no
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_sysctl_h=no
ac_cv_header_sys_sysinfo_h=yes
ac_cv_header_sys_syssgi_h=no
ac_cv_header_sys_systemcfg_h=no
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_times_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_host=x86_64-pc-solaris2.10
ac_cv_host_alias=x86_64-pc-solaris2.10
ac_cv_lib_curses_tputs=yes
ac_cv_lib_fl_yywrap=no
ac_cv_lib_l_yywrap=yes
ac_cv_lib_m_cos=yes
ac_cv_lib_ncurses_tputs=no
ac_cv_lib_readline_readline=no
ac_cv_member_struct_pst_processor_psp_iticksperclktick=no
ac_cv_objext=o
ac_cv_path_install='/opt/sfw/bin/ginstall -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='cc -E'
ac_cv_prog_LEX=flex
ac_cv_prog_YACC='bison -y'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep=egrep
ac_cv_prog_lex_root=lex.yy
ac_cv_prog_lex_yytext_pointer=yes
ac_cv_prog_make_make_set=yes
ac_cv_sizeof_mp_limb_t=8
ac_cv_sizeof_unsigned=4
ac_cv_sizeof_unsigned_long=8
ac_cv_sizeof_unsigned_short=2
ac_cv_type_intmax_t=yes
ac_cv_type_long_double=yes
ac_cv_type_long_long=yes
ac_cv_type_mp_limb_t=yes
ac_cv_type_ptrdiff_t=yes
ac_cv_type_quad_t=yes
ac_cv_type_signal=void
ac_cv_type_stack_t=yes
ac_cv_type_uint_least32_t=yes
ac_cv_type_unsigned=yes
ac_cv_type_unsigned_long=yes
ac_cv_type_unsigned_short=yes
gmp_cv_asm_align_fill_0x90=no
gmp_cv_asm_align_log=no
gmp_cv_asm_byte=.byte
gmp_cv_asm_data=.data
gmp_cv_asm_globl=.globl
gmp_cv_asm_globl_attr=
gmp_cv_asm_label_suffix=:
gmp_cv_asm_lsym_prefix=.L
gmp_cv_asm_rodata='	.section	.rodata,"a"'
gmp_cv_asm_size='.size	$1,$2'
gmp_cv_asm_text=.text
gmp_cv_asm_type='.type	$1,@$2'
gmp_cv_asm_underscore=no
gmp_cv_asm_w32=.long
gmp_cv_c_attribute_const=no
gmp_cv_c_attribute_malloc=no
gmp_cv_c_attribute_mode=no
gmp_cv_c_attribute_noreturn=no
gmp_cv_c_double_format='IEEE little endian'
gmp_cv_c_for_build_ansi=yes
gmp_cv_c_stdarg=yes
gmp_cv_check_libm_for_build=-lm
gmp_cv_func_alloca=yes
gmp_cv_func_sscanf_writable_input=no
gmp_cv_func_vsnprintf=yes
gmp_cv_header_alloca=yes
gmp_cv_m4_m4wrap_spurious=no
gmp_cv_option_alloca=alloca
gmp_cv_prog_cpp_for_build='cc -E'
gmp_cv_prog_exeext_for_build=
gmp_cv_prog_m4=m4
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/ccs/bin/ld
lt_cv_path_NM='/usr/ccs/bin/nm -p'
lt_cv_path_SED=/opt/sfw/bin/gsed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_gnu_ld=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([BDRT][BDRT]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=262144
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([BDRT][BDRT]*\\)[ 	][ 	]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ABI='64'
ACLOCAL='${SHELL} /home/hankedr/b/gmp-4.2.1/missing --run aclocal-1.8'
AMTAR='${SHELL} /home/hankedr/b/gmp-4.2.1/missing --run tar'
ANSI2KNR=''
AR='ar'
AS='as'
AUTOCONF='${SHELL} /home/hankedr/b/gmp-4.2.1/missing --run autoconf'
AUTOHEADER='${SHELL} /home/hankedr/b/gmp-4.2.1/missing --run autoheader'
AUTOMAKE='${SHELL} /home/hankedr/b/gmp-4.2.1/missing --run automake-1.8'
AWK='gawk'
BITS_PER_MP_LIMB='64'
CALLING_CONVENTIONS_OBJS='amd64call.lo amd64check$U.lo'
CC='cc'
CCAS='cc -c'
CC_FOR_BUILD='cc'
CFLAGS='-g -xtarget=opteron -xarch=amd64'
CPP='cc -E'
CPPFLAGS=''
CPP_FOR_BUILD='cc -E'
CXX='CC'
CXXCPP=''
CXXFLAGS='-g -xtarget=opteron -xarch=amd64'
CYGPATH_W='echo'
DEFN_LONG_LONG_LIMB='/* #undef _LONG_LONG_LIMB */'
DEFS='-DHAVE_CONFIG_H'
DLLTOOL='dlltool'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='egrep'
ENABLE_STATIC_FALSE='#'
ENABLE_STATIC_TRUE=''
EXEEXT=''
EXEEXT_FOR_BUILD=''
GMP_LDFLAGS=''
GMP_NAIL_BITS='0'
HAVE_CLOCK_01='1'
HAVE_CPUTIME_01='0'
HAVE_GETRUSAGE_01='1'
HAVE_GETTIMEOFDAY_01='1'
HAVE_HOST_CPU_FAMILY_power='0'
HAVE_HOST_CPU_FAMILY_powerpc='0'
HAVE_SIGACTION_01='1'
HAVE_SIGALTSTACK_01='1'
HAVE_SIGSTACK_01='1'
HAVE_STACK_T_01='1'
HAVE_SYS_RESOURCE_H_01='1'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LEX='flex'
LEXLIB='-ll'
LEX_OUTPUT_ROOT='lex.yy'
LIBCURSES='-lcurses'
LIBGMPXX_LDFLAGS=''
LIBGMP_DLL='0'
LIBGMP_LDFLAGS=''
LIBM='-lm'
LIBM_FOR_BUILD='-lm'
LIBOBJS=''
LIBREADLINE=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTLIBOBJS=''
M4='m4'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /home/hankedr/b/gmp-4.2.1/missing --run makeinfo'
OBJDUMP='objdump'
OBJEXT='o'
PACKAGE='gmp'
PACKAGE_BUGREPORT='gmp-bugs at swox.com'
PACKAGE_NAME='GNU MP'
PACKAGE_STRING='GNU MP 4.2.1'
PACKAGE_TARNAME='gmp'
PACKAGE_VERSION='4.2.1'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/bash'
SPEED_CYCLECOUNTER_OBJ='x86_64.lo'
STRIP='strip'
TAL_OBJECT='tal-reent.lo'
TUNE_SQR_OBJ=''
U=''
U_FOR_BUILD=''
VERSION='4.2.1'
WANT_CXX_FALSE=''
WANT_CXX_TRUE='#'
WANT_MPBSD_FALSE=''
WANT_MPBSD_TRUE='#'
WITH_READLINE_01='0'
YACC='bison -y'
ac_ct_AR='ar'
ac_ct_AS=''
ac_ct_CC='cc'
ac_ct_CXX=''
ac_ct_DLLTOOL=''
ac_ct_OBJDUMP=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
am__leading_dot='.'
bindir='${exec_prefix}/bin'
build='x86_64-pc-solaris2.10'
build_alias=''
build_cpu='x86_64'
build_os='solaris2.10'
build_vendor='pc'
datadir='${prefix}/share'
exec_prefix='${prefix}'
gmp_srclinks=' mpn/add.c mpn/add_1.c mpn/add_n.asm mpn/sub.c mpn/sub_1.c mpn/sub_n.asm mpn/mul_1.asm mpn/addmul_1.asm mpn/submul_1.asm mpn/lshift.asm mpn/rshift.asm mpn/dive_1.c mpn/diveby3.c mpn/divis.c mpn/divrem.c mpn/divrem_1.c mpn/divrem_2.c mpn/fib2_ui.c mpn/mod_1.c mpn/mod_34lsub1.c mpn/mode1o.asm mpn/pre_divrem_1.c mpn/pre_mod_1.c mpn/dump.c mpn/mul.c mpn/mul_fft.c mpn/mul_n.c mpn/mul_basecase.c mpn/sqr_basecase.c mpn/random.c mpn/random2.c mpn/pow_1.c mpn/rootrem.c mpn/sqrtrem.c mpn/get_str.c mpn/set_str.c mpn/scan0.c mpn/scan1.c mpn/popcount.c mpn/hamdist.c mpn/cmp.c mpn/perfsqr.c mpn/bdivmod.c mpn/gcd_1.c mpn/gcd.c mpn/gcdext.c mpn/tdiv_qr.c mpn/dc_divrem_n.c mpn/sb_divrem_mn.c mpn/jacbase.c mpn/get_d.c mpn/mullow_n.c mpn/mullow_basecase.c mpn/addsub_n.c gmp-mparam.h'
host='x86_64-pc-solaris2.10'
host_alias=''
host_cpu='x86_64'
host_os='solaris2.10'
host_vendor='pc'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/hankedr/b/gmp-4.2.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='$(install_sh) -d'
mpn_objects=' add$U.lo add_1$U.lo add_n.lo sub$U.lo sub_1$U.lo sub_n.lo mul_1.lo addmul_1.lo submul_1.lo lshift.lo rshift.lo dive_1$U.lo diveby3$U.lo divis$U.lo divrem$U.lo divrem_1$U.lo divrem_2$U.lo fib2_ui$U.lo mod_1$U.lo mod_34lsub1$U.lo mode1o.lo pre_divrem_1$U.lo pre_mod_1$U.lo dump$U.lo mul$U.lo mul_fft$U.lo mul_n$U.lo mul_basecase$U.lo sqr_basecase$U.lo random$U.lo random2$U.lo pow_1$U.lo rootrem$U.lo sqrtrem$U.lo get_str$U.lo set_str$U.lo scan0$U.lo scan1$U.lo popcount$U.lo hamdist$U.lo cmp$U.lo perfsqr$U.lo bdivmod$U.lo gcd_1$U.lo gcd$U.lo gcdext$U.lo tdiv_qr$U.lo dc_divrem_n$U.lo sb_divrem_mn$U.lo jacbase$U.lo get_d$U.lo mullow_n$U.lo mullow_basecase$U.lo addsub_n$U.lo'
mpn_objs_in_libgmp=' mpn/add$U.lo mpn/add_1$U.lo mpn/add_n.lo mpn/sub$U.lo mpn/sub_1$U.lo mpn/sub_n.lo mpn/mul_1.lo mpn/addmul_1.lo mpn/submul_1.lo mpn/lshift.lo mpn/rshift.lo mpn/dive_1$U.lo mpn/diveby3$U.lo mpn/divis$U.lo mpn/divrem$U.lo mpn/divrem_1$U.lo mpn/divrem_2$U.lo mpn/fib2_ui$U.lo mpn/mod_1$U.lo mpn/mod_34lsub1$U.lo mpn/mode1o.lo mpn/pre_divrem_1$U.lo mpn/pre_mod_1$U.lo mpn/dump$U.lo mpn/mul$U.lo mpn/mul_fft$U.lo mpn/mul_n$U.lo mpn/mul_basecase$U.lo mpn/sqr_basecase$U.lo mpn/random$U.lo mpn/random2$U.lo mpn/pow_1$U.lo mpn/rootrem$U.lo mpn/sqrtrem$U.lo mpn/get_str$U.lo mpn/set_str$U.lo mpn/scan0$U.lo mpn/scan1$U.lo mpn/popcount$U.lo mpn/hamdist$U.lo mpn/cmp$U.lo mpn/perfsqr$U.lo mpn/bdivmod$U.lo mpn/gcd_1$U.lo mpn/gcd$U.lo mpn/gcdext$U.lo mpn/tdiv_qr$U.lo mpn/dc_divrem_n$U.lo mpn/sb_divrem_mn$U.lo mpn/jacbase$U.lo mpn/get_d$U.lo mpn/mullow_n$U.lo mpn/mullow_basecase$U.lo mpn/addsub_n$U.lo'
mpn_objs_in_libmp=' mpn/add$U.lo mpn/add_1$U.lo mpn/add_n.lo mpn/sub$U.lo mpn/sub_1$U.lo mpn/sub_n.lo mpn/mul_1.lo mpn/addmul_1.lo mpn/submul_1.lo mpn/lshift.lo mpn/rshift.lo mpn/dive_1$U.lo mpn/diveby3$U.lo mpn/divis$U.lo mpn/divrem$U.lo mpn/divrem_1$U.lo mpn/divrem_2$U.lo mpn/fib2_ui$U.lo mpn/mod_1$U.lo mpn/mod_34lsub1$U.lo mpn/mode1o.lo mpn/pre_divrem_1$U.lo mpn/pre_mod_1$U.lo mpn/dump$U.lo mpn/mul$U.lo mpn/mul_fft$U.lo mpn/mul_n$U.lo mpn/mul_basecase$U.lo mpn/sqr_basecase$U.lo mpn/pow_1$U.lo mpn/rootrem$U.lo mpn/sqrtrem$U.lo mpn/get_str$U.lo mpn/set_str$U.lo mpn/scan0$U.lo mpn/scan1$U.lo mpn/popcount$U.lo mpn/hamdist$U.lo mpn/cmp$U.lo mpn/perfsqr$U.lo mpn/bdivmod$U.lo mpn/gcd_1$U.lo mpn/gcd$U.lo mpn/gcdext$U.lo mpn/tdiv_qr$U.lo mpn/dc_divrem_n$U.lo mpn/sb_divrem_mn$U.lo mpn/jacbase$U.lo mpn/get_d$U.lo mpn/mullow_n$U.lo mpn/mullow_basecase$U.lo mpn/addsub_n$U.lo'
oldincludedir='/usr/include'
prefix='/tmp'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define GMP_MPARAM_H_SUGGEST "./mpn/x86_64/gmp-mparam.h"
#define HAVE_ALARM 1
#define HAVE_ALLOCA 1
#define HAVE_ALLOCA_H 1
#define HAVE_CALLING_CONVENTIONS 1
#define HAVE_CLOCK 1
#define HAVE_DECL_FGETC 1
#define HAVE_DECL_FSCANF 1
#define HAVE_DECL_OPTARG 1
#define HAVE_DECL_SYS_ERRLIST 0
#define HAVE_DECL_SYS_NERR 0
#define HAVE_DECL_UNGETC 1
#define HAVE_DECL_VFPRINTF 1
#define HAVE_DLFCN_H 1
#define HAVE_DOUBLE_IEEE_LITTLE_ENDIAN 1
#define HAVE_FCNTL_H 1
#define HAVE_FLOAT_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETRUSAGE 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_HOST_CPU_x86_64 1
#define HAVE_INTMAX_T 1
#define HAVE_INTTYPES_H 1
#define HAVE_LANGINFO_H 1
#define HAVE_LIMB_LITTLE_ENDIAN 1
#define HAVE_LOCALECONV 1
#define HAVE_LOCALE_H 1
#define HAVE_LONG_DOUBLE 1
#define HAVE_LONG_LONG 1
#define HAVE_MEMORY_H 1
#define HAVE_MEMSET 1
#define HAVE_MMAP 1
#define HAVE_MPROTECT 1
#define HAVE_NATIVE_mpn_add_n 1
#define HAVE_NATIVE_mpn_addmul_1 1
#define HAVE_NATIVE_mpn_lshift 1
#define HAVE_NATIVE_mpn_modexact_1_odd 1
#define HAVE_NATIVE_mpn_modexact_1c_odd 1
#define HAVE_NATIVE_mpn_mul_1 1
#define HAVE_NATIVE_mpn_rshift 1
#define HAVE_NATIVE_mpn_sub_n 1
#define HAVE_NATIVE_mpn_submul_1 1
#define HAVE_NL_LANGINFO 1
#define HAVE_NL_TYPES_H 1
#define HAVE_POPEN 1
#define HAVE_PROCESSOR_INFO 1
#define HAVE_PTRDIFF_T 1
#define HAVE_QUAD_T 1
#define HAVE_RAISE 1
#define HAVE_SIGACTION 1
#define HAVE_SIGALTSTACK 1
#define HAVE_SIGSTACK 1
#define HAVE_SPEED_CYCLECOUNTER 2
#define HAVE_STACK_T 1
#define HAVE_STDARG 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRCHR 1
#define HAVE_STRERROR 1
#define HAVE_STRINGIZE 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STRING_H 1
#define HAVE_STRTOL 1
#define HAVE_STRTOUL 1
#define HAVE_SYSCONF 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_PROCESSOR_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_SYSINFO_H 1
#define HAVE_SYS_TIMES_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_TIMES 1
#define HAVE_UINT_LEAST32_T 1
#define HAVE_UNISTD_H 1
#define HAVE_VSNPRINTF 1
#define LSYM_PREFIX ".L"
#define PACKAGE "gmp"
#define PACKAGE_BUGREPORT "gmp-bugs at swox.com"
#define PACKAGE_NAME "GNU MP"
#define PACKAGE_STRING "GNU MP 4.2.1"
#define PACKAGE_TARNAME "gmp"
#define PACKAGE_VERSION "4.2.1"
#define PROTOTYPES 1
#define RETSIGTYPE void
#define SIZEOF_MP_LIMB_T 8
#define SIZEOF_UNSIGNED 4
#define SIZEOF_UNSIGNED_LONG 8
#define SIZEOF_UNSIGNED_SHORT 2
#define STDC_HEADERS 1
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define TUNE_SQR_KARATSUBA_MAX SQR_KARATSUBA_MAX_GENERIC
#define VERSION "4.2.1"
#define WANT_FFT 1
#define WANT_TMP_ALLOCA 1
#define YYTEXT_POINTER 1
#define __PROTOTYPES 1

configure: exit 0


More information about the gmp-bugs mailing list