[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mozilla-builds
Subject:    more configure problems
From:       darkmane <darkmane () gte ! net>
Date:       1998-11-30 21:11:41
[Download RAW message or body]

Hi-
     I'm running into more build problems here is my build environment:

     
LD_LIBRARYPATH=/usr/lib:/usr/local/lib:/usr/X11R6/lib:/code/mozilla/nsprpub
/lib:.

     My ld.so.conf file reads the same

     And I have put in the my config.log file. the libraries it is saying 
it is looking for are located in /code/mozilla/nsprpub/lib... can anyone 
give any help. I'm trying to get my build environment setup so I can help 
out.


-- Sean

--BEGIN config.log

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:629: checking host system type
configure:650: checking target system type
configure:668: checking build system type
configure:718: checking for gcc
configure:795: checking whether the C compiler (gcc  ) works
configure:809: gcc -o conftest    conftest.c  1>&5
configure:829: checking whether the C compiler (gcc  ) is a cross-compiler
configure:834: checking whether we are using GNU C
configure:843: gcc -E conftest.c
configure:858: checking whether gcc accepts -g
configure:890: checking for c++
configure:921: checking whether the C++ compiler (c++  ) works
configure:935: c++ -o conftest    conftest.C  1>&5
configure:961: checking whether the C++ compiler (c++  ) is a 
cross-compiler
configure:966: checking whether we are using GNU C++
configure:975: c++ -E conftest.C
configure:990: checking whether c++ accepts -g
configure:1019: checking whether gcc and cc understand -c and -o together
configure:1034: gcc -c conftest.c -o conftest.o 1>&5
configure:1035: gcc -c conftest.c -o conftest.o 1>&5
configure:1040: cc -c conftest.c 1>&5
configure:1042: cc -c conftest.c -o conftest.o 1>&5
configure:1043: cc -c conftest.c -o conftest.o 1>&5
configure:1077: checking how to run the C preprocessor
configure:1098: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:1138: checking how to run the C++ preprocessor
configure:1156: c++ -E  conftest.C >/dev/null 2>conftest.out
configure:1181: checking whether make sets ${MAKE}
configure:1218: checking for a BSD compatible install
configure:1272: checking for mawk
configure:1272: checking for gawk
configure:1303: checking for ranlib
configure:1335: checking for xemacs
configure:1335: checking for lemacs
configure:1335: checking for emacs
configure:1372: checking for perl5
configure:1372: checking for perl
configure:1407: checking for whoami
configure:1439: checking for unzip
configure:1471: checking for zip
configure:1506: checking for X
configure:1820: checking for dnet_ntoa in -ldnet
configure:1839: gcc -o conftest -g -O2   conftest.c -ldnet   1>&5
/usr/bin/ld: cannot open -ldnet: No such file or directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 1828 "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:1861: checking for dnet_ntoa in -ldnet_stub
configure:1880: gcc -o conftest -g -O2   conftest.c -ldnet_stub   1>&5
/usr/bin/ld: cannot open -ldnet_stub: No such file or directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 1869 "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:1909: checking for gethostbyname
configure:1937: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2007: checking for connect
configure:2035: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2099: checking for remove
configure:2127: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2191: checking for shmat
configure:2219: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2292: checking for IceConnectionNumber in -lICE
configure:2311: gcc -o conftest -g -O2   -L/usr/X11R6/lib conftest.c 
-lICE   1>&5
configure:2397: checking for working const
configure:2451: gcc -c -g -O2  conftest.c 1>&5
configure:2472: checking for inline
configure:2486: gcc -c -g -O2  conftest.c 1>&5
configure:2512: checking for ANSI C header files
configure:2525: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:2592: gcc -o conftest -g -O2   conftest.c  1>&5
configure:2616: checking for mode_t
configure:2649: checking for off_t
configure:2682: checking for pid_t
configure:2715: checking for size_t
configure:2748: checking for uid_t in sys/types.h
configure:2782: checking for st_blksize in struct stat
configure:2795: gcc -c -g -O2  conftest.c 1>&5
configure:2816: checking for st_rdev in struct stat
configure:2829: gcc -c -g -O2  conftest.c 1>&5
configure:2850: checking whether struct tm is in sys/time.h or time.h
configure:2863: gcc -c -g -O2  conftest.c 1>&5
configure:2884: checking for tm_zone in struct tm
configure:2897: gcc -c -g -O2  conftest.c 1>&5
configure:2959: checking for dirent.h that defines DIR
configure:2972: gcc -c -g -O2  conftest.c 1>&5
configure:2997: checking for opendir in -ldir
configure:3016: gcc -o conftest -g -O2   conftest.c -ldir   1>&5
/usr/bin/ld: cannot open -ldir: No such file or directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 3005 "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:3080: checking for ANSI C header files
configure:3184: checking for sys/wait.h that is POSIX.1 compatible
configure:3205: gcc -c -g -O2  conftest.c 1>&5
configure:3226: checking whether time.h and sys/time.h may both be 
included
configure:3240: gcc -c -g -O2  conftest.c 1>&5
configure:3264: checking for fcntl.h
configure:3274: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3264: checking for limits.h
configure:3274: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3264: checking for malloc.h
configure:3274: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3264: checking for paths.h
configure:3274: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3264: checking for strings.h
configure:3274: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3264: checking for unistd.h
configure:3274: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3304: checking for sys/bittypes.h
configure:3314: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3310: sys/bittypes.h: No such file or directory
configure: failed program was:
#line 3309 "configure"
#include "confdefs.h"
#include <sys/bittypes.h>
configure:3304: checking for sys/file.h
configure:3314: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3304: checking for sys/ioctl.h
configure:3314: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3304: checking for sys/time.h
configure:3314: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3344: checking for getopt.h
configure:3354: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3344: checking for ioctl.h
configure:3354: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3350: ioctl.h: No such file or directory
configure: failed program was:
#line 3349 "configure"
#include "confdefs.h"
#include <ioctl.h>
configure:3344: checking for sys/cdefs.h
configure:3354: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3344: checking for filio.h
configure:3354: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3350: filio.h: No such file or directory
configure: failed program was:
#line 3349 "configure"
#include "confdefs.h"
#include <filio.h>
configure:3344: checking for systeminfo.h
configure:3354: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:3350: systeminfo.h: No such file or directory
configure: failed program was:
#line 3349 "configure"
#include "confdefs.h"
#include <systeminfo.h>
configure:3382: checking for gethostbyname_r in -lc_r
configure:3401: gcc -o conftest -g -O2   conftest.c -lc_r   1>&5
/usr/bin/ld: cannot open -lc_r: No such file or directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 3390 "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 gethostbyname_r();

int main() {
gethostbyname_r()
; return 0; }
configure:3427: checking for strcpy in -lc
configure:3446: gcc -o conftest -g -O2   conftest.c -lc   1>&5
configure:3439: warning: conflicting types for built-in function `strcpy'
configure:3476: checking for atan in -lm
configure:3495: gcc -o conftest -g -O2   conftest.c -lm  -lc  1>&5
configure:3523: checking for dlopen in -ldl
configure:3542: gcc -o conftest -g -O2   conftest.c -ldl  -lm -lc  1>&5
configure:3619: checking for res_gethostbyaddr in -lresolv
configure:3638: gcc -o conftest -g -O2   conftest.c -lresolv  -ldl -lm 
-lc  1>&5
configure:3666: checking for getnetbyaddr in -lsocket
configure:3685: gcc -o conftest -g -O2   conftest.c -lsocket  -lresolv 
-ldl -lm -lc  1>&5
/usr/bin/ld: cannot open -lsocket: No such file or directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 3674 "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 getnetbyaddr();

int main() {
getnetbyaddr()
; return 0; }
configure:3713: checking for login in -lutil
configure:3732: gcc -o conftest -g -O2   conftest.c -lutil  -lresolv -ldl 
-lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:3760: checking for xdr_string in -lnsl
configure:3779: gcc -o conftest -g -O2   conftest.c -lnsl  -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:3807: checking for elf_rawdata in -lelf
configure:3826: gcc -o conftest -g -O2   conftest.c -lelf  -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/bin/ld: cannot open -lelf: No such file or directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 3815 "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 elf_rawdata();

int main() {
elf_rawdata()
; return 0; }
configure:3854: checking for textdomain in -lintl
configure:3873: gcc -o conftest -g -O2   conftest.c -lintl  -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/bin/ld: cannot open -lintl: No such file or directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 3862 "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 textdomain();

int main() {
textdomain()
; return 0; }
configure:3901: checking for shm_open in -lposix4
configure:3920: gcc -o conftest -g -O2   conftest.c -lposix4  -lnsl 
-lutil -lresolv -ldl -lm -lc  1>&5
/usr/bin/ld: cannot open -lposix4: No such file or directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 3909 "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 shm_open();

int main() {
shm_open()
; return 0; }
configure:3948: checking for iswupper in -lw
configure:3967: gcc -o conftest -g -O2   conftest.c -lw  -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/bin/ld: cannot open -lw: No such file or directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 3956 "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 iswupper();

int main() {
iswupper()
; return 0; }
configure:3995: checking for yywrap in -ll
configure:4014: gcc -o conftest -g -O2   conftest.c -ll  -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/bin/ld: cannot open -ll: No such file or directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 4003 "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 yywrap();

int main() {
yywrap()
; return 0; }
configure:4040: checking for yywrap in -lfl
configure:4059: gcc -o conftest -g -O2   conftest.c -lfl  -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:4093: checking for working alloca.h
configure:4105: gcc -o conftest -g -O2   conftest.c -lfl -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:4126: checking for alloca
configure:4154: gcc -o conftest -g -O2   conftest.c -lfl -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:4321: checking whether gcc needs -traditional
configure:4367: checking for 8-bit clean memcmp
configure:4385: gcc -o conftest -g -O2   conftest.c -lfl -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:4406: checking for unistd.h
configure:4445: checking for getpagesize
configure:4473: gcc -o conftest -g -O2   conftest.c -lfl -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:4498: checking for working mmap
configure:4646: gcc -o conftest -g -O2   conftest.c -lfl -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:4669: checking return type of signal handlers
configure:4691: gcc -c -g -O2  conftest.c 1>&5
configure:4710: checking for working strcoll
configure:4728: gcc -o conftest -g -O2   conftest.c -lfl -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:4751: checking for strftime
configure:4779: gcc -o conftest -g -O2   conftest.c -lfl -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:4847: checking whether utime accepts a null argument
configure:4868: gcc -o conftest -g -O2   conftest.c -lfl -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:4893: checking for vfork.h
configure:4903: gcc -E  conftest.c >/dev/null 2>conftest.out
configure:4899: vfork.h: No such file or directory
configure: failed program was:
#line 4898 "configure"
#include "confdefs.h"
#include <vfork.h>
configure:4928: checking for working vfork
configure:5078: gcc -o conftest -g -O2   conftest.c -lfl -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:5101: checking for vprintf
configure:5129: gcc -o conftest -g -O2   conftest.c -lfl -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:5208: checking for ftime
configure:5236: gcc -o conftest -g -O2   conftest.c -lfl -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:5208: checking for getcwd
configure:5236: gcc -o conftest -g -O2   conftest.c -lfl -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:5208: checking for gethostname
configure:5236: gcc -o conftest -g -O2   conftest.c -lfl -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:5208: checking for getwd
configure:5236: gcc -o conftest -g -O2   conftest.c -lfl -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
/tmp/cca068341.o: In function `main':
/code/mozilla/obj-powerpc-unknown-linux/configure:5230: the `getwd' 
function is dangerous and should not be used.
configure:5208: checking for mkdir
configure:5236: gcc -o conftest -g -O2   conftest.c -lfl -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:5208: checking for mktime
configure:5236: gcc -o conftest -g -O2   conftest.c -lfl -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:5208: checking for putenv
configure:5236: gcc -o conftest -g -O2   conftest.c -lfl -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:5208: checking for rmdir
configure:5236: gcc -o conftest -g -O2   conftest.c -lfl -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:5208: checking for select
configure:5236: gcc -o conftest -g -O2   conftest.c -lfl -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:5263: checking for socket
configure:5291: gcc -o conftest -g -O2   conftest.c -lfl -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:5263: checking for strcspn
configure:5291: gcc -o conftest -g -O2   conftest.c -lfl -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:5263: checking for strdup
configure:5291: gcc -o conftest -g -O2   conftest.c -lfl -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:5263: checking for strerror
configure:5291: gcc -o conftest -g -O2   conftest.c -lfl -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:5263: checking for strspn
configure:5291: gcc -o conftest -g -O2   conftest.c -lfl -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:5263: checking for strstr
configure:5291: gcc -o conftest -g -O2   conftest.c -lfl -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:5263: checking for strtol
configure:5291: gcc -o conftest -g -O2   conftest.c -lfl -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:5263: checking for strtoul
configure:5291: gcc -o conftest -g -O2   conftest.c -lfl -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:5318: checking for uname
configure:5346: gcc -o conftest -g -O2   conftest.c -lfl -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:5318: checking for qsort
configure:5346: gcc -o conftest -g -O2   conftest.c -lfl -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:5318: checking for snprintf
configure:5346: gcc -o conftest -g -O2   conftest.c -lfl -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:5318: checking for waitid
configure:5346: gcc -o conftest -g -O2   conftest.c -lfl -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
/tmp/cca071231.o: In function `main':
/code/mozilla/obj-powerpc-unknown-linux/configure:5340: undefined 
reference to `waitid'
collect2: ld returned 1 exit status
configure: failed program was:
#line 5323 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char waitid(); below.  */
#include <assert.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 waitid();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_waitid) || defined (__stub___waitid)
choke me
#else
waitid();
#endif

; return 0; }
configure:5318: checking for fork1
configure:5346: gcc -o conftest -g -O2   conftest.c -lfl -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
/tmp/cca071371.o: In function `main':
/code/mozilla/obj-powerpc-unknown-linux/configure:5340: undefined 
reference to `fork1'
collect2: ld returned 1 exit status
configure: failed program was:
#line 5323 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char fork1(); below.  */
#include <assert.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 fork1();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_fork1) || defined (__stub___fork1)
choke me
#else
fork1();
#endif

; return 0; }
configure:5318: checking for remainder
configure:5346: gcc -o conftest -g -O2   conftest.c -lfl -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:5318: checking for lchown
configure:5346: gcc -o conftest -g -O2   conftest.c -lfl -lnsl -lutil 
-lresolv -ldl -lm -lc  1>&5
configure: In function `main':
configure:5338: `choke' undeclared (first use this function)
configure:5338: (Each undeclared identifier is reported only once
configure:5338: for each function it appears in.)
configure:5338: parse error before `me'
configure: failed program was:
#line 5323 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char lchown(); below.  */
#include <assert.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 lchown();

int main() {

/* The GNU C library defines this for functions which it implements
    to always fail with ENOSYS.  Some functions are actually named
    something starting with __ and the normal name is an alias.  */
#if defined (__stub_lchown) || defined (__stub___lchown)
choke me
#else
lchown();
#endif

; return 0; }
configure:5372: checking how to call gettimeofday
configure:5386: gcc -c -g -O2  conftest.c 1>&5
configure:5439: checking for sys_errlist/sys_nerr
configure:5452: gcc -c -g -O2  conftest.c 1>&5
configure: In function `main':
configure:5448: warning: initialization discards `const' from pointer 
target type
configure:5479: checking for ios::binary
configure:5493: c++ -c -g -O2  conftest.c 1>&5
In file included from /opt/egcs/include/g++/iostream.h:31,
                 from configure:5485:
/opt/egcs/include/g++/streambuf.h:403: warning: invalid type `void *' for 
default argument to `ios *'
In file included from configure:5485:
/opt/egcs/include/g++/iostream.h:50: warning: invalid type `void *' for 
default argument to `ostream *'
/opt/egcs/include/g++/iostream.h:123: warning: invalid type `void *' for 
default argument to `ostream *'
/opt/egcs/include/g++/iostream.h:230: warning: invalid type `void *' for 
default argument to `ostream *'
configure:5521: checking for ios::bin
configure:5535: c++ -c -g -O2  conftest.c 1>&5
In file included from /opt/egcs/include/g++/iostream.h:31,
                 from configure:5527:
/opt/egcs/include/g++/streambuf.h:403: warning: invalid type `void *' for 
default argument to `ios *'
In file included from configure:5527:
/opt/egcs/include/g++/iostream.h:50: warning: invalid type `void *' for 
default argument to `ostream *'
/opt/egcs/include/g++/iostream.h:123: warning: invalid type `void *' for 
default argument to `ostream *'
/opt/egcs/include/g++/iostream.h:230: warning: invalid type `void *' for 
default argument to `ostream *'
configure:5794: checking for XDrawLines in -lX11
configure:5813: gcc -o conftest -g -O2   -L/usr/X11R6/lib  conftest.c 
-lX11  -lfl -lnsl -lutil -lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:5835: checking for XextAddDisplay in -lXext
configure:5854: gcc -o conftest -g -O2   -L/usr/X11R6/lib  conftest.c 
-lXext -lX11  -lfl -lnsl -lutil -lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:5876: checking for IceFlush in -lICE
configure:5895: gcc -o conftest -g -O2   -L/usr/X11R6/lib  conftest.c 
-lICE -lXext -lX11  -lfl -lnsl -lutil -lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:5916: checking for SmcCloseConnection in -lSM
configure:5935: gcc -o conftest -g -O2   -L/usr/X11R6/lib  conftest.c 
-lSM -lICE -lXext -lX11  -lfl -lnsl -lutil -lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:5956: checking for XtFree in -lXt
configure:5975: gcc -o conftest -g -O2   -L/usr/X11R6/lib  conftest.c 
-lXt -lSM -lICE -lXext -lX11  -lfl -lnsl -lutil -lresolv -ldl -lm -lc  
1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:5997: checking for XmuLookupString in -lXmu
configure:6016: gcc -o conftest -g -O2   -L/usr/X11R6/lib  conftest.c 
-lXmu -lXt -lSM -lICE -lXext -lX11  -lfl -lnsl -lutil -lresolv -ldl -lm 
-lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:6312: checking for gtk-config
configure:6343: checking for GTK - version >= 1.1.5
configure:6444: gcc -o conftest -g -O2 -I/usr/X11R6/include 
-I/usr/local/lib/glib/include -I/usr/local/include   conftest.c -lfl 
-lnsl -lutil -lresolv -ldl -lm -lc  -L/usr/local/lib -L/usr/X11R6/lib 
-lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXext -lX11 -lm 1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:6595: checking for jpeg_destroy_compress in -ljpeg
configure:6614: gcc -o conftest -I/include -g -O2  -L/lib  conftest.c 
-ljpeg  -lfl -lnsl -lutil -lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:6657: gcc -o conftest -I/include -g -O2  -L/lib  conftest.c 
-ljpeg  -lfl -lnsl -lutil -lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure: failed program was:
#line 6643 "configure"
#include "confdefs.h"
#include <stdio.h>
	#include <sys/types.h>
	#include <jpeglib.h>
	int main () {
	    #if JPEG_LIB_VERSION >= 62
		exit(0);
	    #else
		exit(1);
	    #endif
	}
	
configure:6695: checking for zlib.h
configure:6704: gcc -c -I/include -g -O2  conftest.c 1>&5
configure:6718: checking for gzread in -lz
configure:6737: gcc -o conftest -I/include -g -O2  -L/lib  conftest.c -lz 
 -lfl -lnsl -lutil -lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:6783: checking for png_get_valid in -lpng
configure:6802: gcc -o conftest -I/include  -g -O2  -L/lib -lz  -lz  
conftest.c -lpng  -lfl -lnsl -lutil -lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:6844: gcc -o conftest -I/include  -g -O2  -L/lib -lz  -lz  
conftest.c -lpng  -lfl -lnsl -lutil -lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:6937: checking for PR_GetCurrentThread in -lnspr21
configure:6953: gcc -o conftest -g -O2 -I/include   -L/lib  conftest.c 
-lnspr21  -lfl -lnsl -lutil -lresolv -ldl -lm -lc  1>&5
configure:6945: nspr.h: No such file or directory
configure: failed program was:
#line 6943 "configure"
#include "confdefs.h"
#include <stdio.h>
	#include <nspr.h>
	int main () {
	    PRThread *dummy = PR_GetCurrentThread();
	    exit(0);
	}
	
configure:7015: checking for pthread_create in -lpthread
configure:7034: gcc -o conftest -g -O2 -I/include   -L/lib  conftest.c 
-lpthread  -lfl -lnsl -lutil -lresolv -ldl -lm -lc  1>&5
/usr/lib/libutil.so: warning: revoke is not implemented and will always 
fail
configure:7060: checking for PR_GetCurrentThread in -lnspr21 with thread 
lib
configure:7076: gcc -o conftest -g -O2 -I/include   -L/lib  conftest.c 
-lnspr21 -lpthread  -lfl -lnsl -lutil -lresolv -ldl -lm -lc  1>&5
configure:7068: nspr.h: No such file or directory
configure: failed program was:
#line 7066 "configure"
#include "confdefs.h"
#include <stdio.h>
	#include <nspr.h>
	int main () {
	    PRThread *dummy = PR_GetCurrentThread();
	    exit(0);
	}
	
configure:7094: checking for PL_CreateOptState in -lplc21
configure:7113: gcc -o conftest -g -O2 -I/include   -L/lib  conftest.c 
-lplc21 -lpthread  -lnspr21 -lpthread  -lfl -lnsl -lutil -lresolv -ldl 
-lm -lc  1>&5
/usr/bin/ld: cannot open -lplc21: No such file or directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 7102 "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 PL_CreateOptState();

int main() {
PL_CreateOptState()
; return 0; }
configure:7135: checking for PL_GetEvent in -lplds21
configure:7154: gcc -o conftest -g -O2 -I/include   -L/lib  conftest.c 
-lplds21 -lpthread  -lnspr21 -lpthread  -lfl -lnsl -lutil -lresolv -ldl 
-lm -lc  1>&5
/usr/bin/ld: cannot open -lplds21: No such file or directory
collect2: ld returned 1 exit status
configure: failed program was:
#line 7143 "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 PL_GetEvent();

int main() {
PL_GetEvent()
; return 0; }

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic