This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/12903] configure fails to produce ada subdirectory
- From: "bauhaus at futureapps dot de" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Nov 2003 11:45:31 -0000
- Subject: [Bug other/12903] configure fails to produce ada subdirectory
- References: <20031105023323.12903.bauhaus@futureapps.de>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12903
------- Additional Comments From bauhaus at futureapps dot de 2003-11-05 11:45 -------
Had you been using CC="cc -no-cpp-precomp", i.e., two words?
My cc for C and Ada are the same commands too,
but the test command problem might be one of missing
quotes in at least the second comparison of
if test x$GNATBIND != xno && test x$ADAC != xno; then
because if ADAC is set to $cand, where cand has been set to
${CC} (set as above), then
+ test xcc -no-cpp-precomp '!=' xno
my-configure-test.sh: test: too many arguments
from which results
+ have_gnat=no