RE: bash- Removing Line feeds (Carriage returns) from data

2003-10-23 Thread david.liberce
when I have problems like this, I pipe the standard output into a little perl inliner that replaces all trailing space characters with a single \n, like this: poide:~> programmThatDoSomeStuff.exe | perl -pe 's/\s*$/\n/' Hope it helps, David -Message d'origine- De : DePriest, Jason R.

RE: Cygwin/bash: need environment variables >32K

2003-10-23 Thread david.liberce
I reproduce this behaviour. Looks like the PATH environment variable is not valid anymore after $VAR has been asigned? David -Message d'origine- De : Klein Andre ICM N AS PD B 3 [mailto:[EMAIL PROTECTED] Envoyé : Thursday, October 23, 2003 11:22 AM À : '[EMAIL PROTECTED]' Objet : RE: C

confused by libxml2 installation

2003-10-17 Thread david.liberce
Hi! This is a couple of questions concerning the libxml that comes along with cygwin. I'm trying to compile the example files from the libxml tutorial and I'm having trouble with undefined reference to `_xmlStrcmp'. I link it against the libxml though, and it seems to contain the missing symbol :