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/16141] New: libffi configure script fails with test(1) error


Bootstrapping GCC 3.4.0 on a Tru64 4.0 system fails when configuring libffi:

  ...
  checking whether the C compiler ([SNIP]) works... yes
  checking whether the C compiler ([SNIP]) is a cross-compiler... no
  checking whether we are using GNU C... (cached) yes
  checking whether [SNIP] accepts -g... (cached) yes
  /mnt/freeport/src/gcc/gcc-3.4.0/libffi/configure: test: argument expected
  gmake: *** [configure-target-libffi] Error 1
  drum.xxxxxxxx.com>

This is caused by the use of unquoted shell variables in the
AC_FUNC_MMAP_BLACKLIST macro, defined in gcc/libffi/acinclude.m4. I will attempt
to attach a patch.

(Aside: Shouldn't libffi be listed as a component in Bugzilla? My understanding
was that this library is now maintained as part of GCC.)

-- 
           Summary: libffi configure script fails with test(1) error
           Product: gcc
           Version: 3.4.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: skunk at iskunk dot org
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: alphaev56-dec-osf4.0g
  GCC host triplet: alphaev56-dec-osf4.0g
GCC target triplet: alphaev56-dec-osf4.0g


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


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