Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Apr 2003 19:00:44 +0200
From:      "Martin Tsanov" <cyberzone@odessos.org>
To:        <freebsd-questions@freebsd.org>
Subject:   KVirc 3.0.0 beta 2
Message-ID:  <000901c2facb$bb428880$0764a8c0@cyberzone.odessos.org>

next in thread | raw e-mail | index | archive | help

[-- Attachment #1 --]
Hello,

I'm trying to install this program under FreeBSD 4.8 RC from
source as there is no binary package. Unfortunately, there is no port entry
for it as well.
When I try to configure the source code, I get an error.

I run the configure script withi the following options:

 ./configure --with-freebsd-pthread

The error follows:

### Looking for Qt
################################################################################
checking for the Qt library name... "qt"
checking for the general Qt directory... Seems to be /usr/X11R6/.
checking for the Qt library... found in /usr/X11R6/./lib
checking for the Qt header files... found in /usr/X11R6/./include
checking for the Qt moc... found as /usr/X11R6/bin/moc
checking for the multithreaded version of Qt... seems to be available
checking if we can compile an X-Qt application... FAILED
################################################################################
### CONFIGURE ERROR:
### Failed to compile the Qt library test program.
### This may be a bad sign :)
### First of all, make sure that qt is correctly installed on your system,
### and the qt version is the one requested by this version of kvirc.
### Ensure that you have only one copy of qt visible at a time.
### You may also take a look at the config.log file in this directory,
### that will tell you which check has failed and maybe more about the reason
### of the failure.
### The CPPFLAGS used were:
###   -I/usr/X11R6/include
###   -I/usr/X11R6/./include
###   -I/usr/X11R6/include
### The CXXFLAGS used were:
###   -O2
###   -Wall
### The LIBS used were:
###   -L/usr/X11R6/lib
###   -L/usr/X11R6/./lib
###   -L/usr/X11R6/lib
###   -lqt-mt
###   -lXext
###   -lX11
### The LDFLAGS used were:
###   -s
### If you're sure that qt is correctly installed , you may force configure
### to skip this check and try to compile kvirc anyway.
### Try using the --without-qt-check option.
### If you're feeling that this may be a bug in this configure script
### and want to report this to me , please include your configure script,
### the config.log file as well as the complete configure output.

I have one version of qt installed and it is qt-3.1.1_4
Attached is the generated config.log

Any help will be appreciated.

[-- Attachment #2 --]
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by configure, which was
generated by GNU Autoconf 2.53.  Invocation command line was

  $ ./configure --with-freebsd-pthread

## --------- ##
## Platform. ##
## --------- ##

hostname = cstrike
uname -m = i386
uname -r = 4.8-RC
uname -s = FreeBSD
uname -v = FreeBSD 4.8-RC #1: Sat Mar 29 18:28:22 EET 2003     cstrike@cstrike:/usr/obj/usr/src/sys/CSTRIKE 

/usr/bin/uname -p = i386
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/X11R6/bin
PATH: /root/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1474: checking build system type
configure:1492: result: i386-unknown-freebsd4.8
configure:1500: checking host system type
configure:1514: result: i386-unknown-freebsd4.8
configure:1522: checking target system type
configure:1536: result: i386-unknown-freebsd4.8
configure:1572: checking for a BSD-compatible install
configure:1626: result: /usr/bin/install -c
configure:1637: checking whether build environment is sane
configure:1680: result: yes
configure:1713: checking for gawk
configure:1742: result: no
configure:1713: checking for mawk
configure:1742: result: no
configure:1713: checking for nawk
configure:1729: found /usr/bin/nawk
configure:1739: result: nawk
configure:1749: checking whether make sets ${MAKE}
configure:1769: result: yes
configure:1967: checking if you want the debug symbols
configure:1988: result: no
configure:1994: checking if you want to use pipes for the compilation
configure:2014: result: no
configure:2019: checking for the optimisation level
configure:2036: result: using no optimisation flag
configure:2041: checking if you want to use -fno-rtti
configure:2061: result: no
configure:2121: checking for gcc
configure:2137: found /usr/bin/gcc
configure:2147: result: gcc
configure:2391: checking for C compiler version
configure:2394: gcc --version </dev/null >&5
2.95.4
configure:2397: $? = 0
configure:2399: gcc -v </dev/null >&5
Using builtin specs.
gcc version 2.95.4 20020320 [FreeBSD]
configure:2402: $? = 0
configure:2404: gcc -V </dev/null >&5
gcc: argument to `-V' is missing
configure:2407: $? = 1
configure:2433: checking for C compiler default output
configure:2436: gcc    conftest.c  >&5
configure:2439: $? = 0
configure:2472: result: a.out
configure:2477: checking whether the C compiler works
configure:2483: ./a.out
configure:2486: $? = 0
configure:2501: result: yes
configure:2508: checking whether we are cross compiling
configure:2510: result: no
configure:2513: checking for suffix of executables
configure:2515: gcc -o conftest    conftest.c  >&5
configure:2518: $? = 0
configure:2540: result: 
configure:2546: checking for suffix of object files
configure:2570: gcc -c   conftest.c >&5
configure:2573: $? = 0
configure:2592: result: o
configure:2596: checking whether we are using the GNU C compiler
configure:2623: gcc -c   conftest.c >&5
configure:2626: $? = 0
configure:2629: test -s conftest.o
configure:2632: $? = 0
configure:2644: result: yes
configure:2650: checking whether gcc accepts -g
configure:2674: gcc -c -g  conftest.c >&5
configure:2677: $? = 0
configure:2680: test -s conftest.o
configure:2683: $? = 0
configure:2693: result: yes
configure:2720: gcc -c -g -O2  conftest.c >&5
conftest.c:2: syntax error before `me'
configure:2723: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:2852: checking for style of include used by make
configure:2880: result: GNU
configure:2908: checking dependency style of gcc
configure:2970: result: gcc
configure:2981: checking how to run the C preprocessor
configure:3007: gcc -E  conftest.c
configure:3013: $? = 0
configure:3040: gcc -E  conftest.c
configure:3036: ac_nonexistent.h: No such file or directory
configure:3046: $? = 1
configure: failed program was:
#line 3035 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3083: result: gcc -E
configure:3098: gcc -E  conftest.c
configure:3104: $? = 0
configure:3131: gcc -E  conftest.c
configure:3127: ac_nonexistent.h: No such file or directory
configure:3137: $? = 1
configure: failed program was:
#line 3126 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3178: checking for AIX
configure:3197: result: no
configure:3203: checking for ANSI C header files
configure:3217: gcc -E  conftest.c
configure:3223: $? = 0
configure:3308: gcc -o conftest -g -O2   conftest.c  >&5
configure:3311: $? = 0
configure:3313: ./conftest
configure:3316: $? = 0
configure:3330: result: yes
configure:3354: checking for sys/types.h
configure:3367: gcc -c -g -O2  conftest.c >&5
configure:3370: $? = 0
configure:3373: test -s conftest.o
configure:3376: $? = 0
configure:3386: result: yes
configure:3354: checking for sys/stat.h
configure:3367: gcc -c -g -O2  conftest.c >&5
configure:3370: $? = 0
configure:3373: test -s conftest.o
configure:3376: $? = 0
configure:3386: result: yes
configure:3354: checking for stdlib.h
configure:3367: gcc -c -g -O2  conftest.c >&5
configure:3370: $? = 0
configure:3373: test -s conftest.o
configure:3376: $? = 0
configure:3386: result: yes
configure:3354: checking for string.h
configure:3367: gcc -c -g -O2  conftest.c >&5
configure:3370: $? = 0
configure:3373: test -s conftest.o
configure:3376: $? = 0
configure:3386: result: yes
configure:3354: checking for memory.h
configure:3367: gcc -c -g -O2  conftest.c >&5
configure:3370: $? = 0
configure:3373: test -s conftest.o
configure:3376: $? = 0
configure:3386: result: yes
configure:3354: checking for strings.h
configure:3367: gcc -c -g -O2  conftest.c >&5
configure:3370: $? = 0
configure:3373: test -s conftest.o
configure:3376: $? = 0
configure:3386: result: yes
configure:3354: checking for inttypes.h
configure:3367: gcc -c -g -O2  conftest.c >&5
configure:3370: $? = 0
configure:3373: test -s conftest.o
configure:3376: $? = 0
configure:3386: result: yes
configure:3354: checking for stdint.h
configure:3367: gcc -c -g -O2  conftest.c >&5
configure:3395: stdint.h: No such file or directory
configure:3370: $? = 1
configure: failed program was:
#line 3359 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif

#include <stdint.h>
configure:3386: result: no
configure:3354: checking for unistd.h
configure:3367: gcc -c -g -O2  conftest.c >&5
configure:3370: $? = 0
configure:3373: test -s conftest.o
configure:3376: $? = 0
configure:3386: result: yes
configure:3408: checking minix/config.h usability
configure:3417: gcc -c -g -O2  conftest.c >&5
configure:3445: minix/config.h: No such file or directory
configure:3420: $? = 1
configure: failed program was:
#line 3410 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <minix/config.h>
configure:3435: result: no
configure:3439: checking minix/config.h presence
configure:3446: gcc -E  conftest.c
configure:3442: minix/config.h: No such file or directory
configure:3452: $? = 1
configure: failed program was:
#line 3441 "configure"
#include "confdefs.h"
#include <minix/config.h>
configure:3470: result: no
configure:3488: checking for minix/config.h
configure:3495: result: no
configure:3583: checking for g++
configure:3599: found /usr/bin/g++
configure:3609: result: g++
configure:3625: checking for C++ compiler version
configure:3628: g++ --version </dev/null >&5
2.95.4
configure:3631: $? = 0
configure:3633: g++ -v </dev/null >&5
Using builtin specs.
gcc version 2.95.4 20020320 [FreeBSD]
configure:3636: $? = 0
configure:3638: g++ -V </dev/null >&5
g++: argument to `-V' missing

configure:3641: $? = 1
configure:3644: checking whether we are using the GNU C++ compiler
configure:3671: g++ -c   conftest.cc >&5
configure:3674: $? = 0
configure:3677: test -s conftest.o
configure:3680: $? = 0
configure:3692: result: yes
configure:3698: checking whether g++ accepts -g
configure:3722: g++ -c -g  conftest.cc >&5
configure:3725: $? = 0
configure:3728: test -s conftest.o
configure:3731: $? = 0
configure:3741: result: yes
configure:3787: g++ -c   conftest.cc >&5
configure:3790: $? = 0
configure:3793: test -s conftest.o
configure:3796: $? = 0
configure:3824: g++ -c   conftest.cc >&5
configure:3827: $? = 0
configure:3830: test -s conftest.o
configure:3833: $? = 0
configure:3857: checking dependency style of g++
configure:3919: result: gcc
configure:4019: checking for ld used by GCC
configure:4083: result: /usr/libexec/elf/ld
configure:4092: checking if the linker (/usr/libexec/elf/ld) is GNU ld
GNU ld version 2.12.1 [FreeBSD] 2002-07-20
configure:4104: result: yes
configure:4109: checking for /usr/libexec/elf/ld option to reload object files
configure:4116: result: -r
configure:4125: checking for BSD-compatible nm
configure:4160: result: /usr/bin/nm -B
configure:4164: checking for a sed that does not truncate output
configure:4240: result: 
configure:4243: checking whether ln -s works
configure:4247: result: yes
configure:4254: checking how to recognise dependant libraries
configure:4441: result: pass_all
configure:4594: checking dlfcn.h usability
configure:4603: g++ -c   conftest.cc >&5
configure:4606: $? = 0
configure:4609: test -s conftest.o
configure:4612: $? = 0
configure:4621: result: yes
configure:4625: checking dlfcn.h presence
configure:4632:   conftest.cc
./configure: line 1: conftest.cc: command not found
configure:4638: $? = 127
configure: failed program was:
#line 4627 "configure"
#include "confdefs.h"
#include <dlfcn.h>
configure:4656: result: no
configure:4662: WARNING: dlfcn.h: accepted by the compiler, rejected by the preprocessor!
configure:4664: WARNING: dlfcn.h: proceeding with the preprocessor's result
configure:4674: checking for dlfcn.h
configure:4681: result: no
configure:4699: checking how to run the C++ preprocessor
configure:4721: g++ -E  conftest.cc
configure:4727: $? = 0
configure:4754: g++ -E  conftest.cc
configure:4750: ac_nonexistent.h: No such file or directory
configure:4760: $? = 1
configure: failed program was:
#line 4749 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:4797: result: g++ -E
configure:4812: g++ -E  conftest.cc
configure:4818: $? = 0
configure:4845: g++ -E  conftest.cc
configure:4841: ac_nonexistent.h: No such file or directory
configure:4851: $? = 1
configure: failed program was:
#line 4840 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:4895: checking the maximum length of command line arguments
configure:4943: result: 16384
configure:4954: checking command to parse /usr/bin/nm -B output from gcc object
configure:5039: g++ -c   conftest.cc >&5
configure:5042: $? = 0
configure:5046: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:5049: $? = 0
configure:5101: g++ -o conftest    conftest.cc conftstm.o >&5
configure:5104: $? = 0
configure:5142: result: ok
configure:5146: checking for objdir
configure:5161: result: .libs
configure:5251: checking for ranlib
configure:5267: found /usr/bin/ranlib
configure:5278: result: ranlib
configure:5331: checking for strip
configure:5347: found /usr/bin/strip
configure:5358: result: strip
configure:5621: checking if gcc static flag  works
configure:5644: result: yes
configure:5661: checking if gcc supports -fno-rtti -fno-exceptions
configure:5685: result: yes
configure:5700: checking for gcc option to produce PIC
configure:5853: result: -fPIC
configure:5860: checking if gcc PIC flag -fPIC works
configure:5884: result: yes
configure:5908: checking if gcc supports -c -o file.o
configure:5949: result: yes
configure:5975: checking whether the gcc linker (/usr/libexec/elf/ld) supports shared libraries
configure:6771: result: yes
configure:6793: checking whether -lc should be explicitly linked in
configure:6798: gcc -c -g -O2  conftest.c >&5
configure:6801: $? = 0
configure:6815: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:6818: $? = 1
configure:6830: result: yes
configure:6836: checking how to hardcode library paths into programs
configure:6860: result: immediate
configure:6874: checking whether stripping libraries is possible
configure:6879: result: yes
configure:6886: checking dynamic linker characteristics
configure:7328: result: freebsd4.8 ld.so
configure:7969: checking if libtool supports shared libraries
configure:7971: result: yes
configure:7974: checking whether to build shared libraries
configure:7995: result: yes
configure:7998: checking whether to build static libraries
configure:8002: result: no
configure:8081: creating libtool
configure:8806: checking whether the g++ linker (/usr/libexec/elf/ld) supports shared libraries
configure:9475: result: yes
configure:9492: g++ -c   conftest.cc >&5
configure:9495: $? = 0
configure:9595: checking for g++ option to produce PIC
configure:9831: result: -fPIC
configure:9838: checking if g++ PIC flag -fPIC works
configure:9862: result: yes
configure:9886: checking if g++ supports -c -o file.o
configure:9927: result: yes
configure:9953: checking whether the g++ linker (/usr/libexec/elf/ld) supports shared libraries
configure:9975: result: yes
configure:9997: checking whether -lc should be explicitly linked in
configure:10002: g++ -c   conftest.cc >&5
configure:10005: $? = 0
configure:10019: g++ -shared -nostdlib  conftest.o   -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:10022: $? = 1
configure:10034: result: yes
configure:10040: checking how to hardcode library paths into programs
configure:10064: result: immediate
configure:10078: checking whether stripping libraries is possible
configure:10083: result: yes
configure:10090: checking dynamic linker characteristics
configure:10532: result: freebsd4.8 ld.so
configure:11589: checking if gcj supports -fno-rtti -fno-exceptions
configure:11613: result: yes
configure:11628: checking for gcj option to produce PIC
configure:11781: result: -fPIC
configure:11788: checking if gcj PIC flag -fPIC works
configure:11812: result: no
configure:11836: checking if gcj supports -c -o file.o
configure:11877: result: no
configure:11903: checking whether the gcj linker (/usr/libexec/elf/ld) supports shared libraries
configure:12699: result: yes
configure:12721: checking whether -lc should be explicitly linked in
configure:12726: g++ -c   conftest.java >&5
g++: conftest.java: linker input file unused since linking not done
configure:12729: $? = 0
configure:12743: gcj -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:12746: $? = 1
configure:12758: result: yes
configure:12764: checking how to hardcode library paths into programs
configure:12788: result: immediate
configure:12802: checking whether stripping libraries is possible
configure:12807: result: yes
configure:12814: checking dynamic linker characteristics
configure:13256: result: freebsd4.8 ld.so
configure:14833: checking for strings.h
configure:14838: result: yes
configure:14951: checking linux/soundcard.h usability
configure:14960: g++ -c   conftest.cc >&5
configure:14988: linux/soundcard.h: No such file or directory
configure:14963: $? = 1
configure: failed program was:
#line 14953 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <linux/soundcard.h>
configure:14978: result: no
configure:14982: checking linux/soundcard.h presence
configure:14989: g++ -E  conftest.cc
configure:14985: linux/soundcard.h: No such file or directory
configure:14995: $? = 1
configure: failed program was:
#line 14984 "configure"
#include "confdefs.h"
#include <linux/soundcard.h>
configure:15013: result: no
configure:15031: checking for linux/soundcard.h
configure:15038: result: no
configure:14951: checking sys/soundcard.h usability
configure:14960: g++ -c   conftest.cc >&5
configure:14963: $? = 0
configure:14966: test -s conftest.o
configure:14969: $? = 0
configure:14978: result: yes
configure:14982: checking sys/soundcard.h presence
configure:14989: g++ -E  conftest.cc
configure:14995: $? = 0
configure:15013: result: yes
configure:15031: checking for sys/soundcard.h
configure:15038: result: yes
configure:14951: checking soundcard.h usability
configure:14960: g++ -c   conftest.cc >&5
configure:14988: soundcard.h: No such file or directory
configure:14963: $? = 1
configure: failed program was:
#line 14953 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <soundcard.h>
configure:14978: result: no
configure:14982: checking soundcard.h presence
configure:14989: g++ -E  conftest.cc
configure:14985: soundcard.h: No such file or directory
configure:14995: $? = 1
configure: failed program was:
#line 14984 "configure"
#include "confdefs.h"
#include <soundcard.h>
configure:15013: result: no
configure:15031: checking for soundcard.h
configure:15038: result: no
configure:15069: checking for getenv
configure:15112: g++ -o conftest    conftest.cc  >&5
configure:15115: $? = 0
configure:15118: test -s conftest
configure:15121: $? = 0
configure:15131: result: yes
configure:15069: checking for strerror
configure:15112: g++ -o conftest    conftest.cc  >&5
configure:15115: $? = 0
configure:15118: test -s conftest
configure:15121: $? = 0
configure:15131: result: yes
configure:15146: checking for inet_ntoa
configure:15189: g++ -o conftest    conftest.cc  >&5
configure:15192: $? = 0
configure:15195: test -s conftest
configure:15198: $? = 0
configure:15208: result: yes
configure:15146: checking for inet_aton
configure:15189: g++ -o conftest    conftest.cc  >&5
configure:15192: $? = 0
configure:15195: test -s conftest
configure:15198: $? = 0
configure:15208: result: yes
configure:15224: checking for setenv
configure:15267: g++ -o conftest    conftest.cc  >&5
configure:15270: $? = 0
configure:15273: test -s conftest
configure:15276: $? = 0
configure:15286: result: yes
configure:15224: checking for unsetenv
configure:15267: g++ -o conftest    conftest.cc  >&5
configure:15270: $? = 0
configure:15273: test -s conftest
configure:15276: $? = 0
configure:15286: result: yes
configure:15224: checking for putenv
configure:15267: g++ -o conftest    conftest.cc  >&5
configure:15270: $? = 0
configure:15273: test -s conftest
configure:15276: $? = 0
configure:15286: result: yes
configure:15297: checking for inet_ntop
configure:15340: g++ -o conftest    conftest.cc  >&5
configure:15343: $? = 0
configure:15346: test -s conftest
configure:15349: $? = 0
configure:15359: result: yes
configure:15367: checking for inet_pton
configure:15410: g++ -o conftest    conftest.cc  >&5
configure:15413: $? = 0
configure:15416: test -s conftest
configure:15419: $? = 0
configure:15429: result: yes
configure:15437: checking for getaddrinfo
configure:15480: g++ -o conftest    conftest.cc  >&5
configure:15483: $? = 0
configure:15486: test -s conftest
configure:15489: $? = 0
configure:15499: result: yes
configure:15512: checking for getnameinfo
configure:15555: g++ -o conftest    conftest.cc  >&5
configure:15558: $? = 0
configure:15561: test -s conftest
configure:15564: $? = 0
configure:15574: result: yes
configure:15587: checking if we can get interface addresses
configure:15623: g++ -o conftest    conftest.cc  >&5
In file included from configure:15595:
/usr/include/net/if.h:228: field `ifru_addr' has incomplete type
/usr/include/net/if.h:229: field `ifru_dstaddr' has incomplete type
/usr/include/net/if.h:230: field `ifru_broadaddr' has incomplete type
/usr/include/net/if.h:260: field `ifra_addr' has incomplete type
/usr/include/net/if.h:261: field `ifra_broadaddr' has incomplete type
/usr/include/net/if.h:262: field `ifra_mask' has incomplete type
/usr/include/net/if.h:313: field `addr' has incomplete type
/usr/include/net/if.h:314: field `dstaddr' has incomplete type
configure:15626: $? = 1
configure: failed program was:
#line 15590 "configure"
#include "confdefs.h"

			#include <stdio.h>
			#include <sys/ioctl.h>
			#include <net/if.h>
			#include <netinet/in.h>
			#include <arpa/inet.h>
			#include <string.h>

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{

			struct ifreq ifr;
			int ret;
			struct sockaddr * sa;
			ret = IFNAMSIZ;
			ret = ioctl(ret,SIOCGIFADDR,&ifr);
			if(ifr.ifr_name != 0)sa = (struct sockaddr *)&(ifr.ifr_addr);

  ;
  return 0;
}
configure:15645: result: "no"
configure:15658: checking if the compiler supports dynamic labels
configure:15701: g++ -o conftest    conftest.cc  >&5
configure:15704: $? = 0
configure:15706: ./conftest
configure:15709: $? = 0
configure:15726: result: "yes"
configure:15737: checking if this system is big endian
configure:15758: g++ -o conftest    conftest.cc  >&5
configure:15761: $? = 0
configure:15763: ./conftest
configure:15766: $? = 1
configure: program exited with status 1
configure: failed program was:
#line 15742 "configure"
#include "confdefs.h"

			int main(int argc,char ** argv)
			{
				int nl;
				unsigned char * nlc;
				nl = 0x12CAFE34;
				nlc = (unsigned char *)(&nl);
				if((nlc[0] == 0x12) && (nlc[1] == 0xCA) && (nlc[2] == 0xFE) && (nlc[3] == 0x34))return 0;
				return 1;
			}

configure:15790: result: no
configure:15795: checking if you want the memory profiling
configure:15813: result: no
configure:15817: checking how to waste your time
configure:15819: result: by performing senseless checks
configure:15822: checking if you want memory checking in malloc
configure:15840: result: no
configure:15844: checking if you want to use system memmove
configure:15861: result: yes
configure:15866: checking if you want to optimize for big channels
configure:15884: result: no: using 101 as dict size
configure:15893: checking if you want ix86 assembly optimisations
configure:15939: result: no
configure:15943: checking if you want the localization support
configure:15956: result: yes
configure:15960: checking for msgfmt
configure:15978: found /usr/local/bin/msgfmt
configure:15991: result: /usr/local/bin/msgfmt
configure:16013: checking if you want the splash screen to be compiled in
configure:16025: result: yes
configure:16035: checking if you want the DCC VOICE sound support
configure:16052: result: yes
configure:16057: checking if you want the info tips to be compiled in
configure:16069: result: yes
configure:16079: checking if you want to disable the ipV6 support
configure:16091: result: no
configure:16096: checking if you want the scriptable toolbars
configure:16110: result: yes
configure:16122: checking if you want to disable the cryptography support
configure:16134: result: no
configure:16144: checking if you want to enable font anti-aliasing
configure:16161: result: no
configure:16165: checking if you want to disable the X drawing code
configure:16182: result: no
configure:16186: checking if you want to disable the X bell support
configure:16203: result: no
configure:16207: checking if you want to enable local 8 bit charset translation
configure:16225: result: no
configure:16229: checking if you want to link to the embedded version of qt
configure:16242: result: no
configure:16247: checking if you want to disable inter-process communication
configure:16265: result: no
configure:16269: checking if you want to explicitly disable the gsm codec support
configure:16287: result: no
configure:16292: checking if you want to ignore SIGALARM
configure:16310: result: no
configure:16314: checking if you want the pseudo-transparency support
configure:16326: result: yes
configure:16359: checking for dlopen capabilities
configure:16393: g++ -o conftest    conftest.cc -rdynamic >&5
configure:16396: $? = 0
configure:16399: test -s conftest
configure:16402: $? = 0
configure:16416: result: builtin in libc
configure:16501: checking if you want to use the solaris lthread
configure:16520: result: no
configure:16523: checking if you want to use freebsd native pthread support
configure:16534: result: yes
configure:16553: checking if your pthread implementation works
configure:16592: g++ -o conftest    conftest.cc -pthread >&5
configure:16595: $? = 0
configure:16598: test -s conftest
configure:16601: $? = 0
configure:16615: result: yes
configure:16665: checking for X
configure:16881: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
configure:17039: g++ -o conftest    conftest.cc   -L/usr/X11R6/lib -lX11 >&5
configure:17042: $? = 0
configure:17045: test -s conftest
configure:17048: $? = 0
configure:17186: checking for gethostbyname
configure:17229: g++ -o conftest    conftest.cc  >&5
configure:17232: $? = 0
configure:17235: test -s conftest
configure:17238: $? = 0
configure:17248: result: yes
configure:17381: checking for connect
configure:17424: g++ -o conftest    conftest.cc  >&5
configure:17427: $? = 0
configure:17430: test -s conftest
configure:17433: $? = 0
configure:17443: result: yes
configure:17509: checking for remove
configure:17552: g++ -o conftest    conftest.cc  >&5
configure:17555: $? = 0
configure:17558: test -s conftest
configure:17561: $? = 0
configure:17571: result: yes
configure:17637: checking for shmat
configure:17680: g++ -o conftest    conftest.cc  >&5
configure:17683: $? = 0
configure:17686: test -s conftest
configure:17689: $? = 0
configure:17699: result: yes
configure:17774: checking for IceConnectionNumber in -lICE
configure:17807: g++ -o conftest    -L/usr/X11R6/lib conftest.cc -lICE   >&5
configure:17810: $? = 0
configure:17813: test -s conftest
configure:17816: $? = 0
configure:17827: result: yes
configure:17913: checking for the Qt library name
configure:17923: result: "qt"
configure:17927: checking for the general Qt directory
configure:17975: result: Seems to be /usr/X11R6/.
configure:17989: checking for the Qt library
configure:18039: result: found in /usr/X11R6/./lib
configure:18058: checking for the Qt header files
configure:18108: result: found in /usr/X11R6/./include
configure:18128: checking for the Qt moc
configure:18177: result: found as /usr/X11R6/bin/moc
configure:18194: checking for the multithreaded version of Qt
configure:18213: result: seems to be available
configure:18232: checking if we can compile an X-Qt application
configure:18272: g++ -o conftest -O2 -Wall  -I/usr/X11R6/include -I/usr/X11R6/./include   -I/usr/X11R6/include -s  conftest.cc -L/usr/X11R6/lib -L/usr/X11R6/./lib   -L/usr/X11R6/lib  -lqt-mt -lXext -lX11 >&5
/usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_cleanup_pop'
/usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_attr_destroy'
/usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_create'
/usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_attr_init'
/usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_exit'
/usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_cancel'
/usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_mutexattr_destroy'
/usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_testcancel'
/usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_cleanup_push'
/usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_attr_setinheritsched'
/usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_attr_setstacksize'
/usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_mutexattr_settype'
/usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_mutexattr_init'
/usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_mutex_trylock'
/usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_attr_setdetachstate'
/usr/X11R6/lib/libqt-mt.so: undefined reference to `pthread_cond_timedwait'
configure:18275: $? = 1
configure: failed program was:
#line 18248 "configure"
#include "confdefs.h"

			#include <qglobal.h>
			#if (QT_VERSION < 221)
				#error "Bad qt version: too old"
			#endif

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
return 0;
  ;
  return 0;
}
configure:18291: result: FAILED
configure:18332: error: This was a fatal one...aborting

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i386-unknown-freebsd4.8
ac_cv_build_alias=i386-unknown-freebsd4.8
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_exeext=
ac_cv_func_connect=yes
ac_cv_func_getaddrinfo=yes
ac_cv_func_getenv=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_getnameinfo=yes
ac_cv_func_inet_aton=yes
ac_cv_func_inet_ntoa=yes
ac_cv_func_inet_ntop=yes
ac_cv_func_inet_pton=yes
ac_cv_func_putenv=yes
ac_cv_func_remove=yes
ac_cv_func_setenv=yes
ac_cv_func_shmat=yes
ac_cv_func_strerror=yes
ac_cv_func_unsetenv=yes
ac_cv_have_x='have_x=yes 		ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib'
ac_cv_header_dlfcn_h=no
ac_cv_header_inttypes_h=yes
ac_cv_header_linux_soundcard_h=no
ac_cv_header_memory_h=yes
ac_cv_header_minix_config_h=no
ac_cv_header_soundcard_h=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=no
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_soundcard_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i386-unknown-freebsd4.8
ac_cv_host_alias=i386-unknown-freebsd4.8
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_objext=o
ac_cv_path_SS_MSGFMT=/usr/local/bin/msgfmt
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=nawk
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_CXX=g++
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_target=i386-unknown-freebsd4.8
ac_cv_target_alias=i386-unknown-freebsd4.8
am_cv_CC_dependencies_compiler_type=gcc
am_cv_CXX_dependencies_compiler_type=gcc
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/libexec/elf/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_GCJ=no
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_gnu_ld=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=16384
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_prog_compiler_c_o_GCJ='"no"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([ABCDGISTW][ABCDGISTW]*\\)[ 	][ 	]*\\(\\)\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2\\3 \\3/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "kvirc"
#define VERSION "3.0.0-beta2"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_UNISTD_H 1
#define HAVE_SYS_SOUNDCARD_H 1
#define COMPILE_OSS_SUPPORT 1
#define HAVE_GETENV 1
#define HAVE_STRERROR 1
#define HAVE_INET_NTOA 1
#define HAVE_INET_ATON 1
#define HAVE_SETENV 1
#define HAVE_UNSETENV 1
#define HAVE_PUTENV 1
#define HAVE_GETNAMEINFO 1
#define COMPILE_USE_DYNAMIC_LABELS 1
#define COMPILE_WITH_SYSTEM_MEMMOVE 1
#define AVERAGE_CHANNEL_USERS 101
#define COMPILE_LOCALE_STUFF 1
#define COMPILE_SPLASH_SCREEN 1
#define COMPILE_INFO_TIPS 1
#define COMPILE_SCRIPTTOOLBAR 1
#define COMPILE_CRYPT_SUPPORT 1
#define COMPILE_USE_GSM 1
#define COMPILE_PSEUDO_TRANSPARENCY 1
#define COMPILE_THREADS_USE_POSIX 1

configure: exit 1

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?000901c2facb$bb428880$0764a8c0>