From: Niels Kristian Bech Jensen[SMTP:nkbj@image.dk] Sent: Thursday, November 04, 1999 10:10 PM To: GNU Pascal Development Subject: RE: latest snapshot using 2.95
On Fri, 5 Nov 1999, Dr A Olowofoyeku wrote:
On 4 Nov 99, at 10:15, Mason Ip wrote:
[...]
The gcc-2.95.x/install/* did mention that if you use the "--enable-languages=" option, "make bootstrap" won't work.
Where?
[mason] gcc-2.95.1/install/Build contains the following description :
Building a native compiler [snip]
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!
On Thu, 4 Nov 1999, Mason Ip wrote:
[mason] gcc-2.95.1/install/Build contains the following description :
Building a native compiler [snip]
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!
Exactly, as I said: You have to choose which language(s) to build compiler(s) for when you run configure (using --enable-labguages). You can't do `make LANGUAGES=pascal bootstrap' (well, it might work, but don't count on it). It seems that if you run configure without the --enable-languages flag, it configures all languages. Then you might be able to use `make LANGUAGES="c pascal" bootstrap' (the C compiler is needed to bootstrap itself and other compilers).