[GnuWin32-Users] [gnuwin32 - Help] needs some initial direction

2007-01-15 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4102212 By: tbinning I know I'm swimming with the sharks here, so this will be an awfully silly question, but I really really need help installing/setting up GnuWin32 on my Windows computer. I know I need a C

[GnuWin32-Users] [gnuwin32 - Help] RE: SED won't replace my CR LF's with a space

2007-01-15 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4103938 By: kcw I used "tr" to replace all CR LF's with a neutral character, (eg "@"). I could then pipe the result into sed and manipulate it further. example: tr -s [\r\n] "@" | sed "s/^[[:space:[EMAIL PROT

[GnuWin32-Users] [gnuwin32 - Help] RE: needs some initial direction

2007-01-15 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4102329 By: jds2 gsl is a library of routines callable from C functions (although in principle the dll could be called from other languages also). So, yes, you need to write a C program that calls the function