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] New: 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

           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


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