Sorry all, forgot to attach files to my previous message, here they are..
Regards
Chris
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
configure:558: checking for gcc
configure:671: checking whether the C compiler (gcc ) works
configure:687: gcc -o conftest conftest.c 1>&5
configure:713: checking whether the C compiler (gcc ) is a cross-compiler
configure:718: checking whether we are using GNU C
configure:727: gcc -E conftest.c
configure:746: checking whether gcc accepts -g
configure:778: checking how to run the C++ preprocessor
configure:796: g++ -E conftest.C >/dev/null 2>conftest.out
configure:822: checking for X
configure:839: g++ -E conftest.C >/dev/null 2>conftest.out
configure:915: g++ -o conftest conftest.C -lXt 1>&5
configure: In function `int main()':
configure:911: implicit declaration of function `int XtMalloc(...)'
configure: failed program was:
#line 908 "configure"
#include "confdefs.h"
int main() {
XtMalloc()
; return 0; }
configure:1082: checking for a BSD compatible install
configure:1135: checking whether build environment is sane
configure:1173: checking whether make sets ${MAKE}
configure:1202: checking for ranlib
configure:1242: checking for ld used by GCC
configure:1299: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.10.90 (with BFD 2.10.0.24)
configure:1315: checking for BSD-compatible nm
configure:1352: checking whether ln -s works
configure:1381: checking for main in -lcompat
configure:1396: gcc -o conftest -g -O2 conftest.c -lcompat 1>&5
/usr/bin/ld: cannot find -lcompat
collect2: ld returned 1 exit status
configure: failed program was:
#line 1389 "configure"
#include "confdefs.h"
int main() {
main()
; return 0; }
configure:1417: checking for main in -lcrypt
configure:1432: gcc -o conftest -g -O2 conftest.c -lcrypt 1>&5
configure:1453: checking for the third argument of getsockname
configure:1478: g++ -c conftest.C 1>&5
configure:1535: checking for dnet_ntoa in -ldnet
configure:1557: g++ -o conftest conftest.C -ldnet 1>&5
/usr/bin/ld: cannot find -ldnet
collect2: ld returned 1 exit status
configure: failed program was:
#line 1543 "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 dnet_ntoa();
int main() {
dnet_ntoa()
; return 0; }
configure:1579: checking for dnet_ntoa in -ldnet_stub
configure:1601: g++ -o conftest conftest.C -ldnet_stub 1>&5
/usr/bin/ld: cannot find -ldnet_stub
collect2: ld returned 1 exit status
configure: failed program was:
#line 1587 "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 dnet_ntoa();
int main() {
dnet_ntoa()
; return 0; }
configure:1623: checking for gethostbyname
configure:1654: g++ -o conftest conftest.C 1>&5
configure:1719: checking for connect
configure:1750: g++ -o conftest conftest.C 1>&5
configure:1816: checking for remove
configure:1847: g++ -o conftest conftest.C 1>&5
configure:1914: checking for shmat
configure:1945: g++ -o conftest conftest.C 1>&5
configure:2014: checking for killpg in -lucb
configure:2036: g++ -o conftest conftest.C -lucb 1>&5
/usr/bin/ld: cannot find -lucb
collect2: ld returned 1 exit status
configure: failed program was:
#line 2022 "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 killpg();
int main() {
killpg()
; return 0; }
configure:2113: checking for Qt
configure:2215: g++ -o conftest -I/usr/lib/qt2/include -L/usr/lib/qt2/lib
-L/usr/X11R6/lib conftest.C -lqt -lXext -lX11 1>&5
configure:2267: checking if Qt compiles without flags
configure:2306: g++ -o conftest -I/usr/lib/qt2/include -L/usr/X11R6/lib conftest.C
-lqt -lXext -lX11 1>&5
/tmp/ccexEjHW.o(.rodata+0xac): undefined reference to `QDropEvent type_info node'
/tmp/ccexEjHW.o: In function `QTimerEvent type_info function':
/tmp/ccexEjHW.o(.gnu.linkonce.t.__tf11QTimerEvent+0x10): undefined reference to
`QEvent type_info function'
/tmp/ccexEjHW.o(.gnu.linkonce.t.__tf11QTimerEvent+0x1a): undefined reference to
`QEvent type_info node'
/tmp/ccexEjHW.o: In function `QMouseEvent type_info function':
/tmp/ccexEjHW.o(.gnu.linkonce.t.__tf11QMouseEvent+0x10): undefined reference to
`QEvent type_info function'
/tmp/ccexEjHW.o(.gnu.linkonce.t.__tf11QMouseEvent+0x1a): undefined reference to
`QEvent type_info node'
/tmp/ccexEjHW.o: In function `QWheelEvent type_info function':
/tmp/ccexEjHW.o(.gnu.linkonce.t.__tf11QWheelEvent+0x10): undefined reference to
`QEvent type_info function'
/tmp/ccexEjHW.o(.gnu.linkonce.t.__tf11QWheelEvent+0x1a): undefined reference to
`QEvent type_info node'
/tmp/ccexEjHW.o: In function `QKeyEvent type_info function':
/tmp/ccexEjHW.o(.gnu.linkonce.t.__tf9QKeyEvent+0x10): undefined reference to `QEvent
type_info function'
/tmp/ccexEjHW.o(.gnu.linkonce.t.__tf9QKeyEvent+0x1a): undefined reference to `QEvent
type_info node'
/tmp/ccexEjHW.o: In function `QFocusEvent type_info function':
/tmp/ccexEjHW.o(.gnu.linkonce.t.__tf11QFocusEvent+0x10): undefined reference to
`QEvent type_info function'
/tmp/ccexEjHW.o(.gnu.linkonce.t.__tf11QFocusEvent+0x1a): undefined reference to
`QEvent type_info node'
/tmp/ccexEjHW.o: In function `QPaintEvent type_info function':
/tmp/ccexEjHW.o(.gnu.linkonce.t.__tf11QPaintEvent+0x10): undefined reference to
`QEvent type_info function'
/tmp/ccexEjHW.o(.gnu.linkonce.t.__tf11QPaintEvent+0x1a): undefined reference to
`QEvent type_info node'
/tmp/ccexEjHW.o: In function `QMoveEvent type_info function':
/tmp/ccexEjHW.o(.gnu.linkonce.t.__tf10QMoveEvent+0x10): undefined reference to `QEvent
type_info function'
/tmp/ccexEjHW.o(.gnu.linkonce.t.__tf10QMoveEvent+0x1a): undefined reference to `QEvent
type_info node'
/tmp/ccexEjHW.o: In function `QResizeEvent type_info function':
/tmp/ccexEjHW.o(.gnu.linkonce.t.__tf12QResizeEvent+0x10): undefined reference to
`QEvent type_info function'
/tmp/ccexEjHW.o(.gnu.linkonce.t.__tf12QResizeEvent+0x1a): undefined reference to
`QEvent type_info node'
/tmp/ccexEjHW.o: In function `QCloseEvent type_info function':
/tmp/ccexEjHW.o(.gnu.linkonce.t.__tf11QCloseEvent+0x10): undefined reference to
`QEvent type_info function'
/tmp/ccexEjHW.o(.gnu.linkonce.t.__tf11QCloseEvent+0x1a): undefined reference to
`QEvent type_info node'
/tmp/ccexEjHW.o: In function `QShowEvent type_info function':
/tmp/ccexEjHW.o(.gnu.linkonce.t.__tf10QShowEvent+0x10): undefined reference to `QEvent
type_info function'
/tmp/ccexEjHW.o(.gnu.linkonce.t.__tf10QShowEvent+0x1a): undefined reference to `QEvent
type_info node'
/tmp/ccexEjHW.o: In function `QHideEvent type_info function':
/tmp/ccexEjHW.o(.gnu.linkonce.t.__tf10QHideEvent+0x10): undefined reference to `QEvent
type_info function'
/tmp/ccexEjHW.o(.gnu.linkonce.t.__tf10QHideEvent+0x1a): undefined reference to `QEvent
type_info node'
/tmp/ccexEjHW.o: In function `QDragMoveEvent type_info function':
/tmp/ccexEjHW.o(.gnu.linkonce.t.__tf14QDragMoveEvent+0x10): undefined reference to
`QDropEvent type_info function'
/tmp/ccexEjHW.o: In function `QDragResponseEvent type_info function':
/tmp/ccexEjHW.o(.gnu.linkonce.t.__tf18QDragResponseEvent+0x10): undefined reference to
`QEvent type_info function'
/tmp/ccexEjHW.o(.gnu.linkonce.t.__tf18QDragResponseEvent+0x1a): undefined reference to
`QEvent type_info node'
/tmp/ccexEjHW.o: In function `QDragLeaveEvent type_info function':
/tmp/ccexEjHW.o(.gnu.linkonce.t.__tf15QDragLeaveEvent+0x10): undefined reference to
`QEvent type_info function'
/tmp/ccexEjHW.o(.gnu.linkonce.t.__tf15QDragLeaveEvent+0x1a): undefined reference to
`QEvent type_info node'
/tmp/ccexEjHW.o: In function `QChildEvent type_info function':
/tmp/ccexEjHW.o(.gnu.linkonce.t.__tf11QChildEvent+0x10): undefined reference to
`QEvent type_info function'
/tmp/ccexEjHW.o(.gnu.linkonce.t.__tf11QChildEvent+0x1a): undefined reference to
`QEvent type_info node'
/tmp/ccexEjHW.o: In function `QCustomEvent type_info function':
/tmp/ccexEjHW.o(.gnu.linkonce.t.__tf12QCustomEvent+0x10): undefined reference to
`QEvent type_info function'
/tmp/ccexEjHW.o(.gnu.linkonce.t.__tf12QCustomEvent+0x1a): undefined reference to
`QEvent type_info node'
collect2: ld returned 1 exit status
configure: failed program was:
#include "confdefs.h"
#include <qmovie.h>
#include <qapplication.h>
int main() {
QMovie m;
m.setSpeed(20);
return 0;
}
configure:2358: checking for moc
configure:2444: checking for rpath
configure:2473: checking for bool
configure:2493: g++ -c conftest.C 1>&5
configure:2542: checking host system type
configure:2563: checking target system type
configure:2581: checking build system type
configure:2642: checking for working aclocal
configure:2655: checking for working autoconf
configure:2668: checking for working automake
configure:2681: checking for working autoheader
configure:2694: checking for working makeinfo
configure:2746: checking for a C-Compiler
configure:2858: checking whether the C compiler (gcc -g -O2 ) works
configure:2874: gcc -o conftest -g -O2 conftest.c 1>&5
configure:2900: checking whether the C compiler (gcc -g -O2 ) is a cross-compiler
configure:2905: checking whether we are using GNU C
configure:2979: checking how to run the C preprocessor
configure:3000: gcc -E conftest.c >/dev/null 2>conftest.out
configure:3041: checking for a C++-Compiler
configure:3047: checking for g++
configure:3163: checking whether the C++ compiler (g++ -s) works
configure:3179: g++ -o conftest -s conftest.C 1>&5
configure:3205: checking whether the C++ compiler (g++ -s) is a cross-compiler
configure:3210: checking whether we are using GNU C++
configure:3219: g++ -E conftest.C
configure:3359: checking whether NLS is requested
configure:3387: checking for msgfmt
configure:3421: checking for gmsgfmt
configure:3464: checking for xgettext
configure:3512: checking for KDE
configure:3648: checking for extra includes
configure:3676: checking for extra libs
configure:3803: checking for kde headers installed
configure:3850: g++ -c -O2 -Wall -I/usr/include -I/usr/lib/qt2/include
-I/usr/X11R6/include conftest.C
onftest.c 1>&5
conftest.c:9: warning: ANSI C++ forbids declaration `main' with no type
ltconfig:975: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.* [ABCDGISTUW]
\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \1/p' > conftest.nm"
ltconfig:1033: g++ -o conftest -O2 -Wall -fno-builtin conftest.c conftestm.o 1>&5
BACKSPACE=Delete
BASH=/bin/bash
BASH_ENV=/home/itadmin/.bashrc
BASH_VERSINFO=([0]="2" [1]="04" [2]="12" [3]="1" [4]="release"
[5]="i586-mandrake-linux-gnu")
BASH_VERSION='2.04.12(1)-release'
CLASS=expert
CLEAN_TMP=1
COLUMNS=80
DIRSTACK=()
EUID=500
GROUPS=()
HISTFILE=/home/itadmin/.bash_history
HISTFILESIZE=1000
HISTIGNORE='[ ]*:&:bg:fg'
HISTSIZE=1000
HOME=/home/itadmin
HOSTNAME=itsrv.networkgaming.com.au
HOSTTYPE=i586
IFS='
'
INPUTRC=/etc/inputrc
KBCHARSET=iso-8859-1
KDEDIR=/usr
KEYTABLE=us-latin1
LANG=en
LANGUAGE=en_GB:en
LC_COLLATE=en_GB
LC_CTYPE=en_GB
LC_MESSAGES=en_GB
LC_MONETARY=en_GB
LC_NUMERIC=en_GB
LC_TIME=en_GB
LESS=-MM
LESSKEY=/etc/.less
LESSOPEN='|/usr/bin/lesspipe.sh %s'
LINES=25
LOGNAME=itadmin
LS_COLORS='no=00:fi=00:di=01;34:ln=01;36:pi=40;33:so=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=01;32:*.cmd=01;32:*.exe=01;32:*.com=01;32:*.btm=01;32:*.bat=01;32:*.tar=01;31:*.tgz=01;31:*.tbz2=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lha=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.gz=01;31:*.bz2=01;31:*.bz=01;31:*.tz=01;31:*.rpm=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.xbm=01;35:*.xpm=01;35:*.png=01;35:*.tif=01;35:*.tiff=01;35:'
MACHTYPE=i586-mandrake-linux-gnu
MAIL=/var/spool/mail/itadmin
MAILCHECK=60
META_CLASS=PowerPack
OLDPWD=/home/itadmin/kphpdev
OPTERR=1
OPTIND=1
OSTYPE=linux-gnu
PATH=/usr/local/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games:/home/itadmin/bin
PIPESTATUS=([0]="1")
PPID=3210
PS1='[\u@\h \W]\$ '
PS2='> '
PS4='+ '
PWD=/home/itadmin/kphpdev/kphpdev_0.16
QTDIR=/usr/lib/qt2
RPM_INSTALL_LANG=en
SECURE_LEVEL=3
SECURITY=3
SHELL=/bin/bash
SHELLOPTS=braceexpand:hashall:histexpand:monitor:history:interactive-comments:emacs
SHLVL=1
TERM=linux
TYPE=developer
UID=500
USER=itadmin
USERNAME=
XAUTHORITY=/home/itadmin/.Xauthority
_=./configure
langfile=/home/itadmin/.i18n
sourced=1
mc=()
{
mkdir -p ~/.mc/tmp 2>/dev/null;
chmod 700 ~/.mc/tmp;
MC=~/.mc/tmp/mc-$$;
/usr/bin/mc -P "$@" >"$MC";
cd "`cat $MC`";
rm -f "$MC";
unset MC
}
screen=()
{
if [ -z "$SCREENDIR" ]; then
export SCREENDIR=$HOME/tmp;
fi;
/usr/bin/screen $@
}