Alan Sun wrote:
I've got a problem when I was installing gpc. The instruction told me to run the following command: configure --enable-languages=pascal, but I cannot find an executable file such as configure.exe, and I have read the help entirely but I still don't know where I can get it. Please help me! Thanks.
configure is a shell script, included with the sources.
You didn't specify your platform, but from your other mail I see you seem to be on DJGPP. To run shell scripts there, you first need to get bash for DJGPP, then invoke it as `bash configure' or start bash first and then type `./configure' in bash.
But I don't know if there are currently other problems when building on DJGPP (I always cross-build my DJGPP versions from Linux which was much easier some time ago, but things might have become better on DJGPP in the meantime). Perhaps someone else can say more about it.
Frank