[go: up one dir, main page]

File: config.log

package info (click to toggle)
fnfx 0.3-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 592 kB
  • ctags: 179
  • sloc: sh: 3,243; ansic: 1,788; makefile: 90
file content (216 lines) | stat: -rw-r--r-- 6,065 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by fnfx configure 0.3, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure --host=i386-linux --build=i386-linux --prefix=/usr --mandir=${prefix}/share/man --infodir=${prefix}/share/info --bindir=${prefix}/bin -sbindir=${prefix}/sbin --sysconfdir=/etc

## --------- ##
## Platform. ##
## --------- ##

hostname = comanche.hangar
uname -m = i686
uname -r = 2.6.10-1-k7
uname -s = Linux
uname -v = #1 Fri Mar 11 03:13:32 EST 2005

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/games
PATH: /usr/lib/j2re1.4.2_05/bin
PATH: /usr/local/lib/j2re1.4/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1354: checking for a BSD-compatible install
configure:1409: result: /usr/bin/install -c
configure:1420: checking whether build environment is sane
configure:1463: result: yes
configure:1488: WARNING: `missing' script is too old or missing
configure:1496: checking for gawk
configure:1512: found /usr/bin/gawk
configure:1522: result: gawk
configure:1532: checking whether make sets $(MAKE)
configure:1552: result: yes
configure:1726: checking for i386-linux-gcc
configure:1742: found /usr/bin/i386-linux-gcc
configure:1752: result: i386-linux-gcc
configure:2034: checking for C compiler version
configure:2037: i386-linux-gcc --version </dev/null >&5
i386-linux-gcc (GCC) 3.3.5 (Debian 1:3.3.5-12)
Copyright (C) 2003 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:2040: $? = 0
configure:2042: i386-linux-gcc -v </dev/null >&5
Reading specs from /usr/lib/gcc-lib/i486-linux/3.3.5/specs
Configured with: ../src/configure -v --enable-languages=c,c++,java,f77,pascal,objc,ada,treelang --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-gxx-include-dir=/usr/include/c++/3.3 --enable-shared --enable-__cxa_atexit --with-system-zlib --enable-nls --without-included-gettext --enable-clocale=gnu --enable-debug --enable-java-gc=boehm --enable-java-awt=xlib --enable-objc-gc i486-linux
Thread model: posix
gcc version 3.3.5 (Debian 1:3.3.5-12)
configure:2045: $? = 0
configure:2047: i386-linux-gcc -V </dev/null >&5
i386-linux-gcc: `-V' option must have argument
configure:2050: $? = 1
configure:2073: checking for C compiler default output file name
configure:2076: i386-linux-gcc -Wall -g -O2   conftest.c  >&5
conftest.c: In function `main':
conftest.c:18: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
For Debian GNU/Linux specific bug reporting instructions, see
<URL:file:///usr/share/doc/gcc-3.3/README.Bugs>.
configure:2079: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| 
| #define PACKAGE_NAME "fnfx"
| #define PACKAGE_TARNAME "fnfx"
| #define PACKAGE_VERSION "0.3"
| #define PACKAGE_STRING "fnfx 0.3"
| #define PACKAGE_BUGREPORT "thoenig@nouse.net"
| #define PACKAGE "fnfx"
| #define VERSION "0.3"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:2118: error: C compiler cannot create executables
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-Wall -g -O2'
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_build_alias_set=set
ac_cv_env_build_alias_value=i386-linux
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=i386-linux
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CC=i386-linux-gcc
ac_cv_prog_make_make_set=yes

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='aclocal-1.7'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='tar'
AUTOCONF='autoconf'
AUTOHEADER='autoheader'
AUTOMAKE='automake-1.7'
AWK='gawk'
CC='i386-linux-gcc'
CCDEPMODE=''
CFLAGS='-Wall -g -O2'
CPP=''
CPPFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EXEEXT=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LTLIBOBJS=''
MAKEINFO='makeinfo'
OBJEXT=''
PACKAGE='fnfx'
PACKAGE_BUGREPORT='thoenig@nouse.net'
PACKAGE_NAME='fnfx'
PACKAGE_STRING='fnfx 0.3'
PACKAGE_TARNAME='fnfx'
PACKAGE_VERSION='0.3'
PATH_SEPARATOR=':'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='0.3'
ac_ct_CC=''
ac_ct_STRIP=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__include=''
am__leading_dot='.'
am__quote=''
bindir='${prefix}/bin'
build_alias='i386-linux'
datadir='${prefix}/share'
exec_prefix='NONE'
host_alias='i386-linux'
includedir='${prefix}/include'
infodir='${prefix}/share/info'
install_sh='/home/agney/mydebs/fnfx/fnfx-0.3/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/share/man'
oldincludedir='/usr/include'
prefix='/usr'
program_transform_name='s,x,x,'
sbindir='${prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE "fnfx"
#define PACKAGE_BUGREPORT "thoenig@nouse.net"
#define PACKAGE_NAME "fnfx"
#define PACKAGE_STRING "fnfx 0.3"
#define PACKAGE_TARNAME "fnfx"
#define PACKAGE_VERSION "0.3"
#define VERSION "0.3"

configure: exit 77