in reply to Re^4: Failed when build perl for nokia 6670 ?
in thread Failed when build perl for nokia 6670 ?

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.

Replies are listed 'Best First'.
Re^6: Failed when build perl for nokia 6670 ?
by Anonymous Monk on Feb 01, 2010 at 10:11 UTC
    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

      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.

        Sorry Corion, but i'm never install cygwin on the pc and i've been checked cygwin.dll on c:\windows but not found file cygwin.dll on that dir, thank's a lot