Last active
June 5, 2018 11:01
-
-
Save dbolser/2982ae5ca5b16d3ec29a68d07a9ca541 to your computer and use it in GitHub Desktop.
This file contains 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 python configure 2.7, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --prefix /homes/dbolser/EG_Places/Devel/Build/Python-2.7.15-install --enable-shared --enable-unicode=ucs4 | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = ebi-cli-002.ebi.ac.uk | |
uname -m = x86_64 | |
-- | |
configure:13404: result: yes | |
configure:13426: checking size of wchar_t | |
configure:13431: gcc -pthread -o conftest -g -O2 conftest.c -lpthread -ldl -lutil >&5 | |
configure:13431: $? = 0 | |
configure:13431: ./conftest | |
configure:13431: $? = 0 | |
configure:13446: result: 4 | |
configure:13458: checking for UCS-4 tcl | |
configure:13476: gcc -pthread -c -g -O2 conftest.c >&5 | |
conftest.c:279:3: error: #error "NOT UCS4_TCL" | |
# error "NOT UCS4_TCL" | |
^ | |
configure:13476: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define _GNU_SOURCE 1 | |
| #define _NETBSD_SOURCE 1 | |
| #define __BSD_VISIBLE 1 | |
-- | |
| #define HAVE_DECL_ISFINITE 1 | |
| #define HAVE_WCHAR_H 1 | |
| #define SIZEOF_WCHAR_T 4 | |
| /* end confdefs.h. */ | |
| | |
| #include <tcl.h> | |
| #if TCL_UTF_MAX != 6 | |
| # error "NOT UCS4_TCL" | |
| #endif | |
| int | |
| main () | |
| { | |
| | |
| ; | |
| return 0; | |
-- | |
BLDSHARED='$(CC) -shared' | |
BUILDEXEEXT='' | |
CC='gcc -pthread' | |
CCSHARED='-fPIC' | |
CFLAGS='-g -O2' | |
CFLAGSFORSHARED='$(CCSHARED)' | |
CONFIGURE_MACOSX_DEPLOYMENT_TARGET='' | |
CONFIG_ARGS=' '\''--prefix'\'' '\''/homes/dbolser/EG_Places/Devel/Build/Python-2.7.15-install'\'' '\''--enable-shared'\'' '\''--enable-unicode=ucs4'\'' '\''PKG_CONFIG_PATH=/usr/share/pkgconfig:/usr/share/pkgconfig'\''' | |
CPP='gcc -E' | |
CPPFLAGS='' | |
CXX='g++ -pthread' | |
DEFS='-DHAVE_CONFIG_H' | |
DEF_MAKE_ALL_RULE='build_all' | |
DEF_MAKE_RULE='all' | |
DLINCLDIR='.' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment