Re: Compiling and linking problems
| Newsgroups | gmane.comp.gnu.glpk |
|---|---|
| Message-ID | <[email protected]> |
Hello Chris, I followed your suggestitions but it failed again: .... .libs/libglpk_la-stdc.o: In function `glp_xgmtime': C:\Users\Mike\Documents\Projekte\CMPL-1-12\Cmpl\data\glpk-4.65\src/env/stdc.c:82: undefined reference to `gmtime_r' .libs/libglpk_la-stdc.o: In function `glp_xstrtok': C:\Users\Mike\Documents\Projekte\CMPL-1-12\Cmpl\data\glpk-4.65\src/env/stdc.c:94: undefined reference to `strtok_r' collect2.exe: error: ld returned 1 exit status make[2]: *** [libglpk.la] Error 1 make[2]: Leaving directory `/Documents/Projekte/CMPL-1-12/Cmpl/data/glpk-4.65/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/Documents/Projekte/CMPL-1-12/Cmpl/data/glpk-4.65' make: *** [all] Error 2 Please find attached config.log … Maybe you can find an issue in it. In the end, it works for me with –disable-reeantrant. Cheers, Mike Von: Chris Matrakidis <[email protected]> Gesendet: Sonntag, 18. März 2018 01:12 An: Mike Steglich <[email protected]> Cc: help-glpk <[email protected]>; Heinrich Schuchardt <[email protected]> Betreff: Re: [Help-glpk] Compiling and linking problems Dear Mike, If it isn't too much trouble, please do the following two tests: 1. Call configure (without --disable-reentrant) but before running make, add to config.h the following: #define __WOE__ This is a more blunt version of Heinrich's suggestion, to see if we can make it work. 2. Call the attached modified configure (again without --disable-reentrant). This checks for gmtime_r and strtok_r and disables re-entrancy if not found. Best Regards, Chris Matrakidis _______________________________________________ Help-glpk mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-glpk
config.log
(application/octet-stream, 22.4 KB)
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by GLPK configure 4.65, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure
## --------- ##
## Platform. ##
## --------- ##
hostname = Eddie
uname -m = i686
uname -r = 1.0.19(0.48/3/2)
uname -s = MINGW32_NT-6.2
uname -v = 2016-07-13 17:45
/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/IBM/ILOG/CPLEX_Studio1263/opl/bin/x64_win64
PATH: /c/Program Files/IBM/ILOG/CPLEX_Studio1263/opl/oplide/
PATH: /c/Program Files/IBM/ILOG/CPLEX_Studio1263/cplex/bin/x64_win64
PATH: /c/Program Files/IBM/ILOG/CPLEX_Studio1263/cpoptimizer/bin/x64_win64
PATH: /c/WINDOWS/system32
PATH: /c/WINDOWS
PATH: /c/WINDOWS/System32/Wbem
PATH: /c/WINDOWS/System32/WindowsPowerShell/v1.0/
PATH: /c/windows/SysWow64
PATH: /c/Program Files (x86)/Skype/Phone/
PATH: /c/Users/Mike/AppData/Local/Microsoft/WindowsApps
PATH: .
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2259: checking for a BSD-compatible install
configure:2327: result: /bin/install -c
configure:2338: checking whether build environment is sane
configure:2393: result: yes
configure:2544: checking for a thread-safe mkdir -p
configure:2583: result: /bin/mkdir -p
configure:2590: checking for gawk
configure:2606: found /bin/gawk
configure:2617: result: gawk
configure:2628: checking whether make sets $(MAKE)
configure:2650: result: yes
configure:2848: checking for gcc
configure:2864: found /mingw/bin/gcc
configure:2875: result: gcc
configure:3104: checking for C compiler version
configure:3113: gcc --version >&5
gcc.exe (MinGW.org GCC-6.3.0-1) 6.3.0
Copyright (C) 2016 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:3124: $? = 0
configure:3113: gcc -v >&5
Using built-in specs.
COLLECT_GCC=C:\MinGW\bin\gcc.exe
COLLECT_LTO_WRAPPER=c:/mingw/bin/../libexec/gcc/mingw32/6.3.0/lto-wrapper.exe
Target: mingw32
Configured with: ../src/gcc-6.3.0/configure --build=x86_64-pc-linux-gnu --host=mingw32 --target=mingw32 --with-gmp=/mingw --with-mpfr --with-mpc=/mingw --with-isl=/mingw --prefix=/mingw --disable-win32-registry --with-arch=i586 --with-tune=generic --enable-languages=c,c++,objc,obj-c++,fortran,ada --with-pkgversion='MinGW.org GCC-6.3.0-1' --enable-static --enable-shared --enable-threads --with-dwarf2 --disable-sjlj-exceptions --enable-version-specific-runtime-libs --with-libiconv-prefix=/mingw --with-libintl-prefix=/mingw --enable-libstdcxx-debug --enable-libgomp --disable-libvtv --enable-nls
Thread model: win32
gcc version 6.3.0 (MinGW.org GCC-6.3.0-1)
configure:3124: $? = 0
configure:3113: gcc -V >&5
gcc.exe: error: unrecognized command line option '-V'
gcc.exe: fatal error: no input files
compilation terminated.
configure:3124: $? = 1
configure:3113: gcc -qversion >&5
gcc.exe: error: unrecognized command line option '-qversion'; did you mean '--version'?
gcc.exe: fatal error: no input files
compilation terminated.
configure:3124: $? = 1
configure:3144: checking whether the C compiler works
configure:3166: gcc conftest.c >&5
configure:3170: $? = 0
configure:3218: result: yes
configure:3221: checking for C compiler default output file name
configure:3223: result: a.exe
configure:3229: checking for suffix of executables
configure:3236: gcc -o conftest.exe conftest.c >&5
configure:3240: $? = 0
configure:3262: result: .exe
configure:3284: checking whether we are cross compiling
configure:3292: gcc -o conftest.exe conftest.c >&5
configure:3296: $? = 0
configure:3303: ./conftest.exe
configure:3307: $? = 0
configure:3322: result: no
configure:3327: checking for suffix of object files
configure:3349: gcc -c conftest.c >&5
configure:3353: $? = 0
configure:3374: result: o
configure:3378: checking whether we are using the GNU C compiler
configure:3397: gcc -c conftest.c >&5
configure:3397: $? = 0
configure:3406: result: yes
configure:3415: checking whether gcc accepts -g
configure:3435: gcc -c -g conftest.c >&5
configure:3435: $? = 0
configure:3476: result: yes
configure:3493: checking for gcc option to accept ISO C89
configure:3556: gcc -c -g -O2 conftest.c >&5
configure:3556: $? = 0
configure:3569: result: none needed
configure:3600: checking for style of include used by make
configure:3628: result: GNU
configure:3654: checking dependency style of gcc
configure:3765: result: gcc3
configure:3810: checking build system type
configure:3824: result: i686-pc-mingw32
configure:3844: checking host system type
configure:3857: result: i686-pc-mingw32
configure:3898: checking how to print strings
configure:3925: result: printf
configure:3946: checking for a sed that does not truncate output
configure:4010: result: /bin/sed
configure:4028: checking for grep that handles long lines and -e
configure:4086: result: /bin/grep
configure:4091: checking for egrep
configure:4153: result: /bin/grep -E
configure:4158: checking for fgrep
configure:4220: result: /bin/grep -F
configure:4255: checking for ld used by gcc
configure:4322: result: c:/mingw/mingw32/bin/ld.exe
configure:4329: checking if the linker (c:/mingw/mingw32/bin/ld.exe) is GNU ld
configure:4344: result: yes
configure:4356: checking for BSD- or MS-compatible name lister (nm)
configure:4405: result: /mingw/bin/nm
configure:4535: checking the name lister (/mingw/bin/nm) interface
configure:4542: gcc -c -g -O2 conftest.c >&5
configure:4545: /mingw/bin/nm "conftest.o"
configure:4548: 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:4555: result: BSD nm
configure:4558: checking whether ln -s works
configure:4565: result: no, using cp -pR
configure:4570: checking the maximum length of command line arguments
configure:4695: result: 8192
configure:4712: checking whether the shell understands some XSI constructs
configure:4722: result: yes
configure:4726: checking whether the shell understands "+="
configure:4732: result: yes
configure:4767: checking how to convert i686-pc-mingw32 file names to i686-pc-mingw32 format
configure:4807: result: func_convert_file_msys_to_w32
configure:4814: checking how to convert i686-pc-mingw32 file names to toolchain format
configure:4834: result: func_convert_file_msys_to_w32
configure:4841: checking for c:/mingw/mingw32/bin/ld.exe option to reload object files
configure:4848: result: -r
configure:4922: checking for objdump
configure:4938: found /mingw/bin/objdump
configure:4949: result: objdump
configure:4981: checking how to recognize dependent libraries
configure:5183: result: file_magic ^x86 archive import|^x86 DLL
configure:5268: checking for dlltool
configure:5284: found /mingw/bin/dlltool
configure:5295: result: dlltool
configure:5328: checking how to associate runtime and link libraries
configure:5355: result: func_cygming_dll_for_implib
configure:5416: checking for ar
configure:5432: found /mingw/bin/ar
configure:5443: result: ar
configure:5480: checking for archiver @FILE support
configure:5497: gcc -c -g -O2 conftest.c >&5
configure:5497: $? = 0
configure:5500: ar cru libconftest.a @conftest.lst >&5
configure:5503: $? = 0
configure:5508: ar cru libconftest.a @conftest.lst >&5
C:\MinGW\bin\ar.exe: conftest.o: No such file or directory
configure:5511: $? = 1
configure:5523: result: @
configure:5581: checking for strip
configure:5597: found /mingw/bin/strip
configure:5608: result: strip
configure:5680: checking for ranlib
configure:5696: found /mingw/bin/ranlib
configure:5707: result: ranlib
configure:5809: checking command to parse /mingw/bin/nm output from gcc object
configure:5928: gcc -c -g -O2 conftest.c >&5
configure:5931: $? = 0
configure:5935: /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:5938: $? = 0
cannot find nm_test_var in conftest.nm
configure:5928: gcc -c -g -O2 conftest.c >&5
configure:5931: $? = 0
configure:5935: /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:5938: $? = 0
configure:6004: gcc -o conftest.exe -g -O2 conftest.c conftstm.o >&5
configure:6007: $? = 0
configure:6045: result: ok
configure:6082: checking for sysroot
configure:6112: result: no
configure:6355: checking for mt
configure:6385: result: no
configure:6405: checking if : is a manifest tool
configure:6411: : '-?'
configure:6419: result: no
configure:7051: checking how to run the C preprocessor
configure:7082: gcc -E conftest.c
configure:7082: $? = 0
configure:7096: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:7096: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GLPK"
| #define PACKAGE_TARNAME "glpk"
| #define PACKAGE_VERSION "4.65"
| #define PACKAGE_STRING "GLPK 4.65"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "glpk"
| #define VERSION "4.65"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7121: result: gcc -E
configure:7141: gcc -E conftest.c
configure:7141: $? = 0
configure:7155: gcc -E conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^
compilation terminated.
configure:7155: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GLPK"
| #define PACKAGE_TARNAME "glpk"
| #define PACKAGE_VERSION "4.65"
| #define PACKAGE_STRING "GLPK 4.65"
| #define PACKAGE_BUGREPORT "[email protected]"
| #define PACKAGE_URL ""
| #define PACKAGE "glpk"
| #define VERSION "4.65"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7184: checking for ANSI C header files
configure:7204: gcc -c -g -O2 conftest.c >&5
configure:7204: $? = 0
configure:7277: gcc -o conftest.exe -g -O2 conftest.c >&5
configure:7277: $? = 0
configure:7277: ./conftest.exe
configure:7277: $? = 0
configure:7288: result: yes
configure:7301: checking for sys/types.h
configure:7301: gcc -c -g -O2 conftest.c >&5
configure:7301: $? = 0
configure:7301: result: yes
configure:7301: checking for sys/stat.h
configure:7301: gcc -c -g -O2 conftest.c >&5
configure:7301: $? = 0
configure:7301: result: yes
configure:7301: checking for stdlib.h
configure:7301: gcc -c -g -O2 conftest.c >&5
configure:7301: $? = 0
configure:7301: result: yes
configure:7301: checking for string.h
configure:7301: gcc -c -g -O2 conftest.c >&5
configure:7301: $? = 0
configure:7301: result: yes
configure:7301: checking for memory.h
configure:7301: gcc -c -g -O2 conftest.c >&5
configure:7301: $? = 0
configure:7301: result: yes
configure:7301: checking for strings.h
configure:7301: gcc -c -g -O2 conftest.c >&5
configure:7301: $? = 0
configure:7301: result: yes
configure:7301: checking for inttypes.h
configure:7301: gcc -c -g -O2 conftest.c >&5
configure:7301: $? = 0
configure:7301: result: yes
configure:7301: checking for stdint.h
configure:7301: gcc -c -g -O2 conftest.c >&5
configure:7301: $? = 0
configure:7301: result: yes
configure:7301: checking for unistd.h
configure:7301: gcc -c -g -O2 conftest.c >&5
configure:7301: $? = 0
configure:7301: result: yes
configure:7315: checking for dlfcn.h
configure:7315: gcc -c -g -O2 conftest.c >&5
configure:7315: $? = 0
configure:7315: result: yes
configure:7502: checking for objdir
configure:7517: result: .libs
configure:7788: checking if gcc supports -fno-rtti -fno-exceptions
configure:7806: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
cc1.exe: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
configure:7810: $? = 0
configure:7823: result: no
configure:8133: checking for gcc option to produce PIC
configure:8140: result: -DDLL_EXPORT -DPIC
configure:8148: checking if gcc PIC flag -DDLL_EXPORT -DPIC works
configure:8166: gcc -c -g -O2 -DDLL_EXPORT -DPIC -DPIC conftest.c >&5
configure:8170: $? = 0
configure:8183: result: yes
configure:8212: checking if gcc static flag -static works
configure:8240: result: yes
configure:8255: checking if gcc supports -c -o file.o
configure:8276: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
configure:8280: $? = 0
configure:8302: result: yes
configure:8310: checking if gcc supports -c -o file.o
configure:8357: result: yes
configure:8390: checking whether the gcc linker (c:/mingw/mingw32/bin/ld.exe) supports shared libraries
configure:9548: result: yes
configure:9585: checking whether -lc should be explicitly linked in
configure:9593: gcc -c -g -O2 conftest.c >&5
configure:9596: $? = 0
configure:9611: 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:9614: $? = 1
configure:9628: result: yes
configure:9793: checking dynamic linker characteristics
configure:10529: result: Win32 ld.exe
configure:10636: checking how to hardcode library paths into programs
configure:10661: result: immediate
configure:11201: checking whether stripping libraries is possible
configure:11206: result: yes
configure:11241: checking if libtool supports shared libraries
configure:11243: result: yes
configure:11246: checking whether to build shared libraries
configure:11267: result: yes
configure:11270: checking whether to build static libraries
configure:11274: result: yes
configure:11310: checking for exp in -lm
configure:11335: gcc -o conftest.exe -g -O2 conftest.c -lm >&5
conftest.c:30:6: warning: conflicting types for built-in function 'exp'
char exp ();
^~~
configure:11335: $? = 0
configure:11344: result: yes
configure:11356: checking sys/time.h usability
configure:11356: gcc -c -g -O2 conftest.c >&5
configure:11356: $? = 0
configure:11356: result: yes
configure:11356: checking sys/time.h presence
configure:11356: gcc -E conftest.c
configure:11356: $? = 0
configure:11356: result: yes
configure:11356: checking for sys/time.h
configure:11356: result: yes
configure:11365: checking for gettimeofday
configure:11365: gcc -o conftest.exe -g -O2 conftest.c -lm >&5
configure:11365: $? = 0
configure:11365: result: yes
configure:11384: checking whether to use GNU MP bignum library
configure:11394: result: no
configure:11398: checking whether to enable shared library support
configure:11421: result: no
configure:11438: checking whether to enable MathProg ODBC support
configure:11464: result: no
configure:11468: checking whether to enable MathProg MySQL support
configure:11483: result: no
configure:11487: checking whether to enable reentrancy support
configure:11490: result: yes
configure:11492: checking for thread local storage (TLS) class specifier
configure:11506: gcc -c -g -O2 conftest.c >&5
configure:11506: $? = 0
configure:11511: result: _Thread_local
configure:11527: checking if libtool needs -no-undefined flag to build shared libraries
configure:11532: result: yes
configure:11655: checking that generated files are newer than configure
configure:11661: result: done
configure:11684: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by GLPK config.status 4.65, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on Eddie
config.status:1096: creating src/Makefile
config.status:1096: creating examples/Makefile
config.status:1096: creating Makefile
config.status:1096: creating config.h
config.status:1325: executing depfiles commands
config.status:1325: executing libtool commands
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i686-pc-mingw32
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_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_func_gettimeofday=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_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i686-pc-mingw32
ac_cv_lib_m_exp=yes
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_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
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_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
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_NM=/mingw/bin/nm
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_pic='-DDLL_EXPORT -DPIC'
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_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} /Documents/Projekte/CMPL-1-12/Cmpl/data/glpk-4.65/missing --run aclocal-1.12'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AR='ar'
AUTOCONF='${SHELL} /Documents/Projekte/CMPL-1-12/Cmpl/data/glpk-4.65/missing --run autoconf'
AUTOHEADER='${SHELL} /Documents/Projekte/CMPL-1-12/Cmpl/data/glpk-4.65/missing --run autoheader'
AUTOMAKE='${SHELL} /Documents/Projekte/CMPL-1-12/Cmpl/data/glpk-4.65/missing --run automake-1.12'
AWK='gawk'
CC='gcc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-g -O2'
CPP='gcc -E'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='dlltool'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT='.exe'
FGREP='/bin/grep -F'
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='c:/mingw/mingw32/bin/ld.exe'
LDFLAGS=''
LIBOBJS=''
LIBS='-lm '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='cp -pR'
LTLIBOBJS=''
MAKEINFO='${SHELL} /Documents/Projekte/CMPL-1-12/Cmpl/data/glpk-4.65/missing --run makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/bin/mkdir -p'
NM='/mingw/bin/nm'
NMEDIT=''
NOUNDEFINED=' -no-undefined'
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='glpk'
PACKAGE_BUGREPORT='[email protected]'
PACKAGE_NAME='GLPK'
PACKAGE_STRING='GLPK 4.65'
PACKAGE_TARNAME='glpk'
PACKAGE_URL=''
PACKAGE_VERSION='4.65'
PATH_SEPARATOR=':'
RANLIB='ranlib'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='4.65'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE='#'
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_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}'
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} /Documents/Projekte/CMPL-1-12/Cmpl/data/glpk-4.65/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'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "GLPK"
#define PACKAGE_TARNAME "glpk"
#define PACKAGE_VERSION "4.65"
#define PACKAGE_STRING "GLPK 4.65"
#define PACKAGE_BUGREPORT "[email protected]"
#define PACKAGE_URL ""
#define PACKAGE "glpk"
#define VERSION "4.65"
#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_LIBM 1
#define HAVE_SYS_TIME_H 1
#define HAVE_GETTIMEOFDAY 1
#define TLS _Thread_local
configure: exit 0