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. I was unable to figure what I had done wrong. Any advice? There is no reference to "pascal" in my Makefile, I don't know where it should come from.
My config.status file looks like this: #!/bin/sh # This file was generated automatically by configure. Do not edit. # This directory was configured as follows: /home/jj/gcc-2.95.2/configure --with-gcc-version-trigger=/home/jj/gcc-2.95.2 /gcc/version.c --host=i686-pc-linux-gnu --enable-languages =pascal --norecursion # using "mt-frag"
Thank you, Johanna
********************************* * Johanna Johnston * * Bay Computer Associates * * johanna@baycomp.com * * http:// www.baycomp.com * *********************************
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
Russ Whitaker a écrit :
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.
otherwise:
cd gcc make pascal.install
(should be isued from the gcc subdir)
On Thu, 15 Mar 2001, Johanna Johnston wrote:
Date: Thu, 15 Mar 2001 17:07:30 -0500 From: Johanna Johnston johanna@baycomp.com To: gpc@gnu.de Subject: fail to install gpc on Linux
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. I was unable to figure what I had done wrong. Any advice? There is no reference to "pascal" in my Makefile, I don't know where it should come from.
My config.status file looks like this: #!/bin/sh # This file was generated automatically by configure. Do not edit. # This directory was configured as follows: /home/jj/gcc-2.95.2/configure --with-gcc-version-trigger=/home/jj/gcc-2.95.2 /gcc/version.c --host=i686-pc-linux-gnu --enable-languages =pascal --norecursion # using "mt-frag"
Thank you, Johanna
- Johanna Johnston *
- Bay Computer Associates *
- johanna@baycomp.com *
- http:// www.baycomp.com *
Johanna: If memory serves me, the sequence should be as follows: ./configure ./make ./make install This should be enough. In addition, you can also do: ./make clean ./make distclean
Greetings, Francisco
Diga não ao monopólio: use Gnu-Linux.