Bug 30914 - Bootstrap fails on HP-UX
Summary: Bootstrap fails on HP-UX
Status: RESOLVED WORKSFORME
Alias: None
Product: gcc
Classification: Unclassified
Component: bootstrap (show other bugs)
Version: 4.1.2
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-21 15:01 UTC by ICOM Software
Modified: 2007-02-23 16:55 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ICOM Software 2007-02-21 15:01:23 UTC
$ uname -a
HP-UX hp-ux B.11.11 U 9000/785 2014286724 unlimited-user license

$ gmake --version
GNU Make 3.80

$ gmake bootstrap
[...]
Bootstrapping the compiler
gmake[1]: Entering directory `/home/pirschel/tmp/gcc-4.1.2/gcc'
gmake[1]: *** No rule to make target `bootstrap'.  Stop.
gmake[1]: Leaving directory `/home/pirschel/tmp/gcc-4.1.2/gcc'
gmake: *** [bootstrap] Error 2
Comment 1 Andrew Pinski 2007-02-22 23:54:05 UTC
How did you configure GCC?
Can you try building in a different directory from the source directory?

Also make sure you have read http://gcc.gnu.org/install/ .
Comment 2 ICOM Software 2007-02-23 16:55:26 UTC
I have installed a precompiled binary.  You can close this bug.