Created
December 30, 2015 23:42
-
-
Save phoikoi/41b84cb627f4a4740c0c to your computer and use it in GitHub Desktop.
gnu-cobol on OS X 10.11.2 - Homebrew build logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Homebrew build logs for gnu-cobol on OS X 10.11.2 | |
Build date: 2015-12-30 15:41:44 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew | |
HEAD: ab14ff38f4ed8beccb4b4b57714d427f5c88c18a | |
Last commit: 4 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: quad-core 64-bit haswell | |
OS X: 10.11.2-x86_64 | |
Xcode: 7.2 | |
CLT: 7.2.0.0.1.1447826929 | |
GCC-4.2: build 5666 | |
Clang: 7.0 build 700 | |
X11: 2.7.8 => /opt/X11 | |
System Ruby: 2.0.0-p645 | |
Perl: /usr/bin/perl | |
Python: /Users/peter/.pyenv/shims/python => /Users/peter/.pyenv/versions/normal/bin/python2.7 | |
Ruby: /Users/peter/.rbenv/shims/ruby => /Users/peter/.rbenv/versions/2.2.2/bin/ruby | |
Java: 1.8.0_25, 1.7.0_45 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please note that these warnings are just used to help the Homebrew maintainers | |
with debugging if you file an issue. If everything you use Homebrew for is | |
working fine: please don't worry and just ignore them. Thanks! | |
Warning: "config" scripts exist outside your system or Homebrew directories. | |
`./configure` scripts often look for *-config scripts to determine if | |
software packages are installed, and what additional flags to use when | |
compiling and linking. | |
Having additional scripts in your path can confuse software installed via | |
Homebrew if the config script overrides a system or Homebrew provided | |
script of the same name. We found the following "config" scripts: | |
/Users/peter/.pyenv/shims/powerline-config | |
/Users/peter/.pyenv/shims/python-config | |
/Users/peter/.pyenv/shims/python2-config | |
/Users/peter/.pyenv/shims/python2.7-config | |
/Users/peter/.pyenv/shims/python3-config | |
/Users/peter/.pyenv/shims/python3.3-config | |
/Users/peter/.pyenv/shims/python3.3m-config | |
/Users/peter/.pyenv/shims/python3.4-config | |
/Users/peter/.pyenv/shims/python3.4m-config | |
/Users/peter/.pyenv/shims/python3.5-config | |
/Users/peter/.pyenv/shims/python3.5m-config | |
Warning: Unbrewed dylibs were found in /usr/local/lib. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected dylibs: | |
/usr/local/lib/libwkhtmltox.0.12.2.dylib | |
Warning: Unbrewed header files were found in /usr/local/include. | |
If you didn't put them there on purpose they could cause problems when | |
building Homebrew formulae, and may need to be deleted. | |
Unexpected header files: | |
/usr/local/include/wkhtmltox/image.h | |
/usr/local/include/wkhtmltox/pdf.h | |
Warning: You have unlinked kegs in your Cellar | |
Leaving kegs unlinked can lead to build-trouble and cause brews that depend on | |
those kegs to fail to run properly once built. Run `brew link` on these: | |
ansible | |
ghostscript | |
nginx |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-12-30 15:41:39 -0800 | |
aclocal | |
configure.ac:290: warning: macro 'AM_ICONV' not found in library | |
configure.ac:291: warning: macro 'AM_LANGINFO_CODESET' not found in library | |
configure.ac:350: warning: macro 'AM_GNU_GETTEXT' not found in library | |
configure.ac:351: warning: macro 'AM_GNU_GETTEXT_VERSION' not found in library | |
m4/gettext.m4:430: warning: macro 'AM_LC_MESSAGES' not found in library |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2015-12-30 15:41:41 -0800 | |
./configure | |
--prefix=/usr/local/Cellar/gnu-cobol/1.1_1 | |
--infodir=/usr/local/Cellar/gnu-cobol/1.1_1/share/info | |
--with-libiconv-prefix=/usr | |
--with-libintl-prefix=/usr | |
--with-cc=gcc-4.2 | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking whether to enable maintainer-specific portions of Makefiles... no | |
checking for C compiler default output file name... configure: error: C compiler cannot create executables | |
See `config.log' for more details. | |
HOMEBREW_VERSION: 0.9.5 | |
ORIGIN: https://github.com/Homebrew/homebrew | |
HEAD: ab14ff38f4ed8beccb4b4b57714d427f5c88c18a | |
Last commit: 4 hours ago | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_REPOSITORY: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
HOMEBREW_BOTTLE_DOMAIN: https://homebrew.bintray.com | |
CPU: quad-core 64-bit haswell | |
OS X: 10.11.2-x86_64 | |
Xcode: 7.2 | |
CLT: 7.2.0.0.1.1447826929 | |
GCC-4.2: build 5666 | |
Clang: 7.0 build 700 | |
X11: 2.7.8 => /opt/X11 | |
System Ruby: 2.0.0-p645 | |
Perl: /usr/bin/perl | |
Python: /usr/bin/python | |
Ruby: /usr/bin/ruby => /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/bin/ruby | |
Java: 1.8.0_25, 1.7.0_45 | |
HOMEBREW_CC: gcc-4.2 | |
HOMEBREW_CXX: g++-4.2 | |
CPPFLAGS: -I/usr/local/opt/gmp/include -I/usr/local/opt/berkeley-db4/include | |
LDFLAGS: -L/usr/local/opt/gmp/lib -L/usr/local/opt/berkeley-db4/lib | |
MAKEFLAGS: -j4 | |
CMAKE_PREFIX_PATH: /usr/local/opt/berkeley-db4:/usr/local | |
CMAKE_INCLUDE_PATH: /usr/include/libxml2:/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers | |
CMAKE_LIBRARY_PATH: /System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries | |
PKG_CONFIG_PATH: /usr/local/opt/isl/lib/pkgconfig | |
PKG_CONFIG_LIBDIR: /usr/lib/pkgconfig:/usr/local/Library/ENV/pkgconfig/10.11 | |
ACLOCAL_PATH: /usr/local/share/aclocal | |
PATH: /usr/local/Library/ENV/4.3:/usr/local/opt/autoconf/bin:/usr/local/opt/automake/bin:/usr/local/opt/berkeley-db4/bin:/usr/local/opt/gcc/bin:/usr/bin:/bin:/usr/sbin:/sbin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gcc-4.2 called with: --version | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/berkeley-db4/include -L/usr/local/opt/berkeley-db4/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-4.2 --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/berkeley-db4/include -L/usr/local/opt/berkeley-db4/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
gcc-4.2 called with: -v | |
superenv executed: gcc-4.2 -v | |
gcc-4.2 called with: -V | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/berkeley-db4/include -L/usr/local/opt/berkeley-db4/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-4.2 -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/berkeley-db4/include -L/usr/local/opt/berkeley-db4/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
gcc-4.2 called with: -I/usr/local/opt/gmp/include -I/usr/local/opt/berkeley-db4/include -L/usr/local/opt/gmp/lib -L/usr/local/opt/berkeley-db4/lib conftest.c | |
superenv added: -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
superenv executed: gcc-4.2 -I/usr/local/opt/gmp/include -I/usr/local/opt/berkeley-db4/include -L/usr/local/opt/gmp/lib -L/usr/local/opt/berkeley-db4/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/berkeley-db4/include -L/usr/local/opt/berkeley-db4/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by GNU Cobol configure 1.1, which was | |
generated by GNU Autoconf 2.59. Invocation command line was | |
$ ./configure --prefix=/usr/local/Cellar/gnu-cobol/1.1_1 --infodir=/usr/local/Cellar/gnu-cobol/1.1_1/share/info --with-libiconv-prefix=/usr --with-libintl-prefix=/usr --with-cc=gcc-4.2 | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = cedar.local | |
uname -m = x86_64 | |
uname -r = 15.2.0 | |
uname -s = Darwin | |
uname -v = Darwin Kernel Version 15.2.0: Fri Nov 13 19:56:56 PST 2015; root:xnu-3248.20.55~2/RELEASE_X86_64 | |
/usr/bin/uname -p = i386 | |
/bin/uname -X = unknown | |
/bin/arch = unknown | |
/usr/bin/arch -k = unknown | |
/usr/convex/getsysinfo = unknown | |
hostinfo = Mach kernel version: | |
Darwin Kernel Version 15.2.0: Fri Nov 13 19:56:56 PST 2015; root:xnu-3248.20.55~2/RELEASE_X86_64 | |
Kernel configured for up to 4 processors. | |
2 processors are physically available. | |
4 processors are logically available. | |
Processor type: x86_64h (Intel x86-64h Haswell) | |
Processors active: 0 1 2 3 | |
Primary memory available: 16.00 gigabytes | |
Default processor set: 361 tasks, 1692 threads, 4 processors | |
Load average: 1.82, Mach factor: 2.18 | |
/bin/machine = unknown | |
/usr/bin/oslevel = unknown | |
/bin/universe = unknown | |
PATH: /usr/local/Library/ENV/4.3 | |
PATH: /usr/local/opt/autoconf/bin | |
PATH: /usr/local/opt/automake/bin | |
PATH: /usr/local/opt/berkeley-db4/bin | |
PATH: /usr/local/opt/gcc/bin | |
PATH: /usr/bin | |
PATH: /bin | |
PATH: /usr/sbin | |
PATH: /sbin | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:1593: checking for a BSD-compatible install | |
configure:1648: result: /usr/bin/install -c | |
configure:1659: checking whether build environment is sane | |
configure:1702: result: yes | |
configure:1767: checking for gawk | |
configure:1796: result: no | |
configure:1767: checking for mawk | |
configure:1796: result: no | |
configure:1767: checking for nawk | |
configure:1796: result: no | |
configure:1767: checking for awk | |
configure:1783: found /usr/bin/awk | |
configure:1793: result: awk | |
configure:1803: checking whether make sets $(MAKE) | |
configure:1823: result: yes | |
configure:1991: checking whether to enable maintainer-specific portions of Makefiles | |
configure:2000: result: no | |
configure:2183: checking for C compiler version | |
configure:2186: gcc-4.2 --version </dev/null >&5 | |
Failed to execute gcc-4.2 --version -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/berkeley-db4/include -L/usr/local/opt/berkeley-db4/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
Xcode and/or the CLT appear to be misconfigured. Try one or both of the following: | |
xcodebuild -license | |
sudo xcode-select -switch /path/to/Xcode.app | |
configure:2189: $? = 1 | |
configure:2191: gcc-4.2 -v </dev/null >&5 | |
Failed to execute gcc-4.2 -v | |
Xcode and/or the CLT appear to be misconfigured. Try one or both of the following: | |
xcodebuild -license | |
sudo xcode-select -switch /path/to/Xcode.app | |
configure:2194: $? = 1 | |
configure:2196: gcc-4.2 -V </dev/null >&5 | |
Failed to execute gcc-4.2 -V -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/berkeley-db4/include -L/usr/local/opt/berkeley-db4/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
Xcode and/or the CLT appear to be misconfigured. Try one or both of the following: | |
xcodebuild -license | |
sudo xcode-select -switch /path/to/Xcode.app | |
configure:2199: $? = 1 | |
configure:2222: checking for C compiler default output file name | |
configure:2225: gcc-4.2 -I/usr/local/opt/gmp/include -I/usr/local/opt/berkeley-db4/include -L/usr/local/opt/gmp/lib -L/usr/local/opt/berkeley-db4/lib conftest.c >&5 | |
Failed to execute gcc-4.2 -I/usr/local/opt/gmp/include -I/usr/local/opt/berkeley-db4/include -L/usr/local/opt/gmp/lib -L/usr/local/opt/berkeley-db4/lib conftest.c -isystem/usr/local/include -isystem/usr/include/libxml2 -isystem/System/Library/Frameworks/OpenGL.framework/Versions/Current/Headers -I/usr/local/opt/berkeley-db4/include -L/usr/local/opt/berkeley-db4/lib -L/usr/local/lib -L/System/Library/Frameworks/OpenGL.framework/Versions/Current/Libraries -Wl,-headerpad_max_install_names | |
Xcode and/or the CLT appear to be misconfigured. Try one or both of the following: | |
xcodebuild -license | |
sudo xcode-select -switch /path/to/Xcode.app | |
configure:2228: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h. */ | |
| | |
| #define PACKAGE_NAME "GNU Cobol" | |
| #define PACKAGE_TARNAME "gnu-cobol" | |
| #define PACKAGE_VERSION "1.1" | |
| #define PACKAGE_STRING "GNU Cobol 1.1" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE "gnu-cobol" | |
| #define VERSION "1.1" | |
| #define __USE_STRING_INLINES 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
| } | |
configure:2267: error: C compiler cannot create executables | |
See `config.log' for more details. | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_env_CC_set=set | |
ac_cv_env_CC_value=gcc-4.2 | |
ac_cv_env_CFLAGS_set= | |
ac_cv_env_CFLAGS_value= | |
ac_cv_env_CPPFLAGS_set=set | |
ac_cv_env_CPPFLAGS_value='-I/usr/local/opt/gmp/include -I/usr/local/opt/berkeley-db4/include' | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_CXXCPP_set= | |
ac_cv_env_CXXCPP_value= | |
ac_cv_env_LDFLAGS_set=set | |
ac_cv_env_LDFLAGS_value='-L/usr/local/opt/gmp/lib -L/usr/local/opt/berkeley-db4/lib' | |
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_path_install='/usr/bin/install -c' | |
ac_cv_prog_AWK=awk | |
ac_cv_prog_make_make_set=yes | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /private/tmp/gnu-cobol20151230-65861-1843u6u/gnu-cobol-1.1/missing --run aclocal-1.9' | |
ALLOCA='' | |
AMDEPBACKSLASH='' | |
AMDEP_FALSE='' | |
AMDEP_TRUE='' | |
AMTAR='${SHELL} /private/tmp/gnu-cobol20151230-65861-1843u6u/gnu-cobol-1.1/missing --run tar' | |
AR='' | |
AS='' | |
AUTOCONF='${SHELL} /private/tmp/gnu-cobol20151230-65861-1843u6u/gnu-cobol-1.1/missing --run autoconf' | |
AUTOHEADER='${SHELL} /private/tmp/gnu-cobol20151230-65861-1843u6u/gnu-cobol-1.1/missing --run autoheader' | |
AUTOMAKE='${SHELL} /private/tmp/gnu-cobol20151230-65861-1843u6u/gnu-cobol-1.1/missing --run automake-1.9' | |
AWK='awk' | |
CC='gcc-4.2' | |
CCDEPMODE='' | |
CFLAGS='' | |
COBC_LIBS='' | |
COB_BIGENDIAN='' | |
COB_CC='' | |
COB_CFLAGS='' | |
COB_CONFIG_DIR='' | |
COB_COPY_DIR='' | |
COB_EXPORT_DYN='' | |
COB_FIX_LIB='' | |
COB_HAS_INLINE='' | |
COB_HAS_ISAM='' | |
COB_LDFLAGS='' | |
COB_LIBRARY_PATH='' | |
COB_LIBS='' | |
COB_MODULE_EXT='' | |
COB_PIC_FLAGS='' | |
COB_SHARED_OPT='' | |
CPP='' | |
CPPFLAGS='-I/usr/local/opt/gmp/include -I/usr/local/opt/berkeley-db4/include' | |
CXXCPP='' | |
CYGPATH_W='echo' | |
DEFS='' | |
DEPDIR='' | |
DLLTOOL='' | |
ECHO='/bin/echo' | |
ECHO_C='ECHO_N='' | |
ECHO_T='' | |
EGREP='' | |
EXEEXT='' | |
GMSGFMT='' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' | |
INTLLIBS='' | |
LDFLAGS='-L/usr/local/opt/gmp/lib -L/usr/local/opt/berkeley-db4/lib' | |
LIBCOB_CFLAGS='' | |
LIBCOB_LIBS='-lm' | |
LIBICONV='' | |
LIBINTL='' | |
LIBOBJS='' | |
LIBS='' | |
LIBTOOL='' | |
LN_S='' | |
LTLIBICONV='' | |
LTLIBINTL='' | |
LTLIBOBJS='' | |
MAINT='#' | |
MAINTAINER_MODE_FALSE='' | |
MAINTAINER_MODE_TRUE='#' | |
MAKEINFO='${SHELL} /private/tmp/gnu-cobol20151230-65861-1843u6u/gnu-cobol-1.1/missing --run makeinfo' | |
MKINSTALLDIRS='' | |
MSGFMT='' | |
MSGMERGE='' | |
OBJDUMP='' | |
OBJEXT='' | |
PACKAGE='gnu-cobol' | |
PACKAGE_BUGREPORT='[email protected]' | |
PACKAGE_NAME='GNU Cobol' | |
PACKAGE_STRING='GNU Cobol 1.1' | |
PACKAGE_TARNAME='gnu-cobol' | |
PACKAGE_VERSION='1.1' | |
PATH_SEPARATOR=':' | |
POSUB='' | |
RANLIB='' | |
SED='' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
STRIP='' | |
USE_NLS='' | |
VERSION='1.1' | |
XGETTEXT='' | |
ac_ct_AR='' | |
ac_ct_AS='' | |
ac_ct_CC='' | |
ac_ct_DLLTOOL='' | |
ac_ct_OBJDUMP='' | |
ac_ct_RANLIB='' | |
ac_ct_STRIP='' | |
am__fastdepCC_FALSE='' | |
am__fastdepCC_TRUE='' | |
am__include='' | |
am__leading_dot='.' | |
am__quote='' | |
am__tar='${AMTAR} chof - "$$tardir"' | |
am__untar='${AMTAR} xf -' | |
bindir='${exec_prefix}/bin' | |
build='' | |
build_alias='' | |
build_cpu='' | |
build_os='' | |
build_vendor='' | |
datadir='${prefix}/share' | |
exec_prefix='NONE' | |
host='' | |
host_alias='' | |
host_cpu='' | |
host_os='' | |
host_vendor='' | |
includedir='${prefix}/include' | |
infodir='/usr/local/Cellar/gnu-cobol/1.1_1/share/info' | |
install_sh='/private/tmp/gnu-cobol20151230-65861-1843u6u/gnu-cobol-1.1/install-sh' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localstatedir='${prefix}/var' | |
mandir='${prefix}/man' | |
mkdir_p='$(mkinstalldirs)' | |
oldincludedir='/usr/include' | |
prefix='/usr/local/Cellar/gnu-cobol/1.1_1' | |
program_transform_name='s,x,x,' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
sysconfdir='${prefix}/etc' | |
target_alias='' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
#define PACKAGE "gnu-cobol" | |
#define PACKAGE_BUGREPORT "[email protected]" | |
#define PACKAGE_NAME "GNU Cobol" | |
#define PACKAGE_STRING "GNU Cobol 1.1" | |
#define PACKAGE_TARNAME "gnu-cobol" | |
#define PACKAGE_VERSION "1.1" | |
#define VERSION "1.1" | |
#define __USE_STRING_INLINES 1 | |
configure: exit 77 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment