Fwd: Re: Trying to build rxvt on Cygwin64.

Robert McBroom mcforum@bellsouth.net
Mon Sep 2 14:05:00 GMT 2013


On 9/2/2013 12:56 AM, Václav Zeman wrote:
> On 09/02/2013 06:15 AM, mcforum wrote:
>> The source tar balls I can find of rxvt are quite old and the
>> config.guess in the package doesn't recognize a win 7 x64, Cygwin64
>> system.  Any pointers to getting a x64 rxvt to build?
> If that is the only problem then you can get config.guess and config.sub
> from the upstream:
> <http://git.savannah.gnu.org/gitweb/?p=config.git;a=tree> and replace
> the one in the rxvt source.
>
I've already tried that.  The The console log from .prebuild and the
resulting config.log and output from the console are attached.

Robert@Dell-Studio ~
$ uname -a
CYGWIN_NT-6.1 Dell-Studio 1.7.24(0.269/5/3) 2013-08-15 11:59 x86_64 Cygwin

Robert McBroom



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

It was created by configure, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure 

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

hostname = Dell-Studio
uname -m = x86_64
uname -r = 1.7.24(0.269/5/3)
uname -s = CYGWIN_NT-6.1
uname -v = 2013-08-15 11:59

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

/bin/arch              = x86_64
/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/bin
PATH: /cygdrive/d/MCNP/mcnp5/bin
PATH: /cygdrive/c/Windows/system32
PATH: /cygdrive/c/Windows
PATH: /cygdrive/c/Windows/System32/Wbem
PATH: /cygdrive/c/Windows/System32/WindowsPowerShell/v1.0
PATH: /cygdrive/c/Program Files (x86)/Common Files/Roxio Shared/DLLShared
PATH: /cygdrive/c/Program Files (x86)/Common Files/Roxio Shared/OEM/DLLShared
PATH: /cygdrive/c/Program Files (x86)/Common Files/Roxio Shared/OEM/DLLShared
PATH: /cygdrive/c/Program Files (x86)/Common Files/Roxio Shared/OEM/12.0/DLLShared
PATH: /cygdrive/c/Program Files (x86)/Roxio/OEM/AudioCore
PATH: /cygdrive/c/Program Files (x86)/Common Files/Acronis/SnapAPI
PATH: /usr/lib/lapack


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

configure:3042: checking for gcc
configure:3058: found /usr/bin/gcc
configure:3069: result: gcc
configure:3298: checking for C compiler version
configure:3307: gcc --version >&5
gcc (GCC) 4.8.1
Copyright (C) 2013 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:3318: $? = 0
configure:3307: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-cygwin/4.8.1/lto-wrapper.exe
Target: x86_64-pc-cygwin
Configured with: /cygdrive/i/szsz/tmpp/cygwin64/gcc/gcc-4.8.1-3/src/gcc-4.8.1/configure --srcdir=/cygdrive/i/szsz/tmpp/cygwin64/gcc/gcc-4.8.1-3/src/gcc-4.8.1 --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --libexecdir=/usr/lib --datadir=/usr/share --localstatedir=/var --sysconfdir=/etc --datarootdir=/usr/share --docdir=/usr/share/doc/gcc -C --build=x86_64-pc-cygwin --host=x86_64-pc-cygwin --target=x86_64-pc-cygwin --without-libiconv-prefix --without-libintl-prefix --enable-shared --enable-shared-libgcc --enable-static --enable-version-specific-runtime-libs --enable-bootstrap --disable-__cxa_atexit --with-dwarf2 --with-tune=generic --enable-languages=c,c++,fortran,lto,objc,obj-c++ --enable-graphite --enable-threads=posix --enable-libatomic --enable-libgomp --disable-libitm --enable-libquadmath --enable-libquadmath-support --enable-libssp --enable-libgcj-sublibs --disable-java-awt --disable-symvers --with-ecj-jar=/usr/share/java/ecj.jar --with-gnu-ld --with-gnu-as --with-cloog-include=/usr/include/cloog-isl --without-libiconv-prefix --without-libintl-prefix --with-system-zlib
Thread model: posix
gcc version 4.8.1 (GCC) 
configure:3318: $? = 0
configure:3307: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3318: $? = 1
configure:3307: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'
gcc: fatal error: no input files
compilation terminated.
configure:3318: $? = 1
configure:3338: checking whether the C compiler works
configure:3360: gcc    conftest.c  >&5
configure:3364: $? = 0
configure:3412: result: yes
configure:3415: checking for C compiler default output file name
configure:3417: result: a.exe
configure:3423: checking for suffix of executables
configure:3430: gcc -o conftest.exe    conftest.c  >&5
configure:3434: $? = 0
configure:3456: result: .exe
configure:3478: checking whether we are cross compiling
configure:3486: gcc -o conftest.exe    conftest.c  >&5
configure:3490: $? = 0
configure:3497: ./conftest.exe
configure:3501: $? = 0
configure:3516: result: no
configure:3521: checking for suffix of object files
configure:3543: gcc -c   conftest.c >&5
configure:3547: $? = 0
configure:3568: result: o
configure:3572: checking whether we are using the GNU C compiler
configure:3591: gcc -c   conftest.c >&5
configure:3591: $? = 0
configure:3600: result: yes
configure:3609: checking whether gcc accepts -g
configure:3629: gcc -c -g  conftest.c >&5
configure:3629: $? = 0
configure:3670: result: yes
configure:3687: checking for gcc option to accept ISO C89
configure:3750: gcc  -c -g -O2  conftest.c >&5
configure:3750: $? = 0
configure:3763: result: none needed
configure:3788: checking how to run the C preprocessor
configure:3819: gcc -E  conftest.c
configure:3819: $? = 0
configure:3833: gcc -E  conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:3833: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3858: result: gcc -E
configure:3878: gcc -E  conftest.c
configure:3878: $? = 0
configure:3892: gcc -E  conftest.c
conftest.c:9:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:3892: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3934: checking for a BSD-compatible install
configure:4002: result: /usr/bin/install -c
configure:4017: checking for gawk
configure:4033: found /usr/bin/gawk
configure:4044: result: gawk
configure:4058: checking for grep that handles long lines and -e
configure:4116: result: /usr/bin/grep
configure:4121: checking for egrep
configure:4183: result: /usr/bin/grep -E
configure:4188: checking for ANSI C header files
configure:4208: gcc -c -g -O2  conftest.c >&5
configure:4208: $? = 0
configure:4281: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:4281: $? = 0
configure:4281: ./conftest.exe
configure:4281: $? = 0
configure:4292: result: yes
configure:4305: checking for sys/types.h
configure:4305: gcc -c -g -O2  conftest.c >&5
configure:4305: $? = 0
configure:4305: result: yes
configure:4305: checking for sys/stat.h
configure:4305: gcc -c -g -O2  conftest.c >&5
configure:4305: $? = 0
configure:4305: result: yes
configure:4305: checking for stdlib.h
configure:4305: gcc -c -g -O2  conftest.c >&5
configure:4305: $? = 0
configure:4305: result: yes
configure:4305: checking for string.h
configure:4305: gcc -c -g -O2  conftest.c >&5
configure:4305: $? = 0
configure:4305: result: yes
configure:4305: checking for memory.h
configure:4305: gcc -c -g -O2  conftest.c >&5
configure:4305: $? = 0
configure:4305: result: yes
configure:4305: checking for strings.h
configure:4305: gcc -c -g -O2  conftest.c >&5
configure:4305: $? = 0
configure:4305: result: yes
configure:4305: checking for inttypes.h
configure:4305: gcc -c -g -O2  conftest.c >&5
configure:4305: $? = 0
configure:4305: result: yes
configure:4305: checking for stdint.h
configure:4305: gcc -c -g -O2  conftest.c >&5
configure:4305: $? = 0
configure:4305: result: yes
configure:4305: checking for unistd.h
configure:4305: gcc -c -g -O2  conftest.c >&5
configure:4305: $? = 0
configure:4305: result: yes
configure:4318: checking minix/config.h usability
configure:4318: gcc -c -g -O2  conftest.c >&5
conftest.c:52:26: fatal error: minix/config.h: No such file or directory

 #include <minix/config.h>
                          ^
compilation terminated.
configure:4318: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define 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
| /* 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
| #include <minix/config.h>
configure:4318: result: no
configure:4318: checking minix/config.h presence
configure:4318: gcc -E  conftest.c
conftest.c:19:26: fatal error: minix/config.h: No such file or directory
 #include <minix/config.h>
                          ^
compilation terminated.
configure:4318: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define 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
| /* end confdefs.h.  */
| #include <minix/config.h>
configure:4318: result: no
configure:4318: checking for minix/config.h
configure:4318: result: no
configure:4339: checking whether it is safe to define __EXTENSIONS__
configure:4357: gcc -c -g -O2  conftest.c >&5
configure:4357: $? = 0
configure:4364: result: yes
configure:4379: checking for library containing strerror
configure:4410: gcc -o conftest.exe -g -O2   conftest.c  >&5
configure:4410: $? = 0
configure:4427: result: none required
configure:4510: checking build system type
configure:4519: error: cannot guess build type; you must specify one

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

ac_cv_c_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=
ac_cv_env_CC_value=
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_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_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=.exe
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
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_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_safe_to_define___extensions__=yes
ac_cv_search_strerror='none required'

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

AR=''
AWK='gawk'
CC='gcc'
CFLAGS='-g -O2'
CMP=''
CP=''
CPP='gcc -E'
CPPFLAGS=''
CXX=''
CXXCPP=''
CXXFLAGS=''
DATE='26 MARCH 2003'
DEBUG=''
DEFS=''
DINCLUDE=''
DLIB=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT='.exe'
F77=''
FFLAGS=''
GREP='/usr/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_LIBRXVT=''
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIBVERSION='1:0:0'
LN=''
LN_S=''
LSMDATE='26MAR03'
LTLIBOBJS=''
MV=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB=''
RM=''
RXVTNAME=''
SED=''
SHELL='/bin/sh'
STRIP=''
TBL=''
VERSION='2.7.10'
XMKMF=''
XPM_CFLAGS=''
XPM_CPPFLAGS=''
XPM_LIBS=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_F77=''
bindir='${exec_prefix}/bin'
build=''
build_alias=''
build_cpu=''
build_os=''
build_vendor=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
host=''
host_alias=''
host_cpu=''
host_os=''
host_vendor=''
htmldir='${docdir}'
include_assert_h=''
include_fcntl_h=''
include_stdarg_h=''
include_stdlib_h=''
include_string_h=''
include_sys_ioctl_h=''
include_sys_select_h=''
include_sys_strredir_h=''
include_sys_time_h=''
include_time_h=''
include_unistd_h=''
include_util_h=''
includedir='${prefix}/include'
infodir='${datarootdir}/info'
lib_multicharset=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
rxvt_int16_typedef=''
rxvt_int32_typedef=''
rxvt_int64_typedef=''
rxvt_intp_define=''
rxvt_u_int16_typedef=''
rxvt_u_int32_typedef=''
rxvt_u_int64_typedef=''
rxvt_u_intp_define=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ------------------- ##
## File substitutions. ##
## ------------------- ##

MCOMMON=''

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

/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#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 __EXTENSIONS__ 1
#define _ALL_SOURCE 1
#define _GNU_SOURCE 1
#define _POSIX_PTHREAD_SEMANTICS 1
#define _TANDEM_SOURCE 1

configure: exit 1

-------------- next part --------------

configuring for rxvt 2.7.10

checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.exe
checking for suffix of executables... .exe
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking for gawk... gawk
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking for library containing strerror... none required
checking build system type... autoconf/config.guess: line 4: $'\r': command not found
autoconf/config.guess: line 6: $'\r': command not found
autoconf/config.guess: line 33: $'\r': command not found
autoconf/config.guess: line 34: $'\r': command not found
autoconf/config.guess: line 36: $'\r': command not found
autoconf/config.guess: line 48: $'\r': command not found
autoconf/config.guess: line 57: $'\r': command not found
autoconf/config.guess: line 60: $'\r': command not found
autoconf/config.guess: line 63: syntax error near unexpected token `$'in\r''
autoconf/config.guess: line 63: `  case $1 in
'
configure: error: cannot guess build type; you must specify one
-------------- next part --------------
autoheader --include=autoconf autoconf/configure.in
autoconf/configure.in:40: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
autoconf/libtool.m4:609: AC_LIBTOOL_LINKER_OPTION is expanded from...
autoconf/libtool.m4:2469: _LT_AC_LANG_C_CONFIG is expanded from...
autoconf/libtool.m4:2468: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
autoconf/libtool.m4:95: AC_LIBTOOL_SETUP is expanded from...
autoconf/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
autoconf/libtool.m4:40: AC_PROG_LIBTOOL is expanded from...
autoconf/configure.in:40: the top level
autoconf/configure.in:40: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
autoconf/libtool.m4:566: AC_LIBTOOL_COMPILER_OPTION is expanded from...
autoconf/libtool.m4:4523: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
autoconf/libtool.m4:2469: _LT_AC_LANG_C_CONFIG is expanded from...
autoconf/libtool.m4:2468: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
autoconf/libtool.m4:95: AC_LIBTOOL_SETUP is expanded from...
autoconf/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
autoconf/libtool.m4:40: AC_PROG_LIBTOOL is expanded from...
autoconf/configure.in:40: the top level
autoconf/configure.in:40: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
autoconf/libtool.m4:256: _LT_AC_SYS_LIBPATH_AIX is expanded from...
autoconf/libtool.m4:4985: AC_LIBTOOL_PROG_LD_SHLIBS is expanded from...
autoconf/libtool.m4:2469: _LT_AC_LANG_C_CONFIG is expanded from...
autoconf/libtool.m4:2468: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
autoconf/libtool.m4:95: AC_LIBTOOL_SETUP is expanded from...
autoconf/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
autoconf/libtool.m4:40: AC_PROG_LIBTOOL is expanded from...
autoconf/configure.in:40: the top level
autoconf/configure.in:40: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
autoconf/libtool.m4:256: _LT_AC_SYS_LIBPATH_AIX is expanded from...
autoconf/libtool.m4:2614: _LT_AC_LANG_CXX_CONFIG is expanded from...
autoconf/libtool.m4:2613: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from...
autoconf/libtool.m4:1630: _LT_AC_TAGCONFIG is expanded from...
autoconf/libtool.m4:95: AC_LIBTOOL_SETUP is expanded from...
autoconf/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
autoconf/libtool.m4:40: AC_PROG_LIBTOOL is expanded from...
autoconf/configure.in:40: the top level
autoconf/configure.in:40: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
autoconf/libtool.m4:566: AC_LIBTOOL_COMPILER_OPTION is expanded from...
autoconf/libtool.m4:4523: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
autoconf/libtool.m4:2614: _LT_AC_LANG_CXX_CONFIG is expanded from...
autoconf/libtool.m4:2613: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from...
autoconf/libtool.m4:1630: _LT_AC_TAGCONFIG is expanded from...
autoconf/libtool.m4:95: AC_LIBTOOL_SETUP is expanded from...
autoconf/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
autoconf/libtool.m4:40: AC_PROG_LIBTOOL is expanded from...
autoconf/configure.in:40: the top level
autoconf/configure.in:40: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
autoconf/libtool.m4:566: AC_LIBTOOL_COMPILER_OPTION is expanded from...
autoconf/libtool.m4:4523: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
autoconf/libtool.m4:3644: _LT_AC_LANG_F77_CONFIG is expanded from...
autoconf/libtool.m4:3643: AC_LIBTOOL_LANG_F77_CONFIG is expanded from...
autoconf/libtool.m4:1630: _LT_AC_TAGCONFIG is expanded from...
autoconf/libtool.m4:95: AC_LIBTOOL_SETUP is expanded from...
autoconf/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
autoconf/libtool.m4:40: AC_PROG_LIBTOOL is expanded from...
autoconf/configure.in:40: the top level
autoconf/configure.in:40: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
autoconf/libtool.m4:566: AC_LIBTOOL_COMPILER_OPTION is expanded from...
autoconf/libtool.m4:4523: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
autoconf/libtool.m4:3744: _LT_AC_LANG_GCJ_CONFIG is expanded from...
autoconf/libtool.m4:3743: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
autoconf/libtool.m4:1630: _LT_AC_TAGCONFIG is expanded from...
autoconf/libtool.m4:95: AC_LIBTOOL_SETUP is expanded from...
autoconf/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
autoconf/libtool.m4:40: AC_PROG_LIBTOOL is expanded from...
autoconf/configure.in:40: the top level
autoconf/configure.in:40: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
autoconf/libtool.m4:256: _LT_AC_SYS_LIBPATH_AIX is expanded from...
autoconf/libtool.m4:4985: AC_LIBTOOL_PROG_LD_SHLIBS is expanded from...
autoconf/libtool.m4:3744: _LT_AC_LANG_GCJ_CONFIG is expanded from...
autoconf/libtool.m4:3743: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
autoconf/libtool.m4:1630: _LT_AC_TAGCONFIG is expanded from...
autoconf/libtool.m4:95: AC_LIBTOOL_SETUP is expanded from...
autoconf/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
autoconf/libtool.m4:40: AC_PROG_LIBTOOL is expanded from...
autoconf/configure.in:40: the top level
autoconf --include=autoconf autoconf/configure.in > configure
autoconf/configure.in:40: warning: AC_CACHE_VAL(lt_prog_compiler_static_works, ...): suspicious cache-id, must contain _cv_ to be cached
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
autoconf/libtool.m4:609: AC_LIBTOOL_LINKER_OPTION is expanded from...
autoconf/libtool.m4:2469: _LT_AC_LANG_C_CONFIG is expanded from...
autoconf/libtool.m4:2468: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
autoconf/libtool.m4:95: AC_LIBTOOL_SETUP is expanded from...
autoconf/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
autoconf/libtool.m4:40: AC_PROG_LIBTOOL is expanded from...
autoconf/configure.in:40: the top level
autoconf/configure.in:40: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works, ...): suspicious cache-id, must contain _cv_ to be cached
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
autoconf/libtool.m4:566: AC_LIBTOOL_COMPILER_OPTION is expanded from...
autoconf/libtool.m4:4523: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
autoconf/libtool.m4:2469: _LT_AC_LANG_C_CONFIG is expanded from...
autoconf/libtool.m4:2468: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
autoconf/libtool.m4:95: AC_LIBTOOL_SETUP is expanded from...
autoconf/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
autoconf/libtool.m4:40: AC_PROG_LIBTOOL is expanded from...
autoconf/configure.in:40: the top level
autoconf/configure.in:40: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
autoconf/libtool.m4:256: _LT_AC_SYS_LIBPATH_AIX is expanded from...
autoconf/libtool.m4:4985: AC_LIBTOOL_PROG_LD_SHLIBS is expanded from...
autoconf/libtool.m4:2469: _LT_AC_LANG_C_CONFIG is expanded from...
autoconf/libtool.m4:2468: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
autoconf/libtool.m4:95: AC_LIBTOOL_SETUP is expanded from...
autoconf/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
autoconf/libtool.m4:40: AC_PROG_LIBTOOL is expanded from...
autoconf/configure.in:40: the top level
autoconf/configure.in:40: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
autoconf/libtool.m4:256: _LT_AC_SYS_LIBPATH_AIX is expanded from...
autoconf/libtool.m4:2614: _LT_AC_LANG_CXX_CONFIG is expanded from...
autoconf/libtool.m4:2613: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from...
autoconf/libtool.m4:1630: _LT_AC_TAGCONFIG is expanded from...
autoconf/libtool.m4:95: AC_LIBTOOL_SETUP is expanded from...
autoconf/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
autoconf/libtool.m4:40: AC_PROG_LIBTOOL is expanded from...
autoconf/configure.in:40: the top level
autoconf/configure.in:40: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_CXX, ...): suspicious cache-id, must contain _cv_ to be cached
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
autoconf/libtool.m4:566: AC_LIBTOOL_COMPILER_OPTION is expanded from...
autoconf/libtool.m4:4523: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
autoconf/libtool.m4:2614: _LT_AC_LANG_CXX_CONFIG is expanded from...
autoconf/libtool.m4:2613: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from...
autoconf/libtool.m4:1630: _LT_AC_TAGCONFIG is expanded from...
autoconf/libtool.m4:95: AC_LIBTOOL_SETUP is expanded from...
autoconf/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
autoconf/libtool.m4:40: AC_PROG_LIBTOOL is expanded from...
autoconf/configure.in:40: the top level
autoconf/configure.in:40: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_F77, ...): suspicious cache-id, must contain _cv_ to be cached
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
autoconf/libtool.m4:566: AC_LIBTOOL_COMPILER_OPTION is expanded from...
autoconf/libtool.m4:4523: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
autoconf/libtool.m4:3644: _LT_AC_LANG_F77_CONFIG is expanded from...
autoconf/libtool.m4:3643: AC_LIBTOOL_LANG_F77_CONFIG is expanded from...
autoconf/libtool.m4:1630: _LT_AC_TAGCONFIG is expanded from...
autoconf/libtool.m4:95: AC_LIBTOOL_SETUP is expanded from...
autoconf/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
autoconf/libtool.m4:40: AC_PROG_LIBTOOL is expanded from...
autoconf/configure.in:40: the top level
autoconf/configure.in:40: warning: AC_CACHE_VAL(lt_prog_compiler_pic_works_GCJ, ...): suspicious cache-id, must contain _cv_ to be cached
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2031: AC_CACHE_VAL is expanded from...
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2052: AC_CACHE_CHECK is expanded from...
autoconf/libtool.m4:566: AC_LIBTOOL_COMPILER_OPTION is expanded from...
autoconf/libtool.m4:4523: AC_LIBTOOL_PROG_COMPILER_PIC is expanded from...
autoconf/libtool.m4:3744: _LT_AC_LANG_GCJ_CONFIG is expanded from...
autoconf/libtool.m4:3743: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
autoconf/libtool.m4:1630: _LT_AC_TAGCONFIG is expanded from...
autoconf/libtool.m4:95: AC_LIBTOOL_SETUP is expanded from...
autoconf/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
autoconf/libtool.m4:40: AC_PROG_LIBTOOL is expanded from...
autoconf/configure.in:40: the top level
autoconf/configure.in:40: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
/usr/src/packages/autoconf/26/64/autoconf2.5-2.69-2/src/autoconf-2.69/lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
autoconf/libtool.m4:256: _LT_AC_SYS_LIBPATH_AIX is expanded from...
autoconf/libtool.m4:4985: AC_LIBTOOL_PROG_LD_SHLIBS is expanded from...
autoconf/libtool.m4:3744: _LT_AC_LANG_GCJ_CONFIG is expanded from...
autoconf/libtool.m4:3743: AC_LIBTOOL_LANG_GCJ_CONFIG is expanded from...
autoconf/libtool.m4:1630: _LT_AC_TAGCONFIG is expanded from...
autoconf/libtool.m4:95: AC_LIBTOOL_SETUP is expanded from...
autoconf/libtool.m4:75: _AC_PROG_LIBTOOL is expanded from...
autoconf/libtool.m4:40: AC_PROG_LIBTOOL is expanded from...
autoconf/configure.in:40: the top level


-------------- next part --------------
--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


More information about the Cygwin mailing list