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: config.log
Description: Binary data

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to