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 bootstrap/12212] New: empty Makefile after configure


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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

           Summary: empty Makefile after configure
           Product: gcc
           Version: 3.3.1
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: smichel at lucent dot com
                CC: gcc-bugs at gcc dot gnu dot org
  GCC host triplet: sparc-sun-solaris2.7
GCC target triplet: sparc-sun-solaris2.7

The configure script sometimes createss an empty top level Makefile.
It seems that it did not like the path /home/xxxx/%NoBackup%/build/gcc-3.3.1-build.
I moved the source and the build dir to /home/xxxx/tmp/build and it worked fine.

This also happened with other 3.x version of gcc.

Here is some output of configure:

../gcc-3.3.1/configure 
Configuring for a sparc-sun-solaris2.7 host.
Created "Makefile" in /home/xxxx/%NoBackup%/build/gcc-3.3.1-build using "mh-frag"
sed: file sed.5526 line 2: Unknown option to `s'
Configuring libiberty...
creating cache ../config.cache
checking whether to enable maintainer-specific portions of Makefiles... no
checking for makeinfo... makeinfo
checking for perl... perl


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