I have always used awka to convert awk scripts to C code, allowing for a native execuatable to be built, seems to be the most compatible solution.
On 5/23/05, Tiago Dionizio <[EMAIL PROTECTED]> wrote: > > On 5/23/05, Helmut Tschemernjak <[EMAIL PROTECTED]> wrote: > > Hello, > > > > due to problems that awk is not identical on some UNIX platforms e.g. > > the Solaris 8 awk cannot handle the mkopcode scripts, I re-wrote it > > using perl. Perl is more compatible between platforms and does not need > > other helper tools to work. As a side effect a build on Windows is much > > easier. > > Try using gawk. Worked for me on a Solaris platform. >