Thanks to all who responded:
Mike Matthews, matthewm_at_jekyll.sgate.com
Rich Kulawiec, rsk_at_itw.com
Ross Alexander, rwa_at_cs.athabascau.ca
Carlos Andres Medina Morales, cmedina_at_venus.javeriana.edu.co
Robert L. McMillin, rlm_at_syseca-us.com
Winfried Huber, win_at_tukan.ffb.eunet.de
stevev_at_hexadecimal.uoregon.edu
Larry Griffith, larry_at_liz.wsc.mass.edu
Peter Stern, peter_at_wiscpa.weizmann.ac.il
Paul Tyler, pct_at_atom.ansto.gov.au
Andy, grzybows_at_transtec.de
Sigismondo Boschi, net1701_at_iperbole.bologna.it
Matt, matthew.calthrop_at_reuters.com
Most replies suggested to put /usr/local/bin in my path.
That would have worked if gcc existed in my /usr/local/bin.
I was wrong when I said, "They all seemed to run O.K."
See below...
> I installed gcc-2.7.2.1 on a DEC 3000 Model 600S, Digital UNIX V3.0.
> I followed the INSTALL instructions:
>
> ./configure
> make LANGUAGES=c
> make stage1
> make CC="stage1/xgcc -Bstage1/" CFLAGS="-g -O2"
> make stage2
> make CC="stage2/xgcc -Bstage2/" CFLAGS="-g -O2"
> make compare
> make install CC="stage2/xgcc -Bstage2/" CFLAGS="-g -O2"
# make install CC="stage2/xgcc -Bstage2/" CFLAGS="-g -O2"
.
.
.
rm -f /usr/local/man/man1/cccp.1
/tmp_mnt/adm/gcc-2.7.2.1/install.sh -c ./cccp.1 /usr/local/man/man1/cccp.1
chmod a-x /usr/local/man/man1/cccp.1
cd .; makeinfo gcc.texi
sh: makeinfo: not found
*** Exit 1
Stop.
What is makeinfo?
I'm currently looking for "makeinfo..."
The files cpp.info and gcc.info do exist:
# ls -l *.info
-rw-r--r-- 1 root system 2039 Oct 9 1995 cpp.info
-rw-r--r-- 1 root system 8296 Jun 29 1996 gcc.info
Thanks in advance!
Dave Chapman
david.w.chapman_at_ussev.mail.abb.com
Received on Mon Jan 13 1997 - 23:05:35 NZDT