T
TLOlczyk
In a makefile, I had the following line:The problem came when I tried this in Windows.
Then the variable of PERLINCDIR is;
c:\dir1\dir2/CORE.
From error messages I guess the \ and / confuses the compiler.
So I want to replace all the \ with / ( something I do routinely in
Windows precisely for this reason ).
Obviously the regex operation to do this is:
s:\\:/:g
The question is how to use this regex op.
I tried:No go.
I've also triedthe result is an error "near my lo".
I've tried s:\\\\:/:g
I've tried my \$tlo, my \\$tlo etc.
all with no luck. Suggestions?
The reply-to email address is (e-mail address removed).
This is an address I ignore.
To reply via email, remove 2002 and change yahoo to
interaccess,
**
Thaddeus L. Olczyk, PhD
There is a difference between
*thinking* you know something,
and *knowing* you know something.
Then the variable of PERLINCDIR is;
c:\dir1\dir2/CORE.
From error messages I guess the \ and / confuses the compiler.
So I want to replace all the \ with / ( something I do routinely in
Windows precisely for this reason ).
Obviously the regex operation to do this is:
s:\\:/:g
The question is how to use this regex op.
I tried:No go.
I've also triedthe result is an error "near my lo".
I've tried s:\\\\:/:g
I've tried my \$tlo, my \\$tlo etc.
all with no luck. Suggestions?
The reply-to email address is (e-mail address removed).
This is an address I ignore.
To reply via email, remove 2002 and change yahoo to
interaccess,
**
Thaddeus L. Olczyk, PhD
There is a difference between
*thinking* you know something,
and *knowing* you know something.