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/16837] New: "make bootstrap" forgets which make to use


I have GNU make as /usr/local/bin/make, and the native Tru64 5.1B make 
in /usr/bin/make. If I do this:

# PATH=/usr/local/bin:/sbin:/usr/sbin:/usr/bin:/bin; export PATH
# which make
/usr/local/bin/make
# make bootstrap

Then the compiler will get built (all stages), and then the bootstrap dies 
with a bizarre Makefile error at the point where it is starting to build the 
libraries. I hypothesize that at some point things are getting confused and 
the native (wrong) 'make' utility gets invoked. Typing instead:

# /usr/local/bin/make bootstrap

allows the entire build (compilers and libraries) to complete successfully.

I had not observed this behavior with any previous gcc builds (up through 
3.3.3).

-- 
           Summary: "make bootstrap" forgets which make to use
           Product: gcc
           Version: 3.4.1
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: scott dot bailey at eds dot com
                CC: gcc-bugs at gcc dot gnu dot org
 GCC build triplet: alphaev56-dec-osf5.1
  GCC host triplet: alphaev56-dec-osf5.1
GCC target triplet: alphaev56-dec-osf5.1


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


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