"Dr A Olowofoyeku" wrote:
On 3 Nov 99, at 9:53, Niels Kristian Bech Jensen nkbj@image.dk wrote:
I must admit that I haven't tried `make LANGUAGES=pascal'. I only followed the GCC documentation. This is the relevant part of gcc-2.95.2/install/BUILD:
If you used the flag --enable-languages=... to restrict the compilers to be built, only those you've actually enabled will be built. This will of course only build those runtime libraries, for which the particular compiler has been built. Please note, that re-defining LANGUAGES when calling `make bootstrap' _*does not*_ work anymore!
Well, I have just been building the latest snapshot today (under Cygwin32) - and 'make LANGUAGES=pascal' works.
Perhaps the change is prospective?
I don't know since I haven't done much with gcc-2.95, but "does not work" can simply mean that the parameter is ignored and all languages installed will be built -- including Pascal, of course, when it was present at configure time.
Anyway, someone (who knows gcc-2.95 better than I do) should probably amend the instructions in GPC's INSTALL file according to gcc-2.95's new installation procedure...
Frank