This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Problem with cygwin-1.1.2 gawk-3.0.4 [Was: [ANNOUNCEMENT] Updated: gawk-3.0.4]


Christian Jönsson wrote:
> 
> Followup to  mentioned this problem earlier,
> http://sourceware.cygnus.com/ml/cygwin/2000-06/msg00052.html
> 
> I was hoping for this new gawk to resolve some of my problems.
> 
> I have an in a tcl script embedded awk script, the tcl/tk  is 8.0.5 (tar.gz) unpacked with tar zxvf on a binary mounted cygwin fs. Now, the tcl/tk 8.0.5 is compiled using msvc 6.0/sp3. Here's a snippet with the tcl embedded awk code:
> 
> TestSuite instproc allmakeawk { } {
>     set awkCode {
>         BEGIN {prev=-1; tot_bytes=0; tot_packets=0; forced_total=0; unforced_total=0}
>         {
> [...]
> Any ideas? Anyone want to help track this problem down?

It would be helpful if you track this down by yourself to be able
to provide a MINIMAL code snippet which reproduces that behaviour.
It should, for example, only consist of awk code to be sure that
the error is only related to awk and not to tcl.

Corinna

-- 
Corinna Vinschen
Cygwin Developer
Cygnus Solutions, a Red Hat company

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]