"Russ Whitaker" wrote:
ran into two little bugs:
1: Since compiling previous snapshot changed motherboards here so i486 became i586. Ran into the "ar" bug again. While a soft link fixes the problem, changing line 74 of Makefile.in does it nicely:
From: AR = ar To: AR = /usr/bin/ar
I think /usr/bin/ar might not be correcton every system. You said you ran into this bug again. When was the first time, I don't remember, and what was the cure then? Why does `AR = ar' not work on yor system, if ar is in /usr/bin (and /usr/bin is certainly in your $PATH, isn't it)?
Besides, since this is the GCC Makefile.in, we can't really make any changes there, anyway...
- The date in gpc_release doesn't match the snapshot date
Yep. Shouldn't be a serious problem, however. ;-)
Frank