On Fri, 11 Feb 2000 11:00:57 -0500, Philip Hall wrote:
> I am attempting to install gcc-2.95.2 on a netwinder.
> I tried to patch it with
> gcc-2.95.2-diff-991022
> and several things happen.
Take Phil's newer gcc-2.95.3 patch, according to Phil it applies cleanly
against gcc-2.95.2.
> 1. all of the patches for ChangeLog fail.
Not important.
> all the patches for configure fail.
Hmm, strange. You do have patch 2.5? (use "patch -v" to find out)
> and patch doesn't seem to be able to find the files that need patching
> so I must type int he names by hand when prompted.
The files for gcc/cp/parse.[ch] are only in the full source. They are for
the C++ front-end. If you just have gcc-core, it's OK that they fail.
> What should be patch command be?
> i use patch <../gcc-2.95.2-diff-991022 while in
> the top level of gcc-2.95.2
It should be:
tar zxvf gcc-2.95.2-core.tar.gz
cd gcc-2.95.2
patch -p0 < ../gcc-2.95.2-diff-991022
> what should I do about the failing hunks for configure?
They shouldn't fail.
> Someone suggested i run autoconfig to rebuild configure, but
> this only resulted in a zero length configure.
It's autoconf, not autoconfig. You need a reasonably new autoconf version
(2.13 is the latest, AFAIK).
> Thanks for any and all help.
I'll check if I can get gcc-2.95.2 compiled on my Netwinder.
Erik
--
He had an odd feeling of being like a man in the act of adultery who
is surprised when the woman's husband wanders into the room, changes
his trousers, passes a few idle remarks about the weather and leaves
again. -- Douglas Adams, The Hitch Hikers Guide to the Galaxy
unsubscribe: body of `unsubscribe linux-arm' to [EMAIL PROTECTED]
++ Please use [EMAIL PROTECTED] for ++
++ kernel-related discussions. ++