mirror of
https://github.com/3cky/mbusd
synced 2025-10-26 23:46:44 +08:00
68 lines
3.3 KiB
Plaintext
68 lines
3.3 KiB
Plaintext
This file contains any messages produced by compilers while
|
|
running configure, to aid debugging if configure makes a mistake.
|
|
|
|
configure:584: checking for a BSD compatible install
|
|
configure:637: checking whether build environment is sane
|
|
configure:708: checking for mawk
|
|
configure:708: checking for gawk
|
|
configure:738: checking whether make sets ${MAKE}
|
|
configure:860: checking for strerror in -lcposix
|
|
configure:879: cc -o conftest conftest.c -lcposix 1>&5
|
|
/usr/libexec/elf/ld: cannot find -lcposix
|
|
configure: failed program was:
|
|
#line 868 "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 strerror();
|
|
|
|
int main() {
|
|
strerror()
|
|
; return 0; }
|
|
configure:904: checking for gcc
|
|
configure:1017: checking whether the C compiler (gcc ) works
|
|
configure:1033: gcc -o conftest conftest.c 1>&5
|
|
configure:1059: checking whether the C compiler (gcc ) is a cross-compiler
|
|
configure:1064: checking whether we are using GNU C
|
|
configure:1073: gcc -E conftest.c
|
|
configure:1092: checking whether gcc accepts -g
|
|
configure:1131: checking for style of include used by make
|
|
configure:1165: checking dependency style of gcc
|
|
configure:1235: checking for gcc option to accept ANSI C
|
|
configure:1289: gcc -c -g -O2 conftest.c 1>&5
|
|
configure:1313: checking how to run the C preprocessor
|
|
configure:1334: gcc -E conftest.c >/dev/null 2>conftest.out
|
|
configure:1393: checking for ANSI C header files
|
|
configure:1406: gcc -E conftest.c >/dev/null 2>conftest.out
|
|
configure:1473: gcc -o conftest -g -O2 conftest.c 1>&5
|
|
configure:1572: checking host system type
|
|
configure:1593: checking build system type
|
|
configure:1613: checking for ranlib
|
|
configure:1652: checking for ld used by GCC
|
|
configure:1714: checking if the linker (/usr/libexec/elf/ld) is GNU ld
|
|
GNU ld version 2.12.1 [FreeBSD] 2002-07-20
|
|
configure:1730: checking for BSD-compatible nm
|
|
configure:1766: checking whether ln -s works
|
|
ltconfig:603: checking for object suffix
|
|
ltconfig:604: gcc -c -g -O2 conftest.c 1>&5
|
|
ltconfig:629: checking for executable suffix
|
|
ltconfig:630: gcc -o conftest -g -O2 conftest.c 1>&5
|
|
ltconfig:776: checking if gcc PIC flag -fPIC works
|
|
ltconfig:777: gcc -c -g -O2 -fPIC -DPIC conftest.c 1>&5
|
|
ltconfig:829: checking if gcc supports -c -o file.o
|
|
ltconfig:830: gcc -c -g -O2 -o out/conftest2.o conftest.c 1>&5
|
|
ltconfig:862: checking if gcc supports -c -o file.lo
|
|
ltconfig:863: gcc -c -g -O2 -c -o conftest.lo conftest.c 1>&5
|
|
ltconfig:914: checking if gcc supports -fno-rtti -fno-exceptions
|
|
ltconfig:915: gcc -c -g -O2 -fno-rtti -fno-exceptions -c conftest.c conftest.c 1>&5
|
|
ltconfig:958: checking if gcc static flag -static works
|
|
ltconfig:959: gcc -o conftest -g -O2 -static conftest.c 1>&5
|
|
GNU ld version 2.12.1 [FreeBSD] 2002-07-20
|
|
ltconfig:1635: checking if global_symbol_pipe works
|
|
ltconfig:1636: gcc -c -g -O2 conftest.c 1>&5
|
|
ltconfig:1639: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.*[ ]\([ABCDGISTW]\)[ ][ ]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' > conftest.nm"
|
|
ltconfig:1691: gcc -o conftest -g -O2 -fno-builtin -fno-rtti -fno-exceptions conftest.c conftstm.o 1>&5
|
|
configure:1952: checking for uu_lock in -lutil
|
|
configure:1971: gcc -o conftest -g -O2 conftest.c -lutil 1>&5
|