Thanks, it works. I must admit that I did not read every thing under gcc-2.95.1/install/*; I only read gcc-2.95.1/p/INSTALL which says “make languages=pascal”. I think the latter (p/INSTALL) should be updated to match gcc-2.95.1/install/*.
---------- From: Niels Kristian Bech Jensen [SMTP:nkbj@image.dk] mailto:[SMTP:nkbj@image.dk] Sent: Tuesday, November 02, 1999 10:08 PM To: Mason Ip Cc: 'gpc@hut.fi' Subject: RE: New GPC snapshot
make LANGUAGES=<xxx> is not supported anymore. You have to use the --enable-languages=<xxx> flag when you run configure. In you case:
./configure --enable-languages=pascal
Read the documentation in the install directory in the gcc-2.95.1 source.