Bug#6682: configure trouble

August Hörandl august.hoerandl at gmx.at
Tue Jul 25 14:12:11 UTC 2000


Package: kdevelop
Version: 1.2-20000608-A
Severity: normal

Bugreport ID : 15:55,25.07.00

Originator	: August Hörandl
E-Mail		: august.hoerandl at gmx.at

Subject : configure trouble

Error Class	: software bug
Error Location	: build process
Priority	: low
Bug Description ---------------------------


I am doing a project which uses an additional  C library; to make
it compile i need some additional compiler arguments (-Ipath)

Sometimes (no specific pattern)  kdevelop "forgets" to hand over this
additional compiler arguments to configure

from the configure output:
...
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 how to run the C preprocessor... gcc -E
checking for a C++-Compiler... 
checking for g++... g++
checking whether the C++ compiler (g++  -O0 -g3 -pg -Wall   -pedantic -I../GDT -I../BREP -I.. -DNOPOOLS    ) works... yes

but it should be:
checking whether the C compiler (gcc   -O0 -g3 -pg -Wall   -pedantic -I../GDT -I../BREP -I.. -DNOPOOLS ) works... yes


How to repeat the error -------------------

i have got an archive of the current project state which
doesn't configure 

Bugfix or Workaround ----------------------

changing the compiler options (optimize, gprof) sometimes helps ;-)

System Information ------------------------

KDevelop version	: 1.2-20000608-A
KDE version		: 2.0pre
QT version		: qt-2.1.0
OS/Distribution		: Linux 2.2.13 / SuSE 6.3
Compiler		: gcc version egcs-2.91.66 19990314/Linux (egcs-1.1.2 release) 

misc :
automake (GNU automake) 1.4 
Autoconf version 2.13 




More information about the KDevelop-devel mailing list