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.
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
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 :
3 matches
Mail list logo