Mail Archives: djgpp/2000/01/23/15:27:24
Eli Zaretskii wrote:
>
> On Sat, 22 Jan 2000, Gisle Vanem wrote:
>
> > Maybe it's the directory-name strip/rename doesn't handle. I mean,
> > it's highly unusual (in COMMAND/4DOS it's illegal) to name a directory
> > "\c++". I assume with the new LFN-API in W2K everything goes...
>
> A `+' is a valid file-name character when long file names are
> supported (it works for me on Windows 95), so I doubt that this is the
> reason. But it can't hurt to try to rename the directory and see if
> that helps.
No, it doesn't seem to be a problem with the directory name. With
Windows 98, here's what I get:
C:\c++>gxx -o test.exe test.cpp
C:\c++>strip -v test.exe
copy from test.exe(coff-go32-exe) to staaaaaa(coff-go32-exe)
C:\c++>strip --version
GNU strip 2.8.1
I'll try renaming the directory on my Windows 2000 computer on
Monday, and report the results.
- Raw text -