public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
* bootstrap/6877: need to manually make libiberty
@ 2002-05-30 18:16 bh
0 siblings, 0 replies; 6+ messages in thread
From: bh @ 2002-05-30 18:16 UTC (permalink / raw)
To: gcc-gnats
>Number: 6877
>Category: bootstrap
>Synopsis: need to manually make libiberty
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: unassigned
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu May 30 16:56:00 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator: Benoit Hudson
>Release: gcc-3.1
>Organization:
>Environment:
linux (RH7.1)
>Description:
config.status attached. Basically, changed prefix, program-suffix, and languages.
"make install" at the top-level fails very quickly, because of a dependence on libiberty.
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: application/octet-stream; name="config.status"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="config.status"
IyEvYmluL3NoCiMgVGhpcyBmaWxlIHdhcyBnZW5lcmF0ZWQgYXV0b21hdGljYWxseSBieSBjb25m
aWd1cmUuICBEbyBub3QgZWRpdC4KIyBUaGlzIGRpcmVjdG9yeSB3YXMgY29uZmlndXJlZCBhcyBm
b2xsb3dzOgouLi9nY2MtMy4xL2NvbmZpZ3VyZSAtLXdpdGgtZ2NjLXZlcnNpb24tdHJpZ2dlcj0v
dXNyMC9iaHVkc29uL3NyYy9nY2MtMy4xL2djYy92ZXJzaW9uLmMgLS1ob3N0PWk2ODYtcGMtbGlu
dXgtZ251IC0tcHJlZml4PS91c3IwL2JodWRzb24gLS1wcm9ncmFtLXN1ZmZpeD0tMy4xIC0tZGlz
YWJsZS1zaGFyZWQgLS1lbmFibGUtbGFuZz1jLGMrKyxqYXZhIC0tbm9yZWN1cnNpb24gCiMgIHVz
aW5nICJtdC1mcmFnIgo=
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: bootstrap/6877: need to manually make libiberty
@ 2003-05-14 10:42 giovannibajo
0 siblings, 0 replies; 6+ messages in thread
From: giovannibajo @ 2003-05-14 10:42 UTC (permalink / raw)
To: bh, gcc-bugs, gcc-prs, nobody
Synopsis: need to manually make libiberty
State-Changed-From-To: feedback->closed
State-Changed-By: bajo
State-Changed-When: Wed May 14 10:42:29 2003
State-Changed-Why:
Not a bug. It's a documented non-working behaviour.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6877
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: bootstrap/6877: need to manually make libiberty
@ 2003-05-12 18:10 Dara Hazeghi
0 siblings, 0 replies; 6+ messages in thread
From: Dara Hazeghi @ 2003-05-12 18:10 UTC (permalink / raw)
To: nobody; +Cc: gcc-prs
The following reply was made to PR bootstrap/6877; it has been noted by GNATS.
From: Dara Hazeghi <dhazeghi@yahoo.com>
To: Benoit Hudson <bh@techhouse.brown.edu>
Cc: gcc-gnats@gcc.gnu.org
Subject: Re: bootstrap/6877: need to manually make libiberty
Date: Mon, 12 May 2003 10:53:11 -0700 (PDT)
--- Benoit Hudson <bh@techhouse.brown.edu> wrote:
> On Mon, May 12, 2003 at 09:18:26AM -0700, Dara
> Hazeghi wrote:
> > Hello,
> >
> > thanks for the explanation. Should this bug be
> marked
> > as suspended then, or closed? Thanks,
>
> I don't know what gcc policy is, but I don't care
> about it anymore so if
> you close it that's fine with me.
I guess since it's documented not to work, we'll close
it. Thanks.
Dara
__________________________________
Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.
http://search.yahoo.com
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: bootstrap/6877: need to manually make libiberty
@ 2003-05-12 13:56 Benoit Hudson
0 siblings, 0 replies; 6+ messages in thread
From: Benoit Hudson @ 2003-05-12 13:56 UTC (permalink / raw)
To: nobody; +Cc: gcc-prs
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 763 bytes --]
The following reply was made to PR bootstrap/6877; it has been noted by GNATS.
From: Benoit Hudson <bh@techhouse.brown.edu>
To: Dara Hazeghi <dhazeghi@yahoo.com>
Cc: gcc-gnats@gcc.gnu.org, bh@techhouse.org
Subject: Re: bootstrap/6877: need to manually make libiberty
Date: Mon, 12 May 2003 09:52:46 -0400
This has been cleared up elsewhere: the answer is that if you
make install
before running
make bootstrap
it starts compiling some stuff and then dies with the aforementioned
error. The documentation is quite clear that you should do
make bootstrap
make install
It would likely be easy but perhaps subtly wrong to have the rule
install: bootstrap
IIRC this was discussed on gcc-bugs.
-- Benoît
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: bootstrap/6877: need to manually make libiberty
@ 2003-05-12 10:45 steven
0 siblings, 0 replies; 6+ messages in thread
From: steven @ 2003-05-12 10:45 UTC (permalink / raw)
To: bh, gcc-bugs, gcc-prs, nobody
Synopsis: need to manually make libiberty
State-Changed-From-To: open->feedback
State-Changed-By: steven
State-Changed-When: Mon May 12 10:45:04 2003
State-Changed-Why:
Feedback asked by Dara. Let me add that you should follow the instructions in http://gcc.gnu.org/install/.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6877
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: bootstrap/6877: need to manually make libiberty
@ 2003-05-10 23:36 Dara Hazeghi
0 siblings, 0 replies; 6+ messages in thread
From: Dara Hazeghi @ 2003-05-10 23:36 UTC (permalink / raw)
To: nobody; +Cc: gcc-prs
The following reply was made to PR bootstrap/6877; it has been noted by GNATS.
From: Dara Hazeghi <dhazeghi@yahoo.com>
To: gcc-gnats@gcc.gnu.org, bh@techhouse.org
Cc:
Subject: Re: bootstrap/6877: need to manually make libiberty
Date: Sat, 10 May 2003 16:34:44 -0700
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-
trail&database=gcc&pr=6877
Hello,
the version of gcc that this bug was filed against is now rather out of
date. Would it be possible for you to determine if this problem still
exists with a current version of gcc (ie 3.2.3). Thanks,
Dara
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2003-05-14 10:42 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-30 18:16 bootstrap/6877: need to manually make libiberty bh
2003-05-10 23:36 Dara Hazeghi
2003-05-12 10:45 steven
2003-05-12 13:56 Benoit Hudson
2003-05-12 18:10 Dara Hazeghi
2003-05-14 10:42 giovannibajo
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).