On Thu, 15 Mar 2001, Johanna Johnston wrote:
I downloaded gpc-20010315.tar.gz (and per instructions, gcc-2.95.2.tar.gz) and followed the gpc INSTALL instructions with great success, (including "/home/jj/gcc-2.95.1/configure --enable-languages=pascal"and /home/jj/gpc-build/gcc/make) until I came to the install: "make install.pascal" This failed with make: *** No rule to make target `pascal.install'. Stop.
gcc can build several languages but the "--enable-languages=pascal" limits it to two: gcc and gpc. So a "make install" should do the job.
Russ