Mail Archives: djgpp/2002/11/08/16:15:06
Charles Sandmann wrote:
>
> > However on an NT machine, it appears to want back slashes('\') versus
> > forward slashes ('/') for directory names.
>
> This is probably not the problem.
>
> > When I compile a simple hello world program, the W2000 works great, the NT
> > says it can't find file c:/djgpp/include/otherincludefile.h. I do a dir on
> > c:\djgpp\include\otherincludefile.h and it *is* there.
>
> If it has a long name (over 8.3 characters) you will either need to use
> the short name or install the long file name TSR. Read the FAQ, and
> get v2misc/ntlfn08b.zip (from Simtel) to enable long file names under
> Windows NT.
>
> If you can prove it's a problem with / instead of \, I'd be interested in
> a simple example which shows the problem.
Charles,
Thanks for the response.
I did read the readme.1st file and noted that unzip did put long
filenames to the disk, i.e., sysmacros.h versus sysmacro.h.
There is something different with NT. When I do 'dir', I see support
for long filenames. When I do 'ls' I see 8.3 filenames.
I'll try the zip file. This seems to be homing in on the filenames
issue.
Jeff
BTW, The '\' v '/' *is* there, even on Win2000. But that's evidently
not what is causing the problem I'm seeing.
- Raw text -