Created
November 18, 2013 17:01
-
-
Save nddrylliog/7531346 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ nm libgc-1-2.dll | grep thread | |
709d4ee0 T __beginthreadex | |
709d4ef0 T __endthreadex | |
70a081f4 I __imp___beginthreadex | |
70a081f8 I __imp___endthreadex | |
70a030f0 B _dll_thread_table | |
709dc740 b _first_thread | |
709dc730 b _first_thread_used | |
709cfc30 T _GC_allow_register_threads | |
709cff70 T _GC_beginthreadex | |
709d08b0 T _GC_delete_gc_thread | |
709d0770 T _GC_delete_thread | |
709cf7d0 T _GC_destroy_thread_local | |
709d0870 T _GC_endthreadex | |
709dc708 B _GC_in_thread_creation | |
709cfb30 T _GC_init_thread_local | |
709cfc00 T _GC_lookup_thread_inner | |
709dc700 B _GC_main_thread | |
709cf810 T _GC_mark_thread_local_fls_for | |
709cfc40 T _GC_mark_thread_local_free_lists | |
709dc704 B _GC_max_thread_index | |
709d0a50 T _GC_new_thread | |
709d0680 T _GC_push_thread_structures | |
709d0c20 T _GC_register_my_thread | |
709d0ab0 T _GC_register_my_thread_inner | |
70a030c0 B _GC_thread_key | |
70a032a0 B _GC_threads | |
709d07f0 T _GC_unregister_my_thread | |
709d0260 T _GC_use_threads_discovery | |
$ nm libgc-1-2.dll | grep Thread | |
70a08154 I __imp__CreateThread@24 | |
70a08168 I __imp__ExitThread@4 | |
70a08170 I __imp__GetCurrentThread@0 | |
70a08174 I __imp__GetCurrentThreadId@0 | |
70a0817c I __imp__GetExitCodeThread@8 | |
70a08194 I __imp__GetThreadContext@8 | |
70a081b4 I __imp__ResumeThread@4 | |
70a081c4 I __imp__SuspendThread@4 | |
709d50b0 T _CreateThread@24 | |
709d5110 T _ExitThread@4 | |
709d0010 T _GC_CreateThread@24 | |
709d0890 T _GC_ExitThread@4 | |
709d5150 T _GetCurrentThread@0 | |
709d4f70 T _GetCurrentThreadId@0 | |
709d5120 T _GetExitCodeThread@8 | |
709d50d0 T _GetThreadContext@8 | |
709d50e0 T _ResumeThread@4 | |
709d5130 T _SuspendThread@4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* include/private/config.h. Generated from config.h.in by configure. */ | |
/* include/private/config.h.in. Generated from configure.ac by autoheader. */ | |
/* Define to recognise all pointers to the interior of objects. */ | |
#define ALL_INTERIOR_POINTERS 1 | |
/* Define to enable atomic uncollectible allocation. */ | |
#define ATOMIC_UNCOLLECTABLE 1 | |
/* See doc/README.macros. */ | |
/* #undef DARWIN_DONT_PARSE_STACK */ | |
/* Define to force debug headers on all objects. */ | |
/* #undef DBG_HDRS_ALL */ | |
/* Define to enable support for DB/UX threads. */ | |
/* #undef DGUX_THREADS */ | |
/* Define to enable eCos target support. */ | |
/* #undef ECOS */ | |
/* Wine getenv may not return NULL for missing entry. */ | |
#define EMPTY_GETENV_RESULTS 1 | |
/* Define to support IBM AIX threads. */ | |
/* #undef GC_AIX_THREADS */ | |
/* The alpha version number, if applicable. */ | |
/* #undef GC_ALPHA_VERSION */ | |
/* Define to enable internal debug assertions. */ | |
/* #undef GC_ASSERTIONS */ | |
/* Define to support Darwin pthreads. */ | |
/* #undef GC_DARWIN_THREADS */ | |
/* Define to enable support for DB/UX threads on i386. */ | |
/* #undef GC_DGUX386_THREADS */ | |
/* Define to build dynamic libraries with only API symbols exposed. */ | |
/* #undef GC_DLL */ | |
/* Define to support FreeBSD pthreads. */ | |
/* #undef GC_FREEBSD_THREADS */ | |
/* Define to include support for gcj. */ | |
#define GC_GCJ_SUPPORT 1 | |
/* Define to support GNU pthreads. */ | |
/* #undef GC_GNU_THREADS */ | |
/* Define if backtrace information is supported. */ | |
/* #undef GC_HAVE_BUILTIN_BACKTRACE */ | |
/* Define to support HP/UX 11 pthreads. */ | |
/* #undef GC_HPUX_THREADS */ | |
/* Define to support Irix pthreads. */ | |
/* #undef GC_IRIX_THREADS */ | |
/* Define to support pthreads on Linux. */ | |
/* #undef GC_LINUX_THREADS */ | |
/* Define to support NetBSD pthreads. */ | |
/* #undef GC_NETBSD_THREADS */ | |
/* Define to support OpenBSD pthreads. */ | |
/* #undef GC_OPENBSD_THREADS */ | |
/* Define to support Tru64 pthreads. */ | |
/* #undef GC_OSF1_THREADS */ | |
/* Define to support rtems-pthreads. */ | |
/* #undef GC_RTEMS_PTHREADS */ | |
/* Define to support Solaris pthreads. */ | |
/* #undef GC_SOLARIS_THREADS */ | |
/* Define to support platform-specific threads. */ | |
/* #undef GC_THREADS */ | |
/* See doc/README.macros. */ | |
/* #undef GC_USE_DLOPEN_WRAP */ | |
/* The major version number of this GC release. */ | |
#define GC_VERSION_MAJOR 7 | |
/* The minor version number of this GC release. */ | |
#define GC_VERSION_MINOR 2 | |
/* Define to support win32-pthreads. */ | |
/* #undef GC_WIN32_PTHREADS */ | |
/* Define to support Win32 threads. */ | |
#define GC_WIN32_THREADS 1 | |
/* Define to install pthread_atfork() handlers by default. */ | |
/* #undef HANDLE_FORK */ | |
/* Define to 1 if you have the <dlfcn.h> header file. */ | |
/* #undef HAVE_DLFCN_H */ | |
/* Define to 1 if you have the <inttypes.h> header file. */ | |
#define HAVE_INTTYPES_H 1 | |
/* Define to 1 if you have the <memory.h> header file. */ | |
#define HAVE_MEMORY_H 1 | |
/* Define to 1 if you have the <stdint.h> header file. */ | |
#define HAVE_STDINT_H 1 | |
/* Define to 1 if you have the <stdlib.h> header file. */ | |
#define HAVE_STDLIB_H 1 | |
/* Define to 1 if you have the <strings.h> header file. */ | |
#define HAVE_STRINGS_H 1 | |
/* Define to 1 if you have the <string.h> header file. */ | |
#define HAVE_STRING_H 1 | |
/* Define to 1 if you have the <sys/stat.h> header file. */ | |
#define HAVE_SYS_STAT_H 1 | |
/* Define to 1 if you have the <sys/types.h> header file. */ | |
#define HAVE_SYS_TYPES_H 1 | |
/* Define to 1 if you have the <unistd.h> header file. */ | |
#define HAVE_UNISTD_H 1 | |
/* See doc/README.macros. */ | |
#define JAVA_FINALIZATION 1 | |
/* Define to save back-pointers in debugging headers. */ | |
/* #undef KEEP_BACK_PTRS */ | |
/* Define to optimize for large heaps or root sets. */ | |
/* #undef LARGE_CONFIG */ | |
/* Define to the sub-directory in which libtool stores uninstalled libraries. | |
*/ | |
#define LT_OBJDIR ".libs/" | |
/* See doc/README.macros. */ | |
/* #undef MAKE_BACK_GRAPH */ | |
/* Number of GC cycles to wait before unmapping an unused block. */ | |
/* #undef MUNMAP_THRESHOLD */ | |
/* Define to not use system clock (cross compiling). */ | |
/* #undef NO_CLOCK */ | |
/* Disable debugging, like GC_dump and its callees. */ | |
/* #undef NO_DEBUGGING */ | |
/* Define to make the collector not allocate executable memory by default. */ | |
#define NO_EXECUTE_PERMISSION 1 | |
/* Prohibit installation of pthread_atfork() handlers. */ | |
/* #undef NO_HANDLE_FORK */ | |
/* Define to 1 if your C compiler doesn't accept -c and -o together. */ | |
/* #undef NO_MINUS_C_MINUS_O */ | |
/* Name of package */ | |
#define PACKAGE "gc" | |
/* Define to the address where bug reports for this package should be sent. */ | |
#define PACKAGE_BUGREPORT "[email protected]" | |
/* Define to the full name of this package. */ | |
#define PACKAGE_NAME "gc" | |
/* Define to the full name and version of this package. */ | |
#define PACKAGE_STRING "gc 7.2" | |
/* Define to the one symbol short name of this package. */ | |
#define PACKAGE_TARNAME "gc" | |
/* Define to the home page for this package. */ | |
#define PACKAGE_URL "" | |
/* Define to the version of this package. */ | |
#define PACKAGE_VERSION "7.2" | |
/* Define to enable parallel marking. */ | |
/* #undef PARALLEL_MARK */ | |
/* If defined, redirect free to this function. */ | |
/* #undef REDIRECT_FREE */ | |
/* If defined, redirect malloc to this function. */ | |
/* #undef REDIRECT_MALLOC */ | |
/* If defined, redirect GC_realloc to this function. */ | |
/* #undef REDIRECT_REALLOC */ | |
/* The number of caller frames saved when allocating with the debugging API. | |
*/ | |
/* #undef SAVE_CALL_COUNT */ | |
/* Define to tune the collector for small heap sizes. */ | |
/* #undef SMALL_CONFIG */ | |
/* See the comment in gcconfig.h. */ | |
/* #undef SOLARIS25_PROC_VDB_BUG_FIXED */ | |
/* Define to 1 if you have the ANSI C header files. */ | |
#define STDC_HEADERS 1 | |
/* Define to work around a Solaris 5.3 bug (see dyn_load.c). */ | |
/* #undef SUNOS53_SHARED_LIB */ | |
/* Define to enable thread-local allocation optimization. */ | |
#define THREAD_LOCAL_ALLOC 1 | |
/* Define to use of compiler-support for thread-local variables. */ | |
/* #undef USE_COMPILER_TLS */ | |
/* Define to use mmap instead of sbrk to expand the heap. */ | |
/* #undef USE_MMAP */ | |
/* Define to return memory to OS with munmap calls (see doc/README.macros). */ | |
/* #undef USE_MUNMAP */ | |
/* Version number of package */ | |
#define VERSION "7.2" | |
/* The POSIX feature macro. */ | |
/* #undef _POSIX_C_SOURCE */ | |
/* Indicates the use of pthreads (NetBSD). */ | |
/* #undef _PTHREADS */ | |
/* Required define if using POSIX threads. */ | |
/* #undef _REENTRANT */ | |
/* Define to `__inline__' or `__inline' if that's what the C compiler | |
calls it, or to nothing if 'inline' is not supported under any name. */ | |
#ifndef __cplusplus | |
/* #undef inline */ | |
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains any messages produced by compilers while | |
running configure, to aid debugging if configure makes a mistake. | |
It was created by gc configure 7.2, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
$ ./configure --enable-threads=win32 | |
## --------- ## | |
## Platform. ## | |
## --------- ## | |
hostname = bowser | |
uname -m = i686 | |
uname -r = 1.0.17(0.48/3/2) | |
uname -s = MINGW32_NT-6.1 | |
uname -v = 2011-04-24 23:39 | |
/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: . | |
PATH: /usr/local/bin | |
PATH: /mingw/bin | |
PATH: /bin | |
PATH: /c/Program Files (x86)/NVIDIA Corporation/PhysX/Common | |
PATH: /c/Program Files/Common Files/Microsoft Shared/Windows Live | |
PATH: /c/Ruby193/bin | |
PATH: /c/Windows/system32 | |
PATH: /c/Windows | |
PATH: /c/Windows/System32/Wbem | |
PATH: /c/Windows/System32/WindowsPowerShell/v1.0/ | |
PATH: /c/Program Files/Internet Explorer | |
PATH: /c/QuickTime/QTSystem/ | |
PATH: /c/Program Files (x86)/CLU | |
PATH: /c/Program Files (x86)/JDK/bin | |
PATH: /c/Program Files (x86)/Loom/bin | |
PATH: /c/ProgramData/East West/playgui | |
PATH: /c/nodejs/ | |
PATH: /c/Program Files/Common Files/Microsoft Shared/Windows Live | |
PATH: /c/Users/ndd/AppData/Roaming/npm | |
PATH: /c/Ruby200/bin | |
PATH: /usr/local/bin | |
PATH: /home/ndd/Dev/rock/bin | |
PATH: /home/ndd/Dev/sam | |
PATH: /c/Program Files (x86)/Git/bin | |
PATH: /c/Python27/Scripts | |
PATH: /c/Program Files (x86)/Vim/vim74/ | |
## ----------- ## | |
## Core tests. ## | |
## ----------- ## | |
configure:2494: checking build system type | |
configure:2508: result: i686-pc-mingw32 | |
configure:2528: checking host system type | |
configure:2541: result: i686-pc-mingw32 | |
configure:2561: checking target system type | |
configure:2574: result: i686-pc-mingw32 | |
configure:2603: checking GC version numbers | |
configure:2642: result: major=7 minor=2 | |
configure:2662: checking for a BSD-compatible install | |
configure:2730: result: /bin/install -c | |
configure:2741: checking whether build environment is sane | |
configure:2796: result: yes | |
configure:2947: checking for a thread-safe mkdir -p | |
configure:2986: result: /bin/mkdir -p | |
configure:2993: checking for gawk | |
configure:3009: found /bin/gawk | |
configure:3020: result: gawk | |
configure:3031: checking whether make sets $(MAKE) | |
configure:3053: result: yes | |
configure:3082: checking whether make supports nested variables | |
configure:3099: result: yes | |
configure:3186: checking whether to enable maintainer-specific portions of Makefiles | |
configure:3195: result: no | |
configure:3224: checking for style of include used by make | |
configure:3252: result: GNU | |
configure:3323: checking for gcc | |
configure:3339: found /mingw/bin/gcc | |
configure:3350: result: gcc | |
configure:3579: checking for C compiler version | |
configure:3588: gcc --version >&5 | |
gcc.exe (GCC) 4.8.1 | |
Copyright (C) 2013 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
configure:3599: $? = 0 | |
configure:3588: gcc -v >&5 | |
Using built-in specs. | |
COLLECT_GCC=c:\MinGw\bin\gcc.exe | |
COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/4.8.1/lto-wrapper.exe | |
Target: mingw32 | |
Configured with: ../gcc-4.8.1/configure --prefix=/mingw --host=mingw32 --build=mingw32 --without-pic --enable-shared --enable-static --with-gnu-ld --enable-lto --enable-libssp --disable-multilib --enable-languages=c,c++,fortran,objc,obj-c++,ada --disable-sjlj-exceptions --with-dwarf2 --disable-win32-registry --enable-libstdcxx-debug --enable-version-specific-runtime-libs --with-gmp=/usr/src/pkg/gmp-5.1.2-1-mingw32-src/bld --with-mpc=/usr/src/pkg/mpc-1.0.1-1-mingw32-src/bld --with-mpfr= --with-system-zlib --with-gnu-as --enable-decimal-float=yes --enable-libgomp --enable-threads --with-libiconv-prefix=/mingw32 --with-libintl-prefix=/mingw | |
Thread model: win32 | |
gcc version 4.8.1 (GCC) | |
configure:3599: $? = 0 | |
configure:3588: gcc -V >&5 | |
gcc.exe: error: unrecognized command line option '-V' | |
gcc.exe: fatal error: no input files | |
compilation terminated. | |
configure:3599: $? = 1 | |
configure:3588: gcc -qversion >&5 | |
gcc.exe: error: unrecognized command line option '-qversion' | |
gcc.exe: fatal error: no input files | |
compilation terminated. | |
configure:3599: $? = 1 | |
configure:3619: checking whether the C compiler works | |
configure:3641: gcc conftest.c >&5 | |
configure:3645: $? = 0 | |
configure:3693: result: yes | |
configure:3696: checking for C compiler default output file name | |
configure:3698: result: a.exe | |
configure:3704: checking for suffix of executables | |
configure:3711: gcc -o conftest.exe conftest.c >&5 | |
configure:3715: $? = 0 | |
configure:3737: result: .exe | |
configure:3759: checking whether we are cross compiling | |
configure:3767: gcc -o conftest.exe conftest.c >&5 | |
configure:3771: $? = 0 | |
configure:3778: ./conftest.exe | |
configure:3782: $? = 0 | |
configure:3797: result: no | |
configure:3802: checking for suffix of object files | |
configure:3824: gcc -c conftest.c >&5 | |
configure:3828: $? = 0 | |
configure:3849: result: o | |
configure:3853: checking whether we are using the GNU C compiler | |
configure:3872: gcc -c conftest.c >&5 | |
configure:3872: $? = 0 | |
configure:3881: result: yes | |
configure:3890: checking whether gcc accepts -g | |
configure:3910: gcc -c -g conftest.c >&5 | |
configure:3910: $? = 0 | |
configure:3951: result: yes | |
configure:3968: checking for gcc option to accept ISO C89 | |
configure:4031: gcc -c -g -O2 conftest.c >&5 | |
configure:4031: $? = 0 | |
configure:4044: result: none needed | |
configure:4066: checking dependency style of gcc | |
configure:4177: result: gcc3 | |
configure:4193: checking whether gcc and cc understand -c and -o together | |
configure:4224: gcc -c conftest.c -o conftest2.o >&5 | |
configure:4228: $? = 0 | |
configure:4234: gcc -c conftest.c -o conftest2.o >&5 | |
configure:4238: $? = 0 | |
configure:4249: cc -c conftest.c >&5 | |
configure:4253: $? = 0 | |
configure:4261: cc -c conftest.c -o conftest2.o >&5 | |
configure:4265: $? = 0 | |
configure:4271: cc -c conftest.c -o conftest2.o >&5 | |
configure:4275: $? = 0 | |
configure:4293: result: yes | |
configure:4376: checking for g++ | |
configure:4392: found /mingw/bin/g++ | |
configure:4403: result: g++ | |
configure:4430: checking for C++ compiler version | |
configure:4439: g++ --version >&5 | |
g++.exe (GCC) 4.8.1 | |
Copyright (C) 2013 Free Software Foundation, Inc. | |
This is free software; see the source for copying conditions. There is NO | |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
configure:4450: $? = 0 | |
configure:4439: g++ -v >&5 | |
Using built-in specs. | |
COLLECT_GCC=c:\MinGw\bin\g++.exe | |
COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/4.8.1/lto-wrapper.exe | |
Target: mingw32 | |
Configured with: ../gcc-4.8.1/configure --prefix=/mingw --host=mingw32 --build=mingw32 --without-pic --enable-shared --enable-static --with-gnu-ld --enable-lto --enable-libssp --disable-multilib --enable-languages=c,c++,fortran,objc,obj-c++,ada --disable-sjlj-exceptions --with-dwarf2 --disable-win32-registry --enable-libstdcxx-debug --enable-version-specific-runtime-libs --with-gmp=/usr/src/pkg/gmp-5.1.2-1-mingw32-src/bld --with-mpc=/usr/src/pkg/mpc-1.0.1-1-mingw32-src/bld --with-mpfr= --with-system-zlib --with-gnu-as --enable-decimal-float=yes --enable-libgomp --enable-threads --with-libiconv-prefix=/mingw32 --with-libintl-prefix=/mingw | |
Thread model: win32 | |
gcc version 4.8.1 (GCC) | |
configure:4450: $? = 0 | |
configure:4439: g++ -V >&5 | |
g++.exe: error: unrecognized command line option '-V' | |
g++.exe: fatal error: no input files | |
compilation terminated. | |
configure:4450: $? = 1 | |
configure:4439: g++ -qversion >&5 | |
g++.exe: error: unrecognized command line option '-qversion' | |
g++.exe: fatal error: no input files | |
compilation terminated. | |
configure:4450: $? = 1 | |
configure:4454: checking whether we are using the GNU C++ compiler | |
configure:4473: g++ -c conftest.cpp >&5 | |
configure:4473: $? = 0 | |
configure:4482: result: yes | |
configure:4491: checking whether g++ accepts -g | |
configure:4511: g++ -c -g conftest.cpp >&5 | |
configure:4511: $? = 0 | |
configure:4552: result: yes | |
configure:4577: checking dependency style of g++ | |
configure:4688: result: gcc3 | |
configure:4713: checking dependency style of gcc | |
configure:4822: result: gcc3 | |
configure:4911: checking for inline | |
configure:4927: gcc -c -g -O2 conftest.c >&5 | |
configure:4927: $? = 0 | |
configure:4935: result: inline | |
configure:5313: checking for xlc | |
configure:5330: gcc -c -g -O2 conftest.c >&5 | |
conftest.c: In function 'main': | |
conftest.c:22:4: error: #error | |
# error | |
^ | |
configure:5330: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gc" | |
| #define PACKAGE_TARNAME "gc" | |
| #define PACKAGE_VERSION "7.2" | |
| #define PACKAGE_STRING "gc 7.2" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define GC_VERSION_MAJOR 7 | |
| #define GC_VERSION_MINOR 2 | |
| #define PACKAGE "gc" | |
| #define VERSION "7.2" | |
| #define GC_WIN32_THREADS 1 | |
| #define THREAD_LOCAL_ALLOC 1 | |
| #define EMPTY_GETENV_RESULTS 1 | |
| /* end confdefs.h. */ | |
| | |
| int | |
| main () | |
| { | |
| | |
| #ifndef __xlC__ | |
| # error | |
| #endif | |
| | |
| ; | |
| return 0; | |
| } | |
configure:5336: result: no | |
configure:5355: checking whether gcc supports -fno-strict-aliasing | |
configure:5381: gcc -c -g -O2 -fno-strict-aliasing conftest.c >&5 | |
configure:5381: $? = 0 | |
configure:5390: result: yes | |
configure:5403: checking for dlopen in -ldl | |
configure:5428: gcc -o conftest.exe -g -O2 -fno-strict-aliasing conftest.c -ldl >&5 | |
C:\Users\ndd\AppData\Local\Temp\cciYwTys.o: In function `main': | |
C:\MinGW\msys\1.0\home\ndd\Dev\gc-7.2/conftest.c:27: undefined reference to `dlopen' | |
collect2.exe: error: ld returned 1 exit status | |
configure:5428: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gc" | |
| #define PACKAGE_TARNAME "gc" | |
| #define PACKAGE_VERSION "7.2" | |
| #define PACKAGE_STRING "gc 7.2" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define GC_VERSION_MAJOR 7 | |
| #define GC_VERSION_MINOR 2 | |
| #define PACKAGE "gc" | |
| #define VERSION "7.2" | |
| #define GC_WIN32_THREADS 1 | |
| #define THREAD_LOCAL_ALLOC 1 | |
| #define EMPTY_GETENV_RESULTS 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 dlopen (); | |
| int | |
| main () | |
| { | |
| return dlopen (); | |
| ; | |
| return 0; | |
| } | |
configure:5437: result: no | |
configure:5514: checking whether to build shared libraries | |
configure:5556: result: yes | |
configure:5570: checking which machine-dependent code should be used | |
configure:5632: result: | |
configure:5686: checking how to print strings | |
configure:5713: result: printf | |
configure:5734: checking for a sed that does not truncate output | |
configure:5798: result: /bin/sed | |
configure:5816: checking for grep that handles long lines and -e | |
configure:5874: result: /bin/grep | |
configure:5879: checking for egrep | |
configure:5941: result: /bin/grep -E | |
configure:5946: checking for fgrep | |
configure:6008: result: /bin/grep -F | |
configure:6043: checking for ld used by gcc | |
configure:6110: result: c:/mingw/mingw32/bin/ld.exe | |
configure:6117: checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld | |
configure:6132: result: yes | |
configure:6144: checking for BSD- or MS-compatible name lister (nm) | |
configure:6193: result: /mingw/bin/nm | |
configure:6323: checking the name lister (/mingw/bin/nm) interface | |
configure:6330: gcc -c -g -O2 -fno-strict-aliasing conftest.c >&5 | |
configure:6333: /mingw/bin/nm "conftest.o" | |
configure:6336: output | |
00000000 b .bss | |
00000000 d .data | |
00000000 N .debug_abbrev | |
00000000 N .debug_aranges | |
00000000 N .debug_info | |
00000000 N .debug_line | |
00000000 r .rdata$zzz | |
00000000 t .text | |
00000000 B _some_variable | |
configure:6343: result: BSD nm | |
configure:6346: checking whether ln -s works | |
configure:6353: result: no, using cp -pR | |
configure:6358: checking the maximum length of command line arguments | |
configure:6488: result: 8192 | |
configure:6505: checking whether the shell understands some XSI constructs | |
configure:6515: result: yes | |
configure:6519: checking whether the shell understands "+=" | |
configure:6525: result: yes | |
configure:6560: checking how to convert i686-pc-mingw32 file names to i686-pc-mingw32 format | |
configure:6600: result: func_convert_file_msys_to_w32 | |
configure:6607: checking how to convert i686-pc-mingw32 file names to toolchain format | |
configure:6627: result: func_convert_file_msys_to_w32 | |
configure:6634: checking for c:/mingw/mingw32/bin/ld.exe option to reload object files | |
configure:6641: result: -r | |
configure:6715: checking for objdump | |
configure:6731: found /mingw/bin/objdump | |
configure:6742: result: objdump | |
configure:6774: checking how to recognize dependent libraries | |
configure:6976: result: file_magic ^x86 archive import|^x86 DLL | |
configure:7061: checking for dlltool | |
configure:7077: found /mingw/bin/dlltool | |
configure:7088: result: dlltool | |
configure:7121: checking how to associate runtime and link libraries | |
configure:7148: result: func_cygming_dll_for_implib | |
configure:7208: checking for ar | |
configure:7224: found /mingw/bin/ar | |
configure:7235: result: ar | |
configure:7272: checking for archiver @FILE support | |
configure:7289: gcc -c -g -O2 -fno-strict-aliasing conftest.c >&5 | |
configure:7289: $? = 0 | |
configure:7292: ar cru libconftest.a @conftest.lst >&5 | |
configure:7295: $? = 0 | |
configure:7300: ar cru libconftest.a @conftest.lst >&5 | |
c:\MinGw\bin\ar.exe: conftest.o: No such file or directory | |
configure:7303: $? = 1 | |
configure:7315: result: @ | |
configure:7373: checking for strip | |
configure:7389: found /mingw/bin/strip | |
configure:7400: result: strip | |
configure:7472: checking for ranlib | |
configure:7488: found /mingw/bin/ranlib | |
configure:7499: result: ranlib | |
configure:7601: checking command to parse /mingw/bin/nm output from gcc object | |
configure:7721: gcc -c -g -O2 -fno-strict-aliasing conftest.c >&5 | |
configure:7724: $? = 0 | |
configure:7728: /mingw/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:7731: $? = 0 | |
cannot find nm_test_var in conftest.nm | |
configure:7721: gcc -c -g -O2 -fno-strict-aliasing conftest.c >&5 | |
configure:7724: $? = 0 | |
configure:7728: /mingw/bin/nm conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\)\{0,1\}$/\1 _\2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm | |
configure:7731: $? = 0 | |
configure:7797: gcc -o conftest.exe -g -O2 -fno-strict-aliasing conftest.c conftstm.o >&5 | |
configure:7800: $? = 0 | |
configure:7838: result: ok | |
configure:7875: checking for sysroot | |
configure:7905: result: no | |
configure:8161: checking for mt | |
configure:8191: result: no | |
configure:8211: checking if : is a manifest tool | |
configure:8217: : '-?' | |
configure:8225: result: no | |
configure:8867: checking how to run the C preprocessor | |
configure:8898: gcc -E conftest.c | |
configure:8898: $? = 0 | |
configure:8912: gcc -E conftest.c | |
conftest.c:16:28: fatal error: ac_nonexistent.h: No such file or directory | |
#include <ac_nonexistent.h> | |
^ | |
compilation terminated. | |
configure:8912: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gc" | |
| #define PACKAGE_TARNAME "gc" | |
| #define PACKAGE_VERSION "7.2" | |
| #define PACKAGE_STRING "gc 7.2" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define GC_VERSION_MAJOR 7 | |
| #define GC_VERSION_MINOR 2 | |
| #define PACKAGE "gc" | |
| #define VERSION "7.2" | |
| #define GC_WIN32_THREADS 1 | |
| #define THREAD_LOCAL_ALLOC 1 | |
| #define EMPTY_GETENV_RESULTS 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:8937: result: gcc -E | |
configure:8957: gcc -E conftest.c | |
configure:8957: $? = 0 | |
configure:8971: gcc -E conftest.c | |
conftest.c:16:28: fatal error: ac_nonexistent.h: No such file or directory | |
#include <ac_nonexistent.h> | |
^ | |
compilation terminated. | |
configure:8971: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gc" | |
| #define PACKAGE_TARNAME "gc" | |
| #define PACKAGE_VERSION "7.2" | |
| #define PACKAGE_STRING "gc 7.2" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define GC_VERSION_MAJOR 7 | |
| #define GC_VERSION_MINOR 2 | |
| #define PACKAGE "gc" | |
| #define VERSION "7.2" | |
| #define GC_WIN32_THREADS 1 | |
| #define THREAD_LOCAL_ALLOC 1 | |
| #define EMPTY_GETENV_RESULTS 1 | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:9000: checking for ANSI C header files | |
configure:9020: gcc -c -g -O2 -fno-strict-aliasing conftest.c >&5 | |
configure:9020: $? = 0 | |
configure:9093: gcc -o conftest.exe -g -O2 -fno-strict-aliasing conftest.c >&5 | |
configure:9093: $? = 0 | |
configure:9093: ./conftest.exe | |
configure:9093: $? = 0 | |
configure:9104: result: yes | |
configure:9117: checking for sys/types.h | |
configure:9117: gcc -c -g -O2 -fno-strict-aliasing conftest.c >&5 | |
configure:9117: $? = 0 | |
configure:9117: result: yes | |
configure:9117: checking for sys/stat.h | |
configure:9117: gcc -c -g -O2 -fno-strict-aliasing conftest.c >&5 | |
configure:9117: $? = 0 | |
configure:9117: result: yes | |
configure:9117: checking for stdlib.h | |
configure:9117: gcc -c -g -O2 -fno-strict-aliasing conftest.c >&5 | |
configure:9117: $? = 0 | |
configure:9117: result: yes | |
configure:9117: checking for string.h | |
configure:9117: gcc -c -g -O2 -fno-strict-aliasing conftest.c >&5 | |
configure:9117: $? = 0 | |
configure:9117: result: yes | |
configure:9117: checking for memory.h | |
configure:9117: gcc -c -g -O2 -fno-strict-aliasing conftest.c >&5 | |
configure:9117: $? = 0 | |
configure:9117: result: yes | |
configure:9117: checking for strings.h | |
configure:9117: gcc -c -g -O2 -fno-strict-aliasing conftest.c >&5 | |
configure:9117: $? = 0 | |
configure:9117: result: yes | |
configure:9117: checking for inttypes.h | |
configure:9117: gcc -c -g -O2 -fno-strict-aliasing conftest.c >&5 | |
configure:9117: $? = 0 | |
configure:9117: result: yes | |
configure:9117: checking for stdint.h | |
configure:9117: gcc -c -g -O2 -fno-strict-aliasing conftest.c >&5 | |
configure:9117: $? = 0 | |
configure:9117: result: yes | |
configure:9117: checking for unistd.h | |
configure:9117: gcc -c -g -O2 -fno-strict-aliasing conftest.c >&5 | |
configure:9117: $? = 0 | |
configure:9117: result: yes | |
configure:9131: checking for dlfcn.h | |
configure:9131: gcc -c -g -O2 -fno-strict-aliasing conftest.c >&5 | |
conftest.c:60:19: fatal error: dlfcn.h: No such file or directory | |
#include <dlfcn.h> | |
^ | |
compilation terminated. | |
configure:9131: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gc" | |
| #define PACKAGE_TARNAME "gc" | |
| #define PACKAGE_VERSION "7.2" | |
| #define PACKAGE_STRING "gc 7.2" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define GC_VERSION_MAJOR 7 | |
| #define GC_VERSION_MINOR 2 | |
| #define PACKAGE "gc" | |
| #define VERSION "7.2" | |
| #define GC_WIN32_THREADS 1 | |
| #define THREAD_LOCAL_ALLOC 1 | |
| #define EMPTY_GETENV_RESULTS 1 | |
| #define STDC_HEADERS 1 | |
| #define HAVE_SYS_TYPES_H 1 | |
| #define HAVE_SYS_STAT_H 1 | |
| #define HAVE_STDLIB_H 1 | |
| #define HAVE_STRING_H 1 | |
| #define HAVE_MEMORY_H 1 | |
| #define HAVE_STRINGS_H 1 | |
| #define HAVE_INTTYPES_H 1 | |
| #define HAVE_STDINT_H 1 | |
| #define HAVE_UNISTD_H 1 | |
| /* end confdefs.h. */ | |
| #include <stdio.h> | |
| #ifdef HAVE_SYS_TYPES_H | |
| # include <sys/types.h> | |
| #endif | |
| #ifdef HAVE_SYS_STAT_H | |
| # include <sys/stat.h> | |
| #endif | |
| #ifdef STDC_HEADERS | |
| # include <stdlib.h> | |
| # include <stddef.h> | |
| #else | |
| # ifdef HAVE_STDLIB_H | |
| # include <stdlib.h> | |
| # endif | |
| #endif | |
| #ifdef HAVE_STRING_H | |
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | |
| # include <memory.h> | |
| # endif | |
| # include <string.h> | |
| #endif | |
| #ifdef HAVE_STRINGS_H | |
| # include <strings.h> | |
| #endif | |
| #ifdef HAVE_INTTYPES_H | |
| # include <inttypes.h> | |
| #endif | |
| #ifdef HAVE_STDINT_H | |
| # include <stdint.h> | |
| #endif | |
| #ifdef HAVE_UNISTD_H | |
| # include <unistd.h> | |
| #endif | |
| | |
| #include <dlfcn.h> | |
configure:9131: result: no | |
configure:9318: checking for objdir | |
configure:9333: result: .libs | |
configure:9604: checking if gcc supports -fno-rtti -fno-exceptions | |
configure:9622: gcc -c -g -O2 -fno-strict-aliasing -fno-rtti -fno-exceptions conftest.c >&5 | |
cc1.exe: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C [enabled by default] | |
configure:9626: $? = 0 | |
configure:9639: result: no | |
configure:9966: checking for gcc option to produce PIC | |
configure:9973: result: -DDLL_EXPORT -DPIC | |
configure:9981: checking if gcc PIC flag -DDLL_EXPORT -DPIC works | |
configure:9999: gcc -c -g -O2 -fno-strict-aliasing -DDLL_EXPORT -DPIC -DPIC conftest.c >&5 | |
configure:10003: $? = 0 | |
configure:10016: result: yes | |
configure:10045: checking if gcc static flag -static works | |
configure:10073: result: yes | |
configure:10088: checking if gcc supports -c -o file.o | |
configure:10109: gcc -c -g -O2 -fno-strict-aliasing -o out/conftest2.o conftest.c >&5 | |
configure:10113: $? = 0 | |
configure:10135: result: yes | |
configure:10143: checking if gcc supports -c -o file.o | |
configure:10190: result: yes | |
configure:10223: checking whether the gcc linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries | |
configure:11376: result: yes | |
configure:11413: checking whether -lc should be explicitly linked in | |
configure:11421: gcc -c -g -O2 -fno-strict-aliasing conftest.c >&5 | |
configure:11424: $? = 0 | |
configure:11439: gcc -shared conftest.o -v -o ./conftest -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1 | |
configure:11442: $? = 1 | |
configure:11456: result: yes | |
configure:11616: checking dynamic linker characteristics | |
configure:12349: result: Win32 ld.exe | |
configure:12456: checking how to hardcode library paths into programs | |
configure:12481: result: immediate | |
configure:13021: checking whether stripping libraries is possible | |
configure:13026: result: yes | |
configure:13061: checking if libtool supports shared libraries | |
configure:13063: result: yes | |
configure:13066: checking whether to build shared libraries | |
configure:13087: result: yes | |
configure:13090: checking whether to build static libraries | |
configure:13094: result: yes | |
configure:13117: checking how to run the C++ preprocessor | |
configure:13144: g++ -E conftest.cpp | |
configure:13144: $? = 0 | |
configure:13158: g++ -E conftest.cpp | |
conftest.cpp:27:28: fatal error: ac_nonexistent.h: No such file or directory | |
#include <ac_nonexistent.h> | |
^ | |
compilation terminated. | |
configure:13158: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gc" | |
| #define PACKAGE_TARNAME "gc" | |
| #define PACKAGE_VERSION "7.2" | |
| #define PACKAGE_STRING "gc 7.2" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define GC_VERSION_MAJOR 7 | |
| #define GC_VERSION_MINOR 2 | |
| #define PACKAGE "gc" | |
| #define VERSION "7.2" | |
| #define GC_WIN32_THREADS 1 | |
| #define THREAD_LOCAL_ALLOC 1 | |
| #define EMPTY_GETENV_RESULTS 1 | |
| #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 LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:13183: result: g++ -E | |
configure:13203: g++ -E conftest.cpp | |
configure:13203: $? = 0 | |
configure:13217: g++ -E conftest.cpp | |
conftest.cpp:27:28: fatal error: ac_nonexistent.h: No such file or directory | |
#include <ac_nonexistent.h> | |
^ | |
compilation terminated. | |
configure:13217: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gc" | |
| #define PACKAGE_TARNAME "gc" | |
| #define PACKAGE_VERSION "7.2" | |
| #define PACKAGE_STRING "gc 7.2" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define GC_VERSION_MAJOR 7 | |
| #define GC_VERSION_MINOR 2 | |
| #define PACKAGE "gc" | |
| #define VERSION "7.2" | |
| #define GC_WIN32_THREADS 1 | |
| #define THREAD_LOCAL_ALLOC 1 | |
| #define EMPTY_GETENV_RESULTS 1 | |
| #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 LT_OBJDIR ".libs/" | |
| /* end confdefs.h. */ | |
| #include <ac_nonexistent.h> | |
configure:13386: checking for ld used by g++ | |
configure:13453: result: c:/mingw/mingw32/bin/ld.exe | |
configure:13460: checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld | |
configure:13475: result: yes | |
configure:13530: checking whether the g++ linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries | |
configure:14535: result: yes | |
configure:14571: g++ -c -g -O2 conftest.cpp >&5 | |
configure:14574: $? = 0 | |
configure:15094: checking for g++ option to produce PIC | |
configure:15101: result: -DDLL_EXPORT -DPIC | |
configure:15109: checking if g++ PIC flag -DDLL_EXPORT -DPIC works | |
configure:15127: g++ -c -g -O2 -DDLL_EXPORT -DPIC -DPIC conftest.cpp >&5 | |
configure:15131: $? = 0 | |
configure:15144: result: yes | |
configure:15167: checking if g++ static flag -static works | |
configure:15195: result: yes | |
configure:15207: checking if g++ supports -c -o file.o | |
configure:15228: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5 | |
configure:15232: $? = 0 | |
configure:15254: result: yes | |
configure:15259: checking if g++ supports -c -o file.o | |
configure:15306: result: yes | |
configure:15336: checking whether the g++ linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries | |
configure:15372: result: yes | |
configure:15513: checking dynamic linker characteristics | |
configure:16180: result: Win32 ld.exe | |
configure:16233: checking how to hardcode library paths into programs | |
configure:16258: result: immediate | |
configure:16344: checking whether Solaris gcc optimization fix is necessary | |
configure:16367: result: no | |
configure:16495: checking sys/dg_sys_info.h usability | |
configure:16495: gcc -c -g -O2 -fno-strict-aliasing conftest.c >&5 | |
conftest.c:63:29: fatal error: sys/dg_sys_info.h: No such file or directory | |
#include <sys/dg_sys_info.h> | |
^ | |
compilation terminated. | |
configure:16495: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gc" | |
| #define PACKAGE_TARNAME "gc" | |
| #define PACKAGE_VERSION "7.2" | |
| #define PACKAGE_STRING "gc 7.2" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define GC_VERSION_MAJOR 7 | |
| #define GC_VERSION_MINOR 2 | |
| #define PACKAGE "gc" | |
| #define VERSION "7.2" | |
| #define GC_WIN32_THREADS 1 | |
| #define THREAD_LOCAL_ALLOC 1 | |
| #define EMPTY_GETENV_RESULTS 1 | |
| #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 LT_OBJDIR ".libs/" | |
| #define NO_EXECUTE_PERMISSION 1 | |
| #define ALL_INTERIOR_POINTERS 1 | |
| #define GC_GCJ_SUPPORT 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 <sys/dg_sys_info.h> | |
configure:16495: result: no | |
configure:16495: checking sys/dg_sys_info.h presence | |
configure:16495: gcc -E conftest.c | |
conftest.c:30:29: fatal error: sys/dg_sys_info.h: No such file or directory | |
#include <sys/dg_sys_info.h> | |
^ | |
compilation terminated. | |
configure:16495: $? = 1 | |
configure: failed program was: | |
| /* confdefs.h */ | |
| #define PACKAGE_NAME "gc" | |
| #define PACKAGE_TARNAME "gc" | |
| #define PACKAGE_VERSION "7.2" | |
| #define PACKAGE_STRING "gc 7.2" | |
| #define PACKAGE_BUGREPORT "[email protected]" | |
| #define PACKAGE_URL "" | |
| #define GC_VERSION_MAJOR 7 | |
| #define GC_VERSION_MINOR 2 | |
| #define PACKAGE "gc" | |
| #define VERSION "7.2" | |
| #define GC_WIN32_THREADS 1 | |
| #define THREAD_LOCAL_ALLOC 1 | |
| #define EMPTY_GETENV_RESULTS 1 | |
| #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 LT_OBJDIR ".libs/" | |
| #define NO_EXECUTE_PERMISSION 1 | |
| #define ALL_INTERIOR_POINTERS 1 | |
| #define GC_GCJ_SUPPORT 1 | |
| /* end confdefs.h. */ | |
| #include <sys/dg_sys_info.h> | |
configure:16495: result: no | |
configure:16495: checking for sys/dg_sys_info.h | |
configure:16495: result: no | |
configure:16727: checking for pkg-config | |
configure:16760: result: no | |
configure:16796: checking for ATOMIC_OPS | |
configure:16858: result: no | |
configure:16880: checking which libatomic_ops to use | |
configure:16888: result: internal | |
configure:17029: checking that generated files are newer than configure | |
configure:17035: result: done | |
configure:17122: creating ./config.status | |
## ---------------------- ## | |
## Running config.status. ## | |
## ---------------------- ## | |
This file was extended by gc config.status 7.2, which was | |
generated by GNU Autoconf 2.69. Invocation command line was | |
CONFIG_FILES = | |
CONFIG_HEADERS = | |
CONFIG_LINKS = | |
CONFIG_COMMANDS = | |
$ ./config.status | |
on bowser | |
config.status:1233: creating Makefile | |
config.status:1233: creating bdw-gc.pc | |
config.status:1233: creating include/private/config.h | |
config.status:1462: executing depfiles commands | |
config.status:1462: executing libtool commands | |
config.status:1462: executing default commands | |
configure:19684: === configuring in libatomic_ops (/home/ndd/Dev/gc-7.2/libatomic_ops) | |
configure:19747: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local' '--enable-threads=win32' --cache-file=/dev/null --srcdir=. | |
## ---------------- ## | |
## Cache variables. ## | |
## ---------------- ## | |
ac_cv_build=i686-pc-mingw32 | |
ac_cv_c_compiler_gnu=yes | |
ac_cv_c_inline=inline | |
ac_cv_cxx_compiler_gnu=yes | |
ac_cv_env_ATOMIC_OPS_CFLAGS_set= | |
ac_cv_env_ATOMIC_OPS_CFLAGS_value= | |
ac_cv_env_ATOMIC_OPS_LIBS_set= | |
ac_cv_env_ATOMIC_OPS_LIBS_value= | |
ac_cv_env_CCASFLAGS_set= | |
ac_cv_env_CCASFLAGS_value= | |
ac_cv_env_CCAS_set= | |
ac_cv_env_CCAS_value= | |
ac_cv_env_CCC_set= | |
ac_cv_env_CCC_value= | |
ac_cv_env_CC_set= | |
ac_cv_env_CC_value= | |
ac_cv_env_CFLAGS_set= | |
ac_cv_env_CFLAGS_value= | |
ac_cv_env_CPPFLAGS_set= | |
ac_cv_env_CPPFLAGS_value= | |
ac_cv_env_CPP_set= | |
ac_cv_env_CPP_value= | |
ac_cv_env_CXXCPP_set= | |
ac_cv_env_CXXCPP_value= | |
ac_cv_env_CXXFLAGS_set= | |
ac_cv_env_CXXFLAGS_value= | |
ac_cv_env_CXX_set= | |
ac_cv_env_CXX_value= | |
ac_cv_env_LDFLAGS_set= | |
ac_cv_env_LDFLAGS_value= | |
ac_cv_env_LIBS_set= | |
ac_cv_env_LIBS_value= | |
ac_cv_env_PKG_CONFIG_LIBDIR_set= | |
ac_cv_env_PKG_CONFIG_LIBDIR_value= | |
ac_cv_env_PKG_CONFIG_PATH_set= | |
ac_cv_env_PKG_CONFIG_PATH_value= | |
ac_cv_env_PKG_CONFIG_set= | |
ac_cv_env_PKG_CONFIG_value= | |
ac_cv_env_build_alias_set= | |
ac_cv_env_build_alias_value= | |
ac_cv_env_host_alias_set= | |
ac_cv_env_host_alias_value= | |
ac_cv_env_target_alias_set= | |
ac_cv_env_target_alias_value= | |
ac_cv_exeext=.exe | |
ac_cv_fno_strict_aliasing=yes | |
ac_cv_header_dlfcn_h=no | |
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_dg_sys_info_h=no | |
ac_cv_header_sys_stat_h=yes | |
ac_cv_header_sys_types_h=yes | |
ac_cv_header_unistd_h=yes | |
ac_cv_host=i686-pc-mingw32 | |
ac_cv_lib_dl_dlopen=no | |
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='/bin/install -c' | |
ac_cv_path_mkdir=/bin/mkdir | |
ac_cv_prog_AWK=gawk | |
ac_cv_prog_CPP='gcc -E' | |
ac_cv_prog_CXXCPP='g++ -E' | |
ac_cv_prog_ac_ct_AR=ar | |
ac_cv_prog_ac_ct_CC=gcc | |
ac_cv_prog_ac_ct_CXX=g++ | |
ac_cv_prog_ac_ct_DLLTOOL=dlltool | |
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_cxx_g=yes | |
ac_cv_prog_make_make_set=yes | |
ac_cv_target=i686-pc-mingw32 | |
am_cv_CCAS_dependencies_compiler_type=gcc3 | |
am_cv_CC_dependencies_compiler_type=gcc3 | |
am_cv_CXX_dependencies_compiler_type=gcc3 | |
am_cv_make_support_nested_variables=yes | |
lt_cv_ar_at_file=@ | |
lt_cv_archive_cmds_need_lc=yes | |
lt_cv_deplibs_check_method='file_magic ^x86 archive import|^x86 DLL' | |
lt_cv_file_magic_cmd=func_win32_libid | |
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=c:/mingw/mingw32/bin/ld.exe | |
lt_cv_path_LDCXX=c:/mingw/mingw32/bin/ld.exe | |
lt_cv_path_NM=/mingw/bin/nm | |
lt_cv_path_mainfest_tool=no | |
lt_cv_prog_compiler_c_o=yes | |
lt_cv_prog_compiler_c_o_CXX=yes | |
lt_cv_prog_compiler_pic='-DDLL_EXPORT -DPIC' | |
lt_cv_prog_compiler_pic_CXX='-DDLL_EXPORT -DPIC' | |
lt_cv_prog_compiler_pic_works=yes | |
lt_cv_prog_compiler_pic_works_CXX=yes | |
lt_cv_prog_compiler_rtti_exceptions=no | |
lt_cv_prog_compiler_static_works=yes | |
lt_cv_prog_compiler_static_works_CXX=yes | |
lt_cv_prog_gnu_ld=yes | |
lt_cv_prog_gnu_ldcxx=yes | |
lt_cv_sharedlib_from_linklib_cmd=func_cygming_dll_for_implib | |
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*_\([_A-Za-z][_A-Za-z0-9]*\) | |
\{0,1\}$/\1 _\2 \2/p'\'' | sed '\''/ __gnu_lto/d'\''' | |
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\''' | |
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\''' | |
lt_cv_sys_max_cmd_len=8192 | |
lt_cv_to_host_file_cmd=func_convert_file_msys_to_w32 | |
lt_cv_to_tool_file_cmd=func_convert_file_msys_to_w32 | |
## ----------------- ## | |
## Output variables. ## | |
## ----------------- ## | |
ACLOCAL='${SHELL} /home/ndd/Dev/gc-7.2/missing aclocal-1.13' | |
AMDEPBACKSLASH='\' | |
AMDEP_FALSE='#' | |
AMDEP_TRUE='' | |
AMTAR='$${TAR-tar}' | |
AM_BACKSLASH='\' | |
AM_CFLAGS='' | |
AM_CPPFLAGS='' | |
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' | |
AM_DEFAULT_VERBOSITY='1' | |
AM_V='$(V)' | |
AR='ar' | |
ATOMIC_OPS_CFLAGS='-I$(top_builddir)/libatomic_ops/src -I$(top_srcdir)/libatomic_ops/src' | |
ATOMIC_OPS_LIBS='' | |
AUTOCONF='${SHELL} /home/ndd/Dev/gc-7.2/missing autoconf' | |
AUTOHEADER='${SHELL} /home/ndd/Dev/gc-7.2/missing autoheader' | |
AUTOMAKE='${SHELL} /home/ndd/Dev/gc-7.2/missing automake-1.13' | |
AVOID_CPP_LIB_FALSE='' | |
AVOID_CPP_LIB_TRUE='#' | |
AWK='gawk' | |
CC='gcc' | |
CCAS='gcc' | |
CCASDEPMODE='depmode=gcc3' | |
CCASFLAGS='-g -O2' | |
CCDEPMODE='depmode=gcc3' | |
CFLAGS='-g -O2 -fno-strict-aliasing' | |
COMPILER_XLC_FALSE='' | |
COMPILER_XLC_TRUE='#' | |
CPLUSPLUS_FALSE='' | |
CPLUSPLUS_TRUE='#' | |
CPP='gcc -E' | |
CPPFLAGS='' | |
CXX='g++' | |
CXXCPP='g++ -E' | |
CXXDEPMODE='depmode=gcc3' | |
CXXFLAGS='-g -O2' | |
CYGPATH_W='echo' | |
DARWIN_THREADS_FALSE='' | |
DARWIN_THREADS_TRUE='#' | |
DEFS='-DHAVE_CONFIG_H' | |
DEPDIR='.deps' | |
DLLTOOL='dlltool' | |
DSYMUTIL='' | |
DUMPBIN='' | |
ECHO_C='' | |
ECHO_N='-n' | |
ECHO_T='' | |
EGREP='/bin/grep -E' | |
ENABLE_GCJ_SUPPORT_FALSE='#' | |
ENABLE_GCJ_SUPPORT_TRUE='' | |
EXEEXT='.exe' | |
EXTRA_TEST_LIBS='' | |
FGREP='/bin/grep -F' | |
GC_CFLAGS=' -fexceptions' | |
GC_VERSION='' | |
GREP='/bin/grep' | |
INSTALL_DATA='${INSTALL} -m 644' | |
INSTALL_PROGRAM='${INSTALL}' | |
INSTALL_SCRIPT='${INSTALL}' | |
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' | |
KEEP_BACK_PTRS_FALSE='' | |
KEEP_BACK_PTRS_TRUE='#' | |
LD='c:/mingw/mingw32/bin/ld.exe' | |
LDFLAGS='' | |
LIBOBJS='' | |
LIBS='' | |
LIBTOOL='$(SHELL) $(top_builddir)/libtool' | |
LIPO='' | |
LN_S='cp -pR' | |
LTLIBOBJS='' | |
MAINT='#' | |
MAINTAINER_MODE_FALSE='' | |
MAINTAINER_MODE_TRUE='#' | |
MAKEINFO='${SHELL} /home/ndd/Dev/gc-7.2/missing makeinfo' | |
MANIFEST_TOOL=':' | |
MKDIR_P='/bin/mkdir -p' | |
NEED_ATOMIC_OPS_ASM_FALSE='' | |
NEED_ATOMIC_OPS_ASM_TRUE='#' | |
NM='/mingw/bin/nm' | |
NMEDIT='' | |
OBJDUMP='objdump' | |
OBJEXT='o' | |
OPENBSD_THREADS_FALSE='' | |
OPENBSD_THREADS_TRUE='#' | |
OTOOL64='' | |
OTOOL='' | |
PACKAGE='gc' | |
PACKAGE_BUGREPORT='[email protected]' | |
PACKAGE_NAME='gc' | |
PACKAGE_STRING='gc 7.2' | |
PACKAGE_TARNAME='gc' | |
PACKAGE_URL='' | |
PACKAGE_VERSION='7.2' | |
PATH_SEPARATOR=':' | |
PKG_CONFIG='' | |
PKG_CONFIG_LIBDIR='' | |
PKG_CONFIG_PATH='' | |
PTHREADS_FALSE='' | |
PTHREADS_TRUE='#' | |
RANLIB='ranlib' | |
SED='/bin/sed' | |
SET_MAKE='' | |
SHELL='/bin/sh' | |
STRIP='strip' | |
THREADDLLIBS='' | |
THREADS_FALSE='#' | |
THREADS_TRUE='' | |
UNWINDLIBS='' | |
USE_INTERNAL_LIBATOMIC_OPS_FALSE='#' | |
USE_INTERNAL_LIBATOMIC_OPS_TRUE='' | |
USE_LIBDIR_FALSE='#' | |
USE_LIBDIR_TRUE='' | |
VERSION='7.2' | |
WIN32_THREADS_FALSE='#' | |
WIN32_THREADS_TRUE='' | |
ac_ct_AR='ar' | |
ac_ct_CC='gcc' | |
ac_ct_CXX='g++' | |
ac_ct_DUMPBIN='' | |
addlibs='' | |
addobjs=' mach_dep.lo' | |
am__EXEEXT_FALSE='#' | |
am__EXEEXT_TRUE='' | |
am__fastdepCCAS_FALSE='#' | |
am__fastdepCCAS_TRUE='' | |
am__fastdepCC_FALSE='#' | |
am__fastdepCC_TRUE='' | |
am__fastdepCXX_FALSE='#' | |
am__fastdepCXX_TRUE='' | |
am__include='include' | |
am__isrc='' | |
am__leading_dot='.' | |
am__nodep='_no' | |
am__quote='' | |
am__tar='$${TAR-tar} chof - "$$tardir"' | |
am__untar='$${TAR-tar} xf -' | |
bindir='${exec_prefix}/bin' | |
build='i686-pc-mingw32' | |
build_alias='' | |
build_cpu='i686' | |
build_os='mingw32' | |
build_vendor='pc' | |
datadir='${datarootdir}' | |
datarootdir='${prefix}/share' | |
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' | |
dvidir='${docdir}' | |
exec_prefix='${prefix}' | |
extra_ldflags_libgc='' | |
host='i686-pc-mingw32' | |
host_alias='' | |
host_cpu='i686' | |
host_os='mingw32' | |
host_vendor='pc' | |
htmldir='${docdir}' | |
includedir='${prefix}/include' | |
infodir='${datarootdir}/info' | |
install_sh='${SHELL} /home/ndd/Dev/gc-7.2/install-sh' | |
libdir='${exec_prefix}/lib' | |
libexecdir='${exec_prefix}/libexec' | |
localedir='${datarootdir}/locale' | |
localstatedir='${prefix}/var' | |
mandir='${datarootdir}/man' | |
mkdir_p='$(MKDIR_P)' | |
oldincludedir='/usr/include' | |
pdfdir='${docdir}' | |
prefix='/usr/local' | |
program_transform_name='s,x,x,' | |
psdir='${docdir}' | |
sbindir='${exec_prefix}/sbin' | |
sharedstatedir='${prefix}/com' | |
subdirs=' libatomic_ops' | |
sysconfdir='${prefix}/etc' | |
target='i686-pc-mingw32' | |
target_alias='' | |
target_all='libgc.la' | |
target_cpu='i686' | |
target_os='mingw32' | |
target_vendor='pc' | |
## ----------- ## | |
## confdefs.h. ## | |
## ----------- ## | |
/* confdefs.h */ | |
#define PACKAGE_NAME "gc" | |
#define PACKAGE_TARNAME "gc" | |
#define PACKAGE_VERSION "7.2" | |
#define PACKAGE_STRING "gc 7.2" | |
#define PACKAGE_BUGREPORT "[email protected]" | |
#define PACKAGE_URL "" | |
#define GC_VERSION_MAJOR 7 | |
#define GC_VERSION_MINOR 2 | |
#define PACKAGE "gc" | |
#define VERSION "7.2" | |
#define GC_WIN32_THREADS 1 | |
#define THREAD_LOCAL_ALLOC 1 | |
#define EMPTY_GETENV_RESULTS 1 | |
#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 LT_OBJDIR ".libs/" | |
#define NO_EXECUTE_PERMISSION 1 | |
#define ALL_INTERIOR_POINTERS 1 | |
#define GC_GCJ_SUPPORT 1 | |
#define JAVA_FINALIZATION 1 | |
#define ATOMIC_UNCOLLECTABLE 1 | |
configure: exit 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make[1]: Entering directory `/home/ndd/Dev/gc-7.2' | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT allchblk.lo -MD -MP -MF .deps/allchblk.Tpo -c -o allchblk.lo allchblk.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT allchblk.lo -MD -MP -MF .deps/allchblk.Tpo -c allchblk.c -DDLL_EXPORT -DPIC -o .libs/allchblk.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT allchblk.lo -MD -MP -MF .deps/allchblk.Tpo -c allchblk.c -o allchblk.o >/dev/null 2>&1 | |
mv -f .deps/allchblk.Tpo .deps/allchblk.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c -o alloc.lo alloc.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -DDLL_EXPORT -DPIC -o .libs/alloc.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT alloc.lo -MD -MP -MF .deps/alloc.Tpo -c alloc.c -o alloc.o >/dev/null 2>&1 | |
mv -f .deps/alloc.Tpo .deps/alloc.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT blacklst.lo -MD -MP -MF .deps/blacklst.Tpo -c -o blacklst.lo blacklst.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT blacklst.lo -MD -MP -MF .deps/blacklst.Tpo -c blacklst.c -DDLL_EXPORT -DPIC -o .libs/blacklst.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT blacklst.lo -MD -MP -MF .deps/blacklst.Tpo -c blacklst.c -o blacklst.o >/dev/null 2>&1 | |
mv -f .deps/blacklst.Tpo .deps/blacklst.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT checksums.lo -MD -MP -MF .deps/checksums.Tpo -c -o checksums.lo checksums.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT checksums.lo -MD -MP -MF .deps/checksums.Tpo -c checksums.c -DDLL_EXPORT -DPIC -o .libs/checksums.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT checksums.lo -MD -MP -MF .deps/checksums.Tpo -c checksums.c -o checksums.o >/dev/null 2>&1 | |
mv -f .deps/checksums.Tpo .deps/checksums.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT dbg_mlc.lo -MD -MP -MF .deps/dbg_mlc.Tpo -c -o dbg_mlc.lo dbg_mlc.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT dbg_mlc.lo -MD -MP -MF .deps/dbg_mlc.Tpo -c dbg_mlc.c -DDLL_EXPORT -DPIC -o .libs/dbg_mlc.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT dbg_mlc.lo -MD -MP -MF .deps/dbg_mlc.Tpo -c dbg_mlc.c -o dbg_mlc.o >/dev/null 2>&1 | |
mv -f .deps/dbg_mlc.Tpo .deps/dbg_mlc.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT dyn_load.lo -MD -MP -MF .deps/dyn_load.Tpo -c -o dyn_load.lo dyn_load.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT dyn_load.lo -MD -MP -MF .deps/dyn_load.Tpo -c dyn_load.c -DDLL_EXPORT -DPIC -o .libs/dyn_load.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT dyn_load.lo -MD -MP -MF .deps/dyn_load.Tpo -c dyn_load.c -o dyn_load.o >/dev/null 2>&1 | |
mv -f .deps/dyn_load.Tpo .deps/dyn_load.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT finalize.lo -MD -MP -MF .deps/finalize.Tpo -c -o finalize.lo finalize.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT finalize.lo -MD -MP -MF .deps/finalize.Tpo -c finalize.c -DDLL_EXPORT -DPIC -o .libs/finalize.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT finalize.lo -MD -MP -MF .deps/finalize.Tpo -c finalize.c -o finalize.o >/dev/null 2>&1 | |
mv -f .deps/finalize.Tpo .deps/finalize.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT gc_dlopen.lo -MD -MP -MF .deps/gc_dlopen.Tpo -c -o gc_dlopen.lo gc_dlopen.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT gc_dlopen.lo -MD -MP -MF .deps/gc_dlopen.Tpo -c gc_dlopen.c -DDLL_EXPORT -DPIC -o .libs/gc_dlopen.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT gc_dlopen.lo -MD -MP -MF .deps/gc_dlopen.Tpo -c gc_dlopen.c -o gc_dlopen.o >/dev/null 2>&1 | |
mv -f .deps/gc_dlopen.Tpo .deps/gc_dlopen.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT gcj_mlc.lo -MD -MP -MF .deps/gcj_mlc.Tpo -c -o gcj_mlc.lo gcj_mlc.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT gcj_mlc.lo -MD -MP -MF .deps/gcj_mlc.Tpo -c gcj_mlc.c -DDLL_EXPORT -DPIC -o .libs/gcj_mlc.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT gcj_mlc.lo -MD -MP -MF .deps/gcj_mlc.Tpo -c gcj_mlc.c -o gcj_mlc.o >/dev/null 2>&1 | |
mv -f .deps/gcj_mlc.Tpo .deps/gcj_mlc.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c -o headers.lo headers.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c headers.c -DDLL_EXPORT -DPIC -o .libs/headers.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT headers.lo -MD -MP -MF .deps/headers.Tpo -c headers.c -o headers.o >/dev/null 2>&1 | |
mv -f .deps/headers.Tpo .deps/headers.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c -o malloc.lo malloc.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.c -DDLL_EXPORT -DPIC -o .libs/malloc.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.c -o malloc.o >/dev/null 2>&1 | |
mv -f .deps/malloc.Tpo .deps/malloc.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT mallocx.lo -MD -MP -MF .deps/mallocx.Tpo -c -o mallocx.lo mallocx.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT mallocx.lo -MD -MP -MF .deps/mallocx.Tpo -c mallocx.c -DDLL_EXPORT -DPIC -o .libs/mallocx.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT mallocx.lo -MD -MP -MF .deps/mallocx.Tpo -c mallocx.c -o mallocx.o >/dev/null 2>&1 | |
mv -f .deps/mallocx.Tpo .deps/mallocx.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT mark.lo -MD -MP -MF .deps/mark.Tpo -c -o mark.lo mark.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT mark.lo -MD -MP -MF .deps/mark.Tpo -c mark.c -DDLL_EXPORT -DPIC -o .libs/mark.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT mark.lo -MD -MP -MF .deps/mark.Tpo -c mark.c -o mark.o >/dev/null 2>&1 | |
mv -f .deps/mark.Tpo .deps/mark.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT mark_rts.lo -MD -MP -MF .deps/mark_rts.Tpo -c -o mark_rts.lo mark_rts.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT mark_rts.lo -MD -MP -MF .deps/mark_rts.Tpo -c mark_rts.c -DDLL_EXPORT -DPIC -o .libs/mark_rts.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT mark_rts.lo -MD -MP -MF .deps/mark_rts.Tpo -c mark_rts.c -o mark_rts.o >/dev/null 2>&1 | |
mv -f .deps/mark_rts.Tpo .deps/mark_rts.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c -o misc.lo misc.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -DDLL_EXPORT -DPIC -o .libs/misc.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -o misc.o >/dev/null 2>&1 | |
mv -f .deps/misc.Tpo .deps/misc.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT new_hblk.lo -MD -MP -MF .deps/new_hblk.Tpo -c -o new_hblk.lo new_hblk.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT new_hblk.lo -MD -MP -MF .deps/new_hblk.Tpo -c new_hblk.c -DDLL_EXPORT -DPIC -o .libs/new_hblk.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT new_hblk.lo -MD -MP -MF .deps/new_hblk.Tpo -c new_hblk.c -o new_hblk.o >/dev/null 2>&1 | |
mv -f .deps/new_hblk.Tpo .deps/new_hblk.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT obj_map.lo -MD -MP -MF .deps/obj_map.Tpo -c -o obj_map.lo obj_map.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT obj_map.lo -MD -MP -MF .deps/obj_map.Tpo -c obj_map.c -DDLL_EXPORT -DPIC -o .libs/obj_map.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT obj_map.lo -MD -MP -MF .deps/obj_map.Tpo -c obj_map.c -o obj_map.o >/dev/null 2>&1 | |
mv -f .deps/obj_map.Tpo .deps/obj_map.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT os_dep.lo -MD -MP -MF .deps/os_dep.Tpo -c -o os_dep.lo os_dep.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT os_dep.lo -MD -MP -MF .deps/os_dep.Tpo -c os_dep.c -DDLL_EXPORT -DPIC -o .libs/os_dep.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT os_dep.lo -MD -MP -MF .deps/os_dep.Tpo -c os_dep.c -o os_dep.o >/dev/null 2>&1 | |
mv -f .deps/os_dep.Tpo .deps/os_dep.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT pcr_interface.lo -MD -MP -MF .deps/pcr_interface.Tpo -c -o pcr_interface.lo pcr_interface.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT pcr_interface.lo -MD -MP -MF .deps/pcr_interface.Tpo -c pcr_interface.c -DDLL_EXPORT -DPIC -o .libs/pcr_interface.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT pcr_interface.lo -MD -MP -MF .deps/pcr_interface.Tpo -c pcr_interface.c -o pcr_interface.o >/dev/null 2>&1 | |
mv -f .deps/pcr_interface.Tpo .deps/pcr_interface.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT ptr_chck.lo -MD -MP -MF .deps/ptr_chck.Tpo -c -o ptr_chck.lo ptr_chck.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT ptr_chck.lo -MD -MP -MF .deps/ptr_chck.Tpo -c ptr_chck.c -DDLL_EXPORT -DPIC -o .libs/ptr_chck.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT ptr_chck.lo -MD -MP -MF .deps/ptr_chck.Tpo -c ptr_chck.c -o ptr_chck.o >/dev/null 2>&1 | |
mv -f .deps/ptr_chck.Tpo .deps/ptr_chck.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT real_malloc.lo -MD -MP -MF .deps/real_malloc.Tpo -c -o real_malloc.lo real_malloc.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT real_malloc.lo -MD -MP -MF .deps/real_malloc.Tpo -c real_malloc.c -DDLL_EXPORT -DPIC -o .libs/real_malloc.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT real_malloc.lo -MD -MP -MF .deps/real_malloc.Tpo -c real_malloc.c -o real_malloc.o >/dev/null 2>&1 | |
mv -f .deps/real_malloc.Tpo .deps/real_malloc.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT reclaim.lo -MD -MP -MF .deps/reclaim.Tpo -c -o reclaim.lo reclaim.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT reclaim.lo -MD -MP -MF .deps/reclaim.Tpo -c reclaim.c -DDLL_EXPORT -DPIC -o .libs/reclaim.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT reclaim.lo -MD -MP -MF .deps/reclaim.Tpo -c reclaim.c -o reclaim.o >/dev/null 2>&1 | |
mv -f .deps/reclaim.Tpo .deps/reclaim.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT specific.lo -MD -MP -MF .deps/specific.Tpo -c -o specific.lo specific.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT specific.lo -MD -MP -MF .deps/specific.Tpo -c specific.c -DDLL_EXPORT -DPIC -o .libs/specific.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT specific.lo -MD -MP -MF .deps/specific.Tpo -c specific.c -o specific.o >/dev/null 2>&1 | |
mv -f .deps/specific.Tpo .deps/specific.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT stubborn.lo -MD -MP -MF .deps/stubborn.Tpo -c -o stubborn.lo stubborn.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT stubborn.lo -MD -MP -MF .deps/stubborn.Tpo -c stubborn.c -DDLL_EXPORT -DPIC -o .libs/stubborn.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT stubborn.lo -MD -MP -MF .deps/stubborn.Tpo -c stubborn.c -o stubborn.o >/dev/null 2>&1 | |
mv -f .deps/stubborn.Tpo .deps/stubborn.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT typd_mlc.lo -MD -MP -MF .deps/typd_mlc.Tpo -c -o typd_mlc.lo typd_mlc.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT typd_mlc.lo -MD -MP -MF .deps/typd_mlc.Tpo -c typd_mlc.c -DDLL_EXPORT -DPIC -o .libs/typd_mlc.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT typd_mlc.lo -MD -MP -MF .deps/typd_mlc.Tpo -c typd_mlc.c -o typd_mlc.o >/dev/null 2>&1 | |
mv -f .deps/typd_mlc.Tpo .deps/typd_mlc.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT backgraph.lo -MD -MP -MF .deps/backgraph.Tpo -c -o backgraph.lo backgraph.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT backgraph.lo -MD -MP -MF .deps/backgraph.Tpo -c backgraph.c -DDLL_EXPORT -DPIC -o .libs/backgraph.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT backgraph.lo -MD -MP -MF .deps/backgraph.Tpo -c backgraph.c -o backgraph.o >/dev/null 2>&1 | |
mv -f .deps/backgraph.Tpo .deps/backgraph.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT thread_local_alloc.lo -MD -MP -MF .deps/thread_local_alloc.Tpo -c -o thread_local_alloc.lo thread_local_alloc.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT thread_local_alloc.lo -MD -MP -MF .deps/thread_local_alloc.Tpo -c thread_local_alloc.c -DDLL_EXPORT -DPIC -o .libs/thread_local_alloc.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT thread_local_alloc.lo -MD -MP -MF .deps/thread_local_alloc.Tpo -c thread_local_alloc.c -o thread_local_alloc.o >/dev/null 2>&1 | |
mv -f .deps/thread_local_alloc.Tpo .deps/thread_local_alloc.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT win32_threads.lo -MD -MP -MF .deps/win32_threads.Tpo -c -o win32_threads.lo win32_threads.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT win32_threads.lo -MD -MP -MF .deps/win32_threads.Tpo -c win32_threads.c -DDLL_EXPORT -DPIC -o .libs/win32_threads.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT win32_threads.lo -MD -MP -MF .deps/win32_threads.Tpo -c win32_threads.c -o win32_threads.o >/dev/null 2>&1 | |
mv -f .deps/win32_threads.Tpo .deps/win32_threads.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT atomic_ops.lo -MD -MP -MF .deps/atomic_ops.Tpo -c -o atomic_ops.lo `test -f 'libatomic_ops/src/atomic_ops.c' || echo './'`libatomic_ops/src/atomic_ops.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT atomic_ops.lo -MD -MP -MF .deps/atomic_ops.Tpo -c libatomic_ops/src/atomic_ops.c -DDLL_EXPORT -DPIC -o .libs/atomic_ops.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT atomic_ops.lo -MD -MP -MF .deps/atomic_ops.Tpo -c libatomic_ops/src/atomic_ops.c -o atomic_ops.o >/dev/null 2>&1 | |
mv -f .deps/atomic_ops.Tpo .deps/atomic_ops.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT mach_dep.lo -MD -MP -MF .deps/mach_dep.Tpo -c -o mach_dep.lo mach_dep.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT mach_dep.lo -MD -MP -MF .deps/mach_dep.Tpo -c mach_dep.c -DDLL_EXPORT -DPIC -o .libs/mach_dep.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT mach_dep.lo -MD -MP -MF .deps/mach_dep.Tpo -c mach_dep.c -o mach_dep.o >/dev/null 2>&1 | |
mv -f .deps/mach_dep.Tpo .deps/mach_dep.Plo | |
/bin/sh ./libtool --tag=CC --mode=link gcc -fexceptions -g -O2 -fno-strict-aliasing -version-info 1:3:0 -no-undefined -o libgc.la -rpath /usr/local/lib allchblk.lo alloc.lo blacklst.lo checksums.lo dbg_mlc.lo dyn_load.lo finalize.lo gc_dlopen.lo gcj_mlc.lo headers.lo malloc.lo mallocx.lo mark.lo mark_rts.lo misc.lo new_hblk.lo obj_map.lo os_dep.lo pcr_interface.lo ptr_chck.lo real_malloc.lo reclaim.lo specific.lo stubborn.lo typd_mlc.lo backgraph.lo thread_local_alloc.lo win32_threads.lo atomic_ops.lo mach_dep.lo | |
libtool: link: gcc -shared .libs/allchblk.o .libs/alloc.o .libs/blacklst.o .libs/checksums.o .libs/dbg_mlc.o .libs/dyn_load.o .libs/finalize.o .libs/gc_dlopen.o .libs/gcj_mlc.o .libs/headers.o .libs/malloc.o .libs/mallocx.o .libs/mark.o .libs/mark_rts.o .libs/misc.o .libs/new_hblk.o .libs/obj_map.o .libs/os_dep.o .libs/pcr_interface.o .libs/ptr_chck.o .libs/real_malloc.o .libs/reclaim.o .libs/specific.o .libs/stubborn.o .libs/typd_mlc.o .libs/backgraph.o .libs/thread_local_alloc.o .libs/win32_threads.o .libs/atomic_ops.o .libs/mach_dep.o -O2 -o .libs/libgc-1.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libgc.dll.a | |
libtool: link: ar cru .libs/libgc.a allchblk.o alloc.o blacklst.o checksums.o dbg_mlc.o dyn_load.o finalize.o gc_dlopen.o gcj_mlc.o headers.o malloc.o mallocx.o mark.o mark_rts.o misc.o new_hblk.o obj_map.o os_dep.o pcr_interface.o ptr_chck.o real_malloc.o reclaim.o specific.o stubborn.o typd_mlc.o backgraph.o thread_local_alloc.o win32_threads.o atomic_ops.o mach_dep.o | |
libtool: link: ranlib .libs/libgc.a | |
libtool: link: ( cd ".libs" && rm -f "libgc.la" && cp -pR "../libgc.la" "libgc.la" ) | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT cordbscs.lo -MD -MP -MF .deps/cordbscs.Tpo -c -o cordbscs.lo `test -f 'cord/cordbscs.c' || echo './'`cord/cordbscs.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT cordbscs.lo -MD -MP -MF .deps/cordbscs.Tpo -c cord/cordbscs.c -DDLL_EXPORT -DPIC -o .libs/cordbscs.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT cordbscs.lo -MD -MP -MF .deps/cordbscs.Tpo -c cord/cordbscs.c -o cordbscs.o >/dev/null 2>&1 | |
mv -f .deps/cordbscs.Tpo .deps/cordbscs.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT cordprnt.lo -MD -MP -MF .deps/cordprnt.Tpo -c -o cordprnt.lo `test -f 'cord/cordprnt.c' || echo './'`cord/cordprnt.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT cordprnt.lo -MD -MP -MF .deps/cordprnt.Tpo -c cord/cordprnt.c -DDLL_EXPORT -DPIC -o .libs/cordprnt.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT cordprnt.lo -MD -MP -MF .deps/cordprnt.Tpo -c cord/cordprnt.c -o cordprnt.o >/dev/null 2>&1 | |
mv -f .deps/cordprnt.Tpo .deps/cordprnt.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT cordtest.lo -MD -MP -MF .deps/cordtest.Tpo -c -o cordtest.lo `test -f 'cord/cordtest.c' || echo './'`cord/cordtest.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT cordtest.lo -MD -MP -MF .deps/cordtest.Tpo -c cord/cordtest.c -DDLL_EXPORT -DPIC -o .libs/cordtest.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT cordtest.lo -MD -MP -MF .deps/cordtest.Tpo -c cord/cordtest.c -o cordtest.o >/dev/null 2>&1 | |
mv -f .deps/cordtest.Tpo .deps/cordtest.Plo | |
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT cordxtra.lo -MD -MP -MF .deps/cordxtra.Tpo -c -o cordxtra.lo `test -f 'cord/cordxtra.c' || echo './'`cord/cordxtra.c | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT cordxtra.lo -MD -MP -MF .deps/cordxtra.Tpo -c cord/cordxtra.c -DDLL_EXPORT -DPIC -o .libs/cordxtra.o | |
libtool: compile: gcc -DHAVE_CONFIG_H -I./include -I./include -I./libatomic_ops/src -I./libatomic_ops/src -fexceptions -g -O2 -fno-strict-aliasing -MT cordxtra.lo -MD -MP -MF .deps/cordxtra.Tpo -c cord/cordxtra.c -o cordxtra.o >/dev/null 2>&1 | |
mv -f .deps/cordxtra.Tpo .deps/cordxtra.Plo | |
/bin/sh ./libtool --tag=CC --mode=link gcc -fexceptions -g -O2 -fno-strict-aliasing -version-info 1:3:0 -no-undefined -o libcord.la -rpath /usr/local/lib cordbscs.lo cordprnt.lo cordtest.lo cordxtra.lo ./libgc.la | |
libtool: link: gcc -shared .libs/cordbscs.o .libs/cordprnt.o .libs/cordtest.o .libs/cordxtra.o ./.libs/libgc.dll.a -O2 -o .libs/libcord-1.dll -Wl,--enable-auto-image-base -Xlinker --out-implib -Xlinker .libs/libcord.dll.a | |
libtool: link: ar cru .libs/libcord.a cordbscs.o cordprnt.o cordtest.o cordxtra.o | |
libtool: link: ranlib .libs/libcord.a | |
libtool: link: ( cd ".libs" && rm -f "libcord.la" && cp -pR "../libcord.la" "libcord.la" ) | |
make[1]: Leaving directory `/home/ndd/Dev/gc-7.2' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment