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.
Then I created a directory called gpc-cygwin-build in gcc-2.95.2 directory,
moved into that directory and gave
../configure --enable-languages=pascal
as said in the INSTALL.
But this did not give the expected result:
according to INSTALL the configure script should have asked me if I
wanted to patch gcc sources, but the whole configure process
ended without any question.
The generated Makefile only contained LANGUAGES="c c++"
lines....
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
I tried this out, but the main Makefile still looks the same
and no file was patched.
I don't understand how configure should be aware of
the fact that it should patch gcc sources ?
All is in the p subdir, but that subdir does not even seem to be read....
Pierre Muller
Institut Charles Sadron
6,rue Boussingault
F 67083 STRASBOURG CEDEX (France)
mailto:muller@ics.u-strasbg.fr
Phone : (33)-3-88-41-40-07 Fax : (33)-3-88-41-40-99