I don't know what Patch command will do, but I tried and
failed. [root@EXE-INDIA2 gpc-build]# patch -p1 <
p/diffs/gcc-2.95.diff
bash: p/diffs/gcc-2.95.diff: No such file or
directory
Then I installed GNU by command "make
install"
I have given only few lines,
not all.
[root@EXE-INDIA2 gpc-build]# make
install
/bin/sh /gnu/gcc-3.2.2/mkinstalldirs /usr/local
/usr/local
make[1]: Entering directory `/gpc-build/libiberty'
if [ x"" !=
x ] && [ ! -d pic ]; then \
mkdir pic; \
else true;
fi
touch stamp-picdir
if [ x"" != x ]; then \
gcc -c
-DHAVE_CONFIG_H -g -O2 -I. -I/gnu/gcc-3.2.2/libiberty/../include -W -Wall
-Wtraditional -pedantic /gnu/gcc-3.2.2/libiberty/regex.c -o pic/regex.o;
\
else true; fi
I assumed that GNU had been installed and I
tried compilation and I encountered the following:[root@EXE-INDIA2 gpc-build]# gpc -c uttrace.p
uttrace.p:1: numeric constant contains digits
beyond the radix
uttrace.p:1: warning: missing program header
uttrace.p:1:
parse error before `control'
I agian tried with other command:
[root@EXE-INDIA2 gpc-build]# gcc -c
braccess.p
gcc: braccess.p: Pascal compiler not installed on this
system