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]


I have not made any awk script, I think the problem lies in passing some chars between tcl and awk. could be tcl could be gawk, could even by cygwin but that's a guess. In this case, it's either the char " or the " in followed by blank char.

As for trying escaping like you mention below, what do you suggets for the tcl script:

set awkCode { { print " "; } }

exec awk $awkCode


TIA,

/ChJ

----- Original Message ----- 
From: "Earnie Boyd" <earnie_boyd@yahoo.com>
To: "Christian_Jönsson" <c.christian.joensson@telia.com>; <cygwin@sourceware.cygnus.com>
Sent: Monday, June 26, 2000 2:45 PM
Subject: Re: Problem with cygwin-1.1.2 gawk-3.0.4 [Was: [ANNOUNCEMENT] Updated: gawk-3.0.4]


> --- Christian_Jönsson <c.christian.joensson@telia.com> wrote:
> > thanks, i tried that, in a dos shell, I did a set CYGWIN=notty nobinmode
> > and the started cygwin.bat in that dos shell. Unfortunately, no go... :-(
> > 
> 
> Corinna and Chris have asked that you prepare an example of just an awk script
> without the TCL portion.  Does awk work from the command line for your example?
> 
> You may need to quote your quotes.  I've found that occasionally I need to do
> something line \"\"\"Somestring\"\"\" when communicating between Cygwin and
> Non-Cygwin programs.
> 
> Regards,
> 
> =====
> ---
>    Earnie Boyd: <mailto:earnie_boyd@yahoo.com>
>             __Cygwin: POSIX on Windows__
> Cygwin Newbies: <http://www.freeyellow.com/members5/gw32/index.html>
>            __Minimalist GNU for Windows__
>   Mingw32 List: <http://www.egroups.com/group/mingw32/>
>     Mingw Home: <http://www.mingw.org/>
> 
> __________________________________________________
> Do You Yahoo!?
> Get Yahoo! Mail - Free email you can access from anywhere!
> http://mail.yahoo.com/
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
> 


--
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]