[GnuWin32-Users] mingw-users@lists.sourceforge.net

2005-05-05 Thread Lloyd Dupont
I'm tring to compile a very simple test program using libarchive (joined as attached file). apparently I also need libgw32c which define correct header and structure required by libarchive while developing I could download them both from there: http://gnuwin32.sourceforge.net/packages/ ==> http:/

[GnuWin32-Users] [SourceForge.net Release] gnuwin32 : cygutils

2005-05-05 Thread SourceForge.net
Project: GnuWin32 (gnuwin32) Package: cygutils Date : 2005-05-05 23:09 Project "GnuWin32" ('gnuwin32') has released the new version of package 'cygutils'. You can download it from SourceForge.net by following this link:

[GnuWin32-Users] [gnuwin32 - Help] RE: serial port

2005-05-05 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3136537 By: nobody You can check the samples from http://chbhand.sourceforge.net/ __ You are receiving this email because you elected to mon

[GnuWin32-Users] [gnuwin32 - Help] serial port

2005-05-05 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3136353 By: nobody i don't know how to create the functions on a win32 C++ program to comunicate a microcontroller with the computer __ You

[GnuWin32-Users] [gnuwin32 - Help] RE: Getting grep to recurse a dir tree & pipi

2005-05-05 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3135706 By: mdlueck Quotes did it, and on Win32 they need to be double and not single. Single send grep off into CPU eating lala land. So, a working syntax to share... grep -ir --include="*.inf" oem . Case in

[GnuWin32-Users] [gnuwin32 - Help] RE: Getting grep to recurse a dir tree & pipi

2005-05-05 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3135572 By: keithmarshall The --include option isn't supported by the MSYS grep which I use, (v2.4.2), but on my Linux box, (Mandrake 8.2, grep 2.5f), grep -r --include='*.c' GNU groff-working displays the li

[GnuWin32-Users] [gnuwin32 - Help] RE: Getting grep to recurse a dir tree & pipi

2005-05-05 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3135500 By: mdlueck I found there was a newer build of grep released to fix the piping issue, I have updated to that version. That problem is now resolved. Michael

[GnuWin32-Users] [gnuwin32 - Help] RE: Getting grep to recurse a dir tree & pipi

2005-05-05 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3135487 By: mdlueck Well I guess I got t used to IBM's Employee Written / open source grep for OS/2 when it comes to recurse and fileproto as it had a shorter / direct syntax. Anyway, I was able to get an

[GnuWin32-Users] [gnuwin32 - Help] RE: Getting grep to recurse a dir tree & pipi

2005-05-05 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3135283 By: keithmarshall grep -r regex dir If you want grep to recurse into a directory tree, tell it the top level directory of the tree, (or subtree) you are interested in, rather than a file name prototyp