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 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291
|
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:567: checking host system type
configure:672: checking for gcc
configure:785: checking whether the C compiler (gcc ) works
configure:801: gcc -o conftest conftest.c 1>&5
configure:827: checking whether the C compiler (gcc ) is a cross-compiler
configure:832: checking whether we are using GNU C
configure:841: gcc -E conftest.c
configure:860: checking whether gcc accepts -g
configure:903: checking for a BSD compatible install
configure:957: checking for main in -lm
configure:972: gcc -o conftest -g -O2 conftest.c -lm 1>&5
configure:1000: checking for main in -lc
configure:1015: gcc -o conftest -g -O2 conftest.c -lc -lm 1>&5
configure:1043: checking for main in -lucb
configure:1058: gcc -o conftest -g -O2 conftest.c -lucb -lc -lm 1>&5
/usr/bin/ld: cannot find -lucb
collect2: ld returned 1 exit status
configure: failed program was:
#line 1051 "configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
configure:1086: checking for main in -ldl
configure:1101: gcc -o conftest -g -O2 conftest.c -ldl -lc -lm 1>&5
configure:1134: checking for dirent.h that defines DIR
configure:1147: gcc -c -g -O2 conftest.c 1>&5
configure:1172: checking for opendir in -ldir
configure:1191: gcc -o conftest -g -O2 conftest.c -ldir -ldl -lc -lm 1>&5
/usr/bin/ld: cannot find -ldir
collect2: ld returned 1 exit status
configure: failed program was:
#line 1180 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char opendir();
int main() {
opendir()
; return 0; }
configure:1255: checking how to run the C preprocessor
configure:1276: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1335: checking for ANSI C header files
configure:1348: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1415: gcc -o conftest -g -O2 conftest.c -ldl -lc -lm 1>&5
configure:1442: checking for fcntl.h
configure:1452: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1442: checking for limits.h
configure:1452: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1442: checking for unistd.h
configure:1452: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1442: checking for sys/soundcard.h
configure:1452: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1442: checking for soundcard.h
configure:1452: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1448: soundcard.h: No such file or directory
configure: failed program was:
#line 1447 "configure"
#include "confdefs.h"
#include <soundcard.h>
configure:1442: checking for machine/soundcard.h
configure:1452: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1448: machine/soundcard.h: No such file or directory
configure: failed program was:
#line 1447 "configure"
#include "confdefs.h"
#include <machine/soundcard.h>
configure:1442: checking for libc.h
configure:1452: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1448: libc.h: No such file or directory
configure: failed program was:
#line 1447 "configure"
#include "confdefs.h"
#include <libc.h>
configure:1442: checking for sys/vfs.h
configure:1452: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1442: checking for sys/statfs.h
configure:1452: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1442: checking for sys/mount.h
configure:1452: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1442: checking for fpu_control.h
configure:1452: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1442: checking for setjmp.h
configure:1452: gcc -E conftest.c >/dev/null 2>conftest.out
configure:1479: checking whether time.h and sys/time.h may both be included
configure:1493: gcc -c -g -O2 conftest.c 1>&5
configure:1515: checking for working const
configure:1569: gcc -c -g -O2 conftest.c 1>&5
configure:1590: checking for mode_t
configure:1623: checking for size_t
configure:1656: checking for pid_t
configure:1689: checking whether struct tm is in sys/time.h or time.h
configure:1702: gcc -c -g -O2 conftest.c 1>&5
configure:1723: checking whether byte ordering is bigendian
configure:1741: gcc -c -g -O2 conftest.c 1>&5
configure:1756: gcc -c -g -O2 conftest.c 1>&5
configure: In function `main':
configure:1751: `not' undeclared (first use in this function)
configure:1751: (Each undeclared identifier is reported only once
configure:1751: for each function it appears in.)
configure:1751: parse error before `big'
configure: failed program was:
#line 1745 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>
int main() {
#if BYTE_ORDER != BIG_ENDIAN
not big endian
#endif
; return 0; }
configure:1813: checking for inline
configure:1827: gcc -c -g -O2 conftest.c 1>&5
configure:1854: checking size of int
configure:1873: gcc -o conftest -g -O2 conftest.c -ldl -lc -lm 1>&5
configure:1893: checking size of char
configure:1912: gcc -o conftest -g -O2 conftest.c -ldl -lc -lm 1>&5
configure:1932: checking size of short
configure:1951: gcc -o conftest -g -O2 conftest.c -ldl -lc -lm 1>&5
configure:1971: checking size of long
configure:1990: gcc -o conftest -g -O2 conftest.c -ldl -lc -lm 1>&5
configure:2010: checking size of int *
configure:2029: gcc -o conftest -g -O2 conftest.c -ldl -lc -lm 1>&5
configure:2050: checking return type of signal handlers
configure:2072: gcc -c -g -O2 conftest.c 1>&5
configure:2091: checking for strftime
configure:2119: gcc -o conftest -g -O2 conftest.c -ldl -lc -lm 1>&5
configure:2189: checking for getcwd
configure:2217: gcc -o conftest -g -O2 conftest.c -ldl -lc -lm 1>&5
configure:2189: checking for strerror
configure:2217: gcc -o conftest -g -O2 conftest.c -ldl -lc -lm 1>&5
configure:2189: checking for tempnam
configure:2217: gcc -o conftest -g -O2 conftest.c -ldl -lc -lm 1>&5
configure:2189: checking for strtok
configure:2217: gcc -o conftest -g -O2 conftest.c -ldl -lc -lm 1>&5
configure:2189: checking for mallinfo
configure:2217: gcc -o conftest -g -O2 conftest.c -ldl -lc -lm 1>&5
configure:2242: checking whether closedir returns void
configure:2256: gcc -o conftest -g -O2 conftest.c -ldl -lc -lm 1>&5
configure:2279: checking for vprintf
configure:2307: gcc -o conftest -g -O2 conftest.c -ldl -lc -lm 1>&5
configure:2389: checking for X
configure:2703: checking for dnet_ntoa in -ldnet
configure:2722: gcc -o conftest -g -O2 conftest.c -ldnet -ldl -lc -lm 1>&5
/usr/bin/ld: cannot find -ldnet
collect2: ld returned 1 exit status
configure: failed program was:
#line 2711 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char dnet_ntoa();
int main() {
dnet_ntoa()
; return 0; }
configure:2744: checking for dnet_ntoa in -ldnet_stub
configure:2763: gcc -o conftest -g -O2 conftest.c -ldnet_stub -ldl -lc -lm 1>&5
/usr/bin/ld: cannot find -ldnet_stub
collect2: ld returned 1 exit status
configure: failed program was:
#line 2752 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char dnet_ntoa();
int main() {
dnet_ntoa()
; return 0; }
configure:2792: checking for gethostbyname
configure:2820: gcc -o conftest -g -O2 conftest.c -ldl -lc -lm 1>&5
configure:2890: checking for connect
configure:2918: gcc -o conftest -g -O2 conftest.c -ldl -lc -lm 1>&5
configure:2982: checking for remove
configure:3010: gcc -o conftest -g -O2 conftest.c -ldl -lc -lm 1>&5
configure:3074: checking for shmat
configure:3102: gcc -o conftest -g -O2 conftest.c -ldl -lc -lm 1>&5
configure:3175: checking for IceConnectionNumber in -lICE
configure:3194: gcc -o conftest -g -O2 -L/usr/X11R6/lib conftest.c -lICE -ldl -lc -lm 1>&5
configure:3223: checking for XShapeCombineMask in -lXext
configure:3242: gcc -o conftest -g -O2 conftest.c -lXext -L/usr/X11R6/lib -lSM -lICE -lXt -lX11 -lm -ldl -lc -lm 1>&5
configure:3269: checking for XpmReadFileToPixmap in -lXpm
configure:3288: gcc -o conftest -g -O2 conftest.c -lXpm -L/usr/X11R6/lib -lSM -lICE -lXt -lX11 -lm -lXext -ldl -lc -lm 1>&5
configure:3319: checking for XpGetDocumentData in -lXp
configure:3338: gcc -o conftest -g -O2 conftest.c -lXp -L/usr/X11R6/lib -lSM -lICE -lXt -lX11 -lm -lXext -ldl -lc -lm 1>&5
configure:3369: checking for Guile
configure:3395: checking for main in -lFS
configure:3410: gcc -o conftest -g -O2 conftest.c -lFS -lXp -L/usr/X11R6/lib -lSM -lICE -lXt -lX11 -lm -lXext -ldl -lc -lm 1>&5
configure:3437: checking for main in -lMrm
configure:3452: gcc -o conftest -g -O2 conftest.c -lMrm -lXm -lXp -L/usr/X11R6/lib -lSM -lICE -lXt -lX11 -lm -lXext -ldl -lc -lm 1>&5
configure:3479: checking for main in -laudio
configure:3494: gcc -o conftest -g -O2 conftest.c -laudio -ldl -lc -lm 1>&5
/usr/bin/ld: cannot find -laudio
collect2: ld returned 1 exit status
configure: failed program was:
#line 3487 "configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
configure:3527: checking for main in -lasound
configure:3542: gcc -o conftest -g -O2 conftest.c -lasound -ldl -lc -lm 1>&5
configure:3698: checking for audio system
configure:3704: checking for predefined PI
configure:3713: gcc -c -g -O2 conftest.c 1>&5
configure: In function `main':
configure:3710: `PI' undeclared (first use in this function)
configure:3710: (Each undeclared identifier is reported only once
configure:3710: for each function it appears in.)
configure: failed program was:
#line 3706 "configure"
#include "confdefs.h"
#include <math.h>
int main() {
int i; i=PI
; return 0; }
configure:3732: checking fstafs args
configure:3741: gcc -c -g -O2 conftest.c 1>&5
configure: In function `main':
configure:3737: too many arguments to function `fstatfs'
configure: failed program was:
#line 3734 "configure"
#include "confdefs.h"
#include <sys/statfs.h>
int main() {
struct statfs buf; int err,fd; err=fstatfs(fd,&buf,sizeof(buf),0)
; return 0; }
configure:3758: gcc -c -g -O2 conftest.c 1>&5
configure: In function `main':
configure:3754: too many arguments to function `fstatfs'
configure: failed program was:
#line 3751 "configure"
#include "confdefs.h"
#include <sys/vfs.h>
int main() {
struct statfs buf; int err,fd; err=fstatfs(fd,&buf,sizeof(buf),0)
; return 0; }
configure:3779: gcc -c -g -O2 conftest.c 1>&5
configure: In function `main':
configure:3775: too many arguments to function `fstatfs'
configure: failed program was:
#line 3769 "configure"
#include "confdefs.h"
#include <dirent.h>
#include <sys/vfs.h>
#include <sys/statfs.h>
int main() {
struct statfs buf; int err,fd; err=fstatfs(fd,&buf,sizeof(buf),0)
; return 0; }
configure:3797: gcc -c -g -O2 conftest.c 1>&5
configure:3875: checking for XmNselectedPositionCount
configure:3884: gcc -c -g -O2 conftest.c 1>&5
configure:3878: Xm/XmAll.h: No such file or directory
configure: failed program was:
#line 3877 "configure"
#include "confdefs.h"
#include <Xm/XmAll.h>
int main() {
int n; Widget w; XtVaGetValues(w,XmNselectedPositionCount,&n,NULL)
; return 0; }
configure:3903: checking for scm_make_smob_type in -lguile
configure:3922: gcc -o conftest -g -O2 conftest.c -lguile -ldl -lc -lm 1>&5
/usr/lib/libguile.so: undefined reference to `qt_abort'
/usr/lib/libguile.so: undefined reference to `qt_error'
/usr/lib/libguile.so: undefined reference to `qt_block'
collect2: ld returned 1 exit status
configure: failed program was:
#line 3911 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error. */
/* We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. */
char scm_make_smob_type();
int main() {
scm_make_smob_type()
; return 0; }
configure:3952: checking for sigsetjmp
configure:3961: gcc -o conftest -g -O2 conftest.c -ldl -lc -lm 1>&5
|