Pierre Muller wrote:
I am trying to generate a gpc binary for cygwin.
For this I downloaded the gpc-20010924.tar.gz sources, as well as the gcc-core-2.95.2.tar.gz from the same ftp server.
After unpacking both files, I moved p directory into gcc-2.95.2 dir as stated in the INSTALL file.
No, it should be under the gcc subdirectory, i.e. gcc-2.95.2/gcc/p. Doesn't INSTALL say so? The rest is probably a consequence of this.
Did I forget to do something before running configure ? Is this a problem with case sensitiveness of environment variables ?
i.e. should I rather use --enable-LANGUAGES=pascal
AFAIK, they are case-sensitive, but --enable-languages=pascal is the correct case.
Frank