fontconfig 2.2.0 on -stable

Mike Hoskins mike at adept.org
Wed Apr 23 13:01:07 PDT 2003


On Wed, 23 Apr 2003, Joe Marcus Clarke wrote:
> Because the gdk headers are in the gtk12 subdirectory, and not in
> /usr/X11R6/include directory.

I had tried running ldconfig -m on the directory, and also creating a
/usr/X11R6/include/gdk symlink to /usr/X11R6/include/gtk12/gdk with no
change in result.  Just desperate stabs though.

> The include directories should be setup by gtk12-config --cflags.

Aha.  That seems to be the culprit,

# find / -name gtk12-config
/usr/X11R6/bin/gtk12-config
# ls -al /usr/X11R6/bin/gtk12-config
lrwxr-xr-x  1 root  wheel  25 Apr 23 11:16 /usr/X11R6/bin/gtk12-config ->
	/usr/X11R6/bin/gtk-config
# ls -al /usr/X11R6/bin/gtk-config
lrwxr-xr-x  1 root  wheel  27 May 10  2001 /usr/X11R6/bin/gtk-config ->
	/usr/X11R6/bin/gtk12-config

Cyclical symlinks with no real target.  So gtk[12]-config hasn't been able
to do it's job since this happened.  So if I remove these links and do a
fresh install of gtk12, this will hopefully write itself.

> If that command doesn't work, you're screwed.

That describes my situation to a T.  ;)

> Can you send me the output of make configure as well as the config.log
> from Mozilla?

Attached.

-mrh

--
From: "Spam Catcher" <spam-catcher at adept.org>
To: spam-catcher at adept.org
Do NOT send email to the address listed above or
you will be added to a blacklist!
-------------- next part --------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

configure:832: checking host system type
configure:853: checking target system type
configure:871: checking build system type
configure:2301: checking for gcc
configure:2414: checking whether the C compiler (cc -O -pipe  ) works
configure:2430: cc -o conftest -O -pipe    conftest.c  1>&5
configure:2456: checking whether the C compiler (cc -O -pipe  ) is a cross-compiler
configure:2461: checking whether we are using GNU C
configure:2470: cc -E conftest.c
configure:2489: checking whether cc accepts -g
configure:2525: checking for c++
configure:2557: checking whether the C++ compiler (c++  -O -pipe  ) works
configure:2573: c++ -o conftest  -O -pipe    conftest.C  1>&5
configure:2599: checking whether the C++ compiler (c++  -O -pipe  ) is a cross-compiler
configure:2604: checking whether we are using GNU C++
configure:2613: c++ -E conftest.C
configure:2632: checking whether c++ accepts -g
configure:2666: checking for ranlib
configure:2698: checking for as
configure:2739: checking for ar
configure:2780: checking for ld
configure:2821: checking for strip
configure:2862: checking for dlltool
configure:2927: checking whether cc understands -c and -o together
configure:2939: cc -c conftest.c -o conftest.o 1>&5
configure:2940: cc -c conftest.c -o conftest.o 1>&5
configure:3009: checking how to run the C preprocessor
configure:3030: cc -E  conftest.c >/dev/null 2>conftest.out
configure:3089: checking how to run the C++ preprocessor
configure:3107: c++ -E  conftest.C >/dev/null 2>conftest.out
configure:3143: checking for a BSD compatible install
configure:3196: checking whether ln -s works
configure:3221: checking for mawk
configure:3221: checking for gawk
configure:3221: checking for nawk
configure:3255: checking for perl5
configure:3295: checking for minimum required perl version >= 5.004
configure:3305: checking for full perl installation
configure:3318: checking for doxygen
configure:3354: checking for whoami
configure:3390: checking for autoconf
configure:3426: checking for unzip
configure:3464: checking for zip
configure:3505: checking for makedepend
configure:3540: checking for xargs
configure:3581: checking for gmake
configure:3641: checking for X
configure:3955: checking for dnet_ntoa in -ldnet
configure:3974: cc -o conftest -O -pipe    conftest.c -ldnet   1>&5
/usr/libexec/elf/ld: cannot find -ldnet
configure: failed program was:
#line 3963 "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:3996: checking for dnet_ntoa in -ldnet_stub
configure:4015: cc -o conftest -O -pipe    conftest.c -ldnet_stub   1>&5
/usr/libexec/elf/ld: cannot find -ldnet_stub
configure: failed program was:
#line 4004 "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:4044: checking for gethostbyname
configure:4072: cc -o conftest -O -pipe    conftest.c  1>&5
configure:4142: checking for connect
configure:4170: cc -o conftest -O -pipe    conftest.c  1>&5
configure:4234: checking for remove
configure:4262: cc -o conftest -O -pipe    conftest.c  1>&5
configure:4326: checking for shmat
configure:4354: cc -o conftest -O -pipe    conftest.c  1>&5
configure:4427: checking for IceConnectionNumber in -lICE
configure:4446: cc -o conftest -O -pipe    -L/usr/X11R6/lib conftest.c -lICE   1>&5
configure:4706: checking whether ld has archive extraction flags
configure:4730: cc -o conftest -O -pipe    -I/usr/X11R6/include -Wl,--whole-archive conftest.c -Wl,--no-whole-archive 1>&5
configure:5712: checking for ANSI C header files
configure:5725: cc -E   -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:5792: cc -o conftest -O -pipe    -I/usr/X11R6/include  conftest.c  1>&5
configure:5816: checking for working const
configure:5870: cc -c -O -pipe    -I/usr/X11R6/include conftest.c 1>&5
configure:5891: checking for mode_t
configure:5924: checking for off_t
configure:5957: checking for pid_t
configure:5990: checking for size_t
configure:6023: checking for uid_t in sys/types.h
configure:6057: checking for st_blksize in struct stat
configure:6070: cc -c -O -pipe    -I/usr/X11R6/include conftest.c 1>&5
configure:6091: checking for siginfo_t
configure:6104: cc -c -O -pipe    -I/usr/X11R6/include conftest.c 1>&5
configure: In function `main':
configure:6100: `siginfo_t' undeclared (first use in this function)
configure:6100: (Each undeclared identifier is reported only once
configure:6100: for each function it appears in.)
configure:6100: `info' undeclared (first use in this function)
configure: failed program was:
#line 6096 "configure"
#include "confdefs.h"
#define _POSIX_C_SOURCE 199506L
                  #include <signal.h>
int main() {
siginfo_t* info;
; return 0; }
configure:6138: checking for int16_t
configure:6151: cc -c -O -pipe    -I/usr/X11R6/include conftest.c 1>&5
configure:6173: checking for int32_t
configure:6186: cc -c -O -pipe    -I/usr/X11R6/include conftest.c 1>&5
configure:6208: checking for int64_t
configure:6221: cc -c -O -pipe    -I/usr/X11R6/include conftest.c 1>&5
configure:6243: checking for int64
configure:6256: cc -c -O -pipe    -I/usr/X11R6/include conftest.c 1>&5
configure: In function `main':
configure:6252: syntax error before `foo'
configure: failed program was:
#line 6248 "configure"
#include "confdefs.h"
#include <stdio.h>
                  #include <sys/types.h>
int main() {
int64 foo = 0;
; return 0; }
configure:6278: checking for uint
configure:6291: cc -c -O -pipe    -I/usr/X11R6/include conftest.c 1>&5
configure:6313: checking for uint_t
configure:6326: cc -c -O -pipe    -I/usr/X11R6/include conftest.c 1>&5
configure: In function `main':
configure:6322: syntax error before `foo'
configure: failed program was:
#line 6318 "configure"
#include "confdefs.h"
#include <stdio.h>
                  #include <sys/types.h>
int main() {
uint_t foo = 0;
; return 0; }
configure:6348: checking for uint16_t
configure:6361: cc -c -O -pipe    -I/usr/X11R6/include conftest.c 1>&5
configure:6392: checking for uname.domainname
configure:6405: c++ -c  -O -pipe    -I/usr/X11R6/include conftest.C 1>&5
configure: In function `int main()':
configure:6401: `struct utsname' has no member named `domainname'
configure: failed program was:
#line 6397 "configure"
#include "confdefs.h"
#include <sys/utsname.h>
int main() {
 struct utsname *res; char *domain; 
            (void)uname(res);  if (res != 0) { domain = res->domainname; } 
; return 0; }
configure:6429: checking for uname.__domainname
configure:6442: c++ -c  -O -pipe    -I/usr/X11R6/include conftest.C 1>&5
configure: In function `int main()':
configure:6438: `struct utsname' has no member named `__domainname'
configure: failed program was:
#line 6434 "configure"
#include "confdefs.h"
#include <sys/utsname.h>
int main() {
 struct utsname *res; char *domain; 
            (void)uname(res);  if (res != 0) { domain = res->__domainname; } 
; return 0; }
configure:6474: checking for 64-bit OS
configure:6484: cc -o conftest -O -pipe    -I/usr/X11R6/include  conftest.c  1>&5
configure: failed program was:
#line 6479 "configure"
#include "confdefs.h"
 int main () {
    if (sizeof(long) == 8) { return 0; } return 1; } 
configure:6514: checking for usable wchar_t (2 bytes, unsigned)
configure:6529: cc -o conftest -O -pipe    -I/usr/X11R6/include  conftest.c  1>&5
configure: failed program was:
#line 6522 "configure"
#include "confdefs.h"
#include <stddef.h>
                 int main () {
                   return (sizeof(wchar_t) != 2) ||
                          (wchar_t)-1 < (wchar_t) 0 ; } 
configure:6564: checking for compiler -fshort-wchar option
configure:6582: c++ -o conftest  -O -pipe  -fshort-wchar   -I/usr/X11R6/include  conftest.C  1>&5
cc1plus: Invalid option `-fshort-wchar'
configure: failed program was:
#line 6572 "configure"
#include "confdefs.h"
#ifdef __cplusplus
extern "C" void exit(int);
#endif
#include <stddef.h>
                     int main () {
                       return (sizeof(wchar_t) != 2) ||
                              (wchar_t)-1 < (wchar_t) 0 ; } 
configure:6625: checking for wcrtomb
configure:6637: c++ -o conftest  -O -pipe    -I/usr/X11R6/include  conftest.C  1>&5
configure: In function `int main()':
configure:6633: implicit declaration of function `int wcrtomb(...)'
configure: failed program was:
#line 6630 "configure"
#include "confdefs.h"
#include <wchar.h>
int main() {
mbstate_t ps={0};wcrtomb(0,'f',&ps);
; return 0; }
configure:6657: checking for mbrtowc
configure:6669: c++ -o conftest  -O -pipe    -I/usr/X11R6/include  conftest.C  1>&5
configure: In function `int main()':
configure:6665: implicit declaration of function `int mbrtowc(...)'
configure: failed program was:
#line 6662 "configure"
#include "confdefs.h"
#include <wchar.h>
int main() {
mbstate_t ps={0};mbrtowc(0,0,0,&ps);
; return 0; }
configure:6701: checking for dirent.h that defines DIR
configure:6714: cc -c -O -pipe    -I/usr/X11R6/include conftest.c 1>&5
configure:6739: checking for opendir in -ldir
configure:6758: cc -o conftest -O -pipe    -I/usr/X11R6/include  conftest.c -ldir   1>&5
/usr/libexec/elf/ld: cannot find -ldir
configure: failed program was:
#line 6747 "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:6834: checking for sys/byteorder.h
configure:6844: cc -E   -I/usr/X11R6/include  -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:6840: sys/byteorder.h: No such file or directory
configure: failed program was:
#line 6839 "configure"
#include "confdefs.h"
#include <sys/byteorder.h>
configure:6834: checking for compat.h
configure:6844: cc -E   -I/usr/X11R6/include  -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:6840: compat.h: No such file or directory
configure: failed program was:
#line 6839 "configure"
#include "confdefs.h"
#include <compat.h>
configure:6834: checking for getopt.h
configure:6844: cc -E   -I/usr/X11R6/include  -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:6840: getopt.h: No such file or directory
configure: failed program was:
#line 6839 "configure"
#include "confdefs.h"
#include <getopt.h>
configure:6874: checking for sys/bitypes.h
configure:6884: cc -E   -I/usr/X11R6/include  -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:6880: sys/bitypes.h: No such file or directory
configure: failed program was:
#line 6879 "configure"
#include "confdefs.h"
#include <sys/bitypes.h>
configure:6874: checking for memory.h
configure:6884: cc -E   -I/usr/X11R6/include  -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:6874: checking for unistd.h
configure:6884: cc -E   -I/usr/X11R6/include  -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:6914: checking for gnu/libc-version.h
configure:6924: cc -E   -I/usr/X11R6/include  -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:6920: gnu/libc-version.h: No such file or directory
configure: failed program was:
#line 6919 "configure"
#include "confdefs.h"
#include <gnu/libc-version.h>
configure:6914: checking for nl_types.h
configure:6924: cc -E   -I/usr/X11R6/include  -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:6954: checking for X11/XKBlib.h
configure:6964: cc -E   -I/usr/X11R6/include  -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:6995: checking for sys/statvfs.h
configure:7005: cc -E   -I/usr/X11R6/include  -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:7001: sys/statvfs.h: No such file or directory
configure: failed program was:
#line 7000 "configure"
#include "confdefs.h"
#include <sys/statvfs.h>
configure:6995: checking for sys/statfs.h
configure:7005: cc -E   -I/usr/X11R6/include  -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:7001: sys/statfs.h: No such file or directory
configure: failed program was:
#line 7000 "configure"
#include "confdefs.h"
#include <sys/statfs.h>
configure:6995: checking for sys/vfs.h
configure:7005: cc -E   -I/usr/X11R6/include  -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:7001: sys/vfs.h: No such file or directory
configure: failed program was:
#line 7000 "configure"
#include "confdefs.h"
#include <sys/vfs.h>
configure:6995: checking for sys/mount.h
configure:7005: cc -E   -I/usr/X11R6/include  -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:7036: checking for mmintrin.h
configure:7046: cc -E   -I/usr/X11R6/include  -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:7042: mmintrin.h: No such file or directory
configure: failed program was:
#line 7041 "configure"
#include "confdefs.h"
#include <mmintrin.h>
configure:7083: checking for new
configure:7093: c++ -E   -I/usr/X11R6/include  -I/usr/X11R6/include conftest.C >/dev/null 2>conftest.out
configure:7134: checking for sys/cdefs.h
configure:7144: cc -E   -I/usr/X11R6/include  -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:7178: checking for gethostbyname_r in -lc_r
configure:7197: cc -o conftest -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include  conftest.c -lc_r   1>&5
/usr/lib/libc.so: WARNING!  setkey(3) not present in the system!
/usr/lib/libc.so: warning: this program uses gets(), which is unsafe.
/usr/lib/libc.so: warning: mktemp() possibly used unsafely; consider using mkstemp()
/usr/lib/libc.so: WARNING!  des_setkey(3) not present in the system!
/usr/lib/libc.so: WARNING!  encrypt(3) not present in the system!
/usr/lib/libc.so: warning: tmpnam() possibly used unsafely; consider using mkstemp()
/usr/lib/libc.so: warning: this program uses f_prealloc(), which is not recommended.
/usr/lib/libc.so: WARNING!  des_cipher(3) not present in the system!
/usr/lib/libc.so: warning: tempnam() possibly used unsafely; consider using mkstemp()
/tmp/ccD7v8iF.o: In function `main':
/tmp/ccD7v8iF.o(.text+0x7): undefined reference to `gethostbyname_r'
configure: failed program was:
#line 7186 "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:7227: checking for atan in -lm
configure:7246: cc -o conftest -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include  conftest.c -lm   1>&5
configure:7280: checking for dlopen in -ldl
configure:7299: cc -o conftest -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include  conftest.c -ldl  -lm  1>&5
/usr/libexec/elf/ld: cannot find -ldl
configure: failed program was:
#line 7288 "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 dlopen();

int main() {
dlopen()
; return 0; }
configure:7432: checking for socket in -lsocket
configure:7451: cc -o conftest -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include  conftest.c -lsocket  -lm  1>&5
/usr/libexec/elf/ld: cannot find -lsocket
configure: failed program was:
#line 7440 "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 socket();

int main() {
socket()
; return 0; }
configure:7496: checking for XDrawLines in -lX11
configure:7515: cc -o conftest -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include  -L/usr/X11R6/lib  conftest.c -lX11 -lX11  -lm  1>&5
configure:7537: checking for XextAddDisplay in -lXext
configure:7556: cc -o conftest -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include  -L/usr/X11R6/lib  conftest.c -lXext -lX11  -lm  1>&5
configure:7580: checking for XtFree in -lXt
configure:7599: cc -o conftest -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include  -L/usr/X11R6/lib  conftest.c -lXt  -lm  1>&5
configure:7754: checking for XineramaIsActive in -lXinerama
configure:7773: cc -o conftest -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include  -L/usr/X11R6/lib  conftest.c -lXinerama -lX11  -lXext -lm  1>&5
configure:7795: checking for X11/extensions/Xinerama.h
configure:7805: cc -E   -I/usr/X11R6/include  -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:7828: checking for XShmCreateImage in -lXext
configure:7847: cc -o conftest -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include  -L/usr/X11R6/lib  conftest.c -lXext -lX11  -lXext -lm  1>&5
configure:7869: checking for X11/extensions/XShm.h
configure:7879: cc -E   -I/usr/X11R6/include  -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:7909: checking for XieFloGeometry in -lXIE
configure:7928: cc -o conftest -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include  -L/usr/X11R6/lib  conftest.c -lXIE -lX11  -lXext -lm  1>&5
/usr/libexec/elf/ld: cannot find -lXIE
configure: failed program was:
#line 7917 "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 XieFloGeometry();

int main() {
XieFloGeometry()
; return 0; }
configure:7950: checking for X11/extensions/XIElib.h
configure:7960: cc -E   -I/usr/X11R6/include  -I/usr/X11R6/include conftest.c >/dev/null 2>conftest.out
configure:7956: X11/extensions/XIElib.h: No such file or directory
configure: failed program was:
#line 7955 "configure"
#include "confdefs.h"
#include <X11/extensions/XIElib.h>
configure:8013: cc -c -O -pipe   -I/usr/X11R6/include   -I/usr/X11R6/include  -I/usr/X11R6/include conftest.c 1>&5
configure:8032: checking for pthread_create in -lpthreads
cc -o dummy dummy.c -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include -lpthreads  -lm 
/usr/libexec/elf/ld: cannot find -lpthreads
configure:8054: checking for pthread_create in -lpthread
cc -o dummy dummy.c -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include -lpthread  -lm 
/usr/libexec/elf/ld: cannot find -lpthread
configure:8076: checking for pthread_create in -lc_r
cc -o dummy dummy.c -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include -lc_r  -lm 
/usr/lib/libc.so: WARNING!  setkey(3) not present in the system!
/usr/lib/libc.so: warning: this program uses gets(), which is unsafe.
/usr/lib/libc.so: warning: mktemp() possibly used unsafely; consider using mkstemp()
/usr/lib/libc.so: WARNING!  des_setkey(3) not present in the system!
/usr/lib/libc.so: WARNING!  encrypt(3) not present in the system!
/usr/lib/libc.so: warning: tmpnam() possibly used unsafely; consider using mkstemp()
/usr/lib/libc.so: warning: this program uses f_prealloc(), which is not recommended.
/usr/lib/libc.so: WARNING!  des_cipher(3) not present in the system!
/usr/lib/libc.so: warning: tempnam() possibly used unsafely; consider using mkstemp()
configure:8154: checking whether cc accepts -pthread
configure:8317: checking whether mmap() sees write()s
configure:8360: cc -o conftest -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include  conftest.c -lm  1>&5
configure:8385: checking whether cc needs -traditional
configure:8410: termio.h: No such file or directory
configure:8431: checking for 8-bit clean memcmp
configure:8449: cc -o conftest -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include  conftest.c -lm  1>&5
configure:8469: checking for random
configure:8497: cc -o conftest -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include  conftest.c -lm  1>&5
configure:8469: checking for strerror
configure:8497: cc -o conftest -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include  conftest.c -lm  1>&5
configure:8469: checking for lchown
configure:8497: cc -o conftest -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include  conftest.c -lm  1>&5
configure:8469: checking for fchmod
configure:8497: cc -o conftest -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include  conftest.c -lm  1>&5
configure:8469: checking for snprintf
configure:8497: cc -o conftest -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include  conftest.c -lm  1>&5
configure:8469: checking for statvfs
configure:8497: cc -o conftest -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include  conftest.c -lm  1>&5
/tmp/ccjXA9vw.o: In function `main':
/tmp/ccjXA9vw.o(.text+0x7): undefined reference to `statvfs'
configure: failed program was:
#line 8474 "configure"
#include "confdefs.h"
/* System header to define __stub macros and hopefully few prototypes,
    which can conflict with char statvfs(); 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 statvfs();

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_statvfs) || defined (__stub___statvfs)
choke me
#else
statvfs();
#endif

; return 0; }
configure:8469: checking for memmove
configure:8497: cc -o conftest -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include  conftest.c -lm  1>&5
configure:8469: checking for rint
configure:8497: cc -o conftest -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include  conftest.c -lm  1>&5
configure:8524: checking for nl_langinfo
configure:8552: cc -o conftest -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include  conftest.c -lm  1>&5
configure:8524: checking for flockfile
configure:8552: cc -o conftest -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include  conftest.c -lm  1>&5
configure:8581: checking for localtime_r
configure:8609: cc -o conftest -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include  conftest.c -lm  1>&5
configure:8581: checking for strtok_r
configure:8609: cc -o conftest -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include  conftest.c -lm  1>&5
configure:8636: checking for res_ninit()
configure:8653: cc -o conftest -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include  conftest.c -lm  1>&5
In file included from configure:8647:
/usr/include/resolv.h:104: field `nsaddr_list' has incomplete type
/usr/include/resolv.h:114: field `addr' has incomplete type
/usr/include/resolv.h:129: field `ina' has incomplete type
/usr/include/resolv.h:130: field `in6a' has incomplete type
configure: failed program was:
#line 8641 "configure"
#include "confdefs.h"

        #ifdef linux
        #define _BSD_SOURCE 1
        #endif
        #include <resolv.h>
        
int main() {
int foo = res_ninit(&_res);
; return 0; }
configure:8683: checking for gnu_get_libc_version()
configure:8699: c++ -o conftest  -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include  conftest.C -lm  1>&5
configure: In function `int main()':
configure:8695: implicit declaration of function `int gnu_get_libc_version(...)'
configure:8695: initialization to `const char *' from `int' lacks a cast
configure: failed program was:
#line 8688 "configure"
#include "confdefs.h"

        #ifdef HAVE_GNU_LIBC_VERSION_H
        #include <gnu/libc-version.h>
        #endif
        
int main() {
const char *glibc_version = gnu_get_libc_version();
; return 0; }
configure:8728: checking for iconv in -liconv
configure:8750: c++ -o conftest  -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include  conftest.C -liconv  -lm  1>&5
/usr/libexec/elf/ld: cannot find -liconv
configure: failed program was:
#line 8736 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char iconv();

int main() {
iconv()
; return 0; }
configure:8769: checking for libiconv in -liconv
configure:8791: c++ -o conftest  -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include  conftest.C -liconv  -lm  1>&5
/usr/libexec/elf/ld: cannot find -liconv
configure: failed program was:
#line 8777 "configure"
#include "confdefs.h"
/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
    builtin and then its argument prototype would still apply.  */
char libiconv();

int main() {
libiconv()
; return 0; }
configure:8816: checking for iconv()
configure:8835: c++ -o conftest  -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include  conftest.C -lm   1>&5
configure:8824: iconv.h: No such file or directory
configure: In function `int main()':
configure:8828: syntax error before `='
configure:8829: `h' undeclared (first use this function)
configure:8829: (Each undeclared identifier is reported only once
configure:8829: for each function it appears in.)
configure:8829: implicit declaration of function `int iconv(...)'
configure:8830: implicit declaration of function `int iconv_close(...)'
configure: failed program was:
#line 8821 "configure"
#include "confdefs.h"

        #include <stdlib.h>
        #include <iconv.h>
        
int main() {

            iconv_t h = iconv_open("", "");
            iconv(h, NULL, NULL, NULL, NULL);
            iconv_close(h);
        
; return 0; }
configure:8913: checking whether va_list assignments need array notation
configure:8934: cc -o conftest -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include  conftest.c -lm  1>&5
configure:9012: checking for C++ exceptions flag
configure:9047: checking for gcc 3.0 ABI
configure:9065: c++ -c  -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include conftest.C 1>&5
configure:9059: #error Not gcc3.
configure: failed program was:
#line 9052 "configure"
#include "confdefs.h"

int main() {

#if defined(__GXX_ABI_VERSION) && __GXX_ABI_VERSION >= 100 /* G++ V3 ABI */
  return 0;
#else
#error Not gcc3.
#endif
                      
; return 0; }
configure:9086: checking for ios::binary
configure:9100: c++ -c  -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include conftest.C 1>&5
configure:9124: checking for ios::bin
configure:9138: c++ -c  -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include conftest.C 1>&5
configure:9161: checking for C++ "explicit" keyword
configure:9176: c++ -c  -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include conftest.C 1>&5
configure:9197: checking for C++ template specialization support
configure:9212: c++ -c  -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include conftest.C 1>&5
configure:9242: checking for modern C++ template specialization syntax support
configure:9257: c++ -c  -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include conftest.C 1>&5
configure:9279: checking whether partial template specialization works
configure:9292: c++ -c  -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include conftest.C 1>&5
configure:9313: checking for extern explicit template instantiation
configure:9326: c++ -c  -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include conftest.C 1>&5
configure:9348: checking whether operators must be re-defined for templates derived from templates
configure:9365: c++ -c  -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include conftest.C 1>&5
configure:9387: checking whether we need to cast a derived template to pass as its base class
configure:9401: c++ -c  -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include conftest.C 1>&5
configure:9422: checking whether the compiler can resolve const ambiguities for templates
configure:9448: c++ -c  -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include conftest.C 1>&5
configure:9470: checking whether the C++ "using" keyword can change access
configure:9486: c++ -c  -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include conftest.C 1>&5
configure:9480: cannot adjust access to `int X::go(const X &)' in `class Y'
configure:9478:   because of local method `int Y::go(int)' with same name
configure: failed program was:
#line 9475 "configure"
#include "confdefs.h"
class X { public: int go(const X&) {return 3;} };
                               class Y : public X {
                                 public:  int go(int) {return 2;}
                                 private: using X::go;
                               };
int main() {
X x; Y y;
; return 0; }
configure:9507: checking whether the C++ "using" keyword resolves ambiguity
configure:9528: c++ -c  -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include conftest.C 1>&5
configure:9522: cannot adjust access to `int X::jo(const X &)' in `class Y'
configure:9519:   because of local method `int Y::jo(int)' with same name
configure:9522: cannot adjust access to `int X::go(const X &)' in `class Y'
configure:9518:   because of local method `int Y::go(int)' with same name
configure: In function `int main()':
configure:9524: no matching function for call to `Y::jo (X &)'
configure:9519: candidates are: int Y::jo(int)
configure: failed program was:
#line 9512 "configure"
#include "confdefs.h"
class X { 
                                 public: int go(const X&) {return 3;}
                                         int jo(const X&) {return 3;}
                               };
                               class Y : public X {
                                 public:  int go(int) {return 2;}
                                          int jo(int) {return 2;}
                                          using X::jo;
                                 private: using X::go;
                               };
int main() {
X x; Y y; y.jo(x);
; return 0; }
configure:9549: checking for "std::" namespace
configure:9561: c++ -c  -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include conftest.C 1>&5
configure:9582: checking whether standard template operator!=() is ambiguous
configure:9597: c++ -c  -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include conftest.C 1>&5
configure:9619: checking for C++ reinterpret_cast
configure:9632: c++ -c  -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include conftest.C 1>&5
configure:9653: checking for C++ dynamic_cast to void*
configure:9680: c++ -o conftest  -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include  conftest.C -lm  1>&5
configure:9704: checking whether C++ requires implementation of unused virtual methods
configure:9716: c++ -o conftest  -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include  conftest.C -lm  1>&5
configure:9710: warning: all member functions in class `X' are private
/tmp/ccPvTR4z.o: In function `main':
/tmp/ccPvTR4z.o(.text+0x9): undefined reference to `X virtual table'
configure: failed program was:
#line 9709 "configure"
#include "confdefs.h"
class X {private: virtual void never_called();};
int main() {
X x;
; return 0; }
configure:9739: checking for trouble comparing to zero near std::operator!=()
configure:9755: c++ -c  -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include conftest.C 1>&5
configure:9787: checking for LC_MESSAGES
configure:9799: cc -c -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include conftest.c 1>&5
configure:9973: checking for jpeg_destroy_compress in -ljpeg
configure:9992: cc -o conftest -I/usr/local/include -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include -L/usr/local/lib  conftest.c -ljpeg  -lm  1>&5
configure:10035: cc -o conftest -I/usr/local/include -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include -L/usr/local/lib  conftest.c -ljpeg  -lm  1>&5
configure:10076: checking for gzread in -lz
configure:10095: cc -o conftest -Iyes/include -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include -Lyes/lib  conftest.c -lz  -lm  1>&5
configure:10144: cc -o conftest -Iyes/include -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include -Lyes/lib  conftest.c -lz  -lm  1>&5
configure:10187: checking for png_get_valid in -lpng
configure:10206: cc -o conftest -I/usr/local/include  -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include -L/usr/local/lib -lz  -lz  conftest.c -lpng  -lm  1>&5
configure:10248: cc -o conftest -I/usr/local/include  -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include -L/usr/local/lib -lz  -lz  conftest.c -lpng  -lm  1>&5
configure:10291: checking for mng_initialize in -lmng
configure:10310: cc -o conftest -I/usr/local/include  -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include -L/usr/local/lib -lz  -lz  conftest.c -lmng  -lm  1>&5
configure:10352: cc -o conftest -I/usr/local/include  -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include -L/usr/local/lib -lz  -lz  conftest.c -lmng  -lm  1>&5
configure:10570: checking for gtk-config
configure:10605: checking for GTK - version >= 1.2.0
configure:11273: checking for freetype-config
configure:11309: checking for FreeType - version >= 6.1.0
configure:11456: checking for pkg-config
configure:11500: checking for xft
configure:11507: checking MOZ_XFT_CFLAGS
configure:11512: checking MOZ_XFT_LIBS
configure:11666: checking for XpGetPrinterList in -lXp
configure:11685: cc -o conftest -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include  -L/usr/X11R6/lib  conftest.c -lXp -lXext -lX11  -lm  1>&5
configure:12772: checking for cplus_demangle in -liberty
configure:12791: cc -o conftest -O -pipe    -I/usr/X11R6/include  -I/usr/X11R6/include  conftest.c -liberty -liberty -lm  1>&5
/usr/libexec/elf/ld: cannot find -liberty
configure: failed program was:
#line 12780 "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 cplus_demangle();

int main() {
cplus_demangle()
; return 0; }
configure:12944: checking for gcc -pipe support
configure:12966: cc -c -O -pipe  -pipe   -I/usr/X11R6/include  -I/usr/X11R6/include conftest.c 1>&5
configure:13061: checking for correct overload resolution with const and templates
configure:13096: c++ -c  -O -pipe  -pipe  -Wall -Wconversion -Wpointer-arith -Wcast-align -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy   -I/usr/X11R6/include  -I/usr/X11R6/include conftest.C 1>&5
configure: In function `int main()':
configure:13090: warning: `const int * bar' might be used uninitialized in this function
configure:13136: checking whether compiler supports -Wno-long-long
configure:13145: c++ -c  -O -pipe  -pipe   -I/usr/X11R6/include  -I/usr/X11R6/include conftest.C 1>&5
configure:13645: checking for glib-config
configure:13680: checking for GLIB - version >= 1.2.0
configure:13867: checking for libIDL-config
configure:13902: checking for libIDL - version >= 0.6.3
configure:14015: cc -o conftest -O -pipe  -pipe -I/usr/local/include/glib12 -I/usr/local/include/libIDL-1.0 -I/usr/local/include/glib12   -I/usr/X11R6/include  -I/usr/X11R6/include  conftest.c -L/usr/local/lib -lglib12 -L/usr/local/lib -lIDL -lglib12 -lm  1>&5
-------------- next part --------------

Mozilla has the following tunable option(s):
	WITHOUT_XFT=yes		Disables Xft anti-aliasing support
	WITH_CALENDAR=yes	Enables the Calendar module (requires Mailnews and Composer modules)
	WITHOUT_MAILNEWS=yes	Disables the Mail and News modules
	WITHOUT_COMPOSER=yes	Disables the HTML Composer module
	WITHOUT_LDAP=yes	Disables LDAP support within the Mailnews module
	WITHOUT_CHATZILLA=yes	Disable the Chatzilla IRC module
	WITH_JAVASCRIPT_DEBUGGER=yes		Enable the DTD and JavaScript debuggers
	WITH_OPTIMIZED_CFLAGS=yes	Enable -O2 optimization

===>  Extracting for mozilla-1.3_1,2
>> Checksum OK for mozilla-source-1.3.tar.bz2.
>> Checksum OK for libart_lgpl.tar.bz2.
===>  Patching for mozilla-1.3_1,2
===>  Applying FreeBSD patches for mozilla-1.3_1,2
===>   mozilla-1.3_1,2 depends on executable: zip - found
===>   mozilla-1.3_1,2 depends on executable: freetype-config - found
===>   mozilla-1.3_1,2 depends on executable: gmake - found
===>   mozilla-1.3_1,2 depends on shared library: jpeg.9 - found
===>   mozilla-1.3_1,2 depends on shared library: png.5 - found
===>   mozilla-1.3_1,2 depends on shared library: mng.1 - found
===>   mozilla-1.3_1,2 depends on shared library: freetype.9 - found
===>   mozilla-1.3_1,2 depends on shared library: Xft.2 - found
===>   mozilla-1.3_1,2 depends on shared library: X11.6 - found
===>   mozilla-1.3_1,2 depends on shared library: glib12.3 - found
===>   mozilla-1.3_1,2 depends on shared library: gtk12.2 - found
===>   mozilla-1.3_1,2 depends on shared library: ORBit.2 - found
===>  Configuring for mozilla-1.3_1,2
creating cache ./config.cache
checking host system type... i386-portbld-freebsd4.8
checking target system type... i386-portbld-freebsd4.8
checking build system type... i386-portbld-freebsd4.8
checking for gcc... cc
checking whether the C compiler (cc -O -pipe  ) works... yes
checking whether the C compiler (cc -O -pipe  ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether cc accepts -g... yes
checking for c++... c++
checking whether the C++ compiler (c++  -O -pipe  ) works... yes
checking whether the C++ compiler (c++  -O -pipe  ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether c++ accepts -g... yes
checking for ranlib... ranlib
checking for as... /usr/bin/as
checking for ar... /usr/bin/ar
checking for ld... /usr/bin/ld
checking for strip... /usr/bin/strip
checking for dlltool... no
checking whether cc understands -c and -o together... yes
checking how to run the C preprocessor... cc -E
checking how to run the C++ preprocessor... c++ -E
checking for a BSD compatible install... /usr/bin/install -c -o root -g wheel
checking whether ln -s works... yes
checking for mawk... no
checking for gawk... no
checking for nawk... nawk
checking for perl5... /usr/bin/perl5
checking for minimum required perl version >= 5.004... 5.00503
checking for full perl installation... yes
checking for doxygen... :
checking for whoami... /usr/bin/whoami
checking for autoconf... /usr/local/bin/autoconf
checking for unzip... /usr/local/bin/unzip
checking for zip... /usr/local/bin/zip
checking for makedepend... /usr/X11R6/bin/makedepend
checking for xargs... /usr/bin/xargs
checking for gmake... /usr/local/bin/gmake
checking for X... libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking for dnet_ntoa in -ldnet... no
checking for dnet_ntoa in -ldnet_stub... no
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking whether ld has archive extraction flags... yes
checking for ANSI C header files... yes
checking for working const... yes
checking for mode_t... yes
checking for off_t... yes
checking for pid_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking for st_blksize in struct stat... yes
checking for siginfo_t... no
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for int64... no
checking for uint... yes
checking for uint_t... no
checking for uint16_t... yes
checking for uname.domainname... no
checking for uname.__domainname... no
checking for 64-bit OS... no
checking for usable wchar_t (2 bytes, unsigned)... no
checking for compiler -fshort-wchar option... no
checking for wcrtomb... no
checking for mbrtowc... no
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking for sys/byteorder.h... no
checking for compat.h... no
checking for getopt.h... no
checking for sys/bitypes.h... no
checking for memory.h... yes
checking for unistd.h... yes
checking for gnu/libc-version.h... no
checking for nl_types.h... yes
checking for X11/XKBlib.h... yes
checking for sys/statvfs.h... no
checking for sys/statfs.h... no
checking for sys/vfs.h... no
checking for sys/mount.h... yes
checking for mmintrin.h... no
checking for new... yes
checking for sys/cdefs.h... yes
checking for gethostbyname_r in -lc_r... no
checking for atan in -lm... yes
checking for dlopen in -ldl... no
checking for socket in -lsocket... no
checking for XDrawLines in -lX11... yes
checking for XextAddDisplay in -lXext... yes
checking for XtFree in -lXt... yes
checking for XineramaIsActive in -lXinerama... yes
checking for X11/extensions/Xinerama.h... yes
checking for XShmCreateImage in -lXext... yes
checking for X11/extensions/XShm.h... yes
checking for XieFloGeometry in -lXIE... no
checking for X11/extensions/XIElib.h... no
checking for pthread_create in -lpthreads... no
checking for pthread_create in -lpthread... no
checking for pthread_create in -lc_r... yes
checking whether cc accepts -pthread... yes
checking whether mmap() sees write()s... yes
checking whether cc needs -traditional... no
checking for 8-bit clean memcmp... yes
checking for random... yes
checking for strerror... yes
checking for lchown... yes
checking for fchmod... yes
checking for snprintf... yes
checking for statvfs... no
checking for memmove... yes
checking for rint... yes
checking for nl_langinfo... yes
checking for flockfile... yes
checking for localtime_r... yes
checking for strtok_r... yes
checking for res_ninit()... no
checking for gnu_get_libc_version()... no
checking for iconv in -liconv... no
checking for libiconv in -liconv... no
checking for iconv()... no
checking whether va_list assignments need array notation... no
checking for C++ exceptions flag... -fno-exceptions
checking for gcc 3.0 ABI... no
checking for ios::binary... yes
checking for ios::bin... yes
checking for C++ "explicit" keyword... yes
checking for C++ template specialization support... yes
checking for modern C++ template specialization syntax support... yes
checking whether partial template specialization works... yes
checking for extern explicit template instantiation... yes
checking whether operators must be re-defined for templates derived from templates... no
checking whether we need to cast a derived template to pass as its base class... no
checking whether the compiler can resolve const ambiguities for templates... yes
checking whether the C++ "using" keyword can change access... no
checking whether the C++ "using" keyword resolves ambiguity... no
checking for "std::" namespace... yes
checking whether standard template operator!=() is ambiguous... unambiguous
checking for C++ reinterpret_cast... yes
checking for C++ dynamic_cast to void*... yes
checking whether C++ requires implementation of unused virtual methods... yes
checking for trouble comparing to zero near std::operator!=()... no
checking for LC_MESSAGES... yes
checking for jpeg_destroy_compress in -ljpeg... yes
checking for gzread in -lz... yes
checking for png_get_valid in -lpng... yes
checking for mng_initialize in -lmng... yes
checking for gtk-config... /usr/X11R6/bin/gtk12-config
checking for GTK - version >= 1.2.0... ./configure: /usr/X11R6/bin/gtk12-config: symbolic link loop
./configure: /usr/X11R6/bin/gtk12-config: symbolic link loop
./configure: /usr/X11R6/bin/gtk12-config: symbolic link loop
./configure: /usr/X11R6/bin/gtk12-config: symbolic link loop
./configure: /usr/X11R6/bin/gtk12-config: symbolic link loop
yes
checking for freetype-config... /usr/local/bin/freetype-config
checking for FreeType - version >= 6.1.0... yes
checking for pkg-config... /usr/local/bin/pkg-config
checking for xft... yes
checking MOZ_XFT_CFLAGS... -I/usr/X11R6/include -I/usr/local/include/freetype2 -I/usr/local/include  
checking MOZ_XFT_LIBS... -L/usr/X11R6/lib -L/usr/local/lib -lXft -lfreetype -lXext -lXrender -lfontconfig  
checking for XpGetPrinterList in -lXp... yes
configure: warning: Cannot build venkman without JavaScript debug library. Removing venkman from MOZ_EXTENSIONS.
checking for cplus_demangle in -liberty... no
checking for gcc -pipe support... yes
checking for correct overload resolution with const and templates... no
checking whether compiler supports -Wno-long-long... yes
checking for glib-config... /usr/local/bin/glib12-config
checking for GLIB - version >= 1.2.0... yes
checking for libIDL-config... /usr/local/bin/libIDL-config
checking for libIDL - version >= 0.6.3... yes
creating mozilla-config.h
==== mozilla-config.h =================================
/* List of defines generated by configure. Included with preprocessor flag,
 * -include, to avoid long list of -D defines on the compile command-line.
 * Do not edit.
 */

#ifndef _MOZILLA_CONFIG_H_
#define _MOZILLA_CONFIG_H_

#define ACCESSIBILITY 1
#define CPP_THROW_NEW throw()
#define D_INO d_ino
#define FUNCPROTO 15
#define HAVE_CPP_DYNAMIC_CAST_TO_VOID_PTR 1
#define HAVE_CPP_EXPLICIT 1
#define HAVE_CPP_EXTERN_INSTANTIATION 1
#define HAVE_CPP_MODERN_SPECIALIZE_TEMPLATE_SYNTAX 1
#define HAVE_CPP_NAMESPACE_STD 1
#define HAVE_CPP_NEW_CASTS 1
#define HAVE_CPP_PARTIAL_SPECIALIZATION 1
#define HAVE_CPP_SPECIALIZATION 1
#define HAVE_CPP_UNAMBIGUOUS_STD_NOTEQUAL 1
#define HAVE_DIRENT_H 1
#define HAVE_FCHMOD 1
#define HAVE_FLOCKFILE 1
#define HAVE_I18N_LC_MESSAGES 1
#define HAVE_INT16_T 1
#define HAVE_INT32_T 1
#define HAVE_INT64_T 1
#define HAVE_IOS_BIN 1
#define HAVE_IOS_BINARY 1
#define HAVE_LCHOWN 1
#define HAVE_LIBM 1
#define HAVE_LOCALTIME_R 1
#define HAVE_MEMMOVE 1
#define HAVE_MEMORY_H 1
#define HAVE_NL_LANGINFO 1
#define HAVE_NL_TYPES_H 1
#define HAVE_RANDOM 1
#define HAVE_RINT 1
#define HAVE_SNPRINTF 1
#define HAVE_STRERROR 1
#define HAVE_STRTOK_R 1
#define HAVE_ST_BLKSIZE 1
#define HAVE_SYS_CDEFS_H 1
#define HAVE_SYS_MOUNT_H 1
#define HAVE_UINT 1
#define HAVE_UINT16_T 1
#define HAVE_UNISTD_H 1
#define HAVE_X11_XKBLIB_H 1
#define HAVE_XSHM 1
#define IBMBIDI 1
#define INCLUDE_XUL 1
#define JS_THREADSAFE 1
#define MOZILLA_VERSION "1.3"
#define MOZ_DEFAULT_TOOLKIT "gtk"
#define MOZ_DISABLE_DTD_DEBUG 1
#define MOZ_DLL_SUFFIX ".so"
#define MOZ_ENABLE_COREXFONTS 1
#define MOZ_ENABLE_XFT 1
#define MOZ_ENABLE_XINERAMA 1
#define MOZ_ENABLE_XREMOTE 1
#define MOZ_LOGGING 1
#define MOZ_MATHML 1
#define MOZ_SVG 1
#define MOZ_USER_DIR ".mozilla"
#define MOZ_WIDGET_GTK 1
#define MOZ_X11 1
#define MOZ_XUL 1
#define NEED_CPP_UNUSED_IMPLEMENTATIONS 1
#define NEW_H <new>
#define NS_MT_SUPPORTED 1
#define NS_PRINTING 1
#define NS_PRINT_PREVIEW 1
#define STDC_HEADERS 1
#define UNIX_ASYNC_DNS 1
#define XP_UNIX 1
#define _REENTRANT 1
#define _THREAD_SAFE 1

#endif /* _MOZILLA_CONFIG_H_ */

creating Makefile
creating build/Makefile
creating build/unix/Makefile
creating config/Makefile
creating config/mkdepend/Makefile
creating include/Makefile
creating caps/Makefile
creating caps/idl/Makefile
creating caps/include/Makefile
creating caps/src/Makefile
creating db/Makefile
creating db/mdb/Makefile
creating db/mdb/public/Makefile
creating db/mork/Makefile
creating db/mork/build/Makefile
creating db/mork/src/Makefile
creating dbm/Makefile
creating dbm/include/Makefile
creating dbm/src/Makefile
creating dbm/tests/Makefile
creating docshell/Makefile
creating docshell/base/Makefile
creating docshell/build/Makefile
creating dom/Makefile
creating dom/public/Makefile
creating dom/public/base/Makefile
creating dom/public/coreEvents/Makefile
creating dom/public/idl/Makefile
creating dom/public/idl/base/Makefile
creating dom/public/idl/core/Makefile
creating dom/public/idl/css/Makefile
creating dom/public/idl/events/Makefile
creating dom/public/idl/html/Makefile
creating dom/public/idl/range/Makefile
creating dom/public/idl/stylesheets/Makefile
creating dom/public/idl/views/Makefile
creating dom/public/idl/xbl/Makefile
creating dom/public/idl/xpath/Makefile
creating dom/public/idl/xul/Makefile
creating dom/src/Makefile
creating dom/src/base/Makefile
creating dom/src/build/Makefile
creating dom/src/events/Makefile
creating dom/src/jsurl/Makefile
creating dom/public/idl/svg/Makefile
creating editor/Makefile
creating editor/public/Makefile
creating editor/idl/Makefile
creating editor/txmgr/Makefile
creating editor/txmgr/idl/Makefile
creating editor/txmgr/public/Makefile
creating editor/txmgr/src/Makefile
creating editor/txmgr/tests/Makefile
creating editor/txtsvc/Makefile
creating editor/txtsvc/public/Makefile
creating editor/txtsvc/src/Makefile
creating editor/composer/Makefile
creating editor/ui/Makefile
creating embedding/Makefile
creating embedding/base/Makefile
creating embedding/browser/Makefile
creating embedding/browser/activex/src/Makefile
creating embedding/browser/activex/src/control/Makefile
creating embedding/browser/activex/src/control_kicker/Makefile
creating embedding/browser/build/Makefile
creating embedding/browser/chrome/Makefile
creating embedding/browser/webBrowser/Makefile
creating embedding/browser/gtk/Makefile
creating embedding/browser/gtk/src/Makefile
creating embedding/browser/gtk/tests/Makefile
creating embedding/browser/photon/Makefile
creating embedding/browser/photon/src/Makefile
creating embedding/browser/photon/tests/Makefile
creating embedding/components/Makefile
creating embedding/components/build/Makefile
creating embedding/components/windowwatcher/Makefile
creating embedding/components/windowwatcher/public/Makefile
creating embedding/components/windowwatcher/src/Makefile
creating embedding/components/ui/Makefile
creating embedding/components/ui/helperAppDlg/Makefile
creating embedding/components/ui/progressDlg/Makefile
creating embedding/config/Makefile
creating embedding/tests/Makefile
creating embedding/tests/winEmbed/Makefile
creating embedding/tests/mfcembed/Makefile
creating embedding/tests/mfcembed/components/Makefile
creating expat/Makefile
creating expat/xmlparse/Makefile
creating expat/xmltok/Makefile
creating extensions/Makefile
creating extensions/cookie/Makefile
creating extensions/cookie/tests/Makefile
creating extensions/wallet/Makefile
creating extensions/wallet/public/Makefile
creating extensions/wallet/src/Makefile
creating extensions/wallet/editor/Makefile
creating extensions/wallet/cookieviewer/Makefile
creating extensions/wallet/signonviewer/Makefile
creating extensions/wallet/walletpreview/Makefile
creating extensions/wallet/build/Makefile
creating extensions/content-packs/Makefile
creating extensions/content-packs/resources/Makefile
creating extensions/xml-rpc/Makefile
creating extensions/xml-rpc/idl/Makefile
creating extensions/xml-rpc/src/Makefile
creating extensions/xmlextras/Makefile
creating extensions/xmlextras/base/Makefile
creating extensions/xmlextras/base/src/Makefile
creating extensions/xmlextras/base/public/Makefile
creating extensions/xmlextras/build/Makefile
creating extensions/xmlextras/build/src/Makefile
creating extensions/xmlextras/proxy/Makefile
creating extensions/xmlextras/proxy/public/Makefile
creating extensions/xmlextras/proxy/src/Makefile
creating extensions/xmlextras/schema/Makefile
creating extensions/xmlextras/schema/public/Makefile
creating extensions/xmlextras/schema/src/Makefile
creating extensions/xmlextras/soap/Makefile
creating extensions/xmlextras/soap/public/Makefile
creating extensions/xmlextras/soap/src/Makefile
creating extensions/xmlextras/tests/Makefile
creating extensions/xmlextras/wsdl/Makefile
creating extensions/xmlextras/wsdl/public/Makefile
creating extensions/xmlextras/wsdl/src/Makefile
creating extensions/help/Makefile
creating extensions/help/resources/Makefile
creating extensions/pref/Makefile
creating extensions/pref/autoconfig/Makefile
creating extensions/pref/autoconfig/public/Makefile
creating extensions/pref/autoconfig/src/Makefile
creating extensions/pref/autoconfig/resources/Makefile
creating extensions/transformiix/source/base/Makefile
creating extensions/transformiix/source/main/Makefile
creating extensions/transformiix/source/xml/dom/standalone/Makefile
creating extensions/transformiix/source/xml/dom/Makefile
creating extensions/transformiix/source/xml/dom/mozImpl/Makefile
creating extensions/transformiix/source/xml/parser/Makefile
creating extensions/transformiix/source/xml/Makefile
creating extensions/transformiix/source/xpath/Makefile
creating extensions/transformiix/source/xslt/functions/Makefile
creating extensions/transformiix/source/xslt/util/Makefile
creating extensions/transformiix/source/xslt/Makefile
creating extensions/transformiix/source/Makefile
creating extensions/transformiix/Makefile
creating extensions/inspector/Makefile
creating extensions/inspector/base/Makefile
creating extensions/inspector/base/public/Makefile
creating extensions/inspector/base/src/Makefile
creating extensions/inspector/base/src/win/Makefile
creating extensions/inspector/build/Makefile
creating extensions/inspector/build/src/Makefile
creating extensions/inspector/resources/Makefile
creating extensions/universalchardet/Makefile
creating extensions/universalchardet/src/Makefile
creating extensions/universalchardet/tests/Makefile
creating extensions/typeaheadfind/public/Makefile
creating extensions/typeaheadfind/resources/Makefile
creating extensions/typeaheadfind/src/Makefile
creating extensions/typeaheadfind/Makefile
creating extensions/xmlterm/Makefile
creating extensions/xmlterm/base/Makefile
creating extensions/xmlterm/geckoterm/Makefile
creating extensions/xmlterm/linetest/Makefile
creating extensions/xmlterm/scripts/Makefile
creating extensions/xmlterm/tests/Makefile
creating extensions/xmlterm/ui/Makefile
creating gc/boehm/Makefile
creating gc/boehm/leaksoup/Makefile
creating gfx/Makefile
creating gfx/idl/Makefile
creating gfx/public/Makefile
creating gfx/src/Makefile
creating gfx/src/beos/Makefile
creating gfx/src/gtk/Makefile
creating gfx/src/ps/Makefile
creating gfx/src/photon/Makefile
creating gfx/src/mac/Makefile
creating gfx/src/qt/Makefile
creating gfx/src/xlib/Makefile
creating gfx/src/os2/Makefile
creating gfx/src/xlibrgb/Makefile
creating gfx/src/windows/Makefile
creating gfx/tests/Makefile
creating accessible/Makefile
creating accessible/public/Makefile
creating accessible/src/Makefile
creating accessible/src/base/Makefile
creating accessible/src/html/Makefile
creating accessible/src/xul/Makefile
creating accessible/build/Makefile
creating htmlparser/Makefile
creating htmlparser/robot/Makefile
creating htmlparser/robot/test/Makefile
creating htmlparser/public/Makefile
creating htmlparser/src/Makefile
creating htmlparser/tests/Makefile
creating htmlparser/tests/grabpage/Makefile
creating htmlparser/tests/logparse/Makefile
creating htmlparser/tests/html/Makefile
creating htmlparser/tests/outsinks/Makefile
creating intl/Makefile
creating intl/chardet/Makefile
creating intl/chardet/public/Makefile
creating intl/chardet/src/Makefile
creating intl/uconv/Makefile
creating intl/uconv/idl/Makefile
creating intl/uconv/public/Makefile
creating intl/uconv/src/Makefile
creating intl/uconv/tests/Makefile
creating intl/uconv/ucvja/Makefile
creating intl/uconv/ucvlatin/Makefile
creating intl/uconv/ucvcn/Makefile
creating intl/uconv/ucvtw/Makefile
creating intl/uconv/ucvtw2/Makefile
creating intl/uconv/ucvko/Makefile
creating intl/uconv/ucvibm/Makefile
creating intl/locale/Makefile
creating intl/locale/public/Makefile
creating intl/locale/idl/Makefile
creating intl/locale/src/Makefile
creating intl/locale/src/unix/Makefile
creating intl/locale/src/os2/Makefile
creating intl/locale/src/windows/Makefile
creating intl/locale/tests/Makefile
creating intl/lwbrk/Makefile
creating intl/lwbrk/src/Makefile
creating intl/lwbrk/public/Makefile
creating intl/lwbrk/tests/Makefile
creating intl/unicharutil/Makefile
creating intl/unicharutil/idl/Makefile
creating intl/unicharutil/src/Makefile
creating intl/unicharutil/public/Makefile
creating intl/unicharutil/tables/Makefile
creating intl/unicharutil/tests/Makefile
creating intl/unicharutil/tools/Makefile
creating intl/strres/Makefile
creating intl/strres/public/Makefile
creating intl/strres/src/Makefile
creating intl/strres/tests/Makefile
creating intl/uconv/ucvmath/Makefile
creating js/Makefile
creating js/src/Makefile
creating js/src/fdlibm/Makefile
creating js/jsd/Makefile
creating js/jsd/idl/Makefile
creating l10n/langpacks/Makefile
creating l10n/Makefile
creating content/Makefile
creating content/base/Makefile
creating content/base/public/Makefile
creating content/base/src/Makefile
creating content/events/Makefile
creating content/events/public/Makefile
creating content/events/src/Makefile
creating content/html/Makefile
creating content/html/content/Makefile
creating content/html/content/public/Makefile
creating content/html/content/src/Makefile
creating content/html/document/Makefile
creating content/html/document/public/Makefile
creating content/html/document/src/Makefile
creating content/html/style/Makefile
creating content/html/style/public/Makefile
creating content/html/style/src/Makefile
creating content/xml/Makefile
creating content/xml/content/Makefile
creating content/xml/content/public/Makefile
creating content/xml/content/src/Makefile
creating content/xml/document/Makefile
creating content/xml/document/public/Makefile
creating content/xml/document/src/Makefile
creating content/xul/Makefile
creating content/xul/content/Makefile
creating content/xul/content/public/Makefile
creating content/xul/content/src/Makefile
creating content/xul/document/Makefile
creating content/xul/document/public/Makefile
creating content/xul/document/src/Makefile
creating content/xul/templates/public/Makefile
creating content/xul/templates/src/Makefile
creating content/xbl/Makefile
creating content/xbl/public/Makefile
creating content/xbl/src/Makefile
creating content/xbl/builtin/Makefile
creating content/xbl/builtin/unix/Makefile
creating content/xbl/builtin/win/Makefile
creating content/xsl/Makefile
creating content/xsl/document/Makefile
creating content/xsl/document/src/Makefile
creating content/shared/Makefile
creating content/shared/public/Makefile
creating content/shared/src/Makefile
creating content/svg/Makefile
creating content/svg/document/Makefile
creating content/svg/document/src/Makefile
creating content/svg/content/Makefile
creating content/svg/content/src/Makefile
creating layout/Makefile
creating layout/base/Makefile
creating layout/base/public/Makefile
creating layout/base/src/Makefile
creating layout/base/tests/Makefile
creating layout/build/Makefile
creating layout/html/Makefile
creating layout/html/base/Makefile
creating layout/html/base/src/Makefile
creating layout/html/document/Makefile
creating layout/html/document/src/Makefile
creating layout/html/forms/Makefile
creating layout/html/forms/public/Makefile
creating layout/html/forms/src/Makefile
creating layout/html/style/Makefile
creating layout/html/style/src/Makefile
creating layout/html/table/Makefile
creating layout/html/table/public/Makefile
creating layout/html/table/src/Makefile
creating layout/html/tests/Makefile
creating layout/tools/Makefile
creating layout/xul/Makefile
creating layout/xul/base/Makefile
creating layout/xul/base/public/Makefile
creating layout/xul/base/src/Makefile
creating layout/xul/base/src/tree/Makefile
creating layout/xul/base/src/tree/src/Makefile
creating layout/xul/base/src/tree/public/Makefile
creating layout/mathml/Makefile
creating layout/mathml/base/Makefile
creating layout/mathml/base/src/Makefile
creating layout/mathml/content/Makefile
creating layout/mathml/content/src/Makefile
creating layout/svg/Makefile
creating layout/svg/base/Makefile
creating layout/svg/base/src/Makefile
creating other-licenses/libart_lgpl/Makefile
creating modules/libreg/Makefile
creating modules/libreg/include/Makefile
creating modules/libreg/src/Makefile
creating modules/libimg/Makefile
creating modules/libpr0n/Makefile
creating modules/libpr0n/public/Makefile
creating modules/libpr0n/src/Makefile
creating modules/libpr0n/decoders/Makefile
creating modules/libpr0n/decoders/gif/Makefile
creating modules/libpr0n/decoders/png/Makefile
creating modules/libpr0n/decoders/ppm/Makefile
creating modules/libpr0n/decoders/jpeg/Makefile
creating modules/libpr0n/decoders/bmp/Makefile
creating modules/libpr0n/decoders/mng/Makefile
creating modules/libpr0n/decoders/icon/Makefile
creating modules/libpr0n/decoders/icon/win/Makefile
creating modules/libpr0n/decoders/xbm/Makefile
creating modules/libjar/Makefile
creating modules/libjar/standalone/Makefile
creating modules/libpref/Makefile
creating modules/libpref/public/Makefile
creating modules/libpref/src/Makefile
creating modules/libutil/Makefile
creating modules/libutil/public/Makefile
creating modules/libutil/src/Makefile
creating js/src/liveconnect/Makefile
creating js/src/liveconnect/classes/Makefile
creating mailnews/Makefile
creating mailnews/addrbook/Makefile
creating mailnews/addrbook/build/Makefile
creating mailnews/addrbook/public/Makefile
creating mailnews/addrbook/src/Makefile
creating mailnews/base/Makefile
creating mailnews/base/public/Makefile
creating mailnews/base/src/Makefile
creating mailnews/base/util/Makefile
creating mailnews/base/build/Makefile
creating mailnews/base/search/Makefile
creating mailnews/base/search/public/Makefile
creating mailnews/base/search/src/Makefile
creating mailnews/base/resources/Makefile
creating mailnews/base/resources/content/Makefile
creating mailnews/base/resources/content/unix/Makefile
creating mailnews/db/Makefile
creating mailnews/db/msgdb/Makefile
creating mailnews/db/msgdb/public/Makefile
creating mailnews/db/msgdb/src/Makefile
creating mailnews/db/msgdb/build/Makefile
creating mailnews/local/Makefile
creating mailnews/local/public/Makefile
creating mailnews/local/src/Makefile
creating mailnews/local/build/Makefile
creating mailnews/imap/Makefile
creating mailnews/imap/build/Makefile
creating mailnews/imap/public/Makefile
creating mailnews/imap/src/Makefile
creating mailnews/news/Makefile
creating mailnews/news/public/Makefile
creating mailnews/news/src/Makefile
creating mailnews/news/build/Makefile
creating mailnews/mime/Makefile
creating mailnews/mime/cthandlers/Makefile
creating mailnews/mime/cthandlers/glue/Makefile
creating mailnews/mime/cthandlers/vcard/Makefile
creating mailnews/mime/cthandlers/calendar/Makefile
creating mailnews/mime/cthandlers/resources/Makefile
creating mailnews/mime/cthandlers/smimestub/Makefile
creating mailnews/mime/emitters/Makefile
creating mailnews/mime/emitters/build/Makefile
creating mailnews/mime/emitters/src/Makefile
creating mailnews/mime/public/Makefile
creating mailnews/mime/src/Makefile
creating mailnews/mime/build/Makefile
creating mailnews/compose/Makefile
creating mailnews/compose/public/Makefile
creating mailnews/compose/src/Makefile
creating mailnews/compose/build/Makefile
creating mailnews/public/Makefile
creating mailnews/import/Makefile
creating mailnews/import/public/Makefile
creating mailnews/import/src/Makefile
creating mailnews/import/text/Makefile
creating mailnews/import/text/src/Makefile
creating mailnews/import/eudora/Makefile
creating mailnews/import/eudora/src/Makefile
creating mailnews/import/oexpress/Makefile
creating mailnews/import/outlook/Makefile
creating mailnews/import/outlook/src/Makefile
creating mailnews/extensions/Makefile
creating mailnews/extensions/smime/Makefile
creating mailnews/extensions/smime/build/Makefile
creating mailnews/extensions/smime/src/Makefile
creating mailnews/extensions/smime/public/Makefile
creating mailnews/extensions/smoketest/Makefile
creating mailnews/extensions/smoketest/resources/Makefile
creating mailnews/extensions/smoketest/resources/content/Makefile
creating mailnews/extensions/mdn/Makefile
creating mailnews/extensions/mdn/src/Makefile
creating mailnews/extensions/bayesian-spam-filter/Makefile
creating mailnews/extensions/bayesian-spam-filter/src/Makefile
creating mailnews/extensions/bayesian-spam-filter/build/Makefile
creating mailnews/extensions/mailviews/Makefile
creating mailnews/extensions/mailviews/public/Makefile
creating mailnews/extensions/mailviews/src/Makefile
creating mailnews/extensions/mailviews/build/Makefile
creating mailnews/extensions/mailviews/resources/Makefile
creating mailnews/extensions/mailviews/resources/content/Makefile
creating mailnews/mapi/Makefile
creating mailnews/mapi/resources/content/Makefile
creating mailnews/mapi/resources/locale/en-US/Makefile
creating mailnews/mapi/resources/locale/Makefile
creating mailnews/mapi/resources/Makefile
creating modules/oji/Makefile
creating modules/oji/public/Makefile
creating modules/oji/src/Makefile
creating modules/plugin/Makefile
creating modules/plugin/base/src/Makefile
creating modules/plugin/base/public/Makefile
creating modules/plugin/samples/simple/Makefile
creating modules/plugin/samples/SanePlugin/Makefile
creating modules/plugin/samples/default/unix/Makefile
creating modules/plugin/tools/sdk/Makefile
creating modules/plugin/tools/sdk/samples/Makefile
creating modules/plugin/tools/sdk/samples/common/Makefile
creating modules/plugin/tools/sdk/samples/basic/windows/Makefile
creating modules/plugin/tools/sdk/samples/scriptable/windows/Makefile
creating modules/plugin/tools/sdk/samples/simple/Makefile
creating modules/plugin/tools/sdk/samples/winless/windows/Makefile
creating netwerk/Makefile
creating netwerk/base/Makefile
creating netwerk/base/public/Makefile
creating netwerk/base/src/Makefile
creating netwerk/build/Makefile
creating netwerk/build2/Makefile
creating netwerk/cache/Makefile
creating netwerk/cache/public/Makefile
creating netwerk/cache/src/Makefile
creating netwerk/dns/Makefile
creating netwerk/dns/public/Makefile
creating netwerk/dns/src/Makefile
creating netwerk/protocol/Makefile
creating netwerk/protocol/about/Makefile
creating netwerk/protocol/about/public/Makefile
creating netwerk/protocol/about/src/Makefile
creating netwerk/protocol/data/Makefile
creating netwerk/protocol/data/public/Makefile
creating netwerk/protocol/data/src/Makefile
creating netwerk/protocol/file/Makefile
creating netwerk/protocol/file/public/Makefile
creating netwerk/protocol/file/src/Makefile
creating netwerk/protocol/ftp/Makefile
creating netwerk/protocol/ftp/public/Makefile
creating netwerk/protocol/ftp/src/Makefile
creating netwerk/protocol/gopher/Makefile
creating netwerk/protocol/gopher/src/Makefile
creating netwerk/protocol/http/Makefile
creating netwerk/protocol/http/public/Makefile
creating netwerk/protocol/http/src/Makefile
creating netwerk/protocol/jar/Makefile
creating netwerk/protocol/jar/public/Makefile
creating netwerk/protocol/jar/src/Makefile
creating netwerk/protocol/keyword/Makefile
creating netwerk/protocol/keyword/src/Makefile
creating netwerk/protocol/res/Makefile
creating netwerk/protocol/res/public/Makefile
creating netwerk/protocol/res/src/Makefile
creating netwerk/mime/Makefile
creating netwerk/mime/public/Makefile
creating netwerk/mime/src/Makefile
creating netwerk/socket/Makefile
creating netwerk/socket/base/Makefile
creating netwerk/streamconv/Makefile
creating netwerk/streamconv/converters/Makefile
creating netwerk/streamconv/public/Makefile
creating netwerk/streamconv/src/Makefile
creating netwerk/streamconv/test/Makefile
creating netwerk/test/Makefile
creating netwerk/testserver/Makefile
creating netwerk/resources/Makefile
creating uriloader/exthandler/Makefile
creating profile/Makefile
creating profile/src/Makefile
creating profile/public/Makefile
creating profile/resources/Makefile
creating profile/pref-migrator/Makefile
creating profile/pref-migrator/public/Makefile
creating profile/pref-migrator/src/Makefile
creating profile/pref-migrator/resources/Makefile
creating profile/defaults/Makefile
creating profile/dirserviceprovider/Makefile
creating profile/dirserviceprovider/public/Makefile
creating profile/dirserviceprovider/src/Makefile
creating rdf/Makefile
creating rdf/base/Makefile
creating rdf/base/idl/Makefile
creating rdf/base/public/Makefile
creating rdf/base/src/Makefile
creating rdf/chrome/Makefile
creating rdf/chrome/build/Makefile
creating rdf/chrome/public/Makefile
creating rdf/chrome/src/Makefile
creating rdf/chrome/tools/Makefile
creating rdf/chrome/tools/chromereg/Makefile
creating rdf/util/Makefile
creating rdf/util/public/Makefile
creating rdf/util/src/Makefile
creating rdf/resources/Makefile
creating rdf/build/Makefile
creating rdf/datasource/Makefile
creating rdf/datasource/public/Makefile
creating rdf/datasource/src/Makefile
creating rdf/tests/Makefile
creating rdf/tests/localfile/Makefile
creating rdf/tests/rdfsink/Makefile
creating rdf/tests/rdfcat/Makefile
creating rdf/tests/rdfpoll/Makefile
creating sun-java/Makefile
creating sun-java/stubs/Makefile
creating sun-java/stubs/include/Makefile
creating sun-java/stubs/jri/Makefile
creating themes/Makefile
creating themes/modern/Makefile
creating themes/classic/Makefile
creating themes/classic/global/mac/Makefile
creating themes/classic/global/unix/Makefile
creating themes/classic/global/win/Makefile
creating uriloader/Makefile
creating uriloader/base/Makefile
creating uriloader/build/Makefile
creating view/Makefile
creating view/public/Makefile
creating view/src/Makefile
creating webshell/Makefile
creating webshell/public/Makefile
creating webshell/tests/Makefile
creating webshell/tests/viewer/Makefile
creating webshell/tests/viewer/public/Makefile
creating webshell/tests/viewer/unix/Makefile
creating webshell/tests/viewer/unix/gtk/Makefile
creating webshell/tests/viewer/unix/qt/Makefile
creating webshell/tests/viewer/unix/xlib/Makefile
creating widget/Makefile
creating widget/public/Makefile
creating widget/src/Makefile
creating widget/src/beos/Makefile
creating widget/src/build/Makefile
creating widget/src/gtk/Makefile
creating widget/src/gtk2/mai/Makefile
creating widget/src/gtksuperwin/Makefile
creating widget/src/gtkxtbin/Makefile
creating widget/src/photon/Makefile
creating widget/src/mac/Makefile
creating widget/src/cocoa/Makefile
creating widget/src/xlib/Makefile
creating widget/src/os2/Makefile
creating widget/src/os2/tests/Makefile
creating widget/src/qt/Makefile
creating widget/src/windows/Makefile
creating widget/src/windows/expose/Makefile
creating widget/src/windows/expose/ISimpleDOMNode/Makefile
creating widget/src/windows/expose/ISimpleDOMDocument/Makefile
creating widget/src/xlibxtbin/Makefile
creating widget/src/xpwidgets/Makefile
creating widget/src/support/Makefile
creating string/Makefile
creating string/obsolete/Makefile
creating string/public/Makefile
creating string/src/Makefile
creating string/embed/Makefile
creating string/embed/standalone/Makefile
creating xpcom/Makefile
creating xpcom/base/Makefile
creating xpcom/build/Makefile
creating xpcom/components/Makefile
creating xpcom/ds/Makefile
creating xpcom/glue/Makefile
creating xpcom/glue/standalone/Makefile
creating xpcom/io/Makefile
creating xpcom/typelib/Makefile
creating xpcom/reflect/Makefile
creating xpcom/typelib/xpt/Makefile
creating xpcom/typelib/xpt/public/Makefile
creating xpcom/typelib/xpt/src/Makefile
creating xpcom/typelib/xpt/tests/Makefile
creating xpcom/typelib/xpt/tools/Makefile
creating xpcom/typelib/xpidl/Makefile
creating xpcom/reflect/xptcall/Makefile
creating xpcom/reflect/xptcall/public/Makefile
creating xpcom/reflect/xptcall/src/Makefile
creating xpcom/reflect/xptcall/src/md/Makefile
creating xpcom/reflect/xptcall/src/md/os2/Makefile
creating xpcom/reflect/xptcall/src/md/test/Makefile
creating xpcom/reflect/xptcall/src/md/unix/Makefile
creating xpcom/reflect/xptcall/src/md/win32/Makefile
creating xpcom/reflect/xptcall/tests/Makefile
creating xpcom/reflect/xptinfo/Makefile
creating xpcom/reflect/xptinfo/public/Makefile
creating xpcom/reflect/xptinfo/src/Makefile
creating xpcom/reflect/xptinfo/tests/Makefile
creating xpcom/proxy/Makefile
creating xpcom/proxy/public/Makefile
creating xpcom/proxy/src/Makefile
creating xpcom/proxy/tests/Makefile
creating xpcom/sample/Makefile
creating xpcom/threads/Makefile
creating xpcom/tools/Makefile
creating xpcom/tools/registry/Makefile
creating xpcom/tools/windows/Makefile
creating xpcom/windbgdlg/Makefile
creating xpcom/tests/Makefile
creating xpcom/tests/dynamic/Makefile
creating xpcom/tests/services/Makefile
creating xpcom/tests/windows/Makefile
creating js/src/xpconnect/Makefile
creating js/src/xpconnect/public/Makefile
creating js/src/xpconnect/idl/Makefile
creating js/src/xpconnect/shell/Makefile
creating js/src/xpconnect/src/Makefile
creating js/src/xpconnect/loader/Makefile
creating js/src/xpconnect/tests/Makefile
creating js/src/xpconnect/tests/components/Makefile
creating js/src/xpconnect/tests/idl/Makefile
creating js/src/xpconnect/tools/Makefile
creating js/src/xpconnect/tools/idl/Makefile
creating xpinstall/Makefile
creating xpinstall/packager/Makefile
creating xpinstall/public/Makefile
creating xpinstall/res/Makefile
creating xpinstall/src/Makefile
creating xpinstall/stub/Makefile
creating xpinstall/wizard/libxpnet/Makefile
creating xpinstall/wizard/libxpnet/src/Makefile
creating xpinstall/wizard/libxpnet/test/Makefile
creating xpinstall/wizard/unix/src2/Makefile
creating xpinstall/wizard/windows/nsinstall/Makefile
creating xpinstall/wizard/windows/nsztool/Makefile
creating xpinstall/wizard/windows/uninstall/Makefile
creating xpinstall/wizard/windows/setup/Makefile
creating xpinstall/wizard/windows/setuprsc/Makefile
creating xpinstall/wizard/windows/ren8dot3/Makefile
creating xpinstall/wizard/windows/ds32/Makefile
creating xpinstall/wizard/windows/GetShortPathName/Makefile
creating xpfe/Makefile
creating xpfe/browser/Makefile
creating xpfe/browser/public/Makefile
creating xpfe/browser/src/Makefile
creating xpfe/browser/samples/Makefile
creating xpfe/browser/samples/sampleimages/Makefile
creating xpfe/components/Makefile
creating xpfe/components/shistory/Makefile
creating xpfe/components/shistory/public/Makefile
creating xpfe/components/shistory/src/Makefile
creating xpfe/components/bookmarks/Makefile
creating xpfe/components/bookmarks/public/Makefile
creating xpfe/components/bookmarks/src/Makefile
creating xpfe/components/directory/Makefile
creating xpfe/components/download-manager/Makefile
creating xpfe/components/download-manager/src/Makefile
creating xpfe/components/download-manager/public/Makefile
creating xpfe/components/timebomb/Makefile
creating xpfe/components/timebomb/tools/Makefile
creating xpfe/components/regviewer/Makefile
creating xpfe/components/find/Makefile
creating xpfe/components/find/public/Makefile
creating xpfe/components/find/src/Makefile
creating xpfe/components/filepicker/Makefile
creating xpfe/components/filepicker/public/Makefile
creating xpfe/components/filepicker/src/Makefile
creating xpfe/components/history/Makefile
creating xpfe/components/history/src/Makefile
creating xpfe/components/history/public/Makefile
creating xpfe/components/prefwindow/Makefile
creating xpfe/components/prefwindow/resources/Makefile
creating xpfe/components/prefwindow/resources/content/Makefile
creating xpfe/components/prefwindow/resources/content/unix/Makefile
creating xpfe/components/prefwindow/resources/content/win/Makefile
creating xpfe/components/prefwindow/resources/locale/Makefile
creating xpfe/components/prefwindow/resources/locale/en-US/Makefile
creating xpfe/components/prefwindow/resources/locale/en-US/unix/Makefile
creating xpfe/components/prefwindow/resources/locale/en-US/win/Makefile
creating xpfe/components/related/Makefile
creating xpfe/components/related/src/Makefile
creating xpfe/components/related/public/Makefile
creating xpfe/components/search/Makefile
creating xpfe/components/search/datasets/Makefile
creating xpfe/components/search/public/Makefile
creating xpfe/components/search/src/Makefile
creating xpfe/components/sidebar/Makefile
creating xpfe/components/sidebar/public/Makefile
creating xpfe/components/sidebar/src/Makefile
creating xpfe/components/autocomplete/Makefile
creating xpfe/components/autocomplete/public/Makefile
creating xpfe/components/autocomplete/src/Makefile
creating xpfe/components/urlbarhistory/Makefile
creating xpfe/components/urlbarhistory/public/Makefile
creating xpfe/components/urlbarhistory/src/Makefile
creating xpfe/components/urlwidget/Makefile
creating xpfe/components/winhooks/Makefile
creating xpfe/components/alerts/Makefile
creating xpfe/components/alerts/public/Makefile
creating xpfe/components/alerts/src/Makefile
creating xpfe/components/console/Makefile
creating xpfe/components/resetPref/Makefile
creating xpfe/components/killAll/Makefile
creating xpfe/components/build/Makefile
creating xpfe/appshell/Makefile
creating xpfe/appshell/src/Makefile
creating xpfe/appshell/public/Makefile
creating xpfe/bootstrap/Makefile
creating xpfe/browser/resources/Makefile
creating xpfe/browser/resources/content/Makefile
creating xpfe/browser/resources/content/unix/Makefile
creating xpfe/browser/resources/content/win/Makefile
creating xpfe/browser/resources/locale/Makefile
creating xpfe/browser/resources/locale/en-US/Makefile
creating xpfe/browser/resources/locale/en-US/unix/Makefile
creating xpfe/global/Makefile
creating xpfe/global/resources/Makefile
creating xpfe/global/resources/content/Makefile
creating xpfe/global/resources/content/os2/Makefile
creating xpfe/global/resources/content/unix/Makefile
creating xpfe/global/resources/locale/Makefile
creating xpfe/global/resources/locale/en-US/Makefile
creating xpfe/global/resources/locale/en-US/mac/Makefile
creating xpfe/global/resources/locale/en-US/os2/Makefile
creating xpfe/global/resources/locale/en-US/unix/Makefile
creating xpfe/global/resources/locale/en-US/win/Makefile
creating xpfe/communicator/Makefile
creating xpfe/communicator/resources/Makefile
creating xpfe/communicator/resources/locale/Makefile
creating xpfe/communicator/resources/locale/en-US/Makefile
creating xpfe/communicator/resources/content/Makefile
creating xpfe/communicator/resources/content/unix/Makefile
creating xpfe/communicator/resources/content/win/Makefile
creating modules/zlib/standalone/Makefile
creating security/manager/Makefile
creating security/manager/boot/Makefile
creating security/manager/boot/src/Makefile
creating security/manager/boot/public/Makefile
creating security/manager/ssl/Makefile
creating security/manager/ssl/src/Makefile
creating security/manager/ssl/resources/Makefile
creating security/manager/ssl/public/Makefile
creating security/manager/pki/Makefile
creating security/manager/pki/resources/Makefile
creating security/manager/pki/src/Makefile
creating security/manager/pki/public/Makefile
updating cache ./config.cache
creating ./config.status
creating config/autoconf.mk
creating config/doxygen.cfg
configuring in nsprpub
running /bin/sh ./configure  --disable-auto-deps --enable-chrome-format=jar --disable-cpp-exceptions --disable-cpp-rtti --enable-crypto --disable-debug --disable-gtktest --disable-freetypetest --disable-installer --disable-glibtest --enable-double-buffer --enable-mathml --disable-md --disable-pedantic --disable-bidi --disable-plaintext-editor-only --enable-strip --enable-svg --disable-tests --disable-xterm-updates --enable-xinerama --with-system-zlib --with-system-jpeg=/usr/local --with-system-mng=/usr/local --with-system-png=/usr/local --with-pthreads --disable-ldap --enable-mailnews --enable-extensions=default,xmlterm --disable-jsd --disable-dtd-debug --enable-default-toolkit=gtk --enable-xft --enable-reorder --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --prefix=/usr/X11R6 i386-portbld-freebsd4.8 --with-dist-prefix=/home/ports/www/mozilla/work/mozilla/dist --with-mozilla --cache-file=.././config.cache --srcdir=.
loading cache .././config.cache
checking host system type... i386-portbld-freebsd4.8
checking target system type... i386-portbld-freebsd4.8
checking build system type... i386-portbld-freebsd4.8
checking for whoami... (cached) /usr/bin/whoami
checking for c++... (cached) c++
checking whether the C++ compiler (c++ -O -pipe  ) works... yes
checking whether the C++ compiler (c++ -O -pipe  ) is a cross-compiler... no
checking whether we are using GNU C++... (cached) yes
checking whether c++ accepts -g... (cached) yes
checking for gcc... (cached) cc
checking whether the C compiler (cc -O -pipe  ) works... yes
checking whether the C compiler (cc -O -pipe  ) is a cross-compiler... no
checking whether we are using GNU C... (cached) yes
checking whether cc accepts -g... (cached) yes
checking how to run the C preprocessor... (cached) cc -E
checking for ranlib... (cached) ranlib
checking for as... (cached) /usr/bin/as
checking for ar... (cached) /usr/bin/ar
checking for ld... (cached) /usr/bin/ld
checking for strip... (cached) /usr/bin/strip
checking for windres... no
checking for gcc -pipe support... yes
checking for perl5... (cached) /usr/bin/perl5
DSO_CFLAGS: not found
checking for dlopen... yes
checking whether cc needs -traditional... (cached) no
checking for lchown... (cached) yes
checking for strerror... (cached) yes
checking for pthread_create in -lpthreads... no
checking for pthread_create in -lpthread... no
checking for pthread_create in -lc_r... yes
checking whether cc accepts -pthread... yes
updating cache .././config.cache
creating ./config.status
creating Makefile
creating config/Makefile
creating config/autoconf.mk
creating config/nsprincl.mk
creating config/nsprincl.sh
creating config/nspr-config
creating lib/Makefile
creating lib/ds/Makefile
creating lib/libc/Makefile
creating lib/libc/include/Makefile
creating lib/libc/src/Makefile
creating lib/tests/Makefile
creating pkg/solaris/Makefile
creating pkg/solaris/SUNWpr/Makefile
creating pkg/solaris/SUNWprx/Makefile
creating pr/Makefile
creating pr/include/Makefile
creating pr/include/md/Makefile
creating pr/include/obsolete/Makefile
creating pr/include/private/Makefile
creating pr/src/Makefile
creating pr/src/io/Makefile
creating pr/src/linking/Makefile
creating pr/src/malloc/Makefile
creating pr/src/md/Makefile
creating pr/src/md/unix/Makefile
creating pr/src/memory/Makefile
creating pr/src/misc/Makefile
creating pr/src/threads/Makefile
creating pr/tests/Makefile
creating pr/tests/dll/Makefile
creating pr/src/pthreads/Makefile
configure: warning: Recreating autoconf.mk with updated nspr-config output


More information about the freebsd-gnome mailing list