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

It was created by nettle configure 1.12, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure -C --with-include-path=/usr/local/include --with-lib-path=/usr/local/lib --prefix=/export/d1/xenofarm/lsh/gosroth.roxen.com/buildtmp/dist/pfx

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

hostname = gosroth.roxen.com
uname -m = ia64
uname -r = 2.4.3-12smp
uname -s = Linux
uname -v = #1 SMP Fri Jun 8 13:06:07 EDT 2001

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

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

PATH: /usr/kerberos/bin
PATH: /bin
PATH: /usr/bin
PATH: /opt/intel/compiler70/ia64/bin
PATH: /opt/intel/compiler60/ia64/bin
PATH: /usr/local/bin
PATH: /usr/bin/X11
PATH: /usr/X11R6/bin
PATH: /usr/local/bin
PATH: /sw/local/bin


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

configure:1235: creating cache config.cache
configure:1364: checking build system type
configure:1382: result: ia64-unknown-linux-gnu
configure:1390: checking host system type
configure:1404: result: ia64-unknown-linux-gnu
configure:1472: checking for -R flag
configure:1505: result: using -Wl,-rpath,
configure:1512: result: Searching for libraries
configure:1519: checking /usr/local/lib
configure:1537: result: added
configure:1519: checking /export/d1/xenofarm/lsh/gosroth.roxen.com/buildtmp/dist/pfx/lib
configure:1546: result: not found
configure:1519: checking /usr/local/lib
configure:1537: result: added
configure:1519: checking /sw/local/lib
configure:1546: result: not found
configure:1519: checking /sw/lib
configure:1546: result: not found
configure:1519: checking /usr/gnu/lib
configure:1546: result: not found
configure:1519: checking /opt/gnu/lib
configure:1546: result: not found
configure:1519: checking /sw/gnu/lib
configure:1546: result: not found
configure:1519: checking /usr/freeware/lib
configure:1546: result: not found
configure:1519: checking /usr/pkg/lib
configure:1546: result: not found
configure:1600: checking for gcc
configure:1626: result: ecc
configure:1870: checking for C compiler version
configure:1873: ecc --version </dev/null >&5
ecc: Command line warning: ignoring unknown option '-fversion'
/usr/lib/crt1.o: In function `_start':
/usr/lib/crt1.o(.text+0x41): undefined reference to `main'
configure:1876: $? = 1
configure:1878: ecc -v </dev/null >&5
ld  \
    /usr/lib/crt1.o \
    /usr/lib/crti.o \
    /opt/intel/compiler70/ia64/lib/crtxi.o \
    -dynamic-linker \
    /lib/ld-linux-ia64.so.2 \
    -u \
    ___get_intrinsics \
    -o \
    a.out \
    -relax \
    -rpath \
    /opt/intel/compiler70/ia64/lib \
    -Qy \
    -L/opt/intel/compiler70/ia64/lib \
    -L/usr/lib \
    -Bstatic \
    -limf \
    -Bdynamic \
    -lm \
    -Bstatic \
    -lirc \
    -Bstatic \
    -lcprts \
    -Bdynamic \
    -lcxa \
    -Bstatic \
    -lunwind \
    -Bdynamic \
    -lc \
    /opt/intel/compiler70/ia64/lib/crtxn.o \
    /usr/lib/crtn.o \
    --script \
    /opt/intel/compiler70/ia64/lib/elf64_ia64_intel.x

/usr/lib/crt1.o: In function `_start':
/usr/lib/crt1.o(.text+0x41): undefined reference to `main'
configure:1881: $? = 1
configure:1883: ecc -V </dev/null >&5
Intel(R) C++ Itanium(R) Compiler for Itanium(R)-based applications
Version 7.1, Build 20030307 
Copyright (C) 1985-2003 Intel Corporation.  All rights reserved.
FOR NON-COMMERCIAL USE ONLY

/usr/lib/crt1.o: In function `_start':
/usr/lib/crt1.o(.text+0x41): undefined reference to `main'
GNU ld version 2.10.91 (with BFD 2.10.91.0.2)
  Supported emulations:
   elf64_ia64
configure:1886: $? = 1
configure:1909: checking for C compiler default output file name
configure:1912: ecc   -I/usr/local/include  -L/usr/local/lib conftest.c  >&5
configure:1915: $? = 0
configure:1961: result: a.out
configure:1966: checking whether the C compiler works
configure:1972: ./a.out
configure:1975: $? = 0
configure:1992: result: yes
configure:1999: checking whether we are cross compiling
configure:2001: result: no
configure:2004: checking for suffix of executables
configure:2006: ecc -o conftest   -I/usr/local/include  -L/usr/local/lib conftest.c  >&5
configure:2009: $? = 0
configure:2034: result: 
configure:2040: checking for suffix of object files
configure:2061: ecc -c   -I/usr/local/include conftest.c >&5
configure:2064: $? = 0
configure:2086: result: o
configure:2090: checking whether we are using the GNU C compiler
configure:2114: ecc -c   -I/usr/local/include conftest.c >&5
conftest.c(14): error: identifier "choke" is undefined
         choke me
         ^

compilation aborted for conftest.c (code 2)
configure:2120: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "nettle"
| #define PACKAGE_TARNAME "nettle"
| #define PACKAGE_VERSION "1.12"
| #define PACKAGE_STRING "nettle 1.12"
| #define PACKAGE_BUGREPORT "nettle-bugs@lists.lysator.liu.se"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| #ifndef __GNUC__
|        choke me
| #endif
| 
|   ;
|   return 0;
| }
configure:2146: result: no
configure:2152: checking whether ecc accepts -g
configure:2173: ecc -c -g  -I/usr/local/include conftest.c >&5
configure:2179: $? = 0
configure:2183: test -z 
			 || test ! -s conftest.err
configure:2186: $? = 0
configure:2189: test -s conftest.o
configure:2192: $? = 0
configure:2203: result: yes
configure:2220: checking for ecc option to accept ANSI C
configure:2290: ecc  -c -g  -I/usr/local/include conftest.c >&5
configure:2296: $? = 0
configure:2300: test -z 
			 || test ! -s conftest.err
configure:2303: $? = 0
configure:2306: test -s conftest.o
configure:2309: $? = 0
configure:2327: result: none needed
configure:2345: ecc -c -g  -I/usr/local/include conftest.c >&5
conftest.c(2): error: identifier "choke" is undefined
    choke me
    ^

conftest.c(3): error: expected a ";"

compilation aborted for conftest.c (code 2)
configure:2351: $? = 2
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:2500: checking whether make sets $(MAKE)
configure:2520: result: yes
configure:2570: checking for ranlib
configure:2586: found /usr/bin/ranlib
configure:2597: result: ranlib
configure:2629: checking for a BSD-compatible install
configure:2684: result: /usr/bin/install -c
configure:2711: WARNING: Dependency tracking disabled
configure:2757: checking CCPIC
configure:2821: ecc -c -g   -I/usr/local/include conftest.c >&5
conftest.c(13): warning #266: function declared implicitly
  exit(0);
  ^

configure:2827: $? = 0
configure:2831: test -z 
			 || test ! -s conftest.err
configure:2834: $? = 0
configure:2837: test -s conftest.o
configure:2840: $? = 0
configure:2855: result: 
configure:2917: checking for m4
configure:2935: found /usr/bin/m4
configure:2948: result: /usr/bin/m4
configure:2957: checking for an ANSI C-conforming const
configure:3024: ecc -c -g  -I/usr/local/include conftest.c >&5
configure:3030: $? = 0
configure:3034: test -z 
			 || test ! -s conftest.err
configure:3037: $? = 0
configure:3040: test -s conftest.o
configure:3043: $? = 0
configure:3054: result: yes
configure:3064: checking for inline
configure:3085: ecc -c -g  -I/usr/local/include conftest.c >&5
configure:3091: $? = 0
configure:3095: test -z 
			 || test ! -s conftest.err
configure:3098: $? = 0
configure:3101: test -s conftest.o
configure:3104: $? = 0
configure:3116: result: inline
configure:3140: checking how to run the C preprocessor
configure:3175: ecc -E  -I/usr/local/include conftest.c
configure:3181: $? = 0
configure:3213: ecc -E  -I/usr/local/include conftest.c
conftest.c(9): catastrophic error: could not open source file "ac_nonexistent.h"
  #include <ac_nonexistent.h>
                             ^

configure:3219: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "nettle"
| #define PACKAGE_TARNAME "nettle"
| #define PACKAGE_VERSION "1.12"
| #define PACKAGE_STRING "nettle 1.12"
| #define PACKAGE_BUGREPORT "nettle-bugs@lists.lysator.liu.se"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3258: result: ecc -E
configure:3282: ecc -E  -I/usr/local/include conftest.c
configure:3288: $? = 0
configure:3320: ecc -E  -I/usr/local/include conftest.c
conftest.c(9): catastrophic error: could not open source file "ac_nonexistent.h"
  #include <ac_nonexistent.h>
                             ^

configure:3326: $? = 4
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "nettle"
| #define PACKAGE_TARNAME "nettle"
| #define PACKAGE_VERSION "1.12"
| #define PACKAGE_STRING "nettle 1.12"
| #define PACKAGE_BUGREPORT "nettle-bugs@lists.lysator.liu.se"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3370: checking for egrep
configure:3380: result: grep -E
configure:3385: checking for uid_t in sys/types.h
configure:3408: result: yes
configure:3423: checking for ANSI C header files
configure:3448: ecc -c -g  -I/usr/local/include conftest.c >&5
configure:3454: $? = 0
configure:3458: test -z 
			 || test ! -s conftest.err
configure:3461: $? = 0
configure:3464: test -s conftest.o
configure:3467: $? = 0
configure:3553: ecc -o conftest -g  -I/usr/local/include  -L/usr/local/lib conftest.c  >&5
conftest.c(26): warning #266: function declared implicitly
        exit(2);
        ^

conftest.c(27): warning #266: function declared implicitly
    exit (0);
    ^

configure:3556: $? = 0
configure:3558: ./conftest
configure:3561: $? = 0
configure:3576: result: yes
configure:3600: checking for sys/types.h
configure:3616: ecc -c -g  -I/usr/local/include conftest.c >&5
configure:3622: $? = 0
configure:3626: test -z 
			 || test ! -s conftest.err
configure:3629: $? = 0
configure:3632: test -s conftest.o
configure:3635: $? = 0
configure:3646: result: yes
configure:3600: checking for sys/stat.h
configure:3616: ecc -c -g  -I/usr/local/include conftest.c >&5
configure:3622: $? = 0
configure:3626: test -z 
			 || test ! -s conftest.err
configure:3629: $? = 0
configure:3632: test -s conftest.o
configure:3635: $? = 0
configure:3646: result: yes
configure:3600: checking for stdlib.h
configure:3616: ecc -c -g  -I/usr/local/include conftest.c >&5
configure:3622: $? = 0
configure:3626: test -z 
			 || test ! -s conftest.err
configure:3629: $? = 0
configure:3632: test -s conftest.o
configure:3635: $? = 0
configure:3646: result: yes
configure:3600: checking for string.h
configure:3616: ecc -c -g  -I/usr/local/include conftest.c >&5
configure:3622: $? = 0
configure:3626: test -z 
			 || test ! -s conftest.err
configure:3629: $? = 0
configure:3632: test -s conftest.o
configure:3635: $? = 0
configure:3646: result: yes
configure:3600: checking for memory.h
configure:3616: ecc -c -g  -I/usr/local/include conftest.c >&5
configure:3622: $? = 0
configure:3626: test -z 
			 || test ! -s conftest.err
configure:3629: $? = 0
configure:3632: test -s conftest.o
configure:3635: $? = 0
configure:3646: result: yes
configure:3600: checking for strings.h
configure:3616: ecc -c -g  -I/usr/local/include conftest.c >&5
configure:3622: $? = 0
configure:3626: test -z 
			 || test ! -s conftest.err
configure:3629: $? = 0
configure:3632: test -s conftest.o
configure:3635: $? = 0
configure:3646: result: yes
configure:3600: checking for inttypes.h
configure:3616: ecc -c -g  -I/usr/local/include conftest.c >&5
configure:3622: $? = 0
configure:3626: test -z 
			 || test ! -s conftest.err
configure:3629: $? = 0
configure:3632: test -s conftest.o
configure:3635: $? = 0
configure:3646: result: yes
configure:3600: checking for stdint.h
configure:3616: ecc -c -g  -I/usr/local/include conftest.c >&5
configure:3622: $? = 0
configure:3626: test -z 
			 || test ! -s conftest.err
configure:3629: $? = 0
configure:3632: test -s conftest.o
configure:3635: $? = 0
configure:3646: result: yes
configure:3600: checking for unistd.h
configure:3616: ecc -c -g  -I/usr/local/include conftest.c >&5
configure:3622: $? = 0
configure:3626: test -z 
			 || test ! -s conftest.err
configure:3629: $? = 0
configure:3632: test -s conftest.o
configure:3635: $? = 0
configure:3646: result: yes
configure:3658: checking for size_t
configure:3682: ecc -c -g  -I/usr/local/include conftest.c >&5
conftest.c(56): warning #279: controlling expression is constant
  if ((size_t *) 0)
      ^

configure:3688: $? = 0
configure:3692: test -z 
			 || test ! -s conftest.err
configure:3695: $? = 0
configure:3698: test -s conftest.o
configure:3701: $? = 0
configure:3712: result: yes
configure:3724: checking whether time.h and sys/time.h may both be included
configure:3749: ecc -c -g  -I/usr/local/include conftest.c >&5
conftest.c(26): warning #279: controlling expression is constant
  if ((struct tm *) 0)
      ^

configure:3755: $? = 0
configure:3759: test -z 
			 || test ! -s conftest.err
configure:3762: $? = 0
configure:3765: test -s conftest.o
configure:3768: $? = 0
configure:3779: result: yes
configure:3792: checking for working alloca.h
configure:3813: ecc -o conftest -g  -I/usr/local/include  -L/usr/local/lib conftest.c  >&5
configure:3819: $? = 0
configure:3823: test -z 
			 || test ! -s conftest.err
configure:3826: $? = 0
configure:3829: test -s conftest
configure:3832: $? = 0
configure:3844: result: yes
configure:3854: checking for alloca
configure:3895: ecc -o conftest -g  -I/usr/local/include  -L/usr/local/lib conftest.c  >&5
configure:3901: $? = 0
configure:3905: test -z 
			 || test ! -s conftest.err
configure:3908: $? = 0
configure:3911: test -s conftest
configure:3914: $? = 0
configure:3926: result: yes
configure:4163: checking malloc.h usability
configure:4175: ecc -c -g  -I/usr/local/include conftest.c >&5
configure:4181: $? = 0
configure:4185: test -z 
			 || test ! -s conftest.err
configure:4188: $? = 0
configure:4191: test -s conftest.o
configure:4194: $? = 0
configure:4204: result: yes
configure:4208: checking malloc.h presence
configure:4218: ecc -E  -I/usr/local/include conftest.c
configure:4224: $? = 0
configure:4244: result: yes
configure:4279: checking for malloc.h
configure:4286: result: yes
configure:4303: checking whether byte ordering is bigendian
configure:4330: ecc -c -g  -I/usr/local/include conftest.c >&5
configure:4336: $? = 0
configure:4340: test -z 
			 || test ! -s conftest.err
configure:4343: $? = 0
configure:4346: test -s conftest.o
configure:4349: $? = 0
configure:4373: ecc -c -g  -I/usr/local/include conftest.c >&5
conftest.c(30): error: identifier "not" is undefined
   not big endian
   ^

conftest.c(30): error: expected a ";"
   not big endian
           ^

conftest.c(33): warning #12: parsing restarts here after previous syntax error
    ;
    ^

compilation aborted for conftest.c (code 2)
configure:4379: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "nettle"
| #define PACKAGE_TARNAME "nettle"
| #define PACKAGE_VERSION "1.12"
| #define PACKAGE_STRING "nettle 1.12"
| #define PACKAGE_BUGREPORT "nettle-bugs@lists.lysator.liu.se"
| #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 TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MALLOC_H 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <sys/param.h>
| 
| int
| main ()
| {
| #if BYTE_ORDER != BIG_ENDIAN
|  not big endian
| #endif
| 
|   ;
|   return 0;
| }
configure:4514: result: no
configure:4537: checking for memxor
configure:4594: ecc -o conftest -g  -I/usr/local/include  -L/usr/local/lib conftest.c  >&5
/tmp/eccL2MX8y.o: In function `main':
/export/d1/xenofarm/lsh/gosroth.roxen.com/buildtmp/dist/lsh-1.5.6/src/nettle/conftest.c:63: undefined reference to `memxor'
configure:4600: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "nettle"
| #define PACKAGE_TARNAME "nettle"
| #define PACKAGE_VERSION "1.12"
| #define PACKAGE_STRING "nettle 1.12"
| #define PACKAGE_BUGREPORT "nettle-bugs@lists.lysator.liu.se"
| #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 TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MALLOC_H 1
| /* end confdefs.h.  */
| /* Define memxor to an innocuous variant, in case <limits.h> declares memxor.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define memxor innocuous_memxor
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char memxor (); 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 memxor
| 
| /* 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 memxor ();
| /* 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_memxor) || defined (__stub___memxor)
| choke me
| #else
| char (*f) () = memxor;
| #endif
| #ifdef __cplusplus
| }
| #endif
| 
| int
| main ()
| {
| return f != memxor;
|   ;
|   return 0;
| }
configure:4625: result: no
configure:4646: checking for __attribute__
configure:4677: ecc -c -g  -I/usr/local/include conftest.c >&5
conftest.c(34): error: expected a ";"
  {
  ^

conftest.c(38): warning #12: parsing restarts here after previous syntax error
    ;
    ^

compilation aborted for conftest.c (code 2)
configure:4683: $? = 2
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "nettle"
| #define PACKAGE_TARNAME "nettle"
| #define PACKAGE_VERSION "1.12"
| #define PACKAGE_STRING "nettle 1.12"
| #define PACKAGE_BUGREPORT "nettle-bugs@lists.lysator.liu.se"
| #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 TIME_WITH_SYS_TIME 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define HAVE_MALLOC_H 1
| /* end confdefs.h.  */
| 
| #include <stdlib.h>
| 
| int
| main ()
| {
| 
| static void foo(void) __attribute__ ((noreturn));
| 
| static void __attribute__ ((noreturn))
| foo(void)
| {
|   exit(1);
| }
| 
|   ;
|   return 0;
| }
configure:4707: result: no
configure:4725: checking for stdint types
configure:4753: ecc -c   conftest.c >&5
configure:4759: $? = 0
configure:4763: test -z 
			 || test ! -s conftest.err
configure:4766: $? = 0
configure:4769: test -s conftest.o
configure:4772: $? = 0
configure:4801: result: stdint.h (shortcircuit)
configure:7560: result: make use of stdint.h in nettle-types.h (assuming C99 compatible system)
configure:7570: checking for __gmpz_getlimbn in -lgmp
configure:7600: ecc -o conftest -g  -I/usr/local/include  -L/usr/local/lib conftest.c -lgmp   >&5
configure:7606: $? = 0
configure:7610: test -z 
			 || test ! -s conftest.err
configure:7613: $? = 0
configure:7616: test -s conftest
configure:7619: $? = 0
configure:7632: result: yes
configure:7679: ecc -o conftest -g  -I/usr/local/include  -L/usr/local/lib conftest.c -lgmp  >&5
configure:7682: $? = 0
configure:7684: ./conftest
configure:7687: $? = 0
configure:7766: checking for BF_ecb_encrypt in -lcrypto
configure:7796: ecc -o conftest -g  -I/usr/local/include  -L/usr/local/lib conftest.c -lcrypto  -lgmp  >&5
configure:7802: $? = 0
configure:7806: test -z 
			 || test ! -s conftest.err
configure:7809: $? = 0
configure:7812: test -s conftest
configure:7815: $? = 0
configure:7828: result: yes
configure:7960: creating ./config.status

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

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

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

on gosroth.roxen.com

config.status:719: creating config.make
config.status:719: creating config.m4
config.status:719: creating Makefile
config.status:719: creating tools/Makefile
config.status:719: creating testsuite/Makefile
config.status:719: creating examples/Makefile
config.status:823: creating config.h
config.status:1233: executing nettle-types.h commands
config.status:1237: creating nettle-types.h : __NETTLE_TYPES_H

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

ac_cv_build=ia64-unknown-linux-gnu
ac_cv_build_alias=ia64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=no
ac_cv_c_const=yes
ac_cv_c_inline=inline
ac_cv_env_CC_set=set
ac_cv_env_CC_value=ecc
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_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_alloca_works=yes
ac_cv_func_memxor=no
ac_cv_header_inttypes_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint=stdint.h
ac_cv_header_stdint_h=yes
ac_cv_header_stdint_t=stdint.h
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_host=ia64-unknown-linux-gnu
ac_cv_host_alias=ia64-unknown-linux-gnu
ac_cv_lib_crypto_BF_ecb_encrypt=yes
ac_cv_lib_gmp___gmpz_getlimbn=yes
ac_cv_objext=o
ac_cv_path_M4=/usr/bin/m4
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_CPP='ecc -E'
ac_cv_prog_ac_ct_CC=ecc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_prog_make_make_set=yes
ac_cv_stdint_message='using ecc'
ac_cv_stdint_result='(assuming C99 compatible system)'
ac_cv_type_size_t=yes
ac_cv_type_uid_t=yes
ac_cv_working_alloca_h=yes
lsh_cv_c_attribute=no
lsh_cv_sys_ccpic=

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

ALLOCA=''
CC='ecc'
CCPIC=''
CCPIC_MAYBE=''
CFLAGS='-g'
CPP='ecc -E'
CPPFLAGS=' -I/usr/local/include'
DEFS='-DHAVE_CONFIG_H'
DEP_FLAGS=''
DEP_PROCESS='true'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
IF_ENABLE_ASM='# '
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=' -L/usr/local/lib'
LIBOBJS=' memxor$U.o'
LIBS='-lgmp '
LTLIBOBJS=' memxor$U.lo'
M4='/usr/bin/m4'
OBJEXT='o'
OPENSSL_LIBFLAGS='-lcrypto'
PACKAGE_BUGREPORT='nettle-bugs@lists.lysator.liu.se'
PACKAGE_NAME='nettle'
PACKAGE_STRING='nettle 1.12'
PACKAGE_TARNAME='nettle'
PACKAGE_VERSION='1.12'
PATH_SEPARATOR=':'
RANLIB='ranlib'
RSA_EXAMPLES='rsa-keygen$(EXEEXT) rsa-sign$(EXEEXT) rsa-verify$(EXEEXT) rsa-encrypt$(EXEEXT) rsa-decrypt$(EXEEXT)'
SET_MAKE=''
SHELL='/bin/sh'
SHLIBCFLAGS=''
SHLIBFILE='$(SHLIBSONAME).$(SHLIBMINOR)'
SHLIBFORLINK='libnettle.so'
SHLIBINSTALL=''
SHLIBLIBS=''
SHLIBLINK='$(CC) $(LDFLAGS) -shared -Wl,-soname=$(SHLIBSONAME)'
SHLIBMAJOR='2'
SHLIBMINOR='3'
SHLIBSONAME='$(SHLIBFORLINK).$(SHLIBMAJOR)'
SHLIBTARGET=''
UNLESS_ENABLE_ASM=''
ac_ct_CC='ecc'
ac_ct_RANLIB='ranlib'
bindir='${exec_prefix}/bin'
build='ia64-unknown-linux-gnu'
build_alias=''
build_cpu='ia64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='ia64-unknown-linux-gnu'
host_alias=''
host_cpu='ia64'
host_os='linux-gnu'
host_vendor='unknown'
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/export/d1/xenofarm/lsh/gosroth.roxen.com/buildtmp/dist/pfx'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define HAVE_ALLOCA 1
#define HAVE_ALLOCA_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBCRYPTO 1
#define HAVE_LIBGMP 1
#define HAVE_MALLOC_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE_BUGREPORT "nettle-bugs@lists.lysator.liu.se"
#define PACKAGE_NAME "nettle"
#define PACKAGE_STRING "nettle 1.12"
#define PACKAGE_TARNAME "nettle"
#define PACKAGE_VERSION "1.12"
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1
#define WITH_PUBLIC_KEY 1

configure: exit 0