lVBoxQtCore not found where compiling VirtualBox-Ose

Discussions related to using the OSE version of VirtualBox.
Post Reply
basma-ritm
Posts: 2
Joined: 6. Mar 2009, 13:03

lVBoxQtCore not found where compiling VirtualBox-Ose

Post by basma-ritm »

hi,
I'm trying to install virtualbox-Ose 2.1.4 in red hat Entreprise Linux 5.1.
compilation (./configure) is available until the end except that I get an error as follows:
.....................................................
Checking for Qt3: found version 3.3.6, OK.
Checking for Qt3 devtools: found version 3.3.6, OK.
Checking for Qt4: not found.
found version 4.4.3, OK.
Checking for Qt4 devtools: found version 4.4.3, OK.
Checking for python support: found version 2.4.3, OK.
Checking for static stc++ library: found, OK.
Checking for Linux kernel sources: found version 2.6.18, OK.
Checking for ALSA: found version 1.0.14, OK.
Checking for libcap library: found, OK.
Checking for compiler.h: compiler.h not found, OK.

Successfully generated '/home/alcatel/Desktop/VirtualBox-ose/AutoConfig.kmk' and '/home/alcatel/Desktop/VirtualBox-ose/env.sh'.

Here is the relevant part of the log file (configure.log)

***** Checking Qt4 *****
.....................................
using the following command line:
g++ -O -Wall -o .tmp_out .tmp_src.cc "-L/usr/local/Trolltech/Qt-4.4.3/lib -lVBoxQtCore -lpthread -I/usr/local/Trolltech/Qt-4.4.3/include -I/usr/local/Trolltech/Qt-4.4.3/include/QtCore -DQT_SHARED"
/usr/bin/ld: cannot find -lVBoxQtCore
collect2: ld returned 1 exit status
.................................................
............................................

***** Checking compiler.h *****
compiler.h not found



do you have an explanation for this. is'it going to impact the use of VirtualBox in the future.

thanks a lot ;-)
Post Reply