PLEASE REPLY TO [EMAIL PROTECTED] ONLY, *NOT* [EMAIL PROTECTED]

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12903

           Summary: configure fails to produce ada subdirectory
           Product: gcc
           Version: 3.4
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: bauhaus at futureapps dot de
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: powerpc-apple-darwin6.6
  GCC host triplet: powerpc-apple-darwin6.6
GCC target triplet: powerpc-apple-darwin6.6

when in the build directory,
after initial configure --enable-languages="c,ada" ...,
% make CC="cc -no-cpp-precomp"
is entered, a "test" command, repeated below, seems to
fail with "too many arguments".
It seems that in this case the ada directory is not created
during further configuration triggered by make.
Apparently this can be "fixed" by setenv ADAC to a driver named just "cc"
(though it looks like Ada files will still be translated by CC, not ADAC)

excerpt from gcc/gcc/configure, section "Find Ada Compiler":

echo "configure:1849: checking for compiler driver that understands Ada" >&5
if eval "test \"`echo '$''{'gcc_cv_prog_adac'+set}'`\" = set"; then

Reply via email to