Hi list,
i installed PCP on Debian 3.0 rc1. Well i forgot to have a look at the
config.log and it seems that i installed PCP with some errors. Actually
PCP works (in parts!?), but i did only test tree or four features of PCP
so i don´t know what exactly is ok or wrong. As you can see i am missing
two or maybe three Debian packages. Please have a look at the config.log
and if you understand the error messages, let me know whats wrong and
which packages i need. I ´ve tried it via google, but couldn´t find a
solution.
Cordially
Gerd
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:583: checking host system type
configure:604: checking target system type
configure:622: checking build system type
configure:721: checking for gcc
configure:834: checking whether the C compiler (gcc ) works
configure:850: gcc -o conftest conftest.c 1>&5
configure:876: checking whether the C compiler (gcc ) is a cross-compiler
configure:881: checking whether we are using GNU C
configure:909: checking whether gcc accepts -g
configure:948: checking for /usr/bin/gmake
configure:984: checking for GNU make elsewhere
configure:1019: checking for c++
configure:1051: checking whether the C++ compiler (c++ ) works
configure:1067: c++ -o conftest conftest.C 1>&5
configure:1093: checking whether the C++ compiler (c++ ) is a
cross-compiler
configure:1098: checking whether we are using GNU C++
configure:1126: checking whether c++ accepts -g
configure:1175: gcc -c -g -O2 conftest.c 1>&5
configure:1192: gcc -c -g -O2 conftest.c 1>&5
configure:1212: checking how to run the C preprocessor
configure:1295: checking for simple cpp args
configure:1322: checking for ld
configure:1370: checking for a BSD compatible install
configure:1433: checking for tar
configure:1475: checking for xmessage
configure:1518: checking for gzip
configure:1559: checking for bzip2
configure:1600: checking for rpmbuild
configure:1639: checking for rpm
configure:1696: checking for gendist
configure:1735: checking for makedepend
configure:1776: checking for dpkg
configure:1813: checking whether ln -s works
configure:1839: checking for bison
configure:1878: checking for flex
configure:1912: checking for yywrap in -lfl
configure:1961: checking for gawk
configure:2001: checking for sed
configure:2039: checking for echo
configure:2076: checking if echo uses -n or backslash-c to supress newlines
configure:2097: checking for ps style
configure:2179: checking for dirent.h that defines DIR
configure:2217: checking for opendir in -ldir
configure:2300: checking for ANSI C header files
configure:2404: checking for sys/wait.h that is POSIX.1 compatible
configure:2449: checking for fcntl.h
configure:2449: checking for limits.h
configure:2449: checking for malloc.h
configure:2449: checking for strings.h
configure:2449: checking for sys/time.h
configure:2449: checking for syslog.h
configure:2449: checking for unistd.h
configure:2449: checking for sched.h
configure:2449: checking for termios.h
configure:2449: checking for dlfcn.h
configure:2449: checking for ieeefp.h
configure:2449: checking for endian.h
configure:2449: checking for sys/endian.h
configure:2449: checking for pthread.h
configure:2487: checking for working const
configure:2562: checking for off_t
configure:2595: checking for pid_t
configure:2628: checking for size_t
configure:2661: checking whether time.h and sys/time.h may both be included
configure:2696: checking whether struct tm is in sys/time.h or time.h
configure:2731: checking for hstrerror in -lresolv
configure:2779: checking return type of signal handlers
configure:2820: checking for wait3 that fills in rusage
configure:2882: checking for vprintf
configure:2989: checking for getcwd
configure:2989: checking for gethostname
configure:2989: checking for gettimeofday
configure:2989: checking for mktime
configure:2989: checking for putenv
configure:2989: checking for select
configure:2989: checking for socket
configure:2989: checking for strdup
configure:2989: checking for strerror
configure:2989: checking for strtod
configure:2989: checking for strtol
configure:2989: checking for uname
configure:2989: checking for waitpid
configure:2989: checking for atexit
configure:2989: checking for brk
configure:2989: checking for sbrk
configure:2989: checking for __clone
configure:2989: checking for sproc
configure:2989: checking for tcgetattr
configure:2989: checking for signal
configure:2989: checking for hstrerror
configure:2989: checking for isnanf
configure:2989: checking for isnand
configure:2989: checking for shl_load
configure:2989: checking for sginap
configure:2989: checking for usleep
configure:2989: checking for oserror
configure:2989: checking for setoserror
configure:2989: checking for sighold
configure:2989: checking for sigrelse
configure:2989: checking for prctl
configure:2989: checking for regex
configure:2989: checking for regcmp
configure:2989: checking for regexec
configure:2989: checking for regcomp
configure:3267: checking for __int32_t
configure:3300: checking for __uint32_t
configure:3333: checking for __int64_t
configure:3366: checking for __uint64_t
configure:3399: checking for uint_t
configure:3434: checking for __psint_t
configure:3449: gcc -c -g -O2 conftest.c 1>&5
configure: In function `main':
configure:3444: error: `__psint_t' undeclared (first use in this function)
configure:3444: error: (Each undeclared identifier is reported only once
configure:3444: error: for each function it appears in.)
configure:3444: error: parse error before "psint"
configure: failed program was:
#line 3436 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <stdlib.h>
#include <stddef.h>
int main() {
__psint_t psint;
; return 0; }
configure:3475: gcc -c -g -O2 conftest.c 1>&5
configure:3500: gcc -o conftest -g -O2 conftest.c -lresolv 1>&5
configure:3515: checking for PR_TERMCHILD constants in sys/prctl.h
configure:3528: gcc -c -g -O2 conftest.c 1>&5
configure: In function `main':
configure:3523: error: `PR_TERMCHILD' undeclared (first use in this
function)
configure:3523: error: (Each undeclared identifier is reported only once
configure:3523: error: for each function it appears in.)
configure: failed program was:
#line 3517 "configure"
#include "confdefs.h"
#include <sys/prctl.h>
int main() {
int i = PR_TERMCHILD;
; return 0; }
configure:3542: checking for PR_SET_PDEATHSIG constants in sys/prctl.h
configure:3555: gcc -c -g -O2 conftest.c 1>&5
configure:3571: checking if linker supports -rdynamic
configure:3588: checking whether const arg for scandir() select method
configure:3612: checking if getopt() needs $POSIXLY_CORRECT
./conftest arg -x -> "n"
POSIXLY_CORRECT= ./conftest arg -x -> "y"
configure:3661: checking if printf %p produces 0x prefix
./conftest -> "0xbffffb74"
configure:3686: checking sizeof long
./conftest -> "4"
configure:3707: checking sizeof pointer
./conftest -> "4"
configure:3728: checking sizeof int
./conftest -> "4"
configure:3746: checking if bit fields allocated left-to-right
./conftest -> "00000021"
configure:3794: gcc -o conftest -g -O2 conftest.c -lresolv 1>&5
configure:3814: checking for basename in -lgen
configure:3856: checking for dlopen in -ldl
configure:3902: checking for flog10 in -lm
configure:3955: gcc -o conftest -g -O2 conftest.c -lresolv 1>&5
configure: In function `main':
configure:3950: error: `SIG_PF' undeclared (first use in this function)
configure:3950: error: (Each undeclared identifier is reported only once
configure:3950: error: for each function it appears in.)
configure:3950: error: parse error before "x"
configure: failed program was:
#line 3944 "configure"
#include "confdefs.h"
#include <signal.h>
int main() {
SIG_PF x;
; return 0; }
configure:3980: gcc -o conftest -g -O2 conftest.c -lresolv 1>&5
configure:4351: checking for xconfirm
configure:4392: checking for FNDELAY in fcntl.h
configure:4405: gcc -c -g -O2 conftest.c 1>&5
configure:4423: checking for pthread_mutex_t in pthread.h
configure:4436: gcc -c -g -O2 conftest.c 1>&5
configure:4452: checking where pthread_create() is defined
configure:4471: gcc -o conftest -g -O2 conftest.c -lresolv 1>&5
/tmp/ccCohT1J.o(.text+0x23): In function `main':
/opt/src/pcp-2.3.2/configure:4466: undefined reference to `pthread_create'
collect2: ld returned 1 exit status
configure: failed program was:
#line 4460 "configure"
#include "confdefs.h"
#include <pthread.h>
int main() {
pthread_create(NULL, NULL, NULL, NULL);
; return 0; }
configure:4471: gcc -o conftest -g -O2 conftest.c -lresolv -lpthreads 1>&5
/usr/bin/ld: cannot find -lpthreads
collect2: ld returned 1 exit status
configure: failed program was:
#line 4460 "configure"
#include "confdefs.h"
#include <pthread.h>
int main() {
pthread_create(NULL, NULL, NULL, NULL);
; return 0; }
configure:4471: gcc -o conftest -g -O2 conftest.c -lresolv -lpthread 1>&5
configure:4493: checking for altzone in time.h
configure:4506: gcc -c -g -O2 conftest.c 1>&5
configure: In function `main':
configure:4501: error: `altzone' undeclared (first use in this function)
configure:4501: error: (Each undeclared identifier is reported only once
configure:4501: error: for each function it appears in.)
configure: failed program was:
#line 4495 "configure"
#include "confdefs.h"
#include <time.h>
int main() {
time_t az = altzone;
; return 0; }
configure:4521: checking if strftime knows about %z
configure:4543: gcc -o conftest -g -O2 conftest.c -lresolv 1>&5
|