problem with configure
Markus Mertens
markus.mertens at uni-muenster.de
Tue Mar 25 08:30:07 GMT 2003
Hello,
below I extracted the lines 2201-2227 of the configure file. But I don't
understand at all what is going on there. Anyway, the same configure file does
work correctly in a "konsole" window. It fails only within "kdevelop".
Kind regards,
Markus
> > configure:2201: checking for gcc
> > configure:2227: result: sparc-linux-gcc
> Very interesting. You may want to look in configure between lines 2201 and
> 2227 to see how it would be finding somethin gcalled "sparc-linux-gcc".
configure: line 2201 - 2227:
-----------------------------
echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6
if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
echo $ECHO_N "(cached) $ECHO_C" >&6
else
if test -n "$ac_ct_CC"; then
ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
else
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ac_cv_prog_ac_ct_CC="gcc"
echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
done
fi
fi
ac_ct_CC=$ac_cv_prog_ac_ct_CC
if test -n "$ac_ct_CC"; then
echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«
More information about the KDevelop
mailing list