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
|
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:554: checking for gcc
configure:667: checking whether the C compiler (gcc ) works
configure:683: gcc -o conftest conftest.c 1>&5
configure:709: checking whether the C compiler (gcc ) is a cross-compiler
configure:714: checking whether we are using GNU C
configure:723: gcc -E conftest.c
configure:742: checking whether gcc accepts -g
configure:807: checking for pilot-link header files
configure:827: checking for pilot library files
configure:848: checking for main in -lsocket
configure:863: gcc -o conftest -g -O2 conftest.c -lsocket 1>&5
/usr/bin/ld: cannot find -lsocket
collect2: ld returned 1 exit status
configure: failed program was:
#line 856 "configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
configure:895: checking to see if I can compile a pilot link program
configure:912: gcc -o conftest -g -O2 -I/usr/include/libpisock conftest.c -L/usr/lib -lpisock 1>&5
configure:948: checking for dlopen
configure:959: gcc -o conftest conftest.c -ldl 1>&5
configure:1034: checking for gtk-config
configure:1069: checking for GTK - version >= 1.2.0
|