This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[1998-04-18] problems compiling


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]