public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* [1998-04-18] problems compiling
@ 1998-04-21 19:10 B. James Phillippe
  1998-04-23 21:12 ` Jim Wilson
  0 siblings, 1 reply; 2+ messages in thread
From: B. James Phillippe @ 1998-04-21 19:10 UTC (permalink / raw)
  To: egcs Mailing List

Greetings,

	I had two problems compiling egcs-980418 on a RedHat5 Linux-2.0.33
i586 glibc-2.0.7 system with egcs-980406 installed.  I used the following
configure sequence: --prefix=/usr --with-local-prefix=/usr
--with-gxx-include-dir=/usr/include/g++ --enable-shared --enable-haifa
--enable-threads.  The first problem was with a .c file that I used the
following patch to fix:

--- /tmp/haifa-sched.c  Mon Apr 20 23:02:13 1998
+++ gcc/haifa-sched.c   Mon Apr 20 23:05:31 1998
@@ -761,7 +761,7 @@
 static void find_pre_sched_live PROTO ((int));
 static void find_post_sched_live PROTO ((int));
 static void update_reg_usage PROTO ((void));
-static int queue_to_ready ((rtx [], int))
+static int queue_to_ready PROTO ((rtx[], int));
 
 void debug_ready_list PROTO ((rtx[], int));
 static void init_target_units PROTO (());

After compiling with this patch, I had trouble with make install.  The
makeinfo command complains about "-o: No such file or directory".  I did a
make -ki install to avoid dealing with that problem for now, and I have the
compiler installed and it appears to be working properly.

thanks,
-bp
--
B. James Phillippe <bryan@terran.org>
Linux Software Engineer, WGT Inc.
http://earth.terran.org/~bryan


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

* Re: [1998-04-18] problems compiling
  1998-04-21 19:10 [1998-04-18] problems compiling B. James Phillippe
@ 1998-04-23 21:12 ` Jim Wilson
  0 siblings, 0 replies; 2+ messages in thread
From: Jim Wilson @ 1998-04-23 21:12 UTC (permalink / raw)
  To: B. James Phillippe; +Cc: egcs Mailing List

	-static int queue_to_ready ((rtx [], int))
	+static int queue_to_ready PROTO ((rtx[], int));

This problem has been fixed already in the CVS sources.

	After compiling with this patch, I had trouble with make install.  The
	makeinfo command complains about "-o: No such file or directory".

You need to be more specific.  What exactly was the command that failed?
What exactly was the error?  Which part of egcs was being built/installed
at the time?

Jim


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

end of thread, other threads:[~1998-04-23 21:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-04-21 19:10 [1998-04-18] problems compiling B. James Phillippe
1998-04-23 21:12 ` Jim Wilson

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).