Mail Archives: djgpp/2002/11/11/15:30:03
Sinan,
Thanks for the response.
What I was trying to illustrate was that if you type a dir command in a
dos window in Win2000 or NT,
> dir c:/dirA/dirB/filename.ext will not work
but
> dir c:\dirA\dirB\filename.ext does work
on my computer.
When I did the installation of djgpp, I did successfully get
longfilename support as evidenced by doing a dir and finding
sysmacros.h
instead of
sysmacro.h
per the installation instruction in the README.1st file contained in
djgpp.
It turns out that there is a long filename problem on NT (support was
just not included with NT!) which is addressed by the NTLFN08b.zip file
and made my compilation work.
FWIW, I did not know that you can use either "cmd" or "command.com" in
the Run window to launch DOS. I know they are different, and it appears
that not knowing about the difference can cause confusion also.
But thank you again for discussing the issue -- it helps.
Jeff
- Raw text -