If you mean by your question that every time you start gcc.exe that Windows shows an error box that tells you that gcc.exe has been terminated, this is a problem with your installation of gcc.exe. This is not a Perl problem. Contact your system administrator on how to reinstall a working copy of gcc.exe.
| [reply] [d/l] [select] |
Sorry, i mean the problem about gcc.exe happen when i type
perl symbian\config.pl after the error gcc.exe shows up and
i click don't send the windows box gone and on the bottom
of the running command shows symbian\config.pl: SDK not recognized.
But when on cmd if i typed gcc --help or try to compile simple hello c program it show normal about that gcc, and the gcc is come from the sdk symbian software.
Thank's and sorry
| [reply] [d/l] [select] |
So, again, this is a problem with that version of gcc.exe and not with Perl. It is maybe a problem with how symbian/config.pl runs gcc.exe. Potentially, it is a conflict of different versions of cygwin.dll or cygwin1.dll on your system. I recommend not having any cygwin*.dll below C:/Windows and copying the relevant cygwin.dll besides the executable it belongs to.
| [reply] [d/l] [select] |