kdevelop supported hosts/targets
Bruce Edge
bedge at sattel.com
Fri Nov 19 17:35:11 GMT 1999
I would like to use Kdevelop on linux to write my app,
then compile it on QNX.
QNX has an XFree86 port, Qt and KDE, and I've successfully
compiled the Qt libs on QNX.
How di I edit a kdevelop project config to support a different
host/target/build system type.
It looks like it's pretty close from the ./confgure output (below).
If this is just a matter of RTMF, could someone point me
to the appropriate section of the FM?
-Thanks, Bruce.
Currently, running ./configure in the top dir of a kdevelop
project on QNX yields:
$ //8/home/bedge/kdeminiapp> ./configure
loading cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for X... //8/home/bedge/kdeminiapp/configure:
ac_im_incroot=/usr/X11R6/include: No such file or directory
libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking host system type... configure: error: can not guess host type; you
must specify one
if I set --host=QNX, I get:
$ //8/home/bedge/kdeminiapp> ./configure --host=QNX
loading cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc ) works... yes
checking whether the C compiler (gcc ) is a cross-compiler... no
checking whether we are using GNU C... yes
checking whether gcc accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for X... //8/home/bedge/kdeminiapp/configure:
ac_im_incroot=/usr/X11R6/include: No such file or directory
libraries /usr/X11R6/lib, headers /usr/X11R6/include
checking host system type... Invalid configuration `QNX': machine `QNX' not
recognized
checking target system type... Invalid configuration `QNX': machine `QNX' not
recognized
checking build system type... Invalid configuration `QNX': machine `QNX' not
recognized
checking for a BSD compatible install... /usr/X11R6/bin/install -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for ranlib... ranlib
checking for ld used by GCC...
/usr/local/lib/gcc-lib/i386-pc-qnx4/egcs-2.91.66/ld
checking if the linker (/usr/local/lib/gcc-lib/i386-pc-qnx4/egcs-2.91.66/ld)
is GNU ld... no
checking for BSD-compatible nm... nm
checking whether ln -s works... yes
checking for main in -lcompat... yes
checking for main in -lcrypt... yes
checking for the third argument of getsockname... int
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... no
checking for shmat in -lipc... no
checking for killpg in -lucb... no
checking for Qt... libraries /usr/local/qt/lib, headers /usr/local/qt/include
checking if Qt compiles without flags... no
checking for moc... /usr/local/qt/bin/moc
checking for rpath... yes
checking for bool... yes
configure: error: source directory already configured; run make distclean
there first
--
Bruce Edge bedge at sattel.com
Sattel Global Networks 818.709.6201 x122
More information about the KDevelop
mailing list