This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/12903] configure fails to produce ada subdirectory


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]