public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug bootstrap/11605] New: Can't make bootstrap on HPUX
@ 2003-07-20 15:55 liadi at savantis dot com
  2003-07-20 16:14 ` [Bug bootstrap/11605] " pinskia at physics dot uc dot edu
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: liadi at savantis dot com @ 2003-07-20 15:55 UTC (permalink / raw)
  To: gcc-bugs

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

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

           Summary: Can't make bootstrap on HPUX
           Product: gcc
           Version: 3.2.2
            Status: UNCONFIRMED
          Severity: critical
          Priority: P2
         Component: bootstrap
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: liadi at savantis dot com
                CC: gcc-bugs at gcc dot gnu dot org

after configure gcc with:
# configure --prefix=/usr/bin/gcc --enable-threads=posix
I do:
# make bootstrap
and get the error message:
# Make: line 1251: syntax error.  Stop.
the lines 1251 contain this information:
# build machine's native compiler.
.PHONY: $(ALL_BUILD_MODULES)
$(ALL_BUILD_MODULES):
        dir=`echo $@ | sed -e 's/all-build-//'`; \
        if [ -f ./$${dir}/Makefile ] ; then \
          r=`pwd`; export r; \
          s=`cd $(srcdir); pwd`; export s; \
          (cd $(BUILD_SUBDIR)/$${dir} && $(MAKE) all); \
        else \
          true; \
        fi


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug bootstrap/11605] Can't make bootstrap on HPUX
  2003-07-20 15:55 [Bug bootstrap/11605] New: Can't make bootstrap on HPUX liadi at savantis dot com
@ 2003-07-20 16:14 ` pinskia at physics dot uc dot edu
  2003-07-20 16:19 ` liadi at savantis dot com
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-20 16:14 UTC (permalink / raw)
  To: gcc-bugs

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

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-20 16:14 -------
>From <http://gcc.gnu.org/install/build.html>:
We highly recommend that GCC be built using GNU make; other versions may work, 
then again they might not. GNU make is required for compiling GNAT (the Ada compiler) 
and the Java runtime library. 
Can you try using GNU make and get back to us?


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug bootstrap/11605] Can't make bootstrap on HPUX
  2003-07-20 15:55 [Bug bootstrap/11605] New: Can't make bootstrap on HPUX liadi at savantis dot com
  2003-07-20 16:14 ` [Bug bootstrap/11605] " pinskia at physics dot uc dot edu
@ 2003-07-20 16:19 ` liadi at savantis dot com
  2003-07-20 16:21 ` liadi at savantis dot com
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: liadi at savantis dot com @ 2003-07-20 16:19 UTC (permalink / raw)
  To: gcc-bugs

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

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



------- Additional Comments From liadi at savantis dot com  2003-07-20 16:19 -------
Subject: RE:  Can't make bootstrap on HPUX

I was using GNU make

-----Original Message-----
From: pinskia at physics dot uc dot edu
[mailto:gcc-bugzilla@gcc.gnu.org] 
Sent: Sunday, July 20, 2003 7:15 PM
To: gcc-bugs@gcc.gnu.org
Subject: [Bug bootstrap/11605] Can't make bootstrap on HPUX

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

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
------------------------------------------------------------------------
----
             Status|UNCONFIRMED                 |WAITING


------- Additional Comments From pinskia at physics dot uc dot edu
2003-07-20 16:14 -------
>From <http://gcc.gnu.org/install/build.html>:
We highly recommend that GCC be built using GNU make; other versions may
work, 
then again they might not. GNU make is required for compiling GNAT (the
Ada compiler) 
and the Java runtime library. 
Can you try using GNU make and get back to us?


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug bootstrap/11605] Can't make bootstrap on HPUX
  2003-07-20 15:55 [Bug bootstrap/11605] New: Can't make bootstrap on HPUX liadi at savantis dot com
  2003-07-20 16:14 ` [Bug bootstrap/11605] " pinskia at physics dot uc dot edu
  2003-07-20 16:19 ` liadi at savantis dot com
@ 2003-07-20 16:21 ` liadi at savantis dot com
  2003-07-20 16:28 ` pinskia at physics dot uc dot edu
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: liadi at savantis dot com @ 2003-07-20 16:21 UTC (permalink / raw)
  To: gcc-bugs

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

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



------- Additional Comments From liadi at savantis dot com  2003-07-20 16:21 -------
I was making it with GNU make


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug bootstrap/11605] Can't make bootstrap on HPUX
  2003-07-20 15:55 [Bug bootstrap/11605] New: Can't make bootstrap on HPUX liadi at savantis dot com
                   ` (2 preceding siblings ...)
  2003-07-20 16:21 ` liadi at savantis dot com
@ 2003-07-20 16:28 ` pinskia at physics dot uc dot edu
  2003-07-20 16:31 ` pinskia at physics dot uc dot edu
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-20 16:28 UTC (permalink / raw)
  To: gcc-bugs

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

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



------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-20 16:28 -------
>From <http://gcc.gnu.org/install/configure.html>:
First, we highly recommend that GCC be built into a separate directory than the sources 
which does not reside within the source tree. This is how we generally build GCC; 
buildingwhere srcdir == objdir should still work, but doesn't get extensive testing; building 
where objdir is a subdirectory of srcdir is unsupported. 

To configure GCC: 

        % mkdir objdir
        % cd objdir
        % srcdir/configure [options] [target]


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug bootstrap/11605] Can't make bootstrap on HPUX
  2003-07-20 15:55 [Bug bootstrap/11605] New: Can't make bootstrap on HPUX liadi at savantis dot com
                   ` (3 preceding siblings ...)
  2003-07-20 16:28 ` pinskia at physics dot uc dot edu
@ 2003-07-20 16:31 ` pinskia at physics dot uc dot edu
  2003-07-20 16:54 ` liadi at savantis dot com
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-20 16:31 UTC (permalink / raw)
  To: gcc-bugs

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

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



------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-20 16:31 -------
Also what version of GNU make are you using?


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug bootstrap/11605] Can't make bootstrap on HPUX
  2003-07-20 15:55 [Bug bootstrap/11605] New: Can't make bootstrap on HPUX liadi at savantis dot com
                   ` (4 preceding siblings ...)
  2003-07-20 16:31 ` pinskia at physics dot uc dot edu
@ 2003-07-20 16:54 ` liadi at savantis dot com
  2003-07-20 17:59 ` pinskia at physics dot uc dot edu
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: liadi at savantis dot com @ 2003-07-20 16:54 UTC (permalink / raw)
  To: gcc-bugs

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

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



------- Additional Comments From liadi at savantis dot com  2003-07-20 16:54 -------
I was wrong. reCheck it and I'm using HP make.
I also have already installed gcc 3.2 on my HPUX. I want it to be side by side.

I did that side by side thing on my Linux machine and it worked just fine, but 
maybe it causes a problem here (I guess not because make bootstrap make the 
problem)


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug bootstrap/11605] Can't make bootstrap on HPUX
  2003-07-20 15:55 [Bug bootstrap/11605] New: Can't make bootstrap on HPUX liadi at savantis dot com
                   ` (5 preceding siblings ...)
  2003-07-20 16:54 ` liadi at savantis dot com
@ 2003-07-20 17:59 ` pinskia at physics dot uc dot edu
  2003-07-29 21:30 ` pinskia at physics dot uc dot edu
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-20 17:59 UTC (permalink / raw)
  To: gcc-bugs

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

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



------- Additional Comments From pinskia at physics dot uc dot edu  2003-07-20 17:59 -------
What you mean by "side by side"?


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug bootstrap/11605] Can't make bootstrap on HPUX
  2003-07-20 15:55 [Bug bootstrap/11605] New: Can't make bootstrap on HPUX liadi at savantis dot com
                   ` (6 preceding siblings ...)
  2003-07-20 17:59 ` pinskia at physics dot uc dot edu
@ 2003-07-29 21:30 ` pinskia at physics dot uc dot edu
  2003-07-30  7:03 ` liadi at savantis dot com
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: pinskia at physics dot uc dot edu @ 2003-07-29 21:30 UTC (permalink / raw)
  To: gcc-bugs

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

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


pinskia at physics dot uc dot edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|3.4                         |---


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug bootstrap/11605] Can't make bootstrap on HPUX
  2003-07-20 15:55 [Bug bootstrap/11605] New: Can't make bootstrap on HPUX liadi at savantis dot com
                   ` (7 preceding siblings ...)
  2003-07-29 21:30 ` pinskia at physics dot uc dot edu
@ 2003-07-30  7:03 ` liadi at savantis dot com
  2003-12-09 18:07 ` dhazeghi at yahoo dot com
  2003-12-09 18:08 ` dhazeghi at yahoo dot com
  10 siblings, 0 replies; 12+ messages in thread
From: liadi at savantis dot com @ 2003-07-30  7:03 UTC (permalink / raw)
  To: gcc-bugs

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

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


liadi at savantis dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |FIXED


------- Additional Comments From liadi at savantis dot com  2003-07-30 07:03 -------
The problem was I used a wrong version of make. when I installed GNU make 3.8 
it resolved. thanks for helping


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug bootstrap/11605] Can't make bootstrap on HPUX
  2003-07-20 15:55 [Bug bootstrap/11605] New: Can't make bootstrap on HPUX liadi at savantis dot com
                   ` (8 preceding siblings ...)
  2003-07-30  7:03 ` liadi at savantis dot com
@ 2003-12-09 18:07 ` dhazeghi at yahoo dot com
  2003-12-09 18:08 ` dhazeghi at yahoo dot com
  10 siblings, 0 replies; 12+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-12-09 18:07 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2003-12-09 18:07 -------
Reopening to...

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |


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


^ permalink raw reply	[flat|nested] 12+ messages in thread

* [Bug bootstrap/11605] Can't make bootstrap on HPUX
  2003-07-20 15:55 [Bug bootstrap/11605] New: Can't make bootstrap on HPUX liadi at savantis dot com
                   ` (9 preceding siblings ...)
  2003-12-09 18:07 ` dhazeghi at yahoo dot com
@ 2003-12-09 18:08 ` dhazeghi at yahoo dot com
  10 siblings, 0 replies; 12+ messages in thread
From: dhazeghi at yahoo dot com @ 2003-12-09 18:08 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From dhazeghi at yahoo dot com  2003-12-09 18:08 -------
mark as invalid.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID


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


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2003-12-09 18:08 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-20 15:55 [Bug bootstrap/11605] New: Can't make bootstrap on HPUX liadi at savantis dot com
2003-07-20 16:14 ` [Bug bootstrap/11605] " pinskia at physics dot uc dot edu
2003-07-20 16:19 ` liadi at savantis dot com
2003-07-20 16:21 ` liadi at savantis dot com
2003-07-20 16:28 ` pinskia at physics dot uc dot edu
2003-07-20 16:31 ` pinskia at physics dot uc dot edu
2003-07-20 16:54 ` liadi at savantis dot com
2003-07-20 17:59 ` pinskia at physics dot uc dot edu
2003-07-29 21:30 ` pinskia at physics dot uc dot edu
2003-07-30  7:03 ` liadi at savantis dot com
2003-12-09 18:07 ` dhazeghi at yahoo dot com
2003-12-09 18:08 ` dhazeghi at yahoo dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).