1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure --prefix=/mylibs/iup
## --------- ##
## Platform. ##
## --------- ##
hostname = hermes
uname -m = i686
|
|
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ ./configure --prefix=C:/mylibs/iup
## --------- ##
## Platform. ##
## --------- ##
hostname = hermes
uname -m = i686
|
︙ | | | ︙ | |
34
35
36
37
38
39
40
41
42
43
44
45
46
47
|
PATH: /c/Program Files/Common Files/Microsoft Shared/Windows Live
PATH: /c/windows/SYSTEM32
PATH: /c/windows
PATH: /c/windows/SYSTEM32/WBEM
PATH: /c/windows/SYSTEM32/WINDOWSPOWERSHELL/V1.0/
PATH: /mingw/bin
PATH: /c/chicken/bin
PATH: /c/Program Files/Windows Live/Shared
## ----------- ##
## Core tests. ##
## ----------- ##
|
>
|
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
PATH: /c/Program Files/Common Files/Microsoft Shared/Windows Live
PATH: /c/windows/SYSTEM32
PATH: /c/windows
PATH: /c/windows/SYSTEM32/WBEM
PATH: /c/windows/SYSTEM32/WINDOWSPOWERSHELL/V1.0/
PATH: /mingw/bin
PATH: /c/chicken/bin
PATH: /c/mylibs/iup
PATH: /c/Program Files/Windows Live/Shared
## ----------- ##
## Core tests. ##
## ----------- ##
|
︙ | | | ︙ | |
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
|
CONFIG_COMMANDS =
$ ./config.status
on hermes
config.status:626: creating Makefile
configure:2219: configuring in avcall
configure:2336: running /bin/sh './configure' --prefix=/mylibs/iup '--prefix=/mylibs/iup' --cache-file=/dev/null --srcdir=.
configure:2219: configuring in vacall
configure:2336: running /bin/sh './configure' --prefix=/mylibs/iup '--prefix=/mylibs/iup' --cache-file=/dev/null --srcdir=.
configure:2219: configuring in trampoline
configure:2336: running /bin/sh './configure' --prefix=/mylibs/iup '--prefix=/mylibs/iup' --cache-file=/dev/null --srcdir=.
configure:2219: configuring in callback
configure:2336: running /bin/sh './configure' --prefix=/mylibs/iup '--prefix=/mylibs/iup' --cache-file=/dev/null --srcdir=.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
|
|
|
|
|
|
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
|
CONFIG_COMMANDS =
$ ./config.status
on hermes
config.status:626: creating Makefile
configure:2219: configuring in avcall
configure:2336: running /bin/sh './configure' --prefix=C:/mylibs/iup '--prefix=C:/mylibs/iup' --cache-file=/dev/null --srcdir=.
configure:2219: configuring in vacall
configure:2336: running /bin/sh './configure' --prefix=C:/mylibs/iup '--prefix=C:/mylibs/iup' --cache-file=/dev/null --srcdir=.
configure:2219: configuring in trampoline
configure:2336: running /bin/sh './configure' --prefix=C:/mylibs/iup '--prefix=C:/mylibs/iup' --cache-file=/dev/null --srcdir=.
configure:2219: configuring in callback
configure:2336: running /bin/sh './configure' --prefix=C:/mylibs/iup '--prefix=C:/mylibs/iup' --cache-file=/dev/null --srcdir=.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
|
︙ | | | ︙ | |
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
|
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/mylibs/iup'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' avcall vacall trampoline callback'
sysconfdir='${prefix}/etc'
target_alias=''
|
|
|
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
|
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='C:/mylibs/iup'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=' avcall vacall trampoline callback'
sysconfdir='${prefix}/etc'
target_alias=''
|
︙ | | | ︙ | |