public inbox for libffi-discuss@sourceware.org
 help / color / mirror / Atom feed
* make install issue on hpux ia64 platform with libffi 3.0.11
@ 2012-09-13 20:30 Bill Smith
  2012-09-14  1:42 ` Paul Ackersviller
  0 siblings, 1 reply; 3+ messages in thread
From: Bill Smith @ 2012-09-13 20:30 UTC (permalink / raw)
  To: libffi-discuss

[-- Attachment #1: Type: text/plain, Size: 1492 bytes --]


I'm trying to build libffi on HPUX 11.31 IA64 platform.  The build goes fine but I get some errors when I try to do "make install".  Attached is my config.log.

The errors are:

test -z "/tools/hpuxia64/libffi-3.0.11/lib/libffi-3.0.11/include" || ../../install-sh -c -d "/tools/hpuxia64/libffi-3.0.11/lib/libffi-3.0.11/include"
 ../install-sh -c -m 644 ffi.h ffitarget.h '/tools/hpuxia64/libffi-3.0.11/lib/libffi-3.0.11/include'
/bin/sh: ../install-sh:  not found.
gmake[2]: *** [install-nodist_includesHEADERS] Error 127


test -z "/tools/hpuxia64/libffi-3.0.11/share/man/man3" || ../../install-sh -c -d "/tools/hpuxia64/libffi-3.0.11/share/man/man3"
 ../install-sh -c -m 644 ../../man/ffi.3 ../../man/ffi_call.3 ../../man/ffi_prep_cif.3 ../../man/ffi_prep_cif_var.3 '/tools/hpuxia64/libffi-3.0.11/share/man/man3'
/bin/sh: ../install-sh:  not found.

I was able to get past the errors by running install-sh by hand as follow:

# add ./include/ in front of ffi.h & ffitarget.h ../install-sh -c -m 644 ./include/ffi.h ./include/ffitarget.h '/tools/hpuxia64/libffi-3.0.11/lib/libffi-3.0.11/include'

# remove extra ../ in front of ffi.3, ffi_call.3, ffi_prep_cif.3, ffi_prep_cif_var.3 ../install-sh -c -m 644 ../man/ffi.3 ../man/ffi_call.3 ../man/ffi_prep_cif.3 ../man/ffi_prep_cif_var.3 '/tools/hpuxia64/libffi-3.0.11/share/man/man3'


I was able to build and install on Linux x86 without any issues.  It seems that Linux uses /usr/bin/install instead of ../install-sh

[-- Attachment #2: config.log --]
[-- Type: application/octet-stream, Size: 44743 bytes --]

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

It was created by libffi configure 3.0.11, which was
generated by GNU Autoconf 2.68.  Invocation command line was

  $ ../configure --prefix=/tools/hpuxia64/libffi-3.0.11

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

hostname = uxhpipf6
uname -m = ia64
uname -r = B.11.31
uname -s = HP-UX
uname -v = U

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

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

PATH: /usr/local/bin
PATH: /usr/dt/bin
PATH: /bin
PATH: /usr/bin
PATH: /etc
PATH: /usr/contrib/bin
PATH: /usr/lib
PATH: /usr/rdl/sc
PATH: /usr/rdl/hpux/bin
PATH: /tools/bin
PATH: /tools/hpux/bin
PATH: /usr/local/bin
PATH: /users/devp/toolsadm/bin
PATH: .
PATH: /usr/atria/bin


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

configure:2550: checking build system type
configure:2564: result: ia64-hp-hpux11.31
configure:2584: checking host system type
configure:2597: result: ia64-hp-hpux11.31
configure:2617: checking target system type
configure:2630: result: ia64-hp-hpux11.31
configure:2722: checking for gsed
configure:2753: result: sed
configure:2781: checking for a BSD-compatible install
configure:2849: result: ../install-sh -c
configure:2860: checking whether build environment is sane
configure:2910: result: yes
configure:3048: checking for a thread-safe mkdir -p
configure:3087: result: ../install-sh -c -d
configure:3100: checking for gawk
configure:3116: found /tools/hpux/bin/gawk
configure:3127: result: gawk
configure:3138: checking whether make sets $(MAKE)
configure:3160: result: yes
configure:3299: checking for gcc
configure:3315: found /usr/local/bin/gcc
configure:3326: result: gcc
configure:3555: checking for C compiler version
configure:3564: gcc --version >&5
gcc (GCC) 4.2.3
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:3575: $? = 0
configure:3564: gcc -v >&5
Using built-in specs.
Target: ia64-hp-hpux11.31
Configured with: ../gcc/configure 
Thread model: posix
gcc version 4.2.3
configure:3575: $? = 0
configure:3564: gcc -V >&5
gcc: '-V' option must have argument
configure:3575: $? = 1
configure:3564: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:3575: $? = 1
configure:3595: checking whether the C compiler works
configure:3617: gcc    conftest.c  >&5
configure:3621: $? = 0
configure:3669: result: yes
configure:3672: checking for C compiler default output file name
configure:3674: result: a.out
configure:3680: checking for suffix of executables
configure:3687: gcc -o conftest    conftest.c  >&5
configure:3691: $? = 0
configure:3713: result: 
configure:3735: checking whether we are cross compiling
configure:3743: gcc -o conftest    conftest.c  >&5
configure:3747: $? = 0
configure:3754: ./conftest
configure:3758: $? = 0
configure:3773: result: no
configure:3778: checking for suffix of object files
configure:3800: gcc -c   conftest.c >&5
configure:3804: $? = 0
configure:3825: result: o
configure:3829: checking whether we are using the GNU C compiler
configure:3848: gcc -c   conftest.c >&5
configure:3848: $? = 0
configure:3857: result: yes
configure:3866: checking whether gcc accepts -g
configure:3886: gcc -c -g  conftest.c >&5
configure:3886: $? = 0
configure:3927: result: yes
configure:3944: checking for gcc option to accept ISO C89
configure:4008: gcc  -c -g -O2  conftest.c >&5
configure:4008: $? = 0
configure:4021: result: none needed
configure:4052: checking for style of include used by make
configure:4080: result: GNU
configure:4105: checking dependency style of gcc
configure:4215: result: gcc3
configure:4245: checking dependency style of gcc
configure:4353: result: gcc3
configure:4369: checking whether gcc and cc understand -c and -o together
configure:4400: gcc -c conftest.c -o conftest2.o >&5
configure:4404: $? = 0
configure:4410: gcc -c conftest.c -o conftest2.o >&5
configure:4414: $? = 0
configure:4425: cc -c conftest.c >&5
configure:4429: $? = 0
configure:4437: cc -c conftest.c -o conftest2.o >&5
configure:4441: $? = 0
configure:4447: cc -c conftest.c -o conftest2.o >&5
configure:4451: $? = 0
configure:4469: result: yes
configure:4540: checking how to print strings
configure:4569: result: print -r
configure:4588: checking for a sed that does not truncate output
configure:4652: result: /bin/sed
configure:4670: checking for grep that handles long lines and -e
configure:4728: result: /tools/hpux/bin/ggrep
configure:4733: checking for egrep
configure:4795: result: /tools/hpux/bin/ggrep -E
configure:4800: checking for fgrep
configure:4862: result: /tools/hpux/bin/ggrep -F
configure:4897: checking for ld used by gcc
configure:4964: result: /usr/ccs/bin/ld
configure:4971: checking if the linker (/usr/ccs/bin/ld) is GNU ld
configure:4986: result: no
configure:4998: checking for BSD- or MS-compatible name lister (nm)
configure:5047: result: /usr/local/bin/nm -B
configure:5177: checking the name lister (/usr/local/bin/nm -B) interface
configure:5184: gcc -c   conftest.c >&5
configure:5187: /usr/local/bin/nm -B "conftest.o"
configure:5190: output
00000000 S some_variable
configure:5197: result: BSD nm
configure:5200: checking whether ln -s works
configure:5204: result: yes
configure:5212: checking the maximum length of command line arguments
configure:5337: result: 1536000
configure:5354: checking whether the shell understands some XSI constructs
configure:5364: result: yes
configure:5368: checking whether the shell understands "+="
configure:5374: result: no
configure:5409: checking how to convert ia64-hp-hpux11.31 file names to ia64-hp-hpux11.31 format
configure:5449: result: func_convert_file_noop
configure:5456: checking how to convert ia64-hp-hpux11.31 file names to toolchain format
configure:5476: result: func_convert_file_noop
configure:5483: checking for /usr/ccs/bin/ld option to reload object files
configure:5490: result: -r
configure:5564: checking for objdump
configure:5580: found /usr/local/bin/objdump
configure:5591: result: objdump
configure:5623: checking how to recognize dependent libraries
configure:5825: result: file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64
configure:5910: checking for dlltool
configure:5940: result: no
configure:5970: checking how to associate runtime and link libraries
configure:5997: result: print -r --
configure:6058: checking for ar
configure:6074: found /usr/local/bin/ar
configure:6085: result: ar
configure:6122: checking for archiver @FILE support
configure:6139: gcc -c   conftest.c >&5
configure:6139: $? = 0
configure:6142: ar cru libconftest.a @conftest.lst >&5
configure:6145: $? = 0
configure:6150: ar cru libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:6153: $? = 1
configure:6165: result: @
configure:6223: checking for strip
configure:6239: found /bin/strip
configure:6250: result: strip
configure:6322: checking for ranlib
configure:6338: found /usr/local/bin/ranlib
configure:6349: result: ranlib
configure:6451: checking command to parse /usr/local/bin/nm -B output from gcc object
configure:6570: gcc -c   conftest.c >&5
configure:6573: $? = 0
configure:6577: /usr/local/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:6580: $? = 0
configure:6646: gcc -o conftest    conftest.c conftstm.o >&5
configure:6649: $? = 0
configure:6687: result: ok
configure:6724: checking for sysroot
configure:6754: result: no
configure:6774: gcc -c   conftest.c >&5
configure:6777: $? = 0
configure:7004: checking for mt
configure:7020: found /bin/mt
configure:7031: result: mt
configure:7054: checking if mt is a manifest tool
configure:7060: mt '-?'
mt: unknown command "-?"
configure:7068: result: no
configure:7700: checking how to run the C preprocessor
configure:7731: gcc -E  conftest.c
configure:7731: $? = 0
configure:7745: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:7745: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libffi"
| #define PACKAGE_TARNAME "libffi"
| #define PACKAGE_VERSION "3.0.11"
| #define PACKAGE_STRING "libffi 3.0.11"
| #define PACKAGE_BUGREPORT "http://github.com/atgreen/libffi/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "libffi"
| #define VERSION "3.0.11"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7770: result: gcc -E
configure:7790: gcc -E  conftest.c
configure:7790: $? = 0
configure:7804: gcc -E  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:7804: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libffi"
| #define PACKAGE_TARNAME "libffi"
| #define PACKAGE_VERSION "3.0.11"
| #define PACKAGE_STRING "libffi 3.0.11"
| #define PACKAGE_BUGREPORT "http://github.com/atgreen/libffi/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "libffi"
| #define VERSION "3.0.11"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7833: checking for ANSI C header files
configure:7853: gcc -c   conftest.c >&5
configure:7853: $? = 0
configure:7926: gcc -o conftest    conftest.c  >&5
configure:7926: $? = 0
configure:7926: ./conftest
configure:7926: $? = 0
configure:7937: result: yes
configure:7950: checking for sys/types.h
configure:7950: gcc -c   conftest.c >&5
configure:7950: $? = 0
configure:7950: result: yes
configure:7950: checking for sys/stat.h
configure:7950: gcc -c   conftest.c >&5
configure:7950: $? = 0
configure:7950: result: yes
configure:7950: checking for stdlib.h
configure:7950: gcc -c   conftest.c >&5
configure:7950: $? = 0
configure:7950: result: yes
configure:7950: checking for string.h
configure:7950: gcc -c   conftest.c >&5
configure:7950: $? = 0
configure:7950: result: yes
configure:7950: checking for memory.h
configure:7950: gcc -c   conftest.c >&5
configure:7950: $? = 0
configure:7950: result: yes
configure:7950: checking for strings.h
configure:7950: gcc -c   conftest.c >&5
configure:7950: $? = 0
configure:7950: result: yes
configure:7950: checking for inttypes.h
configure:7950: gcc -c   conftest.c >&5
configure:7950: $? = 0
configure:7950: result: yes
configure:7950: checking for stdint.h
configure:7950: gcc -c   conftest.c >&5
configure:7950: $? = 0
configure:7950: result: yes
configure:7950: checking for unistd.h
configure:7950: gcc -c   conftest.c >&5
configure:7950: $? = 0
configure:7950: result: yes
configure:7964: checking for dlfcn.h
configure:7964: gcc -c   conftest.c >&5
configure:7964: $? = 0
configure:7964: result: yes
configure:8151: checking for objdir
configure:8166: result: .libs
configure:8437: checking if gcc supports -fno-rtti -fno-exceptions
configure:8455: gcc -c   -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:8459: $? = 0
configure:8472: result: no
configure:8782: checking for gcc option to produce PIC
configure:8789: result: -fPIC -DPIC
configure:8797: checking if gcc PIC flag -fPIC -DPIC works
configure:8815: gcc -c   -fPIC -DPIC -DPIC conftest.c >&5
configure:8819: $? = 0
configure:8832: result: yes
configure:8861: checking if gcc static flag -static works
configure:8889: result: no
configure:8904: checking if gcc supports -c -o file.o
configure:8925: gcc -c   -o out/conftest2.o conftest.c >&5
configure:8929: $? = 0
configure:8951: result: yes
configure:8959: checking if gcc supports -c -o file.o
configure:9006: result: yes
configure:9039: checking whether the gcc linker (/usr/ccs/bin/ld) supports shared libraries
configure:10197: result: yes
configure:10234: checking whether -lc should be explicitly linked in
configure:10242: gcc -c   conftest.c >&5
configure:10245: $? = 0
configure:10260: gcc -shared  -fPIC -DPIC -Wl,+h -Wl,conftest -Wl,+nodefaultrpath -o conftest conftest.o  -v 2\>\&1 \| /tools/hpux/bin/ggrep  -lc  \>/dev/null 2\>\&1
configure:10263: $? = 1
configure:10277: result: yes
configure:10442: checking dynamic linker characteristics
configure:11178: result: hpux11.31 dld.so
configure:11285: checking how to hardcode library paths into programs
configure:11310: result: immediate
configure:11850: checking whether stripping libraries is possible
configure:11872: result: no
configure:11890: checking if libtool supports shared libraries
configure:11892: result: yes
configure:11895: checking whether to build shared libraries
configure:11916: result: yes
configure:11919: checking whether to build static libraries
configure:11923: result: yes
configure:11960: checking for C compiler vendor
configure:12005: gcc -c   conftest.c >&5
conftest.c: In function 'main':
conftest.c:29: error: 'thisisanerror' undeclared (first use in this function)
conftest.c:29: error: (Each undeclared identifier is reported only once
conftest.c:29: error: for each function it appears in.)
configure:12005: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libffi"
| #define PACKAGE_TARNAME "libffi"
| #define PACKAGE_VERSION "3.0.11"
| #define PACKAGE_STRING "libffi 3.0.11"
| #define PACKAGE_BUGREPORT "http://github.com/atgreen/libffi/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "libffi"
| #define VERSION "3.0.11"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|       #if !(defined(__ICC) || defined(__ECC) || defined(__INTEL_COMPILER))
|         thisisanerror;
|       #endif
| 
|   ;
|   return 0;
| }
configure:12005: gcc -c   conftest.c >&5
conftest.c: In function 'main':
conftest.c:29: error: 'thisisanerror' undeclared (first use in this function)
conftest.c:29: error: (Each undeclared identifier is reported only once
conftest.c:29: error: for each function it appears in.)
configure:12005: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libffi"
| #define PACKAGE_TARNAME "libffi"
| #define PACKAGE_VERSION "3.0.11"
| #define PACKAGE_STRING "libffi 3.0.11"
| #define PACKAGE_BUGREPORT "http://github.com/atgreen/libffi/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "libffi"
| #define VERSION "3.0.11"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|       #if !(defined(__xlc__) || defined(__xlC__) || defined(__IBMC__) || defined(__IBMCPP__))
|         thisisanerror;
|       #endif
| 
|   ;
|   return 0;
| }
configure:12005: gcc -c   conftest.c >&5
conftest.c: In function 'main':
conftest.c:29: error: 'thisisanerror' undeclared (first use in this function)
conftest.c:29: error: (Each undeclared identifier is reported only once
conftest.c:29: error: for each function it appears in.)
configure:12005: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libffi"
| #define PACKAGE_TARNAME "libffi"
| #define PACKAGE_VERSION "3.0.11"
| #define PACKAGE_STRING "libffi 3.0.11"
| #define PACKAGE_BUGREPORT "http://github.com/atgreen/libffi/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "libffi"
| #define VERSION "3.0.11"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|       #if !(defined(__PATHCC__) || defined(__PATHSCALE__))
|         thisisanerror;
|       #endif
| 
|   ;
|   return 0;
| }
configure:12005: gcc -c   conftest.c >&5
conftest.c: In function 'main':
conftest.c:29: error: 'thisisanerror' undeclared (first use in this function)
conftest.c:29: error: (Each undeclared identifier is reported only once
conftest.c:29: error: for each function it appears in.)
configure:12005: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libffi"
| #define PACKAGE_TARNAME "libffi"
| #define PACKAGE_VERSION "3.0.11"
| #define PACKAGE_STRING "libffi 3.0.11"
| #define PACKAGE_BUGREPORT "http://github.com/atgreen/libffi/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "libffi"
| #define VERSION "3.0.11"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|       #if !(defined(__clang__))
|         thisisanerror;
|       #endif
| 
|   ;
|   return 0;
| }
configure:12005: gcc -c   conftest.c >&5
configure:12005: $? = 0
configure:12013: result: gnu
configure:12284: checking whether C compiler accepts -malign-double
configure:12303: gcc -c -O3 -fomit-frame-pointer  -malign-double  conftest.c >&5
cc1: error: unrecognized command line option "-malign-double"
configure:12303: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libffi"
| #define PACKAGE_TARNAME "libffi"
| #define PACKAGE_VERSION "3.0.11"
| #define PACKAGE_STRING "libffi 3.0.11"
| #define PACKAGE_BUGREPORT "http://github.com/atgreen/libffi/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "libffi"
| #define VERSION "3.0.11"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:12311: result: no
configure:12321: checking whether C compiler accepts -fstrict-aliasing
configure:12340: gcc -c -O3 -fomit-frame-pointer  -fstrict-aliasing  conftest.c >&5
configure:12340: $? = 0
configure:12348: result: yes
configure:12358: checking whether C compiler accepts -ffast-math
configure:12377: gcc -c -O3 -fomit-frame-pointer -fstrict-aliasing  -ffast-math  conftest.c >&5
configure:12377: $? = 0
configure:12385: result: yes
configure:12406: checking for gcc architecture flag
configure:12408: result: 
configure:12784: checking for gcc architecture flag
configure:12786: result: unknown
configure:12809: checking whether C compiler accepts -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math
configure:12828: gcc -c -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math  -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math  conftest.c >&5
configure:12828: $? = 0
configure:12837: result: yes
configure:12863: checking CFLAGS for maximum warnings
configure:12883: gcc -c -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -warn all  -warn all  conftest.c >&5
gcc: all: No such file or directory
gcc: all: No such file or directory
gcc: unrecognized option '-warn'
gcc: unrecognized option '-warn'
configure:12883: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libffi"
| #define PACKAGE_TARNAME "libffi"
| #define PACKAGE_VERSION "3.0.11"
| #define PACKAGE_STRING "libffi 3.0.11"
| #define PACKAGE_BUGREPORT "http://github.com/atgreen/libffi/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "libffi"
| #define VERSION "3.0.11"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:12883: gcc -c -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -pedantic  -Wall  conftest.c >&5
configure:12883: $? = 0
configure:12891: result: -Wall
configure:12906: : CFLAGS="$CFLAGS $ac_cv_cflags_warn_all"
configure:12909: $? = 0
configure:12932: checking whether to enable maintainer-specific portions of Makefiles
configure:12941: result: no
configure:12957: checking sys/mman.h usability
configure:12957: gcc -c -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions  conftest.c >&5
configure:12957: $? = 0
configure:12957: result: yes
configure:12957: checking sys/mman.h presence
configure:12957: gcc -E  conftest.c
configure:12957: $? = 0
configure:12957: result: yes
configure:12957: checking for sys/mman.h
configure:12957: result: yes
configure:12969: checking for mmap
configure:12969: gcc -o conftest -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions   conftest.c  >&5
configure:12969: $? = 0
configure:12969: result: yes
configure:12979: checking for sys/mman.h
configure:12979: result: yes
configure:12987: checking for mmap
configure:12987: result: yes
configure:13000: checking whether read-only mmap of a plain file works
configure:13017: result: yes
configure:13019: checking whether mmap from /dev/zero works
configure:13041: result: yes
configure:13045: checking for MAP_ANON(YMOUS)
configure:13068: gcc -c -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions  conftest.c >&5
conftest.c: In function 'main':
conftest.c:36: warning: unused variable 'n'
configure:13068: $? = 0
configure:13075: result: yes
configure:13081: checking whether mmap with MAP_ANON(YMOUS) works
configure:13098: result: yes
configure:13507: checking for ANSI C header files
configure:13611: result: yes
configure:13621: checking for memcpy
configure:13621: gcc -o conftest -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions   conftest.c  >&5
conftest.c:52: warning: conflicting types for built-in function 'memcpy'
configure:13621: $? = 0
configure:13621: result: yes
configure:13630: checking for size_t
configure:13630: gcc -c -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions  conftest.c >&5
configure:13630: $? = 0
configure:13630: gcc -c -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions  conftest.c >&5
conftest.c: In function 'main':
conftest.c:66: error: expected expression before ')' token
configure:13630: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libffi"
| #define PACKAGE_TARNAME "libffi"
| #define PACKAGE_VERSION "3.0.11"
| #define PACKAGE_STRING "libffi 3.0.11"
| #define PACKAGE_BUGREPORT "http://github.com/atgreen/libffi/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "libffi"
| #define VERSION "3.0.11"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MMAP 1
| #define HAVE_MMAP_FILE 1
| #define HAVE_MMAP_DEV_ZERO 1
| #define HAVE_MMAP_ANON 1
| #define STDC_HEADERS 1
| #define HAVE_MEMCPY 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| if (sizeof ((size_t)))
| 	    return 0;
|   ;
|   return 0;
| }
configure:13630: result: yes
configure:13643: checking for working alloca.h
configure:13660: gcc -o conftest -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions   conftest.c  >&5
configure:13660: $? = 0
configure:13668: result: yes
configure:13676: checking for alloca
configure:13713: gcc -o conftest -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions   conftest.c  >&5
configure:13713: $? = 0
configure:13721: result: yes
configure:13835: checking size of double
configure:13840: gcc -o conftest -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions   conftest.c  >&5
configure:13840: $? = 0
configure:13840: ./conftest
configure:13840: $? = 0
configure:13854: result: 8
configure:13868: checking size of long double
configure:13873: gcc -o conftest -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions   conftest.c  >&5
configure:13873: $? = 0
configure:13873: ./conftest
configure:13873: $? = 0
configure:13887: result: 16
configure:13912: checking whether byte ordering is bigendian
configure:13927: gcc -c -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions  conftest.c >&5
conftest.c:36: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
configure:13927: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libffi"
| #define PACKAGE_TARNAME "libffi"
| #define PACKAGE_VERSION "3.0.11"
| #define PACKAGE_STRING "libffi 3.0.11"
| #define PACKAGE_BUGREPORT "http://github.com/atgreen/libffi/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "libffi"
| #define VERSION "3.0.11"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MMAP 1
| #define HAVE_MMAP_FILE 1
| #define HAVE_MMAP_DEV_ZERO 1
| #define HAVE_MMAP_ANON 1
| #define STDC_HEADERS 1
| #define HAVE_MEMCPY 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_LONG_DOUBLE 1
| /* end confdefs.h.  */
| #ifndef __APPLE_CC__
| 	       not a universal capable compiler
| 	     #endif
| 	     typedef int dummy;
| 
configure:13972: gcc -c -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions  conftest.c >&5
conftest.c: In function 'main':
conftest.c:42: error: 'bogus' undeclared (first use in this function)
conftest.c:42: error: (Each undeclared identifier is reported only once
conftest.c:42: error: for each function it appears in.)
conftest.c:42: error: expected ';' before 'endian'
configure:13972: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libffi"
| #define PACKAGE_TARNAME "libffi"
| #define PACKAGE_VERSION "3.0.11"
| #define PACKAGE_STRING "libffi 3.0.11"
| #define PACKAGE_BUGREPORT "http://github.com/atgreen/libffi/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "libffi"
| #define VERSION "3.0.11"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MMAP 1
| #define HAVE_MMAP_FILE 1
| #define HAVE_MMAP_DEV_ZERO 1
| #define HAVE_MMAP_ANON 1
| #define STDC_HEADERS 1
| #define HAVE_MEMCPY 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_LONG_DOUBLE 1
| /* end confdefs.h.  */
| #include <sys/types.h>
| 	     #include <sys/param.h>
| 
| int
| main ()
| {
| #if ! (defined BYTE_ORDER && defined BIG_ENDIAN 		     && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN 		     && LITTLE_ENDIAN)
| 	      bogus endian macros
| 	     #endif
| 
|   ;
|   return 0;
| }
configure:14016: gcc -c -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions  conftest.c >&5
conftest.c: In function 'main':
conftest.c:41: error: 'bogus' undeclared (first use in this function)
conftest.c:41: error: (Each undeclared identifier is reported only once
conftest.c:41: error: for each function it appears in.)
conftest.c:41: error: expected ';' before 'endian'
configure:14016: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libffi"
| #define PACKAGE_TARNAME "libffi"
| #define PACKAGE_VERSION "3.0.11"
| #define PACKAGE_STRING "libffi 3.0.11"
| #define PACKAGE_BUGREPORT "http://github.com/atgreen/libffi/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "libffi"
| #define VERSION "3.0.11"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MMAP 1
| #define HAVE_MMAP_FILE 1
| #define HAVE_MMAP_DEV_ZERO 1
| #define HAVE_MMAP_ANON 1
| #define STDC_HEADERS 1
| #define HAVE_MEMCPY 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_LONG_DOUBLE 1
| /* end confdefs.h.  */
| #include <limits.h>
| 
| int
| main ()
| {
| #if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN)
| 	      bogus endian macros
| 	     #endif
| 
|   ;
|   return 0;
| }
configure:14107: gcc -o conftest -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions   conftest.c  >&5
configure:14107: $? = 0
configure:14107: ./conftest
configure:14107: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libffi"
| #define PACKAGE_TARNAME "libffi"
| #define PACKAGE_VERSION "3.0.11"
| #define PACKAGE_STRING "libffi 3.0.11"
| #define PACKAGE_BUGREPORT "http://github.com/atgreen/libffi/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "libffi"
| #define VERSION "3.0.11"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MMAP 1
| #define HAVE_MMAP_FILE 1
| #define HAVE_MMAP_DEV_ZERO 1
| #define HAVE_MMAP_ANON 1
| #define STDC_HEADERS 1
| #define HAVE_MEMCPY 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_LONG_DOUBLE 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| 
| 	     /* Are we little or big endian?  From Harbison&Steele.  */
| 	     union
| 	     {
| 	       long int l;
| 	       char c[sizeof (long int)];
| 	     } u;
| 	     u.l = 1;
| 	     return u.c[sizeof (long int) - 1] == 1;
| 
|   ;
|   return 0;
| }
configure:14118: result: yes
configure:14137: checking assembler .cfi pseudo-op support
configure:14155: gcc -c -O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions  conftest.c >&5
/var/tmp//ccxuuA91.s: Assembler messages:
/var/tmp//ccxuuA91.s:4: Error: unknown pseudo-op: `.cfi_startproc'
/var/tmp//ccxuuA91.s:5: Error: unknown pseudo-op: `.cfi_endproc'
configure:14155: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libffi"
| #define PACKAGE_TARNAME "libffi"
| #define PACKAGE_VERSION "3.0.11"
| #define PACKAGE_STRING "libffi 3.0.11"
| #define PACKAGE_BUGREPORT "http://github.com/atgreen/libffi/issues"
| #define PACKAGE_URL ""
| #define PACKAGE "libffi"
| #define VERSION "3.0.11"
| #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_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_MMAP 1
| #define HAVE_MMAP_FILE 1
| #define HAVE_MMAP_DEV_ZERO 1
| #define HAVE_MMAP_ANON 1
| #define STDC_HEADERS 1
| #define HAVE_MEMCPY 1
| #define HAVE_ALLOCA_H 1
| #define HAVE_ALLOCA 1
| #define SIZEOF_DOUBLE 8
| #define SIZEOF_LONG_DOUBLE 16
| #define HAVE_LONG_DOUBLE 1
| #define WORDS_BIGENDIAN 1
| /* end confdefs.h.  */
| asm (".cfi_startproc\n\t.cfi_endproc");
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:14163: result: no
configure:14445: checking whether .eh_frame section should be read-only
configure:14464: result: no
configure:14479: checking for __attribute__((visibility("hidden")))
configure:14488: gcc -Werror -S conftest.c -o conftest.s 1>&5
configure:14491: $? = 0
configure:14500: result: yes
configure:14860: creating ./config.status

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

This file was extended by libffi config.status 3.0.11, which was
generated by GNU Autoconf 2.68.  Invocation command line was

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

on uxhpipf6

config.status:1206: creating include/Makefile
config.status:1206: creating include/ffi.h
config.status:1206: creating Makefile
config.status:1206: creating testsuite/Makefile
config.status:1206: creating man/Makefile
config.status:1206: creating libffi.pc
config.status:1206: creating fficonfig.h
config.status:1432: linking ../src/ia64/ffitarget.h to include/ffitarget.h
config.status:1451: executing buildir commands
config.status:1464: skipping top_srcdir/Makefile - not created
config.status:1451: executing depfiles commands
config.status:1451: executing libtool commands
config.status:1451: executing include commands
config.status:1451: executing src commands

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

ac_cv_build=ia64-hp-hpux11.31
ac_cv_c_bigendian=yes
ac_cv_c_compiler_gnu=yes
ac_cv_cflags_warn_all=-Wall
ac_cv_decl_map_anon=yes
ac_cv_env_CCASFLAGS_set=''
ac_cv_env_CCASFLAGS_value=''
ac_cv_env_CCAS_set=''
ac_cv_env_CCAS_value=''
ac_cv_env_CPPFLAGS_set=''
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_CPP_set=''
ac_cv_env_CPP_value=''
ac_cv_env_build_alias_set=''
ac_cv_env_build_alias_value=''
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_func_alloca_works=yes
ac_cv_func_memcpy=yes
ac_cv_func_mmap=yes
ac_cv_func_mmap_anon=yes
ac_cv_func_mmap_dev_zero=yes
ac_cv_func_mmap_file=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_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_mman_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=ia64-hp-hpux11.31
ac_cv_objext=o
ac_cv_path_EGREP='/tools/hpux/bin/ggrep -E'
ac_cv_path_FGREP='/tools/hpux/bin/ggrep -F'
ac_cv_path_GREP=/tools/hpux/bin/ggrep
ac_cv_path_SED=/bin/sed
ac_cv_path_ax_enable_builddir_sed=sed
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=''
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_gcc_c_o=yes
ac_cv_prog_make_make_set=yes
ac_cv_sizeof_double=8
ac_cv_sizeof_long_double=16
ac_cv_target=ia64-hp-hpux11.31
ac_cv_type_size_t=yes
ac_cv_working_alloca_h=yes
am_cv_CCAS_dependencies_compiler_type=gcc3
am_cv_CC_dependencies_compiler_type=gcc3
ax_cv_c_compiler_vendor=gnu
ax_cv_check_cflags___O3__fomit_frame_pointer__fstrict_aliasing__ffast_math=yes
ax_cv_check_cflags___ffast_math=yes
ax_cv_check_cflags___fstrict_aliasing=yes
ax_cv_check_cflags___malign_double=no
ax_cv_gcc_archflag=unknown
gcc_cv_as_cfi_pseudo_op=no
libffi_cv_hidden_visibility_attribute=yes
libffi_cv_ro_eh_frame=no
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=yes
lt_cv_deplibs_check_method='file_magic (s[0-9][0-9][0-9]|ELF-[0-9][0-9]) shared object file - IA64'
lt_cv_file_magic_cmd=/usr/bin/file
lt_cv_file_magic_test_file=/usr/lib/hpux32/libc.so
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/ccs/bin/ld
lt_cv_path_NM='/usr/local/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=no
lt_cv_prog_gnu_ld=no
lt_cv_sharedlib_from_linklib_cmd='print -r --'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'
lt_cv_sys_max_cmd_len=1536000
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop

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

ACLOCAL='${SHELL} /scratch/bsmith/gcc/libffi-3.0.11/missing --run aclocal-1.11'
ALLOCA=''
ALPHA_FALSE=''
ALPHA_TRUE='#'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /scratch/bsmith/gcc/libffi-3.0.11/missing --run tar'
AM_LTLDFLAGS=''
AM_RUNTESTFLAGS=''
AR='ar'
ARM_FALSE=''
ARM_TRUE='#'
AUTOCONF='${SHELL} /scratch/bsmith/gcc/libffi-3.0.11/missing --run autoconf'
AUTOHEADER='${SHELL} /scratch/bsmith/gcc/libffi-3.0.11/missing --run autoheader'
AUTOMAKE='${SHELL} /scratch/bsmith/gcc/libffi-3.0.11/missing --run automake-1.11'
AVR32_FALSE=''
AVR32_TRUE='#'
AWK='gawk'
CC='gcc'
CCAS='gcc'
CCASDEPMODE='depmode=gcc3'
CCASFLAGS=''
CCDEPMODE='depmode=gcc3'
CFLAGS='-O3 -fomit-frame-pointer -fstrict-aliasing -ffast-math -Wall -fexceptions'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/tools/hpux/bin/ggrep -E'
EXEEXT=''
FFI_DEBUG_FALSE=''
FFI_DEBUG_TRUE='#'
FFI_EXEC_TRAMPOLINE_TABLE='0'
FFI_EXEC_TRAMPOLINE_TABLE_FALSE=''
FFI_EXEC_TRAMPOLINE_TABLE_TRUE='#'
FGREP='/tools/hpux/bin/ggrep -F'
FRV_FALSE=''
FRV_TRUE='#'
GREP='/tools/hpux/bin/ggrep'
HAVE_LONG_DOUBLE='1'
IA64_FALSE='#'
IA64_TRUE=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/ccs/bin/ld'
LDFLAGS=''
LIBFFI_CRIS_FALSE=''
LIBFFI_CRIS_TRUE='#'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
M32R_FALSE=''
M32R_TRUE='#'
M68K_FALSE=''
M68K_TRUE='#'
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /scratch/bsmith/gcc/libffi-3.0.11/missing --run makeinfo'
MANIFEST_TOOL=':'
MIPS_FALSE=''
MIPS_TRUE='#'
MKDIR_P='../install-sh -c -d'
MOXIE_FALSE=''
MOXIE_TRUE='#'
NM='/usr/local/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PA64_HPUX_FALSE=''
PA64_HPUX_TRUE='#'
PACKAGE='libffi'
PACKAGE_BUGREPORT='http://github.com/atgreen/libffi/issues'
PACKAGE_NAME='libffi'
PACKAGE_STRING='libffi 3.0.11'
PACKAGE_TARNAME='libffi'
PACKAGE_URL=''
PACKAGE_VERSION='3.0.11'
PATH_SEPARATOR=':'
PA_HPUX_FALSE=''
PA_HPUX_TRUE='#'
PA_LINUX_FALSE=''
PA_LINUX_TRUE='#'
POWERPC_AIX_FALSE=''
POWERPC_AIX_TRUE='#'
POWERPC_DARWIN_FALSE=''
POWERPC_DARWIN_TRUE='#'
POWERPC_FALSE=''
POWERPC_FREEBSD_FALSE=''
POWERPC_FREEBSD_TRUE='#'
POWERPC_TRUE='#'
PRTDIAG=''
RANLIB='ranlib'
S390_FALSE=''
S390_TRUE='#'
SED='/bin/sed'
SET_MAKE=''
SH64_FALSE=''
SH64_TRUE='#'
SHELL='/bin/sh'
SH_FALSE=''
SH_TRUE='#'
SPARC_FALSE=''
SPARC_TRUE='#'
STRIP='strip'
TARGET='IA64'
TARGETDIR='ia64'
TESTSUBDIR_FALSE='#'
TESTSUBDIR_TRUE=''
VERSION='3.0.11'
X86_64_FALSE=''
X86_64_TRUE='#'
X86_DARWIN_FALSE=''
X86_DARWIN_TRUE='#'
X86_FALSE=''
X86_FREEBSD_FALSE=''
X86_FREEBSD_TRUE='#'
X86_TRUE='#'
X86_WIN32_FALSE=''
X86_WIN32_TRUE='#'
X86_WIN64_FALSE=''
X86_WIN64_TRUE='#'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCCAS_FALSE='#'
am__fastdepCCAS_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
ax_enable_builddir_sed='sed'
bindir='${exec_prefix}/bin'
build='ia64-hp-hpux11.31'
build_alias=''
build_cpu='ia64'
build_os='hpux11.31'
build_vendor='hp'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='ia64-hp-hpux11.31'
host_alias=''
host_cpu='ia64'
host_os='hpux11.31'
host_vendor='hp'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL} /scratch/bsmith/gcc/libffi-3.0.11/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/../install-sh -c -d'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/tools/hpuxia64/libffi-3.0.11'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sys_symbol_underscore=''
sysconfdir='${prefix}/etc'
target='ia64-hp-hpux11.31'
target_alias=''
target_cpu='ia64'
target_os='hpux11.31'
target_vendor='hp'
toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
toolexeclibdir='$(libdir)'

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

/* confdefs.h */
#define PACKAGE_NAME "libffi"
#define PACKAGE_TARNAME "libffi"
#define PACKAGE_VERSION "3.0.11"
#define PACKAGE_STRING "libffi 3.0.11"
#define PACKAGE_BUGREPORT "http://github.com/atgreen/libffi/issues"
#define PACKAGE_URL ""
#define PACKAGE "libffi"
#define VERSION "3.0.11"
#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_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define HAVE_SYS_MMAN_H 1
#define HAVE_MMAP 1
#define HAVE_MMAP_FILE 1
#define HAVE_MMAP_DEV_ZERO 1
#define HAVE_MMAP_ANON 1
#define STDC_HEADERS 1
#define HAVE_MEMCPY 1
#define HAVE_ALLOCA_H 1
#define HAVE_ALLOCA 1
#define SIZEOF_DOUBLE 8
#define SIZEOF_LONG_DOUBLE 16
#define HAVE_LONG_DOUBLE 1
#define WORDS_BIGENDIAN 1
#define EH_FRAME_FLAGS "aw"
#define HAVE_HIDDEN_VISIBILITY_ATTRIBUTE 1

configure: exit 0

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: make install issue on hpux ia64 platform with libffi 3.0.11
  2012-09-13 20:30 make install issue on hpux ia64 platform with libffi 3.0.11 Bill Smith
@ 2012-09-14  1:42 ` Paul Ackersviller
  2012-09-14  4:22   ` Bill Smith
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Ackersviller @ 2012-09-14  1:42 UTC (permalink / raw)
  To: Bill Smith; +Cc: libffi-discuss

On Thu, Sep 13, 2012 at 04:30:11PM -0400, Bill Smith wrote:
> I'm trying to build libffi on HPUX 11.31 IA64 platform.  The build goes fine but I get some errors when I try to do "make install".  Attached is my config.log.

Are you using GNU make or HP's?  IIRC I was unable to build on such
a system with the vendor's make program.  This seems to be getting
more and more common, understandably, since gmake may be all many
people have access to.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: make install issue on hpux ia64 platform with libffi 3.0.11
  2012-09-14  1:42 ` Paul Ackersviller
@ 2012-09-14  4:22   ` Bill Smith
  0 siblings, 0 replies; 3+ messages in thread
From: Bill Smith @ 2012-09-14  4:22 UTC (permalink / raw)
  To: Paul Ackersviller; +Cc: libffi-discuss

I'm using gmake.  I learned pretty quickly compiling other GNU programs that gmake, gcc, etc are your best options.

> -----Original Message-----
> From: Paul Ackersviller [mailto:pda@sdf.org]
> Sent: Thursday, September 13, 2012 9:42 PM
> To: Bill Smith
> Cc: libffi-discuss@sourceware.org
> Subject: Re: make install issue on hpux ia64 platform with libffi
> 3.0.11
> 
> On Thu, Sep 13, 2012 at 04:30:11PM -0400, Bill Smith wrote:
> > I'm trying to build libffi on HPUX 11.31 IA64 platform.  The build
> goes fine but I get some errors when I try to do "make install".
> Attached is my config.log.
> 
> Are you using GNU make or HP's?  IIRC I was unable to build on such a
> system with the vendor's make program.  This seems to be getting more
> and more common, understandably, since gmake may be all many people
> have access to.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-09-14  4:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-13 20:30 make install issue on hpux ia64 platform with libffi 3.0.11 Bill Smith
2012-09-14  1:42 ` Paul Ackersviller
2012-09-14  4:22   ` Bill Smith

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).