error occur when i run awk command write in .sh file and run in cygwin terminal

1

i have cygwin terminal for run shell script(.sh ) file...it work good..but when i add awk command in shell script and then run Error occur

/usr/bin/gawk.exe: error while loading shared libraries: cygsigsegv-2.dll: cannot open shared object file: No such file or directory

Any suggestion for run awk in cygwin terminal??

thumber nirmal

Posted 2013-04-08T06:30:08.253

Reputation:

It would help to see the code you are using. – fedorqui – 2013-04-08T09:11:26.157

6Looks like your cygwin installation is incomplete or corrupted. – Jens – 2013-04-08T09:36:17.340

Does gawk work from the command line, outside of the script? – AlG – 2013-04-08T19:19:39.060

Answers

0

Please try updating your installation. gawk has not used libsigsegv in some time.

Yaakov

Posted 2013-04-08T06:30:08.253

Reputation: 733