Installation of GNUstep Base failed.
Ivan Zozulak <[email protected]>
| Newsgroups | gmane.comp.lib.gnustep.bugs |
|---|---|
| Message-ID | <DM6PR17MB3882DE928F59AC695F387CFCB33B0@DM6PR17MB3882.namprd17.prod.outlook.com> |
Ivan Zozulak
00-config.log
(text/x-log, 34.7 KB)
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by GNUstep Setup configure 0.20.0, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ /home/ivan/Downloads/gnustep-startup-0.26.1/configure --with-library-combo=gnu-gnu-gnu
## --------- ##
## Platform. ##
## --------- ##
hostname = ivan-Swift
uname -m = x86_64
uname -r = 5.4.0-47-generic
uname -s = Linux
uname -v = #51~18.04.1-Ubuntu SMP Sat Sep 5 14:35:50 UTC 2020
/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/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /snap/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2205: checking build system type
configure:2219: result: x86_64-unknown-linux-gnu
configure:2239: checking host system type
configure:2252: result: x86_64-unknown-linux-gnu
configure:2272: checking target system type
configure:2285: result: x86_64-unknown-linux-gnu
configure:2318: checking for GNUstep configuration file to use
configure:2334: result: /etc/GNUstep/GNUstep.conf
configure:2351: checking if we should import an existing configuration file
configure:2363: result: no: disabled from the command-line
configure:2396: checking for library combo
configure:2423: result: gnu-gnu-gnu
configure:2442: checking for prefix
configure:2518: checking for gcc
configure:2534: found /usr/bin/gcc
configure:2545: result: gcc
configure:2774: checking for C compiler version
configure:2783: gcc --version >&5
gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
Copyright (C) 2017 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:2794: $? = 0
configure:2783: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)
configure:2794: $? = 0
configure:2783: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2794: $? = 1
configure:2783: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:2794: $? = 1
configure:2814: checking whether the C compiler works
configure:2836: gcc conftest.c >&5
configure:2840: $? = 0
configure:2889: result: yes
configure:2892: checking for C compiler default output file name
configure:2894: result: a.out
configure:2900: checking for suffix of executables
configure:2907: gcc -o conftest conftest.c >&5
configure:2911: $? = 0
configure:2933: result:
configure:2955: checking whether we are cross compiling
configure:2963: gcc -o conftest conftest.c >&5
configure:2967: $? = 0
configure:2974: ./conftest
configure:2978: $? = 0
configure:2993: result: no
configure:2998: checking for suffix of object files
configure:3020: gcc -c conftest.c >&5
configure:3024: $? = 0
configure:3045: result: o
configure:3049: checking whether we are using the GNU C compiler
configure:3068: gcc -c conftest.c >&5
configure:3068: $? = 0
configure:3077: result: yes
configure:3086: checking whether gcc accepts -g
configure:3106: gcc -c -g conftest.c >&5
configure:3106: $? = 0
configure:3147: result: yes
configure:3164: checking for gcc option to accept ISO C89
configure:3228: gcc -c -g -O2 conftest.c >&5
configure:3228: $? = 0
configure:3241: result: none needed
configure:3266: checking how to run the C preprocessor
configure:3297: gcc -E conftest.c
configure:3297: $? = 0
configure:3311: gcc -E conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:3311: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNUstep Setup"
| #define PACKAGE_TARNAME "gnustep-setup"
| #define PACKAGE_VERSION "0.20.0"
| #define PACKAGE_STRING "GNUstep Setup 0.20.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3336: result: gcc -E
configure:3356: gcc -E conftest.c
configure:3356: $? = 0
configure:3370: gcc -E conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:3370: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNUstep Setup"
| #define PACKAGE_TARNAME "gnustep-setup"
| #define PACKAGE_VERSION "0.20.0"
| #define PACKAGE_STRING "GNUstep Setup 0.20.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3419: Configuring on linux-gnu
configure:3425: checking compiler version
configure:3446: result: gcc major version is 7
configure:3465: checking for apple compiler
configure:3477: result: no
configure:3486: checking for ar
configure:3502: found /usr/bin/ar
configure:3513: result: ar
configure:3523: checking for ld
configure:3539: found /usr/bin/ld
configure:3550: result: ld
configure:3560: checking for dlltool
configure:3590: result: no
configure:3599: checking for gawk
configure:3629: result: no
configure:3599: checking for awk
configure:3615: found /usr/bin/awk
configure:3626: result: awk
configure:3640: checking for patch
configure:3656: found /usr/bin/patch
configure:3667: result: patch
configure:3719: checking for ranlib
configure:3735: found /usr/bin/ranlib
configure:3746: result: ranlib
configure:3783: checking for a BSD-compatible install
configure:3851: result: /usr/bin/install -c
configure:3862: checking whether ln -s works
configure:3866: result: yes
configure:3875: checking for whoami
configure:3894: found /usr/bin/whoami
configure:3907: result: /usr/bin/whoami
configure:3920: checking for gmake
configure:3950: result: no
configure:3920: checking for make
configure:3936: found /usr/bin/make
configure:3947: result: make
configure:3959: checking make version > 3.75
configure:3966: result: no
configure:3971: checking broken make
configure:3979: result: broken
configure:3991: checking binutils version > 2.9
configure:3996: result: yes GNU ld (GNU Binutils for Ubuntu) 2.30
configure:4018: checking iconv version > 2.1
configure:4022: result: yes 2.27
configure:4074: checking iconv support
configure:4083: gcc -o conftest -g -O2 conftest.c >&5
configure:4083: $? = 0
configure:4088: result: yes, in libc
configure:4208: checking for xml2-config
configure:4239: result: no
configure:4250: checking for xml-config
configure:4281: result: no
configure:4293: checking for libxml - version >= 2.3.0
configure:4364: gcc -o conftest -g -O2 conftest.c -lxml2 >&5
conftest.c:13:10: fatal error: libxml/xmlversion.h: No such file or directory
#include <libxml/xmlversion.h>
^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:4364: $? = 1
configure: program exited with status 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNUstep Setup"
| #define PACKAGE_TARNAME "gnustep-setup"
| #define PACKAGE_VERSION "0.20.0"
| #define PACKAGE_STRING "GNUstep Setup 0.20.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define HAVE_ICONV 1
| /* end confdefs.h. */
|
| #include <stdlib.h>
| #include <stdio.h>
| #include <libxml/xmlversion.h>
| #include <libxml/parser.h>
|
| int
| main()
| {
| int xml_major_version, xml_minor_version, xml_micro_version;
| int major, minor, micro;
| char *tmp_version;
|
| system("touch conf.xmltest");
|
| tmp_version = xmlStrdup("2.3.0");
| if(sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) {
| printf("%s, bad version string\n", "2.3.0");
| exit(1);
| }
|
| tmp_version = xmlStrdup(LIBXML_DOTTED_VERSION);
| if(sscanf(tmp_version, "%d.%d.%d", &xml_major_version, &xml_minor_version, &xml_micro_version) != 3) {
| printf("%s, bad version string\n", "2.3.0");
| exit(1);
| }
|
| if ((xml_major_version > major) ||
| ((xml_major_version == major) && (xml_minor_version > minor)) ||
| ((xml_major_version == major) && (xml_minor_version == minor) &&
| (xml_micro_version >= micro)))
| {
| return 0;
| }
| else
| {
| printf("\n*** An old version of libxml (%d.%d.%d) was found.\n",
| xml_major_version, xml_minor_version, xml_micro_version);
| printf("*** You need a version of libxml newer than %d.%d.%d. The latest version of\n",
| major, minor, micro);
| printf("*** libxml is always available from ftp://ftp.gnome.org.\n");
| printf("***\n");
| printf("*** If you have already installed a sufficiently new version, this error\n");
| printf("*** probably means that the wrong copy of the xml-config shell script is\n");
| printf("*** being found. The easiest way to fix this is to remove the old version\n");
| printf("*** of libxml, but you can also set the XML_CONFIG environment to point to the\n");
| printf("*** correct copy of xml-config. (In this case, you will have to\n");
| printf("*** modify your LD_LIBRARY_PATH enviroment variable, or edit /etc/ld.so.conf\n");
| printf("*** so that the correct libraries are found at run-time))\n");
| }
| return 1;
| }
|
configure:4492: result: no
configure:4892: checking the Objective-C runtime
configure:4900: result: GNU
configure:4912: checking openssl/ssl.h usability
configure:4912: gcc -c -g -O2 conftest.c >&5
configure:4912: $? = 0
configure:4912: result: yes
configure:4912: checking openssl/ssl.h presence
configure:4912: gcc -E conftest.c
configure:4912: $? = 0
configure:4912: result: yes
configure:4912: checking for openssl/ssl.h
configure:4912: result: yes
configure:4923: checking for CRYPTO_malloc in -lcrypto
configure:4948: gcc -o conftest -g -O2 conftest.c -lcrypto >&5
configure:4948: $? = 0
configure:4957: result: yes
configure:4970: checking for main in -lsocket
configure:4989: gcc -o conftest -g -O2 conftest.c -lsocket -lcrypto >&5
/usr/bin/ld: cannot find -lsocket
collect2: error: ld returned 1 exit status
configure:4989: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNUstep Setup"
| #define PACKAGE_TARNAME "gnustep-setup"
| #define PACKAGE_VERSION "0.20.0"
| #define PACKAGE_STRING "GNUstep Setup 0.20.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define HAVE_ICONV 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBCRYPTO 1
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| return main ();
| ;
| return 0;
| }
configure:4998: result: no
configure:5009: checking for ssl2_clear in -lssl
configure:5034: gcc -o conftest -g -O2 conftest.c -lssl -lcrypto >&5
/tmp/ccwdrlgu.o: In function `main':
/home/ivan/Downloads/gnustep-startup-0.26.1/build/conftest.c:23: undefined reference to `ssl2_clear'
collect2: error: ld returned 1 exit status
configure:5034: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNUstep Setup"
| #define PACKAGE_TARNAME "gnustep-setup"
| #define PACKAGE_VERSION "0.20.0"
| #define PACKAGE_STRING "GNUstep Setup 0.20.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define HAVE_ICONV 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBCRYPTO 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char ssl2_clear ();
| int
| main ()
| {
| return ssl2_clear ();
| ;
| return 0;
| }
configure:5043: result: no
configure:5054: checking for des_setkey in -lcipher
configure:5079: gcc -o conftest -g -O2 conftest.c -lcipher -lcrypto >&5
/usr/bin/ld: cannot find -lcipher
collect2: error: ld returned 1 exit status
configure:5079: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNUstep Setup"
| #define PACKAGE_TARNAME "gnustep-setup"
| #define PACKAGE_VERSION "0.20.0"
| #define PACKAGE_STRING "GNUstep Setup 0.20.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define HAVE_ICONV 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBCRYPTO 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char des_setkey ();
| int
| main ()
| {
| return des_setkey ();
| ;
| return 0;
| }
configure:5088: result: no
configure:5113: checking for X
configure:5221: gcc -E conftest.c
configure:5221: $? = 0
configure:5252: gcc -o conftest -g -O2 conftest.c -lX11 -lcrypto >&5
configure:5252: $? = 0
configure:5302: result: libraries , headers
configure:5401: gcc -o conftest -g -O2 conftest.c -lcrypto -lX11 >&5
configure:5401: $? = 0
configure:5499: checking for gethostbyname
configure:5499: gcc -o conftest -g -O2 conftest.c -lcrypto >&5
configure:5499: $? = 0
configure:5499: result: yes
configure:5596: checking for connect
configure:5596: gcc -o conftest -g -O2 conftest.c -lcrypto >&5
configure:5596: $? = 0
configure:5596: result: yes
configure:5645: checking for remove
configure:5645: gcc -o conftest -g -O2 conftest.c -lcrypto >&5
configure:5645: $? = 0
configure:5645: result: yes
configure:5694: checking for shmat
configure:5694: gcc -o conftest -g -O2 conftest.c -lcrypto >&5
configure:5694: $? = 0
configure:5694: result: yes
configure:5752: checking for IceConnectionNumber in -lICE
configure:5777: gcc -o conftest -g -O2 conftest.c -lICE -lcrypto >&5
configure:5777: $? = 0
configure:5786: result: yes
configure:5800: checking X11/Intrinsic.h usability
configure:5800: gcc -c -g -O2 conftest.c >&5
configure:5800: $? = 0
configure:5800: result: yes
configure:5800: checking X11/Intrinsic.h presence
configure:5800: gcc -E conftest.c
configure:5800: $? = 0
configure:5800: result: yes
configure:5800: checking for X11/Intrinsic.h
configure:5800: result: yes
configure:5810: checking X11/extensions/shape.h usability
configure:5810: gcc -c -g -O2 conftest.c >&5
configure:5810: $? = 0
configure:5810: result: yes
configure:5810: checking X11/extensions/shape.h presence
configure:5810: gcc -E conftest.c
configure:5810: $? = 0
configure:5810: result: yes
configure:5810: checking for X11/extensions/shape.h
configure:5810: result: yes
configure:5823: checking for Objective-C compiler
configure:5827: result: yes
configure:5837: checking objc/objc.h usability
configure:5837: gcc -c -g -O2 conftest.c >&5
configure:5837: $? = 0
configure:5837: result: yes
configure:5837: checking objc/objc.h presence
configure:5837: gcc -E conftest.c
configure:5837: $? = 0
configure:5837: result: yes
configure:5837: checking for objc/objc.h
configure:5837: result: yes
configure:5856: checking if GNUstep environment exists
configure:5862: result: no
configure:5865: checking if GNUstep directories exists
configure:5872: result: no
configure:5899: checking for GNUstep up-to-date objc library
configure:5914: result: /usr/lib/gcc/x86_64-linux-gnu/7
configure:5975: checking ffi.h usability
configure:5975: gcc -c -g -O2 conftest.c >&5
conftest.c:46:10: fatal error: ffi.h: No such file or directory
#include <ffi.h>
^~~~~~~
compilation terminated.
configure:5975: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNUstep Setup"
| #define PACKAGE_TARNAME "gnustep-setup"
| #define PACKAGE_VERSION "0.20.0"
| #define PACKAGE_STRING "GNUstep Setup 0.20.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define HAVE_ICONV 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_OBJC_OBJC_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 <ffi.h>
configure:5975: result: no
configure:5975: checking ffi.h presence
configure:5975: gcc -E conftest.c
conftest.c:13:10: fatal error: ffi.h: No such file or directory
#include <ffi.h>
^~~~~~~
compilation terminated.
configure:5975: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNUstep Setup"
| #define PACKAGE_TARNAME "gnustep-setup"
| #define PACKAGE_VERSION "0.20.0"
| #define PACKAGE_STRING "GNUstep Setup 0.20.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define HAVE_ICONV 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_OBJC_OBJC_H 1
| /* end confdefs.h. */
| #include <ffi.h>
configure:5975: result: no
configure:5975: checking for ffi.h
configure:5975: result: no
configure:5989: checking callback.h usability
configure:5989: gcc -c -g -O2 conftest.c >&5
conftest.c:46:10: fatal error: callback.h: No such file or directory
#include <callback.h>
^~~~~~~~~~~~
compilation terminated.
configure:5989: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNUstep Setup"
| #define PACKAGE_TARNAME "gnustep-setup"
| #define PACKAGE_VERSION "0.20.0"
| #define PACKAGE_STRING "GNUstep Setup 0.20.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define HAVE_ICONV 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_OBJC_OBJC_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 <callback.h>
configure:5989: result: no
configure:5989: checking callback.h presence
configure:5989: gcc -E conftest.c
conftest.c:13:10: fatal error: callback.h: No such file or directory
#include <callback.h>
^~~~~~~~~~~~
compilation terminated.
configure:5989: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNUstep Setup"
| #define PACKAGE_TARNAME "gnustep-setup"
| #define PACKAGE_VERSION "0.20.0"
| #define PACKAGE_STRING "GNUstep Setup 0.20.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define HAVE_ICONV 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_OBJC_OBJC_H 1
| /* end confdefs.h. */
| #include <callback.h>
configure:5989: result: no
configure:5989: checking for callback.h
configure:5989: result: no
configure:6022: checking "for forwarding callback in runtime"
configure:6028: gcc -c -g -O2 -fgnu-runtime -x objective-c conftest.c >&5
In file included from conftest.c:13:0:
/home/ivan/Downloads/gnustep-startup-0.26.1/config/config.forward.m:1:10: fatal error: objc/objc-api.h: No such file or directory
#include <objc/objc-api.h>
^~~~~~~~~~~~~~~~~
compilation terminated.
configure:6028: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNUstep Setup"
| #define PACKAGE_TARNAME "gnustep-setup"
| #define PACKAGE_VERSION "0.20.0"
| #define PACKAGE_STRING "GNUstep Setup 0.20.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define HAVE_ICONV 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_OBJC_OBJC_H 1
| /* end confdefs.h. */
| #include "/home/ivan/Downloads/gnustep-startup-0.26.1/config/config.forward.m"
configure:6034: result: no
configure:6042: checking "FFI library usage"
configure:6127: result: none
configure:6154: checking whether objc has thread support
configure:6186: gcc -o conftest -g -O2 -x objective-c -I/home/ivan/Downloads/gnustep-startup-0.26.1 -fgnu-runtime conftest.c -lobjc -lpthread >&5
In file included from conftest.c:13:0:
/home/ivan/Downloads/gnustep-startup-0.26.1/config/config_thread.m:7:1: warning: incomplete implementation of class 'NXConstantString'
@end
^
/home/ivan/Downloads/gnustep-startup-0.26.1/config/config_thread.m:7:1: warning: method definition for '-length' not found
/home/ivan/Downloads/gnustep-startup-0.26.1/config/config_thread.m:7:1: warning: method definition for '-cString' not found
In file included from conftest.c:13:0:
/home/ivan/Downloads/gnustep-startup-0.26.1/config/config_thread.m: In function 'main':
/home/ivan/Downloads/gnustep-startup-0.26.1/config/config_thread.m:16:3: warning: 'Object' may not respond to '+new'
id o = [Object new];
^~
/home/ivan/Downloads/gnustep-startup-0.26.1/config/config_thread.m:16:3: warning: (Messages without a matching method signature
/home/ivan/Downloads/gnustep-startup-0.26.1/config/config_thread.m:16:3: warning: will be assumed to return 'id' and accept
/home/ivan/Downloads/gnustep-startup-0.26.1/config/config_thread.m:16:3: warning: '...' as arguments.)
configure:6186: $? = 0
configure:6186: ./conftest
/home/ivan/Downloads/gnustep-startup-0.26.1/configure: line 1609: 28638 Segmentation fault ./conftest$ac_exeext
configure:6186: $? = 139
configure: program exited with status 139
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNUstep Setup"
| #define PACKAGE_TARNAME "gnustep-setup"
| #define PACKAGE_VERSION "0.20.0"
| #define PACKAGE_STRING "GNUstep Setup 0.20.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define HAVE_ICONV 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_OBJC_OBJC_H 1
| /* end confdefs.h. */
| #include "/home/ivan/Downloads/gnustep-startup-0.26.1/config/config_thread.m"
configure:6348: result: no
configure:6367: checking whether objc really works
configure:6383: gcc -o conftest -g -O2 -x objective-c -fgnu-runtime conftest.c -lcrypto -lobjc >&5
In file included from conftest.c:13:0:
/home/ivan/Downloads/gnustep-startup-0.26.1/config/config.objc.m:5:1: warning: incomplete implementation of class 'NXConstantString'
@end
^
/home/ivan/Downloads/gnustep-startup-0.26.1/config/config.objc.m:5:1: warning: method definition for '-length' not found
/home/ivan/Downloads/gnustep-startup-0.26.1/config/config.objc.m:5:1: warning: method definition for '-cString' not found
configure:6383: $? = 0
configure:6383: ./conftest
configure:6383: $? = 0
configure:6396: result: yes
configure:6416: checking for main in -lm
configure:6435: gcc -o conftest -g -O2 conftest.c -lm -lcrypto >&5
configure:6435: $? = 0
configure:6444: result: yes
configure:6463: checking jpeglib.h usability
configure:6463: gcc -c -g -O2 conftest.c >&5
conftest.c:47:10: fatal error: jpeglib.h: No such file or directory
#include <jpeglib.h>
^~~~~~~~~~~
compilation terminated.
configure:6463: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNUstep Setup"
| #define PACKAGE_TARNAME "gnustep-setup"
| #define PACKAGE_VERSION "0.20.0"
| #define PACKAGE_STRING "GNUstep Setup 0.20.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define HAVE_ICONV 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_OBJC_OBJC_H 1
| #define HAVE_LIBM 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 <jpeglib.h>
configure:6463: result: no
configure:6463: checking jpeglib.h presence
configure:6463: gcc -E conftest.c
conftest.c:14:10: fatal error: jpeglib.h: No such file or directory
#include <jpeglib.h>
^~~~~~~~~~~
compilation terminated.
configure:6463: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNUstep Setup"
| #define PACKAGE_TARNAME "gnustep-setup"
| #define PACKAGE_VERSION "0.20.0"
| #define PACKAGE_STRING "GNUstep Setup 0.20.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define HAVE_ICONV 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_OBJC_OBJC_H 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
| #include <jpeglib.h>
configure:6463: result: no
configure:6463: checking for jpeglib.h
configure:6463: result: no
configure:6475: checking for jpeg_destroy_decompress in -ljpeg
configure:6500: gcc -o conftest -g -O2 conftest.c -ljpeg -lm -lcrypto >&5
/usr/bin/ld: cannot find -ljpeg
collect2: error: ld returned 1 exit status
configure:6500: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GNUstep Setup"
| #define PACKAGE_TARNAME "gnustep-setup"
| #define PACKAGE_VERSION "0.20.0"
| #define PACKAGE_STRING "GNUstep Setup 0.20.0"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define HAVE_ICONV 1
| #define HAVE_OPENSSL_SSL_H 1
| #define HAVE_LIBCRYPTO 1
| #define HAVE_OBJC_OBJC_H 1
| #define HAVE_LIBM 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char jpeg_destroy_decompress ();
| int
| main ()
| {
| return jpeg_destroy_decompress ();
| ;
| return 0;
| }
configure:6509: result: no
configure:6535: checking for main in -lz
configure:6554: gcc -o conftest -g -O2 conftest.c -lz -lm -lcrypto >&5
configure:6554: $? = 0
configure:6563: result: yes
configure:6574: checking tiffio.h usability
configure:6574: gcc -c -g -O2 conftest.c >&5
configure:6574: $? = 0
configure:6574: result: yes
configure:6574: checking tiffio.h presence
configure:6574: gcc -E conftest.c
configure:6574: $? = 0
configure:6574: result: yes
configure:6574: checking for tiffio.h
configure:6574: result: yes
configure:6582: checking for TIFFReadScanline in -ltiff
configure:6607: gcc -o conftest -g -O2 conftest.c -ltiff -lz -lm -lcrypto >&5
configure:6607: $? = 0
configure:6616: result: yes
configure:6643: checking png.h usability
configure:6643: gcc -c -g -O2 conftest.c >&5
configure:6643: $? = 0
configure:6643: result: yes
configure:6643: checking png.h presence
configure:6643: gcc -E conftest.c
configure:6643: $? = 0
configure:6643: result: yes
configure:6643: checking for png.h
configure:6643: result: yes
configure:6651: checking for main in -lpng
configure:6670: gcc -o conftest -g -O2 conftest.c -lpng -ltiff -lz -lm -lcrypto >&5
configure:6670: $? = 0
configure:6679: result: yes
configure:6788: checking GNUstep Back
configure:6801: result: none
configure:6973: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by GNUstep Setup config.status 0.20.0, which was
generated by GNU Autoconf 2.65. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on ivan-Swift
config.status:799: creating setupvars
config.status:949: executing default commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
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_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_func_connect=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_remove=yes
ac_cv_func_shmat=yes
ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
ac_cv_header_X11_Intrinsic_h=yes
ac_cv_header_X11_extensions_shape_h=yes
ac_cv_header_callback_h=no
ac_cv_header_ffi_h=no
ac_cv_header_jpeglib_h=no
ac_cv_header_objc_objc_h=yes
ac_cv_header_openssl_ssl_h=yes
ac_cv_header_png_h=yes
ac_cv_header_tiffio_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_importing_config_file=no
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_cipher_des_setkey=no
ac_cv_lib_crypto_CRYPTO_malloc=yes
ac_cv_lib_jpeg_jpeg_destroy_decompress=no
ac_cv_lib_m_main=yes
ac_cv_lib_png_main=yes
ac_cv_lib_socket_main=no
ac_cv_lib_ssl_ssl2_clear=no
ac_cv_lib_tiff_TIFFReadScanline=yes
ac_cv_lib_z_main=yes
ac_cv_library_combo=gnu-gnu-gnu
ac_cv_objc_threaded=
ac_cv_objext=o
ac_cv_path_WHOAMI=/usr/bin/whoami
ac_cv_path_XML2_CONFIG=no
ac_cv_path_XML_CONFIG=no
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AR=ar
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_GNUMAKE=make
ac_cv_prog_LD=ld
ac_cv_prog_PATCH=patch
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_target=x86_64-unknown-linux-gnu
gs_cv_gcc_major_version=7
gs_cv_gcc_minor_version=
gs_cv_objc_libdir=/usr/lib/gcc/x86_64-linux-gnu/7
gs_cv_objc_works=yes
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='ar'
AWK='awk'
CC='gcc'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=' '
DEFS='-DPACKAGE_NAME=\"GNUstep\ Setup\" -DPACKAGE_TARNAME=\"gnustep-setup\" -DPACKAGE_VERSION=\"0.20.0\" -DPACKAGE_STRING=\"GNUstep\ Setup\ 0.20.0\" -DPACKAGE_BUGREPORT=\"[email protected]\" -DPACKAGE_URL=\"\" -DHAVE_ICONV=1 -DHAVE_OPENSSL_SSL_H=1 -DHAVE_LIBCRYPTO=1 -DHAVE_OBJC_OBJC_H=1 -DHAVE_LIBM=1 -DHAVE_LIBZ=1 -DHAVE_LIBTIFF=1 -DHAVE_LIBPNG=1'
DLLTOOL=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
GCC_VERSION='7'
GNUMAKE='make'
GNUSTEP_BASE_VERSION='0'
GNUSTEP_CONFIG_FILE='/etc/GNUstep/GNUstep.conf'
GNUSTEP_GUI_INTERFACE=''
GNUSTEP_GUI_VERSION='0'
GNUSTEP_HEADERS='/usr/GNUstep/System/Library/Headers'
GNUSTEP_INSTALLED='no'
GNUSTEP_LIBRARIES='/usr/GNUstep/System/Library/Libraries'
GNUSTEP_LIBRARY='/usr/GNUstep/System/Library'
GNUSTEP_MAKEFILES='/usr/GNUstep/System/Library/Makefiles'
GNUSTEP_MAKE_VERSION='0'
GNUSTEP_PREFIX='/usr/GNUstep'
GNUSTEP_SOURCED='no'
GNUSTEP_TOOLS='/usr/GNUstep/System/Tools'
GREP=''
GS_CUSTOM_OBJC='NONE'
HAVE_LIBXML='0'
HAVE_LIBXSLT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LD='ld'
LDFLAGS=' '
LIBOBJS=''
LIBS='-lpng -ltiff -lz -lm -lcrypto '
LN_S='ln -s'
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_NAME='GNUstep Setup'
PACKAGE_STRING='GNUstep Setup 0.20.0'
PACKAGE_TARNAME='gnustep-setup'
PACKAGE_URL=''
PACKAGE_VERSION='0.20.0'
PATCH='patch'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SETUP_ERRORS=' W102 W109 W107 W125 I199 W272 W403'
SHELL='/bin/bash'
WHOAMI='/usr/bin/whoami'
XMKMF=''
XML2_CONFIG='no'
XML_CFLAGS=''
XML_CONFIG='no'
XML_LIBS=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=' -lSM -lICE'
ac_ct_CC='gcc'
ac_cv_header_AppKit_NSApplication_h=''
ac_cv_header_Foundation_NSObject_h=''
ac_cv_header_callback_h='no'
ac_cv_header_ffi_h='no'
ac_cv_library_combo='gnu-gnu-gnu'
ac_cv_objc_threaded=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
cc_apple='no'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
gnustep_flattened='1'
have_back='no'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
objc_threaded=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "GNUstep Setup"
#define PACKAGE_TARNAME "gnustep-setup"
#define PACKAGE_VERSION "0.20.0"
#define PACKAGE_STRING "GNUstep Setup 0.20.0"
#define PACKAGE_BUGREPORT "[email protected]"
#define PACKAGE_URL ""
#define HAVE_ICONV 1
#define HAVE_OPENSSL_SSL_H 1
#define HAVE_LIBCRYPTO 1
#define HAVE_OBJC_OBJC_H 1
#define HAVE_LIBM 1
#define HAVE_LIBZ 1
#define HAVE_LIBTIFF 1
#define HAVE_LIBPNG 1
configure: exit 0
00-config-output.log
(text/x-log, 3.9 KB)
checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for GNUstep configuration file to use... /etc/GNUstep/GNUstep.conf checking if we should import an existing configuration file... no: disabled from the command-line checking for library combo... gnu-gnu-gnu checking for prefix... checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... 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 configure: Configuring on linux-gnu checking compiler version... gcc major version is 7 checking for apple compiler... no checking for ar... ar checking for ld... ld checking for dlltool... no checking for gawk... no checking for awk... awk checking for patch... patch checking for ranlib... ranlib checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for whoami... /usr/bin/whoami checking for gmake... no checking for make... make checking make version > 3.75... no checking broken make... broken checking binutils version > 2.9... yes GNU ld (GNU Binutils for Ubuntu) 2.30 checking iconv version > 2.1... yes 2.27 checking iconv support... yes, in libc checking for xml2-config... no checking for xml-config... no checking for libxml - version >= 2.3.0... no *** The xml-config script installed by libxml could not be found *** If libxml was installed in PREFIX, make sure PREFIX/bin is in *** your path, or set the XML_CONFIG environment variable to the *** full path to xml-config. checking the Objective-C runtime... GNU checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes checking for CRYPTO_malloc in -lcrypto... yes checking for main in -lsocket... no checking for ssl2_clear in -lssl... no checking for des_setkey in -lcipher... no checking for X... libraries , headers checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking X11/Intrinsic.h usability... yes checking X11/Intrinsic.h presence... yes checking for X11/Intrinsic.h... yes checking X11/extensions/shape.h usability... yes checking X11/extensions/shape.h presence... yes checking for X11/extensions/shape.h... yes checking for Objective-C compiler... yes checking objc/objc.h usability... yes checking objc/objc.h presence... yes checking for objc/objc.h... yes checking if GNUstep environment exists... no checking if GNUstep directories exists... no checking for GNUstep up-to-date objc library... /usr/lib/gcc/x86_64-linux-gnu/7 checking ffi.h usability... no checking ffi.h presence... no checking for ffi.h... no checking callback.h usability... no checking callback.h presence... no checking for callback.h... no checking "for forwarding callback in runtime"... no checking "FFI library usage"... none checking whether objc has thread support... no checking whether objc really works... yes checking for main in -lm... yes checking jpeglib.h usability... no checking jpeglib.h presence... no checking for jpeglib.h... no checking for jpeg_destroy_decompress in -ljpeg... no checking for main in -lz... yes checking tiffio.h usability... yes checking tiffio.h presence... yes checking for tiffio.h... yes checking for TIFFReadScanline in -ltiff... yes checking png.h usability... yes checking png.h presence... yes checking for png.h... yes checking for main in -lpng... yes checking GNUstep Back... none configure: creating ./config.status config.status: creating setupvars config.status: executing default commands
01-make.log
(text/x-log, 68 B)
Thanks. All is ready: type 'make install' to install gnustep-make.
01-make-config.log
(text/x-log, 28.7 KB)
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.68. Invocation command line was
$ ./configure --with-layout=gnustep --with-library-combo=gnu-gnu-gnu
## --------- ##
## Platform. ##
## --------- ##
hostname = ivan-Swift
uname -m = x86_64
uname -r = 5.4.0-47-generic
uname -s = Linux
uname -v = #51~18.04.1-Ubuntu SMP Sat Sep 5 14:35:50 UTC 2020
/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/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /snap/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2296: checking for gcc
configure:2312: found /usr/bin/gcc
configure:2323: result: gcc
configure:2552: checking for C compiler version
configure:2561: gcc --version >&5
gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
Copyright (C) 2017 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:2572: $? = 0
configure:2561: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)
configure:2572: $? = 0
configure:2561: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2572: $? = 1
configure:2561: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:2572: $? = 1
configure:2592: checking whether the C compiler works
configure:2614: gcc conftest.c >&5
configure:2618: $? = 0
configure:2666: result: yes
configure:2669: checking for C compiler default output file name
configure:2671: result: a.out
configure:2677: checking for suffix of executables
configure:2684: gcc -o conftest conftest.c >&5
configure:2688: $? = 0
configure:2710: result:
configure:2732: checking whether we are cross compiling
configure:2740: gcc -o conftest conftest.c >&5
configure:2744: $? = 0
configure:2751: ./conftest
configure:2755: $? = 0
configure:2770: result: no
configure:2775: checking for suffix of object files
configure:2797: gcc -c conftest.c >&5
configure:2801: $? = 0
configure:2822: result: o
configure:2826: checking whether we are using the GNU C compiler
configure:2845: gcc -c conftest.c >&5
configure:2845: $? = 0
configure:2854: result: yes
configure:2863: checking whether gcc accepts -g
configure:2883: gcc -c -g conftest.c >&5
configure:2883: $? = 0
configure:2924: result: yes
configure:2941: checking for gcc option to accept ISO C89
configure:3005: gcc -c -g -O2 conftest.c >&5
configure:3005: $? = 0
configure:3018: result: none needed
configure:3043: checking how to run the C preprocessor
configure:3074: gcc -E conftest.c
configure:3074: $? = 0
configure:3088: gcc -E conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:3088: $? = 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:3113: result: gcc -E
configure:3133: gcc -E conftest.c
configure:3133: $? = 0
configure:3147: gcc -E conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:3147: $? = 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:3238: checking for g++
configure:3254: found /usr/bin/g++
configure:3265: result: g++
configure:3292: checking for C++ compiler version
configure:3301: g++ --version >&5
g++ (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
Copyright (C) 2017 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:3312: $? = 0
configure:3301: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)
configure:3312: $? = 0
configure:3301: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:3312: $? = 1
configure:3301: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:3312: $? = 1
configure:3316: checking whether we are using the GNU C++ compiler
configure:3335: g++ -c conftest.cpp >&5
configure:3335: $? = 0
configure:3344: result: yes
configure:3353: checking whether g++ accepts -g
configure:3373: g++ -c -g conftest.cpp >&5
configure:3373: $? = 0
configure:3414: result: yes
configure:3476: checking build system type
configure:3490: result: x86_64-unknown-linux-gnu
configure:3510: checking host system type
configure:3523: result: x86_64-unknown-linux-gnu
configure:3543: checking target system type
configure:3556: result: x86_64-unknown-linux-gnu
configure:3606: checking for library combo
configure:3634: result: gnu-gnu-gnu
configure:3644: checking for apple compiler flags
configure:3659: result: yes
configure:3872: checking for ar
configure:3888: found /usr/bin/ar
configure:3899: result: ar
configure:3909: checking for dlltool
configure:3939: result: no
configure:3987: checking for ranlib
configure:4003: found /usr/bin/ranlib
configure:4014: result: ranlib
configure:4052: checking for a BSD-compatible install
configure:4120: result: /usr/bin/install -c
configure:4132: checking if 'install -p' works
configure:4137: result: yes
configure:4144: checking if we should use 'install -p' when installing files
configure:4156: result: yes
configure:4168: checking whether ln -s works
configure:4172: result: yes
configure:4184: checking for gnutar
configure:4214: result: no
configure:4184: checking for gtar
configure:4214: result: no
configure:4232: checking for chown
configure:4248: found /bin/chown
configure:4260: result: chown
configure:4282: checking if we should enable strict gnustep-make version 2 mode by default
configure:4299: result: no
configure:4310: checking for GNUstep filesystem layout to use
configure:4322: result: gnustep
configure:4399: checking if we manage to import the filesystem layout configuration
configure:4405: result: ok
configure:4437: checking for prefix
configure:4457: result: /usr/GNUstep
configure:4504: checking for GNUstep configuration file to use
configure:4535: result: /etc/GNUstep/GNUstep.conf
configure:4554: checking if we should import an existing configuration file
configure:4577: result: no
configure:4593: checking for user config file to use
configure:4615: result: .GNUstep.conf
configure:4622: checking if the obsolete --with-user-dir option was used
configure:4636: result: no: good
configure:4643: checking for user defaults dir to use
configure:4665: result: GNUstep/Defaults
configure:4675: checking for GNUSTEP_MAKEFILES to use
configure:4678: result: /usr/GNUstep/System/Library/Makefiles
configure:4704: checking for flattened directory structure
configure:4734: result: yes
configure:4748: Now printing the filesystem layout configuration.
configure:4751: checking for System Applications directory
configure:4753: result: /usr/GNUstep/System/Applications
configure:4756: checking for System Admin Applications directory
configure:4758: result: /usr/GNUstep/System/Applications/Admin
configure:4761: checking for System Web Applications directory
configure:4763: result: /usr/GNUstep/System/Library/WebApplications
configure:4766: checking for System Tools directory
configure:4768: result: /usr/GNUstep/System/Tools
configure:4771: checking for System Admin Tools directory
configure:4773: result: /usr/GNUstep/System/Tools/Admin
configure:4776: checking for System Library directory
configure:4778: result: /usr/GNUstep/System/Library
configure:4781: checking for System Headers directory
configure:4783: result: /usr/GNUstep/System/Library/Headers
configure:4786: checking for System Libraries directory
configure:4788: result: /usr/GNUstep/System/Library/Libraries
configure:4791: checking for System Documentation directory
configure:4793: result: /usr/GNUstep/System/Library/Documentation
configure:4796: checking for System Info Documentation directory
configure:4798: result: /usr/GNUstep/System/Library/Documentation/info
configure:4801: checking for System Man Documentation directory
configure:4803: result: /usr/GNUstep/System/Library/Documentation/man
configure:4807: checking for Network Applications directory
configure:4809: result: /usr/GNUstep/Local/Applications
configure:4812: checking for Network Admin Applications directory
configure:4814: result: /usr/GNUstep/Local/Applications/Admin
configure:4817: checking for Network Web Applications directory
configure:4819: result: /usr/GNUstep/Local/Library/WebApplications
configure:4822: checking for Network Tools directory
configure:4824: result: /usr/GNUstep/Local/Tools
configure:4827: checking for Network Admin Tools directory
configure:4829: result: /usr/GNUstep/Local/Tools/Admin
configure:4832: checking for Network Library directory
configure:4834: result: /usr/GNUstep/Local/Library
configure:4837: checking for Network Headers directory
configure:4839: result: /usr/GNUstep/Local/Library/Headers
configure:4842: checking for Network Libraries directory
configure:4844: result: /usr/GNUstep/Local/Library/Libraries
configure:4847: checking for Network Documentation directory
configure:4849: result: /usr/GNUstep/Local/Library/Documentation
configure:4852: checking for Network Info Documentation directory
configure:4854: result: /usr/GNUstep/Local/Library/Documentation/info
configure:4857: checking for Network Man Documentation directory
configure:4859: result: /usr/GNUstep/Local/Library/Documentation/man
configure:4863: checking for Local Applications directory
configure:4865: result: /usr/GNUstep/Local/Applications
configure:4868: checking for Local Admin Applications directory
configure:4870: result: /usr/GNUstep/Local/Applications/Admin
configure:4873: checking for Local Web Applications directory
configure:4875: result: /usr/GNUstep/Local/Library/WebApplications
configure:4878: checking for Local Tools directory
configure:4880: result: /usr/GNUstep/Local/Tools
configure:4883: checking for Local Admin Tools directory
configure:4885: result: /usr/GNUstep/Local/Tools/Admin
configure:4888: checking for Local Library directory
configure:4890: result: /usr/GNUstep/Local/Library
configure:4893: checking for Local Headers directory
configure:4895: result: /usr/GNUstep/Local/Library/Headers
configure:4898: checking for Local Libraries directory
configure:4900: result: /usr/GNUstep/Local/Library/Libraries
configure:4903: checking for Local Documentation directory
configure:4905: result: /usr/GNUstep/Local/Library/Documentation
configure:4908: checking for Local Info Documentation directory
configure:4910: result: /usr/GNUstep/Local/Library/Documentation/info
configure:4913: checking for Local Man Documentation directory
configure:4915: result: /usr/GNUstep/Local/Library/Documentation/man
configure:4919: checking for User Applications directory
configure:4921: result: GNUstep/Applications
configure:4924: checking for User Admin Applications directory
configure:4926: result: GNUstep/Applications/Admin
configure:4929: checking for User Web Applications directory
configure:4931: result: GNUstep/Library/WebApplications
configure:4934: checking for User Tools directory
configure:4936: result: GNUstep/Tools
configure:4939: checking for User Admin Tools directory
configure:4941: result: GNUstep/Tools/Admin
configure:4944: checking for User Library directory
configure:4946: result: GNUstep/Library
configure:4949: checking for User Headers directory
configure:4951: result: GNUstep/Library/Headers
configure:4954: checking for User Libraries directory
configure:4956: result: GNUstep/Library/Libraries
configure:4959: checking for User Documentation directory
configure:4961: result: GNUstep/Library/Documentation
configure:4964: checking for User Info Documentation directory
configure:4966: result: GNUstep/Library/Documentation/info
configure:4969: checking for User Man Documentation directory
configure:4971: result: GNUstep/Library/Documentation/man
configure:4975: checking for System User directory
configure:4977: result: /home
configure:4980: checking for Network User directory
configure:4982: result: /home
configure:4985: checking for Local User directory
configure:4987: result: /home
configure:5082: checking for custom shared objc library
configure:5148: result: NONE
configure:5171: checking for the flag to link libobjc
configure:5222: result: -lobjc
configure:5246: checking whether objc has thread support
configure:5276: gcc -o conftest -g -O2 -x objective-c -I. -fgnu-runtime -DGNU_RUNTIME conftest.c -lobjc -lpthread >&5
In file included from conftest.c:9:0:
config_thread.m:7:1: warning: incomplete implementation of class 'NXConstantString'
@end
^
config_thread.m:7:1: warning: method definition for '-length' not found
config_thread.m:7:1: warning: method definition for '-cString' not found
In file included from conftest.c:9:0:
config_thread.m: In function 'main':
config_thread.m:26:3: warning: 'Object' may not respond to '+new'
id o = [Object new];
^~
config_thread.m:26:3: warning: (Messages without a matching method signature
config_thread.m:26:3: warning: will be assumed to return 'id' and accept
config_thread.m:26:3: warning: '...' as arguments.)
configure:5276: $? = 0
configure:5276: ./conftest
./configure: line 1857: 29307 Segmentation fault ./conftest$ac_exeext
configure:5276: $? = 139
configure: program exited with status 139
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 "config_thread.m"
configure:5294: gcc -o conftest -g -O2 -x objective-c -I. -fgnu-runtime -DGNU_RUNTIME conftest.c -lobjc >&5
In file included from conftest.c:9:0:
config_thread.m:7:1: warning: incomplete implementation of class 'NXConstantString'
@end
^
config_thread.m:7:1: warning: method definition for '-length' not found
config_thread.m:7:1: warning: method definition for '-cString' not found
In file included from conftest.c:9:0:
config_thread.m: In function 'main':
config_thread.m:26:3: warning: 'Object' may not respond to '+new'
id o = [Object new];
^~
config_thread.m:26:3: warning: (Messages without a matching method signature
config_thread.m:26:3: warning: will be assumed to return 'id' and accept
config_thread.m:26:3: warning: '...' as arguments.)
configure:5294: $? = 0
configure:5294: ./conftest
./configure: line 1857: 29319 Segmentation fault ./conftest$ac_exeext
configure:5294: $? = 139
configure: program exited with status 139
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 "config_thread.m"
configure:5514: result: no
configure:5527: checking whether Objective-C++ is supported
configure:5570: g++ -c -g -O2 -x objective-c++ conftest.cpp >&5
configure:5570: $? = 0
configure:5576: result: yes
configure:5608: checking whether we should use the nonfragile ABI
configure:5649: result: not requested by user
configure:5673: checking for the flag to use to do partial linking
configure:5677: result: -r
configure:5691: checking for the GCC version
configure:5718: result: version: 7.7
configure:5739: checking whether the compiler supports native ObjC exceptions
configure:5767: gcc -c -g -O2 -x objective-c -I. -fgnu-runtime -DGNU_RUNTIME -fexceptions -fobjc-exceptions conftest.c >&5
configure:5767: $? = 0
configure:5777: result: yes
configure:5792: checking if the compiler supports autodependencies
configure:5811: result: yes: gcc version is 7.7 >= 3.0
configure:5825: checking if the compiler supports precompiled headers
configure:5864: result: no: old or buggy gcc
configure:5884: checking if the compiler requires -shared flag to build for Solaris
configure:5900: result: yes: gcc version is 7.7 >= 4.0
configure:5919: checking if we should enable 'make debug=yes' by default
configure:5935: result: no
configure:5951: checking for gmake
configure:5981: result: no
configure:5951: checking for gnumake
configure:5981: result: no
configure:5951: checking for make
configure:5967: found /usr/bin/make
configure:5978: result: make
configure:6000: checking for the GNU Make version
configure:6011: result: version: 4.1
configure:6020: checking for GNU Make >= 3.79
configure:6034: result: yes
configure:6050: checking if GNU Make has the info function
configure:6067: result: yes
configure:6079: checking if we should strip makefiles after installation
configure:6095: result: no
configure:6104: checking if we should enable support for parallel building
configure:6115: result: yes
configure:6130: checking for the version of gnustep-make we are compiling
configure:6133: result: 2.6.0
configure:6164: checking for latex2html
configure:6194: result: no
configure:6208: checking for bash
configure:6226: found /bin/bash
configure:6239: result: /bin/bash
configure:6249: checking for test
configure:6267: found /usr/bin/test
configure:6279: result: /usr/bin/test
configure:6445: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on ivan-Swift
config.status:878: creating config-noarch.make
config.status:878: creating config.make
config.status:878: creating openapp
config.status:878: creating opentool
config.status:878: creating executable.template
config.status:878: creating GNUmakefile
config.status:878: creating GNUstep.conf
config.status:878: creating GNUstep-strict-v2.conf
config.status:878: creating GNUstep.sh
config.status:878: creating GNUstep.csh
config.status:878: creating fixpath.sh
config.status:878: creating gnustep-make.spec
config.status:878: creating gnustep-config
config.status:878: creating TestFramework/gnustep-tests
config.status:878: creating filesystem.make
config.status:878: creating filesystem.sh
config.status:878: creating filesystem.csh
config.status:1044: executing default commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_backend=yes
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_debug_by_default=undefined
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_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_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_flattened=undefined
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_importing_config_file=no
ac_cv_install_p=yes
ac_cv_library_combo=gnu-gnu-gnu
ac_cv_multi_platform=undefined
ac_cv_objc_threaded=
ac_cv_objext=o
ac_cv_parallel_building=yes
ac_cv_path_SHELLPROG=/bin/bash
ac_cv_path_TESTPROG=/usr/bin/test
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AR=ar
ac_cv_prog_CHOWN=chown
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_GNUMAKE=make
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_strict_v2_mode=no
ac_cv_strip_makefiles=undefined
ac_cv_target=x86_64-unknown-linux-gnu
gs_cv_gcc_major_version=7
gs_cv_gcc_minor_version=7
gs_cv_gcc_parsed_version=7.7
gs_cv_make_major_version=4
gs_cv_make_minor_version=1
gs_cv_make_version=4.1
gs_cv_objc_incdir=NONE
gs_cv_objc_libdir=NONE
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='ar'
AUTO_DEPENDENCIES='yes'
BACKEND_BUNDLE='yes'
CC='gcc'
CFLAGS='-g -O2'
CHOWN='chown'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXFLAGS='-g -O2'
CYGWIN='no'
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"'
DLLTOOL=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
GCC_WITH_PRECOMPILED_HEADERS='no'
GNUMAKE='make'
GNUSTEP_ABSOLUTE_INSTALL_PATHS=''
GNUSTEP_CONFIG_FILE='/etc/GNUstep/GNUstep.conf'
GNUSTEP_DEFAULT_DEBUG='no'
GNUSTEP_FLATTENED='yes'
GNUSTEP_IS_FLATTENED='yes'
GNUSTEP_LOCAL_ADMIN_APPS='/usr/GNUstep/Local/Applications/Admin'
GNUSTEP_LOCAL_ADMIN_TOOLS='/usr/GNUstep/Local/Tools/Admin'
GNUSTEP_LOCAL_APPS='/usr/GNUstep/Local/Applications'
GNUSTEP_LOCAL_DOC='/usr/GNUstep/Local/Library/Documentation'
GNUSTEP_LOCAL_DOC_INFO='/usr/GNUstep/Local/Library/Documentation/info'
GNUSTEP_LOCAL_DOC_MAN='/usr/GNUstep/Local/Library/Documentation/man'
GNUSTEP_LOCAL_HEADERS='/usr/GNUstep/Local/Library/Headers'
GNUSTEP_LOCAL_LIBRARIES='/usr/GNUstep/Local/Library/Libraries'
GNUSTEP_LOCAL_LIBRARY='/usr/GNUstep/Local/Library'
GNUSTEP_LOCAL_ROOT='/usr/GNUstep/Local'
GNUSTEP_LOCAL_TOOLS='/usr/GNUstep/Local/Tools'
GNUSTEP_LOCAL_USERS_DIR='/home'
GNUSTEP_LOCAL_WEB_APPS='/usr/GNUstep/Local/Library/WebApplications'
GNUSTEP_MAKEFILES='/usr/GNUstep/System/Library/Makefiles'
GNUSTEP_MAKE_MAJOR_VERSION='2'
GNUSTEP_MAKE_MINOR_VERSION='6'
GNUSTEP_MAKE_PARALLEL_BUILDING='yes'
GNUSTEP_MAKE_STRICT_V2_MODE='no'
GNUSTEP_MAKE_SUBMINOR_VERSION='0'
GNUSTEP_MAKE_VERSION='2.6.0'
GNUSTEP_MULTI_PLATFORM=''
GNUSTEP_NETWORK_ADMIN_APPS='/usr/GNUstep/Local/Applications/Admin'
GNUSTEP_NETWORK_ADMIN_TOOLS='/usr/GNUstep/Local/Tools/Admin'
GNUSTEP_NETWORK_APPS='/usr/GNUstep/Local/Applications'
GNUSTEP_NETWORK_DOC='/usr/GNUstep/Local/Library/Documentation'
GNUSTEP_NETWORK_DOC_INFO='/usr/GNUstep/Local/Library/Documentation/info'
GNUSTEP_NETWORK_DOC_MAN='/usr/GNUstep/Local/Library/Documentation/man'
GNUSTEP_NETWORK_HEADERS='/usr/GNUstep/Local/Library/Headers'
GNUSTEP_NETWORK_LIBRARIES='/usr/GNUstep/Local/Library/Libraries'
GNUSTEP_NETWORK_LIBRARY='/usr/GNUstep/Local/Library'
GNUSTEP_NETWORK_ROOT='/usr/GNUstep/Network'
GNUSTEP_NETWORK_TOOLS='/usr/GNUstep/Local/Tools'
GNUSTEP_NETWORK_USERS_DIR='/home'
GNUSTEP_NETWORK_WEB_APPS='/usr/GNUstep/Local/Library/WebApplications'
GNUSTEP_STRIP_MAKEFILES=''
GNUSTEP_SYSTEM_ADMIN_APPS='/usr/GNUstep/System/Applications/Admin'
GNUSTEP_SYSTEM_ADMIN_TOOLS='/usr/GNUstep/System/Tools/Admin'
GNUSTEP_SYSTEM_APPS='/usr/GNUstep/System/Applications'
GNUSTEP_SYSTEM_DOC='/usr/GNUstep/System/Library/Documentation'
GNUSTEP_SYSTEM_DOC_INFO='/usr/GNUstep/System/Library/Documentation/info'
GNUSTEP_SYSTEM_DOC_MAN='/usr/GNUstep/System/Library/Documentation/man'
GNUSTEP_SYSTEM_HEADERS='/usr/GNUstep/System/Library/Headers'
GNUSTEP_SYSTEM_LIBRARIES='/usr/GNUstep/System/Library/Libraries'
GNUSTEP_SYSTEM_LIBRARY='/usr/GNUstep/System/Library'
GNUSTEP_SYSTEM_ROOT='/usr/GNUstep/System'
GNUSTEP_SYSTEM_TOOLS='/usr/GNUstep/System/Tools'
GNUSTEP_SYSTEM_USERS_DIR='/home'
GNUSTEP_SYSTEM_WEB_APPS='/usr/GNUstep/System/Library/WebApplications'
GNUSTEP_USER_CONFIG_FILE='.GNUstep.conf'
GNUSTEP_USER_DEFAULTS_DIR='GNUstep/Defaults'
GNUSTEP_USER_DIR='GNUstep'
GNUSTEP_USER_DIR_ADMIN_APPS='GNUstep/Applications/Admin'
GNUSTEP_USER_DIR_ADMIN_TOOLS='GNUstep/Tools/Admin'
GNUSTEP_USER_DIR_APPS='GNUstep/Applications'
GNUSTEP_USER_DIR_DOC='GNUstep/Library/Documentation'
GNUSTEP_USER_DIR_DOC_INFO='GNUstep/Library/Documentation/info'
GNUSTEP_USER_DIR_DOC_MAN='GNUstep/Library/Documentation/man'
GNUSTEP_USER_DIR_HEADERS='GNUstep/Library/Headers'
GNUSTEP_USER_DIR_LIBRARIES='GNUstep/Library/Libraries'
GNUSTEP_USER_DIR_LIBRARY='GNUstep/Library'
GNUSTEP_USER_DIR_TOOLS='GNUstep/Tools'
GNUSTEP_USER_DIR_WEB_APPS='GNUstep/Library/WebApplications'
HOST_INSTALL='/usr/bin/install -c -p'
INCLUDES=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LATEX2HTML=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIB_DIR=''
LN_S='ln -s'
LTLIBOBJS=''
MAKE_WITH_INFO_FUNCTION='yes'
OBJCFLAGS=''
OBJCXX='g++'
OBJC_LIB_FLAG=''
OBJC_WITH_GC='no'
OBJEXT='o'
OBJ_MERGE_CMD_FLAG='-r'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
SHELL='/bin/bash'
SHELLPROG='/bin/bash'
SOLARIS_SHARED='yes'
TAR='tar'
TESTPROG='/usr/bin/test'
USE_NONFRAGILE_ABI='no'
USE_OBJC_EXCEPTIONS='yes'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_cv_library_combo='gnu-gnu-gnu'
ac_cv_objc_threaded=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
cc_bundle='yes'
cc_cppprecomp='no'
clean_target_cpu='x86_64'
clean_target_os='linux-gnu'
clean_target_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
objc_threaded=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
configure: exit 0
01-make-install.log
(text/x-log, 372 B)
Creating system tools directory: /usr/GNUstep/System/Tools Creating makefile directories in: /usr/GNUstep/System/Library/Makefiles Installing GNUstep configuration file in /etc/GNUstep/GNUstep.conf Installing gnustep-make support software Installing makefiles Installing Test Framework scripts Installing Test Framework support files Installing (and compressing) manpages
02-libffi.log
(text/x-log, 11.2 KB)
make "AR_FLAGS=" "CC_FOR_BUILD=" "CFLAGS=-fPIC" "CXXFLAGS=" "CFLAGS_FOR_BUILD=" "CFLAGS_FOR_TARGET=" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "JC1FLAGS=" "LDFLAGS=" "LIBCFLAGS=" "LIBCFLAGS_FOR_TARGET=" "MAKE=make" "MAKEINFO=/bin/bash /home/ivan/Downloads/gnustep-startup-0.26.1/build/libffi-3.0.9/missing --run makeinfo " "PICFLAG=" "PICFLAG_FOR_TARGET=" "RUNTESTFLAGS=" "SHELL=/bin/bash" "exec_prefix=/usr/GNUstep" "infodir=/usr/GNUstep/share/info" "libdir=/usr/GNUstep/System/Library/Libraries" "prefix=/usr/GNUstep" "AR=ar" "AS=as" "CC=gcc" "CXX=g++" "LD=/usr/bin/ld -m elf_x86_64" "NM=/usr/bin/nm -B" "RANLIB=ranlib" "DESTDIR=" all-recursive make[1]: Entering directory '/home/ivan/Downloads/gnustep-startup-0.26.1/build/libffi-3.0.9' Making all in include make[2]: Entering directory '/home/ivan/Downloads/gnustep-startup-0.26.1/build/libffi-3.0.9/include' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/ivan/Downloads/gnustep-startup-0.26.1/build/libffi-3.0.9/include' Making all in testsuite make[2]: Entering directory '/home/ivan/Downloads/gnustep-startup-0.26.1/build/libffi-3.0.9/testsuite' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/ivan/Downloads/gnustep-startup-0.26.1/build/libffi-3.0.9/testsuite' Making all in man make[2]: Entering directory '/home/ivan/Downloads/gnustep-startup-0.26.1/build/libffi-3.0.9/man' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/home/ivan/Downloads/gnustep-startup-0.26.1/build/libffi-3.0.9/man' make[2]: Entering directory '/home/ivan/Downloads/gnustep-startup-0.26.1/build/libffi-3.0.9' depbase=`echo src/debug.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/debug.lo -MD -MP -MF $depbase.Tpo -c -o src/debug.lo src/debug.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/debug.lo -MD -MP -MF src/.deps/debug.Tpo -c src/debug.c -fPIC -DPIC -o src/.libs/debug.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/debug.lo -MD -MP -MF src/.deps/debug.Tpo -c src/debug.c -o src/debug.o >/dev/null 2>&1 depbase=`echo src/prep_cif.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/prep_cif.lo -MD -MP -MF $depbase.Tpo -c -o src/prep_cif.lo src/prep_cif.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c src/prep_cif.c -fPIC -DPIC -o src/.libs/prep_cif.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/prep_cif.lo -MD -MP -MF src/.deps/prep_cif.Tpo -c src/prep_cif.c -o src/prep_cif.o >/dev/null 2>&1 depbase=`echo src/types.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/types.lo -MD -MP -MF $depbase.Tpo -c -o src/types.lo src/types.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c src/types.c -fPIC -DPIC -o src/.libs/types.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/types.lo -MD -MP -MF src/.deps/types.Tpo -c src/types.c -o src/types.o >/dev/null 2>&1 depbase=`echo src/raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/raw_api.lo -MD -MP -MF $depbase.Tpo -c -o src/raw_api.lo src/raw_api.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c src/raw_api.c -fPIC -DPIC -o src/.libs/raw_api.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/raw_api.lo -MD -MP -MF src/.deps/raw_api.Tpo -c src/raw_api.c -o src/raw_api.o >/dev/null 2>&1 depbase=`echo src/java_raw_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/java_raw_api.lo -MD -MP -MF $depbase.Tpo -c -o src/java_raw_api.lo src/java_raw_api.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c src/java_raw_api.c -fPIC -DPIC -o src/.libs/java_raw_api.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/java_raw_api.lo -MD -MP -MF src/.deps/java_raw_api.Tpo -c src/java_raw_api.c -o src/java_raw_api.o >/dev/null 2>&1 depbase=`echo src/closures.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/closures.lo -MD -MP -MF $depbase.Tpo -c -o src/closures.lo src/closures.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c src/closures.c -fPIC -DPIC -o src/.libs/closures.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/closures.lo -MD -MP -MF src/.deps/closures.Tpo -c src/closures.c -o src/closures.o >/dev/null 2>&1 depbase=`echo src/x86/ffi64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/x86/ffi64.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/ffi64.lo src/x86/ffi64.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/x86/ffi64.lo -MD -MP -MF src/x86/.deps/ffi64.Tpo -c src/x86/ffi64.c -fPIC -DPIC -o src/x86/.libs/ffi64.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/x86/ffi64.lo -MD -MP -MF src/x86/.deps/ffi64.Tpo -c src/x86/ffi64.c -o src/x86/ffi64.o >/dev/null 2>&1 depbase=`echo src/x86/unix64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -fPIC -MT src/x86/unix64.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/unix64.lo src/x86/unix64.S &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -fPIC -MT src/x86/unix64.lo -MD -MP -MF src/x86/.deps/unix64.Tpo -c src/x86/unix64.S -fPIC -DPIC -o src/x86/.libs/unix64.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -fPIC -MT src/x86/unix64.lo -MD -MP -MF src/x86/.deps/unix64.Tpo -c src/x86/unix64.S -o src/x86/unix64.o >/dev/null 2>&1 depbase=`echo src/x86/ffi.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/x86/ffi.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/ffi.lo src/x86/ffi.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/x86/ffi.lo -MD -MP -MF src/x86/.deps/ffi.Tpo -c src/x86/ffi.c -fPIC -DPIC -o src/x86/.libs/ffi.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -Wall -g -fexceptions -fPIC -MT src/x86/ffi.lo -MD -MP -MF src/x86/.deps/ffi.Tpo -c src/x86/ffi.c -o src/x86/ffi.o >/dev/null 2>&1 depbase=`echo src/x86/sysv.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -fPIC -MT src/x86/sysv.lo -MD -MP -MF $depbase.Tpo -c -o src/x86/sysv.lo src/x86/sysv.S &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -fPIC -MT src/x86/sysv.lo -MD -MP -MF src/x86/.deps/sysv.Tpo -c src/x86/sysv.S -fPIC -DPIC -o src/x86/.libs/sysv.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I. -I./include -Iinclude -I./src -I. -I./include -Iinclude -I./src -fPIC -MT src/x86/sysv.lo -MD -MP -MF src/x86/.deps/sysv.Tpo -c src/x86/sysv.S -o src/x86/sysv.o >/dev/null 2>&1 /bin/bash ./libtool --tag=CC --mode=link gcc -Wall -g -fexceptions -fPIC -version-info `grep -v '^#' ./libtool-version` -o libffi.la -rpath /usr/GNUstep/System/Library/Libraries src/debug.lo src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/x86/ffi64.lo src/x86/unix64.lo src/x86/ffi.lo src/x86/sysv.lo libtool: link: gcc -shared src/.libs/debug.o src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/x86/.libs/ffi64.o src/x86/.libs/unix64.o src/x86/.libs/ffi.o src/x86/.libs/sysv.o -Wl,-soname -Wl,libffi.so.5 -o .libs/libffi.so.5.0.10 libtool: link: (cd ".libs" && rm -f "libffi.so.5" && ln -s "libffi.so.5.0.10" "libffi.so.5") libtool: link: (cd ".libs" && rm -f "libffi.so" && ln -s "libffi.so.5.0.10" "libffi.so") libtool: link: ar cru .libs/libffi.a src/debug.o src/prep_cif.o src/types.o src/raw_api.o src/java_raw_api.o src/closures.o src/x86/ffi64.o src/x86/unix64.o src/x86/ffi.o src/x86/sysv.o ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libffi.a libtool: link: ( cd ".libs" && rm -f "libffi.la" && ln -s "../libffi.la" "libffi.la" ) /bin/bash ./libtool --tag=CC --mode=link gcc -Wall -g -fexceptions -fPIC -o libffi_convenience.la src/debug.lo src/prep_cif.lo src/types.lo src/raw_api.lo src/java_raw_api.lo src/closures.lo src/x86/ffi64.lo src/x86/unix64.lo src/x86/ffi.lo src/x86/sysv.lo libtool: link: ar cru .libs/libffi_convenience.a src/.libs/debug.o src/.libs/prep_cif.o src/.libs/types.o src/.libs/raw_api.o src/.libs/java_raw_api.o src/.libs/closures.o src/x86/.libs/ffi64.o src/x86/.libs/unix64.o src/x86/.libs/ffi.o src/x86/.libs/sysv.o ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libffi_convenience.a libtool: link: ( cd ".libs" && rm -f "libffi_convenience.la" && ln -s "../libffi_convenience.la" "libffi_convenience.la" ) make[2]: Leaving directory '/home/ivan/Downloads/gnustep-startup-0.26.1/build/libffi-3.0.9' make[1]: Leaving directory '/home/ivan/Downloads/gnustep-startup-0.26.1/build/libffi-3.0.9'
02-libffi-config.log
(text/x-log, 27.6 KB)
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.9, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ ./configure --prefix=/usr/GNUstep --libdir=/usr/GNUstep/System/Library/Libraries --includedir=/usr/GNUstep/System/Library/Headers CFLAGS=-fPIC
## --------- ##
## Platform. ##
## --------- ##
hostname = ivan-Swift
uname -m = x86_64
uname -r = 5.4.0-47-generic
uname -s = Linux
uname -v = #51~18.04.1-Ubuntu SMP Sat Sep 5 14:35:50 UTC 2020
/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: /home/ivan/GNUstep/Tools
PATH: /usr/GNUstep/Local/Tools
PATH: /usr/GNUstep/System/Tools
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /snap/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2145: checking build system type
configure:2163: result: x86_64-unknown-linux-gnu
configure:2185: checking host system type
configure:2200: result: x86_64-unknown-linux-gnu
configure:2222: checking target system type
configure:2237: result: x86_64-unknown-linux-gnu
configure:2285: checking for a BSD-compatible install
configure:2353: result: /usr/bin/install -c
configure:2364: checking whether build environment is sane
configure:2424: result: yes
configure:2565: checking for a thread-safe mkdir -p
configure:2604: result: /bin/mkdir -p
configure:2617: checking for gawk
configure:2647: result: no
configure:2617: checking for mawk
configure:2633: found /usr/bin/mawk
configure:2644: result: mawk
configure:2655: checking whether make sets $(MAKE)
configure:2677: result: yes
configure:2815: checking for gcc
configure:2831: found /usr/bin/gcc
configure:2842: result: gcc
configure:3074: checking for C compiler version
configure:3082: gcc --version >&5
gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
Copyright (C) 2017 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:3086: $? = 0
configure:3093: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)
configure:3097: $? = 0
configure:3104: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:3108: $? = 1
configure:3131: checking for C compiler default output file name
configure:3153: gcc -fPIC conftest.c >&5
configure:3157: $? = 0
configure:3195: result: a.out
configure:3214: checking whether the C compiler works
configure:3224: ./a.out
configure:3228: $? = 0
configure:3247: result: yes
configure:3254: checking whether we are cross compiling
configure:3256: result: no
configure:3259: checking for suffix of executables
configure:3266: gcc -o conftest -fPIC conftest.c >&5
configure:3270: $? = 0
configure:3296: result:
configure:3302: checking for suffix of object files
configure:3328: gcc -c -fPIC conftest.c >&5
configure:3332: $? = 0
configure:3357: result: o
configure:3361: checking whether we are using the GNU C compiler
configure:3390: gcc -c -fPIC conftest.c >&5
configure:3397: $? = 0
configure:3414: result: yes
configure:3423: checking whether gcc accepts -g
configure:3453: gcc -c -g conftest.c >&5
configure:3460: $? = 0
configure:3561: result: yes
configure:3578: checking for gcc option to accept ISO C89
configure:3652: gcc -c -fPIC conftest.c >&5
configure:3659: $? = 0
configure:3682: result: none needed
configure:3711: checking for style of include used by make
configure:3739: result: GNU
configure:3764: checking dependency style of gcc
configure:3874: result: gcc3
configure:3903: checking dependency style of gcc
configure:4011: result: gcc3
configure:4027: checking whether gcc and cc understand -c and -o together
configure:4062: gcc -c conftest.c -o conftest2.o >&5
configure:4066: $? = 0
configure:4072: gcc -c conftest.c -o conftest2.o >&5
configure:4076: $? = 0
configure:4087: cc -c conftest.c >&5
configure:4091: $? = 0
configure:4099: cc -c conftest.c -o conftest2.o >&5
configure:4103: $? = 0
configure:4109: cc -c conftest.c -o conftest2.o >&5
configure:4113: $? = 0
configure:4131: result: yes
configure:4183: checking for a sed that does not truncate output
configure:4249: result: /bin/sed
configure:4267: checking for grep that handles long lines and -e
configure:4327: result: /bin/grep
configure:4332: checking for egrep
configure:4396: result: /bin/grep -E
configure:4401: checking for fgrep
configure:4465: result: /bin/grep -F
configure:4500: checking for ld used by gcc
configure:4567: result: /usr/bin/ld
configure:4576: checking if the linker (/usr/bin/ld) is GNU ld
configure:4591: result: yes
configure:4603: checking for BSD- or MS-compatible name lister (nm)
configure:4652: result: /usr/bin/nm -B
configure:4770: checking the name lister (/usr/bin/nm -B) interface
configure:4777: gcc -c -fPIC conftest.c >&5
configure:4780: /usr/bin/nm -B "conftest.o"
configure:4783: output
0000000000000000 B some_variable
configure:4790: result: BSD nm
configure:4793: checking whether ln -s works
configure:4797: result: yes
configure:4805: checking the maximum length of command line arguments
configure:4925: result: 1572864
configure:4942: checking whether the shell understands some XSI constructs
configure:4952: result: yes
configure:4956: checking whether the shell understands "+="
configure:4962: result: yes
configure:4997: checking for /usr/bin/ld option to reload object files
configure:5004: result: -r
configure:5073: checking for objdump
configure:5089: found /usr/bin/objdump
configure:5100: result: objdump
configure:5132: checking how to recognize dependent libraries
configure:5328: result: pass_all
configure:5388: checking for ar
configure:5404: found /usr/bin/ar
configure:5415: result: ar
configure:5493: checking for strip
configure:5509: found /usr/bin/strip
configure:5520: result: strip
configure:5592: checking for ranlib
configure:5608: found /usr/bin/ranlib
configure:5619: result: ranlib
configure:5709: checking command to parse /usr/bin/nm -B output from gcc object
configure:5827: gcc -c -fPIC conftest.c >&5
configure:5830: $? = 0
configure:5834: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:5837: $? = 0
configure:5891: gcc -o conftest -fPIC conftest.c conftstm.o >&5
configure:5894: $? = 0
configure:5932: result: ok
configure:6028: gcc -c -fPIC conftest.c >&5
configure:6031: $? = 0
configure:6799: checking how to run the C preprocessor
configure:6839: gcc -E conftest.c
configure:6846: $? = 0
configure:6877: gcc -E conftest.c
conftest.c:10:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:6884: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libffi"
| #define PACKAGE_TARNAME "libffi"
| #define PACKAGE_VERSION "3.0.9"
| #define PACKAGE_STRING "libffi 3.0.9"
| #define PACKAGE_BUGREPORT "http://gcc.gnu.org/bugs.html"
| #define PACKAGE "libffi"
| #define VERSION "3.0.9"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6917: result: gcc -E
configure:6946: gcc -E conftest.c
configure:6953: $? = 0
configure:6984: gcc -E conftest.c
conftest.c:10:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:6991: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libffi"
| #define PACKAGE_TARNAME "libffi"
| #define PACKAGE_VERSION "3.0.9"
| #define PACKAGE_STRING "libffi 3.0.9"
| #define PACKAGE_BUGREPORT "http://gcc.gnu.org/bugs.html"
| #define PACKAGE "libffi"
| #define VERSION "3.0.9"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7031: checking for ANSI C header files
configure:7061: gcc -c -fPIC conftest.c >&5
configure:7068: $? = 0
configure:7167: gcc -o conftest -fPIC conftest.c >&5
configure:7171: $? = 0
configure:7177: ./conftest
configure:7181: $? = 0
configure:7199: result: yes
configure:7223: checking for sys/types.h
configure:7244: gcc -c -fPIC conftest.c >&5
configure:7251: $? = 0
configure:7268: result: yes
configure:7223: checking for sys/stat.h
configure:7244: gcc -c -fPIC conftest.c >&5
configure:7251: $? = 0
configure:7268: result: yes
configure:7223: checking for stdlib.h
configure:7244: gcc -c -fPIC conftest.c >&5
configure:7251: $? = 0
configure:7268: result: yes
configure:7223: checking for string.h
configure:7244: gcc -c -fPIC conftest.c >&5
configure:7251: $? = 0
configure:7268: result: yes
configure:7223: checking for memory.h
configure:7244: gcc -c -fPIC conftest.c >&5
configure:7251: $? = 0
configure:7268: result: yes
configure:7223: checking for strings.h
configure:7244: gcc -c -fPIC conftest.c >&5
configure:7251: $? = 0
configure:7268: result: yes
configure:7223: checking for inttypes.h
configure:7244: gcc -c -fPIC conftest.c >&5
configure:7251: $? = 0
configure:7268: result: yes
configure:7223: checking for stdint.h
configure:7244: gcc -c -fPIC conftest.c >&5
configure:7251: $? = 0
configure:7268: result: yes
configure:7223: checking for unistd.h
configure:7244: gcc -c -fPIC conftest.c >&5
configure:7251: $? = 0
configure:7268: result: yes
configure:7286: checking for dlfcn.h
configure:7307: gcc -c -fPIC conftest.c >&5
configure:7314: $? = 0
configure:7331: result: yes
configure:7517: checking for objdir
configure:7532: result: .libs
configure:7824: checking if gcc supports -fno-rtti -fno-exceptions
configure:7842: gcc -c -fPIC -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
configure:7846: $? = 0
configure:7859: result: no
configure:7879: checking for gcc option to produce PIC
configure:8151: result: -fPIC -DPIC
configure:8163: checking if gcc PIC flag -fPIC -DPIC works
configure:8181: gcc -c -fPIC -fPIC -DPIC -DPIC conftest.c >&5
configure:8185: $? = 0
configure:8198: result: yes
configure:8222: checking if gcc static flag -static works
configure:8250: result: yes
configure:8265: checking if gcc supports -c -o file.o
configure:8286: gcc -c -fPIC -o out/conftest2.o conftest.c >&5
configure:8290: $? = 0
configure:8312: result: yes
configure:8320: checking if gcc supports -c -o file.o
configure:8367: result: yes
configure:8400: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:9474: result: yes
configure:9511: checking whether -lc should be explicitly linked in
configure:9516: gcc -c -fPIC conftest.c >&5
configure:9519: $? = 0
configure:9534: gcc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
configure:9537: $? = 0
configure:9549: result: no
configure:9713: checking dynamic linker characteristics
configure:10156: gcc -o conftest -fPIC -Wl,-rpath -Wl,/foo conftest.c >&5
configure:10163: $? = 0
configure:10399: result: GNU/Linux ld.so
configure:10501: checking how to hardcode library paths into programs
configure:10526: result: immediate
configure:11359: checking whether stripping libraries is possible
configure:11364: result: yes
configure:11399: checking if libtool supports shared libraries
configure:11401: result: yes
configure:11404: checking whether to build shared libraries
configure:11425: result: yes
configure:11428: checking whether to build static libraries
configure:11432: result: yes
configure:11470: checking whether to enable maintainer-specific portions of Makefiles
configure:11479: result: no
configure:11509: checking sys/mman.h usability
configure:11526: gcc -c -fPIC conftest.c >&5
configure:11533: $? = 0
configure:11547: result: yes
configure:11551: checking sys/mman.h presence
configure:11566: gcc -E conftest.c
configure:11573: $? = 0
configure:11587: result: yes
configure:11620: checking for sys/mman.h
configure:11629: result: yes
configure:11648: checking for mmap
configure:11704: gcc -o conftest -fPIC conftest.c >&5
configure:11711: $? = 0
configure:11733: result: yes
configure:11747: checking for sys/mman.h
configure:11752: result: yes
configure:11885: checking for mmap
configure:11968: result: yes
configure:11982: checking whether read-only mmap of a plain file works
configure:11999: result: yes
configure:12001: checking whether mmap from /dev/zero works
configure:12023: result: yes
configure:12027: checking for MAP_ANON(YMOUS)
configure:12060: gcc -c -fPIC conftest.c >&5
configure:12067: $? = 0
configure:12082: result: yes
configure:12088: checking whether mmap with MAP_ANON(YMOUS) works
configure:12105: result: yes
configure:12484: checking for ANSI C header files
configure:12652: result: yes
configure:12666: checking for memcpy
configure:12722: gcc -o conftest -fPIC conftest.c >&5
conftest.c:51:6: warning: conflicting types for built-in function 'memcpy' [-Wbuiltin-declaration-mismatch]
char memcpy ();
^~~~~~
configure:12729: $? = 0
configure:12751: result: yes
configure:12765: checking for working alloca.h
configure:12792: gcc -o conftest -fPIC conftest.c >&5
configure:12799: $? = 0
configure:12819: result: yes
configure:12829: checking for alloca
configure:12876: gcc -o conftest -fPIC conftest.c >&5
configure:12883: $? = 0
configure:12903: result: yes
configure:13145: checking size of double
configure:13450: gcc -o conftest -fPIC conftest.c >&5
configure:13454: $? = 0
configure:13460: ./conftest
configure:13464: $? = 0
configure:13490: result: 8
configure:13504: checking size of long double
configure:13809: gcc -o conftest -fPIC conftest.c >&5
configure:13813: $? = 0
configure:13819: ./conftest
configure:13823: $? = 0
configure:13849: result: 16
configure:13877: checking whether byte ordering is bigendian
configure:13902: gcc -c -fPIC conftest.c >&5
conftest.c:35:9: error: unknown type name 'not'
not a universal capable compiler
^~~
conftest.c:35:15: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'universal'
not a universal capable compiler
^~~~~~~~~
conftest.c:35:15: error: unknown type name 'universal'
configure:13909: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libffi"
| #define PACKAGE_TARNAME "libffi"
| #define PACKAGE_VERSION "3.0.9"
| #define PACKAGE_STRING "libffi 3.0.9"
| #define PACKAGE_BUGREPORT "http://gcc.gnu.org/bugs.html"
| #define PACKAGE "libffi"
| #define VERSION "3.0.9"
| #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:13959: gcc -c -fPIC conftest.c >&5
configure:13966: $? = 0
configure:13998: gcc -c -fPIC conftest.c >&5
conftest.c: In function 'main':
conftest.c:41:4: error: unknown type name 'not'; did you mean 'ino_t'?
not big endian
^~~
ino_t
conftest.c:41:12: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'endian'
not big endian
^~~~~~
configure:14005: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libffi"
| #define PACKAGE_TARNAME "libffi"
| #define PACKAGE_VERSION "3.0.9"
| #define PACKAGE_STRING "libffi 3.0.9"
| #define PACKAGE_BUGREPORT "http://gcc.gnu.org/bugs.html"
| #define PACKAGE "libffi"
| #define VERSION "3.0.9"
| #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 BYTE_ORDER != BIG_ENDIAN
| not big endian
| #endif
|
| ;
| return 0;
| }
configure:14257: result: no
configure:14283: checking assembler .cfi pseudo-op support
configure:14311: gcc -c -fPIC conftest.c >&5
configure:14318: $? = 0
configure:14334: result: yes
configure:14479: checking assembler supports pc related relocs
configure:14492: result: yes
configure:14513: checking whether .eh_frame section should be read-only
configure:14532: result: no
configure:14553: checking for __attribute__((visibility("hidden")))
configure:14562: gcc -Werror -S conftest.c -o conftest.s 1>&5
configure:14565: $? = 0
configure:14574: result: yes
configure:15001: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by libffi config.status 3.0.9, which was
generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on ivan-Swift
config.status:1087: creating include/Makefile
config.status:1087: creating include/ffi.h
config.status:1087: creating Makefile
config.status:1087: creating testsuite/Makefile
config.status:1087: creating man/Makefile
config.status:1087: creating libffi.pc
config.status:1087: creating fficonfig.h
config.status:1373: linking src/x86/ffitarget.h to include/ffitarget.h
config.status:1396: executing depfiles commands
config.status:1396: executing libtool commands
config.status:1396: executing include commands
config.status:1396: executing src commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
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=x86_64-unknown-linux-gnu
ac_cv_objext=o
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_FGREP='/bin/grep -F'
ac_cv_path_GREP=/bin/grep
ac_cv_path_SED=/bin/sed
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=mawk
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_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=x86_64-unknown-linux-gnu
ac_cv_working_alloca_h=yes
am_cv_CCAS_dependencies_compiler_type=gcc3
am_cv_CC_dependencies_compiler_type=gcc3
libffi_cv_as_cfi_pseudo_op=yes
libffi_cv_as_x86_pcrel=yes
libffi_cv_hidden_visibility_attribute=yes
libffi_cv_ro_eh_frame=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
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=1572864
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /home/ivan/Downloads/gnustep-startup-0.26.1/build/libffi-3.0.9/missing --run aclocal-1.11'
ALLOCA=''
ALPHA_FALSE=''
ALPHA_TRUE='#'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/ivan/Downloads/gnustep-startup-0.26.1/build/libffi-3.0.9/missing --run tar'
AM_LTLDFLAGS=''
AM_RUNTESTFLAGS=''
AR='ar'
ARM_FALSE=''
ARM_TRUE='#'
AUTOCONF='${SHELL} /home/ivan/Downloads/gnustep-startup-0.26.1/build/libffi-3.0.9/missing --run autoconf'
AUTOHEADER='${SHELL} /home/ivan/Downloads/gnustep-startup-0.26.1/build/libffi-3.0.9/missing --run autoheader'
AUTOMAKE='${SHELL} /home/ivan/Downloads/gnustep-startup-0.26.1/build/libffi-3.0.9/missing --run automake-1.11'
AVR32_FALSE=''
AVR32_TRUE='#'
AWK='mawk'
CC='gcc'
CCAS='gcc'
CCASDEPMODE='depmode=gcc3'
CCASFLAGS='-fPIC'
CCDEPMODE='depmode=gcc3'
CFLAGS='-fPIC'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
FGREP='/bin/grep -F'
FRV_FALSE=''
FRV_TRUE='#'
GREP='/bin/grep'
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/bin/ld -m elf_x86_64'
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} /home/ivan/Downloads/gnustep-startup-0.26.1/build/libffi-3.0.9/missing --run makeinfo'
MIPS_FALSE=''
MIPS_TRUE='#'
MKDIR_P='/bin/mkdir -p'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PA64_HPUX_FALSE=''
PA64_HPUX_TRUE='#'
PACKAGE='libffi'
PACKAGE_BUGREPORT='http://gcc.gnu.org/bugs.html'
PACKAGE_NAME='libffi'
PACKAGE_STRING='libffi 3.0.9'
PACKAGE_TARNAME='libffi'
PACKAGE_VERSION='3.0.9'
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='#'
RANLIB='ranlib'
S390_FALSE=''
S390_TRUE='#'
SED='/bin/sed'
SET_MAKE=''
SH64_FALSE=''
SH64_TRUE='#'
SHELL='/bin/bash'
SH_FALSE=''
SH_TRUE='#'
SPARC_FALSE=''
SPARC_TRUE='#'
STRIP='strip'
TARGET='X86_64'
TARGETDIR='x86'
TESTSUBDIR_FALSE='#'
TESTSUBDIR_TRUE=''
VERSION='3.0.9'
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_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=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='/usr/GNUstep/System/Library/Headers'
infodir='${datarootdir}/info'
install_sh='${SHELL} /home/ivan/Downloads/gnustep-startup-0.26.1/build/libffi-3.0.9/install-sh'
libdir='/usr/GNUstep/System/Library/Libraries'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
mandir='${datarootdir}/man'
mkdir_p='/bin/mkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/GNUstep'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'
toolexecdir='$(libdir)/gcc-lib/$(target_alias)'
toolexeclibdir='$(libdir)/../lib'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "libffi"
#define PACKAGE_TARNAME "libffi"
#define PACKAGE_VERSION "3.0.9"
#define PACKAGE_STRING "libffi 3.0.9"
#define PACKAGE_BUGREPORT "http://gcc.gnu.org/bugs.html"
#define PACKAGE "libffi"
#define VERSION "3.0.9"
#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 HAVE_AS_CFI_PSEUDO_OP 1
#define HAVE_AS_X86_PCREL 1
#define EH_FRAME_FLAGS "aw"
#define HAVE_HIDDEN_VISIBILITY_ATTRIBUTE 1
configure: exit 0
02-libffi-install.log
(text/x-log, 4.7 KB)
Making install in include
make[1]: Entering directory '/home/ivan/Downloads/gnustep-startup-0.26.1/build/libffi-3.0.9/include'
make[2]: Entering directory '/home/ivan/Downloads/gnustep-startup-0.26.1/build/libffi-3.0.9/include'
make[2]: Nothing to be done for 'install-exec-am'.
test -z "/usr/GNUstep/System/Library/Headers" || /bin/mkdir -p "/usr/GNUstep/System/Library/Headers"
/usr/bin/install -c -m 644 ffi.h ffitarget.h '/usr/GNUstep/System/Library/Headers'
make[2]: Leaving directory '/home/ivan/Downloads/gnustep-startup-0.26.1/build/libffi-3.0.9/include'
make[1]: Leaving directory '/home/ivan/Downloads/gnustep-startup-0.26.1/build/libffi-3.0.9/include'
Making install in testsuite
make[1]: Entering directory '/home/ivan/Downloads/gnustep-startup-0.26.1/build/libffi-3.0.9/testsuite'
make[2]: Entering directory '/home/ivan/Downloads/gnustep-startup-0.26.1/build/libffi-3.0.9/testsuite'
make[2]: Nothing to be done for 'install-exec-am'.
make[2]: Nothing to be done for 'install-data-am'.
make[2]: Leaving directory '/home/ivan/Downloads/gnustep-startup-0.26.1/build/libffi-3.0.9/testsuite'
make[1]: Leaving directory '/home/ivan/Downloads/gnustep-startup-0.26.1/build/libffi-3.0.9/testsuite'
Making install in man
make[1]: Entering directory '/home/ivan/Downloads/gnustep-startup-0.26.1/build/libffi-3.0.9/man'
make[2]: Entering directory '/home/ivan/Downloads/gnustep-startup-0.26.1/build/libffi-3.0.9/man'
make[2]: Nothing to be done for 'install-exec-am'.
test -z "/usr/GNUstep/share/man/man3" || /bin/mkdir -p "/usr/GNUstep/share/man/man3"
/usr/bin/install -c -m 644 ffi.3 ffi_call.3 ffi_prep_cif.3 '/usr/GNUstep/share/man/man3'
make[2]: Leaving directory '/home/ivan/Downloads/gnustep-startup-0.26.1/build/libffi-3.0.9/man'
make[1]: Leaving directory '/home/ivan/Downloads/gnustep-startup-0.26.1/build/libffi-3.0.9/man'
make[1]: Entering directory '/home/ivan/Downloads/gnustep-startup-0.26.1/build/libffi-3.0.9'
make[2]: Entering directory '/home/ivan/Downloads/gnustep-startup-0.26.1/build/libffi-3.0.9'
test -z "/usr/GNUstep/System/Library/Libraries" || /bin/mkdir -p "/usr/GNUstep/System/Library/Libraries"
/bin/bash ./libtool --mode=install /usr/bin/install -c libffi.la '/usr/GNUstep/System/Library/Libraries'
libtool: install: /usr/bin/install -c .libs/libffi.so.5.0.10 /usr/GNUstep/System/Library/Libraries/libffi.so.5.0.10
libtool: install: (cd /usr/GNUstep/System/Library/Libraries && { ln -s -f libffi.so.5.0.10 libffi.so.5 || { rm -f libffi.so.5 && ln -s libffi.so.5.0.10 libffi.so.5; }; })
libtool: install: (cd /usr/GNUstep/System/Library/Libraries && { ln -s -f libffi.so.5.0.10 libffi.so || { rm -f libffi.so && ln -s libffi.so.5.0.10 libffi.so; }; })
libtool: install: /usr/bin/install -c .libs/libffi.lai /usr/GNUstep/System/Library/Libraries/libffi.la
libtool: install: /usr/bin/install -c .libs/libffi.a /usr/GNUstep/System/Library/Libraries/libffi.a
libtool: install: chmod 644 /usr/GNUstep/System/Library/Libraries/libffi.a
libtool: install: ranlib /usr/GNUstep/System/Library/Libraries/libffi.a
libtool: finish: PATH="/home/ivan/GNUstep/Tools:/usr/GNUstep/Local/Tools:/usr/GNUstep/System/Tools:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin:/sbin" ldconfig -n /usr/GNUstep/System/Library/Libraries
----------------------------------------------------------------------
Libraries have been installed in:
/usr/GNUstep/System/Library/Libraries
If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
- add LIBDIR to the `LD_LIBRARY_PATH' environment variable
during execution
- add LIBDIR to the `LD_RUN_PATH' environment variable
during linking
- use the `-Wl,-rpath -Wl,LIBDIR' linker flag
- have your system administrator add LIBDIR to `/etc/ld.so.conf'
See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------
test -z "/usr/GNUstep/share/info" || /bin/mkdir -p "/usr/GNUstep/share/info"
/usr/bin/install -c -m 644 ./doc/libffi.info '/usr/GNUstep/share/info'
install-info --info-dir='/usr/GNUstep/share/info' '/usr/GNUstep/share/info/libffi.info'
test -z "/usr/GNUstep/System/Library/Libraries/pkgconfig" || /bin/mkdir -p "/usr/GNUstep/System/Library/Libraries/pkgconfig"
/usr/bin/install -c -m 644 libffi.pc '/usr/GNUstep/System/Library/Libraries/pkgconfig'
make[2]: Leaving directory '/home/ivan/Downloads/gnustep-startup-0.26.1/build/libffi-3.0.9'
make[1]: Leaving directory '/home/ivan/Downloads/gnustep-startup-0.26.1/build/libffi-3.0.9'
03-make.log
(text/x-log, 68 B)
Thanks. All is ready: type 'make install' to install gnustep-make.
03-make-config.log
(text/x-log, 28.8 KB)
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.68. Invocation command line was
$ ./configure --with-layout=gnustep --with-library-combo=gnu-gnu-gnu
## --------- ##
## Platform. ##
## --------- ##
hostname = ivan-Swift
uname -m = x86_64
uname -r = 5.4.0-47-generic
uname -s = Linux
uname -v = #51~18.04.1-Ubuntu SMP Sat Sep 5 14:35:50 UTC 2020
/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: /home/ivan/GNUstep/Tools
PATH: /usr/GNUstep/Local/Tools
PATH: /usr/GNUstep/System/Tools
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /snap/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2296: checking for gcc
configure:2312: found /usr/bin/gcc
configure:2323: result: gcc
configure:2552: checking for C compiler version
configure:2561: gcc --version >&5
gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
Copyright (C) 2017 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:2572: $? = 0
configure:2561: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)
configure:2572: $? = 0
configure:2561: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:2572: $? = 1
configure:2561: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc: fatal error: no input files
compilation terminated.
configure:2572: $? = 1
configure:2592: checking whether the C compiler works
configure:2614: gcc conftest.c >&5
configure:2618: $? = 0
configure:2666: result: yes
configure:2669: checking for C compiler default output file name
configure:2671: result: a.out
configure:2677: checking for suffix of executables
configure:2684: gcc -o conftest conftest.c >&5
configure:2688: $? = 0
configure:2710: result:
configure:2732: checking whether we are cross compiling
configure:2740: gcc -o conftest conftest.c >&5
configure:2744: $? = 0
configure:2751: ./conftest
configure:2755: $? = 0
configure:2770: result: no
configure:2775: checking for suffix of object files
configure:2797: gcc -c conftest.c >&5
configure:2801: $? = 0
configure:2822: result: o
configure:2826: checking whether we are using the GNU C compiler
configure:2845: gcc -c conftest.c >&5
configure:2845: $? = 0
configure:2854: result: yes
configure:2863: checking whether gcc accepts -g
configure:2883: gcc -c -g conftest.c >&5
configure:2883: $? = 0
configure:2924: result: yes
configure:2941: checking for gcc option to accept ISO C89
configure:3005: gcc -c -g -O2 conftest.c >&5
configure:3005: $? = 0
configure:3018: result: none needed
configure:3043: checking how to run the C preprocessor
configure:3074: gcc -E conftest.c
configure:3074: $? = 0
configure:3088: gcc -E conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:3088: $? = 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:3113: result: gcc -E
configure:3133: gcc -E conftest.c
configure:3133: $? = 0
configure:3147: gcc -E conftest.c
conftest.c:9:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:3147: $? = 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:3238: checking for g++
configure:3254: found /usr/bin/g++
configure:3265: result: g++
configure:3292: checking for C++ compiler version
configure:3301: g++ --version >&5
g++ (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
Copyright (C) 2017 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:3312: $? = 0
configure:3301: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.5.0-3ubuntu1~18.04' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04)
configure:3312: $? = 0
configure:3301: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:3312: $? = 1
configure:3301: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'; did you mean '--version'?
g++: fatal error: no input files
compilation terminated.
configure:3312: $? = 1
configure:3316: checking whether we are using the GNU C++ compiler
configure:3335: g++ -c conftest.cpp >&5
configure:3335: $? = 0
configure:3344: result: yes
configure:3353: checking whether g++ accepts -g
configure:3373: g++ -c -g conftest.cpp >&5
configure:3373: $? = 0
configure:3414: result: yes
configure:3476: checking build system type
configure:3490: result: x86_64-unknown-linux-gnu
configure:3510: checking host system type
configure:3523: result: x86_64-unknown-linux-gnu
configure:3543: checking target system type
configure:3556: result: x86_64-unknown-linux-gnu
configure:3606: checking for library combo
configure:3634: result: gnu-gnu-gnu
configure:3644: checking for apple compiler flags
configure:3659: result: yes
configure:3872: checking for ar
configure:3888: found /usr/bin/ar
configure:3899: result: ar
configure:3909: checking for dlltool
configure:3939: result: no
configure:3987: checking for ranlib
configure:4003: found /usr/bin/ranlib
configure:4014: result: ranlib
configure:4052: checking for a BSD-compatible install
configure:4120: result: /usr/bin/install -c
configure:4132: checking if 'install -p' works
configure:4137: result: yes
configure:4144: checking if we should use 'install -p' when installing files
configure:4156: result: yes
configure:4168: checking whether ln -s works
configure:4172: result: yes
configure:4184: checking for gnutar
configure:4214: result: no
configure:4184: checking for gtar
configure:4214: result: no
configure:4232: checking for chown
configure:4248: found /bin/chown
configure:4260: result: chown
configure:4282: checking if we should enable strict gnustep-make version 2 mode by default
configure:4299: result: no
configure:4310: checking for GNUstep filesystem layout to use
configure:4322: result: gnustep
configure:4399: checking if we manage to import the filesystem layout configuration
configure:4405: result: ok
configure:4437: checking for prefix
configure:4457: result: /usr/GNUstep
configure:4504: checking for GNUstep configuration file to use
configure:4535: result: /etc/GNUstep/GNUstep.conf
configure:4554: checking if we should import an existing configuration file
configure:4577: result: no
configure:4593: checking for user config file to use
configure:4615: result: .GNUstep.conf
configure:4622: checking if the obsolete --with-user-dir option was used
configure:4636: result: no: good
configure:4643: checking for user defaults dir to use
configure:4665: result: GNUstep/Defaults
configure:4675: checking for GNUSTEP_MAKEFILES to use
configure:4678: result: /usr/GNUstep/System/Library/Makefiles
configure:4704: checking for flattened directory structure
configure:4734: result: yes
configure:4748: Now printing the filesystem layout configuration.
configure:4751: checking for System Applications directory
configure:4753: result: /usr/GNUstep/System/Applications
configure:4756: checking for System Admin Applications directory
configure:4758: result: /usr/GNUstep/System/Applications/Admin
configure:4761: checking for System Web Applications directory
configure:4763: result: /usr/GNUstep/System/Library/WebApplications
configure:4766: checking for System Tools directory
configure:4768: result: /usr/GNUstep/System/Tools
configure:4771: checking for System Admin Tools directory
configure:4773: result: /usr/GNUstep/System/Tools/Admin
configure:4776: checking for System Library directory
configure:4778: result: /usr/GNUstep/System/Library
configure:4781: checking for System Headers directory
configure:4783: result: /usr/GNUstep/System/Library/Headers
configure:4786: checking for System Libraries directory
configure:4788: result: /usr/GNUstep/System/Library/Libraries
configure:4791: checking for System Documentation directory
configure:4793: result: /usr/GNUstep/System/Library/Documentation
configure:4796: checking for System Info Documentation directory
configure:4798: result: /usr/GNUstep/System/Library/Documentation/info
configure:4801: checking for System Man Documentation directory
configure:4803: result: /usr/GNUstep/System/Library/Documentation/man
configure:4807: checking for Network Applications directory
configure:4809: result: /usr/GNUstep/Local/Applications
configure:4812: checking for Network Admin Applications directory
configure:4814: result: /usr/GNUstep/Local/Applications/Admin
configure:4817: checking for Network Web Applications directory
configure:4819: result: /usr/GNUstep/Local/Library/WebApplications
configure:4822: checking for Network Tools directory
configure:4824: result: /usr/GNUstep/Local/Tools
configure:4827: checking for Network Admin Tools directory
configure:4829: result: /usr/GNUstep/Local/Tools/Admin
configure:4832: checking for Network Library directory
configure:4834: result: /usr/GNUstep/Local/Library
configure:4837: checking for Network Headers directory
configure:4839: result: /usr/GNUstep/Local/Library/Headers
configure:4842: checking for Network Libraries directory
configure:4844: result: /usr/GNUstep/Local/Library/Libraries
configure:4847: checking for Network Documentation directory
configure:4849: result: /usr/GNUstep/Local/Library/Documentation
configure:4852: checking for Network Info Documentation directory
configure:4854: result: /usr/GNUstep/Local/Library/Documentation/info
configure:4857: checking for Network Man Documentation directory
configure:4859: result: /usr/GNUstep/Local/Library/Documentation/man
configure:4863: checking for Local Applications directory
configure:4865: result: /usr/GNUstep/Local/Applications
configure:4868: checking for Local Admin Applications directory
configure:4870: result: /usr/GNUstep/Local/Applications/Admin
configure:4873: checking for Local Web Applications directory
configure:4875: result: /usr/GNUstep/Local/Library/WebApplications
configure:4878: checking for Local Tools directory
configure:4880: result: /usr/GNUstep/Local/Tools
configure:4883: checking for Local Admin Tools directory
configure:4885: result: /usr/GNUstep/Local/Tools/Admin
configure:4888: checking for Local Library directory
configure:4890: result: /usr/GNUstep/Local/Library
configure:4893: checking for Local Headers directory
configure:4895: result: /usr/GNUstep/Local/Library/Headers
configure:4898: checking for Local Libraries directory
configure:4900: result: /usr/GNUstep/Local/Library/Libraries
configure:4903: checking for Local Documentation directory
configure:4905: result: /usr/GNUstep/Local/Library/Documentation
configure:4908: checking for Local Info Documentation directory
configure:4910: result: /usr/GNUstep/Local/Library/Documentation/info
configure:4913: checking for Local Man Documentation directory
configure:4915: result: /usr/GNUstep/Local/Library/Documentation/man
configure:4919: checking for User Applications directory
configure:4921: result: GNUstep/Applications
configure:4924: checking for User Admin Applications directory
configure:4926: result: GNUstep/Applications/Admin
configure:4929: checking for User Web Applications directory
configure:4931: result: GNUstep/Library/WebApplications
configure:4934: checking for User Tools directory
configure:4936: result: GNUstep/Tools
configure:4939: checking for User Admin Tools directory
configure:4941: result: GNUstep/Tools/Admin
configure:4944: checking for User Library directory
configure:4946: result: GNUstep/Library
configure:4949: checking for User Headers directory
configure:4951: result: GNUstep/Library/Headers
configure:4954: checking for User Libraries directory
configure:4956: result: GNUstep/Library/Libraries
configure:4959: checking for User Documentation directory
configure:4961: result: GNUstep/Library/Documentation
configure:4964: checking for User Info Documentation directory
configure:4966: result: GNUstep/Library/Documentation/info
configure:4969: checking for User Man Documentation directory
configure:4971: result: GNUstep/Library/Documentation/man
configure:4975: checking for System User directory
configure:4977: result: /home
configure:4980: checking for Network User directory
configure:4982: result: /home
configure:4985: checking for Local User directory
configure:4987: result: /home
configure:5082: checking for custom shared objc library
configure:5148: result: NONE
configure:5171: checking for the flag to link libobjc
configure:5222: result: -lobjc
configure:5246: checking whether objc has thread support
configure:5276: gcc -o conftest -g -O2 -x objective-c -I. -fgnu-runtime -DGNU_RUNTIME conftest.c -lobjc -lpthread >&5
In file included from conftest.c:9:0:
config_thread.m:7:1: warning: incomplete implementation of class 'NXConstantString'
@end
^
config_thread.m:7:1: warning: method definition for '-length' not found
config_thread.m:7:1: warning: method definition for '-cString' not found
In file included from conftest.c:9:0:
config_thread.m: In function 'main':
config_thread.m:26:3: warning: 'Object' may not respond to '+new'
id o = [Object new];
^~
config_thread.m:26:3: warning: (Messages without a matching method signature
config_thread.m:26:3: warning: will be assumed to return 'id' and accept
config_thread.m:26:3: warning: '...' as arguments.)
configure:5276: $? = 0
configure:5276: ./conftest
./configure: line 1857: 736 Segmentation fault ./conftest$ac_exeext
configure:5276: $? = 139
configure: program exited with status 139
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 "config_thread.m"
configure:5294: gcc -o conftest -g -O2 -x objective-c -I. -fgnu-runtime -DGNU_RUNTIME conftest.c -lobjc >&5
In file included from conftest.c:9:0:
config_thread.m:7:1: warning: incomplete implementation of class 'NXConstantString'
@end
^
config_thread.m:7:1: warning: method definition for '-length' not found
config_thread.m:7:1: warning: method definition for '-cString' not found
In file included from conftest.c:9:0:
config_thread.m: In function 'main':
config_thread.m:26:3: warning: 'Object' may not respond to '+new'
id o = [Object new];
^~
config_thread.m:26:3: warning: (Messages without a matching method signature
config_thread.m:26:3: warning: will be assumed to return 'id' and accept
config_thread.m:26:3: warning: '...' as arguments.)
configure:5294: $? = 0
configure:5294: ./conftest
./configure: line 1857: 748 Segmentation fault ./conftest$ac_exeext
configure:5294: $? = 139
configure: program exited with status 139
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 "config_thread.m"
configure:5514: result: no
configure:5527: checking whether Objective-C++ is supported
configure:5570: g++ -c -g -O2 -x objective-c++ conftest.cpp >&5
configure:5570: $? = 0
configure:5576: result: yes
configure:5608: checking whether we should use the nonfragile ABI
configure:5649: result: not requested by user
configure:5673: checking for the flag to use to do partial linking
configure:5677: result: -r
configure:5691: checking for the GCC version
configure:5718: result: version: 7.7
configure:5739: checking whether the compiler supports native ObjC exceptions
configure:5767: gcc -c -g -O2 -x objective-c -I. -fgnu-runtime -DGNU_RUNTIME -fexceptions -fobjc-exceptions conftest.c >&5
configure:5767: $? = 0
configure:5777: result: yes
configure:5792: checking if the compiler supports autodependencies
configure:5811: result: yes: gcc version is 7.7 >= 3.0
configure:5825: checking if the compiler supports precompiled headers
configure:5864: result: no: old or buggy gcc
configure:5884: checking if the compiler requires -shared flag to build for Solaris
configure:5900: result: yes: gcc version is 7.7 >= 4.0
configure:5919: checking if we should enable 'make debug=yes' by default
configure:5935: result: no
configure:5951: checking for gmake
configure:5981: result: no
configure:5951: checking for gnumake
configure:5981: result: no
configure:5951: checking for make
configure:5967: found /usr/bin/make
configure:5978: result: make
configure:6000: checking for the GNU Make version
configure:6011: result: version: 4.1
configure:6020: checking for GNU Make >= 3.79
configure:6034: result: yes
configure:6050: checking if GNU Make has the info function
configure:6067: result: yes
configure:6079: checking if we should strip makefiles after installation
configure:6095: result: no
configure:6104: checking if we should enable support for parallel building
configure:6115: result: yes
configure:6130: checking for the version of gnustep-make we are compiling
configure:6133: result: 2.6.0
configure:6164: checking for latex2html
configure:6194: result: no
configure:6208: checking for bash
configure:6226: found /bin/bash
configure:6239: result: /bin/bash
configure:6249: checking for test
configure:6267: found /usr/bin/test
configure:6279: result: /usr/bin/test
configure:6445: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by config.status, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on ivan-Swift
config.status:878: creating config-noarch.make
config.status:878: creating config.make
config.status:878: creating openapp
config.status:878: creating opentool
config.status:878: creating executable.template
config.status:878: creating GNUmakefile
config.status:878: creating GNUstep.conf
config.status:878: creating GNUstep-strict-v2.conf
config.status:878: creating GNUstep.sh
config.status:878: creating GNUstep.csh
config.status:878: creating fixpath.sh
config.status:878: creating gnustep-make.spec
config.status:878: creating gnustep-config
config.status:878: creating TestFramework/gnustep-tests
config.status:878: creating filesystem.make
config.status:878: creating filesystem.sh
config.status:878: creating filesystem.csh
config.status:1044: executing default commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_backend=yes
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_debug_by_default=undefined
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_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_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_flattened=undefined
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_importing_config_file=no
ac_cv_install_p=yes
ac_cv_library_combo=gnu-gnu-gnu
ac_cv_multi_platform=undefined
ac_cv_objc_threaded=
ac_cv_objext=o
ac_cv_parallel_building=yes
ac_cv_path_SHELLPROG=/bin/bash
ac_cv_path_TESTPROG=/usr/bin/test
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AR=ar
ac_cv_prog_CHOWN=chown
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_GNUMAKE=make
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_strict_v2_mode=no
ac_cv_strip_makefiles=undefined
ac_cv_target=x86_64-unknown-linux-gnu
gs_cv_gcc_major_version=7
gs_cv_gcc_minor_version=7
gs_cv_gcc_parsed_version=7.7
gs_cv_make_major_version=4
gs_cv_make_minor_version=1
gs_cv_make_version=4.1
gs_cv_objc_incdir=NONE
gs_cv_objc_libdir=NONE
## ----------------- ##
## Output variables. ##
## ----------------- ##
AR='ar'
AUTO_DEPENDENCIES='yes'
BACKEND_BUNDLE='yes'
CC='gcc'
CFLAGS='-g -O2'
CHOWN='chown'
CPP='gcc -E'
CPPFLAGS=''
CXX='g++'
CXXFLAGS='-g -O2'
CYGWIN='no'
DEFS='-DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\"'
DLLTOOL=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EXEEXT=''
GCC_WITH_PRECOMPILED_HEADERS='no'
GNUMAKE='make'
GNUSTEP_ABSOLUTE_INSTALL_PATHS=''
GNUSTEP_CONFIG_FILE='/etc/GNUstep/GNUstep.conf'
GNUSTEP_DEFAULT_DEBUG='no'
GNUSTEP_FLATTENED='yes'
GNUSTEP_IS_FLATTENED='yes'
GNUSTEP_LOCAL_ADMIN_APPS='/usr/GNUstep/Local/Applications/Admin'
GNUSTEP_LOCAL_ADMIN_TOOLS='/usr/GNUstep/Local/Tools/Admin'
GNUSTEP_LOCAL_APPS='/usr/GNUstep/Local/Applications'
GNUSTEP_LOCAL_DOC='/usr/GNUstep/Local/Library/Documentation'
GNUSTEP_LOCAL_DOC_INFO='/usr/GNUstep/Local/Library/Documentation/info'
GNUSTEP_LOCAL_DOC_MAN='/usr/GNUstep/Local/Library/Documentation/man'
GNUSTEP_LOCAL_HEADERS='/usr/GNUstep/Local/Library/Headers'
GNUSTEP_LOCAL_LIBRARIES='/usr/GNUstep/Local/Library/Libraries'
GNUSTEP_LOCAL_LIBRARY='/usr/GNUstep/Local/Library'
GNUSTEP_LOCAL_ROOT='/usr/GNUstep/Local'
GNUSTEP_LOCAL_TOOLS='/usr/GNUstep/Local/Tools'
GNUSTEP_LOCAL_USERS_DIR='/home'
GNUSTEP_LOCAL_WEB_APPS='/usr/GNUstep/Local/Library/WebApplications'
GNUSTEP_MAKEFILES='/usr/GNUstep/System/Library/Makefiles'
GNUSTEP_MAKE_MAJOR_VERSION='2'
GNUSTEP_MAKE_MINOR_VERSION='6'
GNUSTEP_MAKE_PARALLEL_BUILDING='yes'
GNUSTEP_MAKE_STRICT_V2_MODE='no'
GNUSTEP_MAKE_SUBMINOR_VERSION='0'
GNUSTEP_MAKE_VERSION='2.6.0'
GNUSTEP_MULTI_PLATFORM=''
GNUSTEP_NETWORK_ADMIN_APPS='/usr/GNUstep/Local/Applications/Admin'
GNUSTEP_NETWORK_ADMIN_TOOLS='/usr/GNUstep/Local/Tools/Admin'
GNUSTEP_NETWORK_APPS='/usr/GNUstep/Local/Applications'
GNUSTEP_NETWORK_DOC='/usr/GNUstep/Local/Library/Documentation'
GNUSTEP_NETWORK_DOC_INFO='/usr/GNUstep/Local/Library/Documentation/info'
GNUSTEP_NETWORK_DOC_MAN='/usr/GNUstep/Local/Library/Documentation/man'
GNUSTEP_NETWORK_HEADERS='/usr/GNUstep/Local/Library/Headers'
GNUSTEP_NETWORK_LIBRARIES='/usr/GNUstep/Local/Library/Libraries'
GNUSTEP_NETWORK_LIBRARY='/usr/GNUstep/Local/Library'
GNUSTEP_NETWORK_ROOT='/usr/GNUstep/Network'
GNUSTEP_NETWORK_TOOLS='/usr/GNUstep/Local/Tools'
GNUSTEP_NETWORK_USERS_DIR='/home'
GNUSTEP_NETWORK_WEB_APPS='/usr/GNUstep/Local/Library/WebApplications'
GNUSTEP_STRIP_MAKEFILES=''
GNUSTEP_SYSTEM_ADMIN_APPS='/usr/GNUstep/System/Applications/Admin'
GNUSTEP_SYSTEM_ADMIN_TOOLS='/usr/GNUstep/System/Tools/Admin'
GNUSTEP_SYSTEM_APPS='/usr/GNUstep/System/Applications'
GNUSTEP_SYSTEM_DOC='/usr/GNUstep/System/Library/Documentation'
GNUSTEP_SYSTEM_DOC_INFO='/usr/GNUstep/System/Library/Documentation/info'
GNUSTEP_SYSTEM_DOC_MAN='/usr/GNUstep/System/Library/Documentation/man'
GNUSTEP_SYSTEM_HEADERS='/usr/GNUstep/System/Library/Headers'
GNUSTEP_SYSTEM_LIBRARIES='/usr/GNUstep/System/Library/Libraries'
GNUSTEP_SYSTEM_LIBRARY='/usr/GNUstep/System/Library'
GNUSTEP_SYSTEM_ROOT='/usr/GNUstep/System'
GNUSTEP_SYSTEM_TOOLS='/usr/GNUstep/System/Tools'
GNUSTEP_SYSTEM_USERS_DIR='/home'
GNUSTEP_SYSTEM_WEB_APPS='/usr/GNUstep/System/Library/WebApplications'
GNUSTEP_USER_CONFIG_FILE='.GNUstep.conf'
GNUSTEP_USER_DEFAULTS_DIR='GNUstep/Defaults'
GNUSTEP_USER_DIR='GNUstep'
GNUSTEP_USER_DIR_ADMIN_APPS='GNUstep/Applications/Admin'
GNUSTEP_USER_DIR_ADMIN_TOOLS='GNUstep/Tools/Admin'
GNUSTEP_USER_DIR_APPS='GNUstep/Applications'
GNUSTEP_USER_DIR_DOC='GNUstep/Library/Documentation'
GNUSTEP_USER_DIR_DOC_INFO='GNUstep/Library/Documentation/info'
GNUSTEP_USER_DIR_DOC_MAN='GNUstep/Library/Documentation/man'
GNUSTEP_USER_DIR_HEADERS='GNUstep/Library/Headers'
GNUSTEP_USER_DIR_LIBRARIES='GNUstep/Library/Libraries'
GNUSTEP_USER_DIR_LIBRARY='GNUstep/Library'
GNUSTEP_USER_DIR_TOOLS='GNUstep/Tools'
GNUSTEP_USER_DIR_WEB_APPS='GNUstep/Library/WebApplications'
HOST_INSTALL='/usr/bin/install -c -p'
INCLUDES=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
LATEX2HTML=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIB_DIR=''
LN_S='ln -s'
LTLIBOBJS=''
MAKE_WITH_INFO_FUNCTION='yes'
OBJCFLAGS=''
OBJCXX='g++'
OBJC_LIB_FLAG=''
OBJC_WITH_GC='no'
OBJEXT='o'
OBJ_MERGE_CMD_FLAG='-r'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
SHELL='/bin/bash'
SHELLPROG='/bin/bash'
SOLARIS_SHARED='yes'
TAR='tar'
TESTPROG='/usr/bin/test'
USE_NONFRAGILE_ABI='no'
USE_OBJC_EXCEPTIONS='yes'
ac_ct_CC='gcc'
ac_ct_CXX='g++'
ac_cv_library_combo='gnu-gnu-gnu'
ac_cv_objc_threaded=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
cc_bundle='yes'
cc_cppprecomp='no'
clean_target_cpu='x86_64'
clean_target_os='linux-gnu'
clean_target_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
objc_threaded=''
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
configure: exit 0
03-make-install.log
(text/x-log, 372 B)
Creating system tools directory: /usr/GNUstep/System/Tools Creating makefile directories in: /usr/GNUstep/System/Library/Makefiles Installing GNUstep configuration file in /etc/GNUstep/GNUstep.conf Installing gnustep-make support software Installing makefiles Installing Test Framework scripts Installing Test Framework support files Installing (and compressing) manpages
04-base.log
(text/x-log, 6 KB)
This is gnustep-make 2.6.0. Type 'make print-gnustep-make-help' for help.
Making all in Source ...
rm -f dynamic-load.h
cp simple-load.h dynamic-load.h
/usr/GNUstep/System/Library/Makefiles/mkinstalldirs .
mv ../Headers/GNUstepBase/config.h .
touch ./config.h
/usr/GNUstep/System/Library/Makefiles/mkinstalldirs ./GNUstepBase
mv ../Headers/GNUstepBase/GSConfig.h ./GNUstepBase
touch ./GNUstepBase/GSConfig.h
Making all in Additions ...
Making all for subproject Additions...
Compiling file GSObjCRuntime.m ...
GSObjCRuntime.m: In function ‘GSSelectorFromNameAndTypes’:
GSObjCRuntime.m:166:8: warning: implicit declaration of function ‘sel_get_any_typed_uid’ [-Wimplicit-function-declaration]
s = sel_get_any_typed_uid(name);
^~~~~~~~~~~~~~~~~~~~~
GSObjCRuntime.m:166:6: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
s = sel_get_any_typed_uid(name);
^
GSObjCRuntime.m:170:8: warning: implicit declaration of function ‘sel_get_typed_uid’; did you mean ‘sel_getUid’? [-Wimplicit-function-declaration]
s = sel_get_typed_uid(name, types);
^~~~~~~~~~~~~~~~~
sel_getUid
GSObjCRuntime.m:170:6: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
s = sel_get_typed_uid(name, types);
^
GSObjCRuntime.m:176:12: warning: implicit declaration of function ‘sel_register_name’; did you mean ‘sel_registerName’? [-Wimplicit-function-declaration]
s = sel_register_name(name);
^~~~~~~~~~~~~~~~~
sel_registerName
GSObjCRuntime.m:176:10: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
s = sel_register_name(name);
^
GSObjCRuntime.m:180:12: warning: implicit declaration of function ‘sel_register_typed_name’; did you mean ‘sel_registerTypedName’? [-Wimplicit-function-declaration]
s = sel_register_typed_name(name, types);
^~~~~~~~~~~~~~~~~~~~~~~
sel_registerTypedName
GSObjCRuntime.m:180:10: warning: assignment makes pointer from integer without a cast [-Wint-conversion]
s = sel_register_typed_name(name, types);
^
Compiling file GCObject.m ...
Compiling file GCArray.m ...
Compiling file GCDictionary.m ...
Compiling file GSLock.m ...
Compiling file GSMime.m ...
Compiling file GSXML.m ...
Compiling file GSFunctions.m ...
Compiling file GSInsensitiveDictionary.m ...
Compiling file NSArray+GNUstepBase.m ...
Compiling file NSAttributedString+GNUstepBase.m ...
Compiling file NSBundle+GNUstepBase.m ...
Compiling file NSCalendarDate+GNUstepBase.m ...
Compiling file NSData+GNUstepBase.m ...
NSData+GNUstepBase.m: In function ‘MD5Final’:
NSData+GNUstepBase.m:334:26: warning: argument to ‘sizeof’ in ‘memset’ call is the same expression as the destination; did you mean to dereference it? [-Wsizeof-pointer-memaccess]
memset (ctx, 0, sizeof (ctx)); /* In case it's sensitive */
^
Compiling file NSDebug+GNUstepBase.m ...
Compiling file NSError+GNUstepBase.m ...
Compiling file NSFileHandle+GNUstepBase.m ...
Compiling file NSLock+GNUstepBase.m ...
Compiling file NSMutableString+GNUstepBase.m ...
Compiling file NSNumber+GNUstepBase.m ...
Compiling file NSObject+GNUstepBase.m ...
Compiling file NSPropertyList+GNUstepBase.m ...
Compiling file NSProcessInfo+GNUstepBase.m ...
Compiling file NSStream+GNUstepBase.m ...
Compiling file NSString+GNUstepBase.m ...
Compiling file NSTask+GNUstepBase.m ...
Compiling file NSThread+GNUstepBase.m ...
Compiling file NSURL+GNUstepBase.m ...
Compiling file Unicode.m ...
Unicode.m: In function ‘GSPrivateEncodingName’:
Unicode.m:2733:44: warning: comparison between pointer and zero character constant [-Wpointer-compare]
if ((encInfo = EntrySupported(encoding)) == NO)
^~
Unicode.m:2733:7: note: did you mean to dereference the pointer?
if ((encInfo = EntrySupported(encoding)) == NO)
^
Unicode.m: In function ‘GSPrivateIsByteEncoding’:
Unicode.m:2745:44: warning: comparison between pointer and zero character constant [-Wpointer-compare]
if ((encInfo = EntrySupported(encoding)) == NO)
^~
Unicode.m:2745:7: note: did you mean to dereference the pointer?
if ((encInfo = EntrySupported(encoding)) == NO)
^
Linking subproject Additions ...
Making all in subprojects of library libgnustep-base...
Making all for subproject ObjectiveC2...
Compiling file blocks_runtime.m ...
blocks_runtime.m: In function ‘_Block_copy’:
blocks_runtime.m:215:20: warning: taking address of expression of type ‘void’
if (self->isa == &_NSConcreteStackBlock
^
blocks_runtime.m: In function ‘_Block_release’:
blocks_runtime.m:238:20: warning: taking address of expression of type ‘void’
if (self->isa == &_NSConcreteStackBlock
^
Compiling file NSBlocks.m ...
NSBlocks.m:1:9: fatal error: objc/objc-api.h: No such file or directory
#import <objc/objc-api.h>
^~~~~~~~~~~~~~~~~
compilation terminated.
/usr/GNUstep/System/Library/Makefiles/rules.make:464: recipe for target 'obj/ObjectiveC2.obj/NSBlocks.m.o' failed
make[5]: *** [obj/ObjectiveC2.obj/NSBlocks.m.o] Error 1
/usr/GNUstep/System/Library/Makefiles/Instance/subproject.make:45: recipe for target 'internal-subproject-all_' failed
make[4]: *** [internal-subproject-all_] Error 2
/usr/GNUstep/System/Library/Makefiles/Master/rules.make:298: recipe for target 'ObjectiveC2.all.subproject.variables' failed
make[3]: *** [ObjectiveC2.all.subproject.variables] Error 2
/usr/GNUstep/System/Library/Makefiles/Master/rules.make:298: recipe for target 'libgnustep-base.all.library.variables' failed
make[2]: *** [libgnustep-base.all.library.variables] Error 2
/usr/GNUstep/System/Library/Makefiles/Master/library.make:37: recipe for target 'internal-all' failed
make[1]: *** [internal-all] Error 2
/usr/GNUstep/System/Library/Makefiles/Master/serial-subdirectories.make:53: recipe for target 'internal-all' failed
make: *** [internal-all] Error 2
04-base-config.log
(text/x-log, 436.5 KB) - not displayed
installgnustep.log
(text/x-log, 1.6 KB)
Install log for the InstallGNUstep script Arguments: Root Prefix: Install Root: Source files: SVN: no gnustep-make-2.6.0 gnustep-base-1.22.0 gnustep-gui-0.20.0 gnustep-back-0.20.1 Configuring for x86_64-unknown-linux-gnu CPPFLAGS: LDFLAGS: /home/ivan/Downloads/gnustep-startup-0.26.1/configure --with-library-combo=gnu-gnu-gnu Upgrade options: make no base no gui no Building in /home/ivan/Downloads/gnustep-startup-0.26.1/build Installing in default location (usually /usr/GNUstep) Install Prefix: Library combo: gnu-gnu-gnu Building GNUstep Make ... ./configure --with-layout=gnustep --with-library-combo=gnu-gnu-gnu make make install Exit statis is 0 Install Check: /usr/GNUstep/System/Library/Makefiles/GNUstep.sh Building libffi ... Applying patch /home/ivan/Downloads/gnustep-startup-0.26.1/sources/libffi-includes.patch patching file libffi-3.0.9/include/Makefile.in ./configure --prefix=/usr/GNUstep --libdir=/usr/GNUstep/System/Library/Libraries --includedir=/usr/GNUstep/System/Library/Headers CFLAGS=-fPIC make make install Building GNUstep Make ... ./configure --with-layout=gnustep --with-library-combo=gnu-gnu-gnu make make install Building GNUstep Base ... ./configure --with-include-flags=-I/usr/GNUstep/System/Library/Headers --with-library-flags=-L/usr/GNUstep/System/Library/Libraries --disable-xml make Exit statis is 1 Install Check: ls: cannot access '/usr/GNUstep/System/Library/Headers/Foundation/NSObject.h': No such file or directory Installation of GNUstep Base failed. Send the /home/ivan/Downloads/gnustep-startup-0.26.1/build/logs.tar.gz STOP
setupvars
(application/octet-stream, 806 B) - not displayed