public inbox for gcc-prs@sourceware.org
help / color / mirror / Atom feed
From: nickb@adacel.com.au
To: gcc-gnats@gcc.gnu.org
Subject: bootstrap/4217: gcc fails to build out of source tree on IRIX
Date: Mon, 03 Sep 2001 20:56:00 -0000	[thread overview]
Message-ID: <20010904035328.8601.qmail@sourceware.cygnus.com> (raw)

>Number:         4217
>Category:       bootstrap
>Synopsis:       gcc fails to build out of source tree on IRIX
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Mon Sep 03 20:56:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Nick Blievers
>Release:        gcc-3.0.1
>Organization:
>Environment:
IRIX, compiling using gcc-3.0
../gcc-3.0.1/configure --with-prefix=/usr/local/gcc-3.0.1
>Description:
I was building gcc-3.0.1 using a seperate object and source tree, when compiling failed in the gcc subdirectory, with a message saying it cannot find fp-bit.c.
>How-To-Repeat:
Create a seperate object tree, and run
../gcc-3.0.1/configure --with-prefix=/usr/local/gcc-3.0.1
>Fix:
Obviously this change needs to go into the Makefile.in rather then the Makefile, however, I am unfamiliar with automake, and the Makefiles generated under Linux and Irix are quite different, so I can't find the right spot to fix, sorry!

gcc/Makefile

--- Makefile	Tue Sep  4 12:13:55 2001
+++ Makefile.alt	Tue Sep  4 12:17:18 2001
@@ -669,8 +669,8 @@
 
 # We want fine grained libraries, so use the new code to build the
 # floating point emulation libraries.
-FPBIT = fp-bit.c
-DPBIT = dp-bit.c
+FPBIT = $(srcdir)/fp-bit.c
+DPBIT = $(srcdir)/dp-bit.c
 
 dp-bit.c: $(srcdir)/config/fp-bit.c
 	echo '#undef US_SOFTWARE_GOFAST' > dp-bit.c
>Release-Note:
>Audit-Trail:
>Unformatted:
----gnatsweb-attachment----
Content-Type: application/x-javascript; name="diff"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="diff"

LS0tIE1ha2VmaWxlCVR1ZSBTZXAgIDQgMTI6MTM6NTUgMjAwMQorKysgTWFrZWZpbGUuYWx0CVR1
ZSBTZXAgIDQgMTI6MTc6MTggMjAwMQpAQCAtNjY5LDggKzY2OSw4IEBACiAKICMgV2Ugd2FudCBm
aW5lIGdyYWluZWQgbGlicmFyaWVzLCBzbyB1c2UgdGhlIG5ldyBjb2RlIHRvIGJ1aWxkIHRoZQog
IyBmbG9hdGluZyBwb2ludCBlbXVsYXRpb24gbGlicmFyaWVzLgotRlBCSVQgPSBmcC1iaXQuYwot
RFBCSVQgPSBkcC1iaXQuYworRlBCSVQgPSAkKHNyY2RpcikvZnAtYml0LmMKK0RQQklUID0gJChz
cmNkaXIpL2RwLWJpdC5jCiAKIGRwLWJpdC5jOiAkKHNyY2RpcikvY29uZmlnL2ZwLWJpdC5jCiAJ
ZWNobyAnI3VuZGVmIFVTX1NPRlRXQVJFX0dPRkFTVCcgPiBkcC1iaXQuYwo=


             reply	other threads:[~2001-09-03 20:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-09-03 20:56 nickb [this message]
2001-09-03 21:16 Billinghurst, David (CRTS)
2001-09-03 21:26 Nick Blievers
2001-11-11  8:06 rodrigc
2001-11-11  8:36 rodrigc
2001-11-12 12:10 rodrigc
2001-11-12 14:16 rodrigc
2001-11-12 14:46 Nick Blievers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20010904035328.8601.qmail@sourceware.cygnus.com \
    --to=nickb@adacel.com.au \
    --cc=gcc-gnats@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).