From: nojunk AT clear DOT net DOT nz (Gary Shingles (vig)) Newsgroups: comp.os.msdos.djgpp Subject: Re: Newbie Q: DOS Lib3D make problem(s) Date: 8 Apr 1997 16:13:50 GMT Organization: Virtual Infinity Group Lines: 22 Message-ID: <5idqru$cgh@news.nznet.gen.nz> References: <3342BF6C DOT 454A AT geocities DOT com> <3342CA11 DOT 7E59 AT geocities DOT com> <3342F175 DOT 7BDB AT geocities DOT com> NNTP-Posting-Host: max1-22.nznet.gen.nz To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp In article <3342F175 DOT 7BDB AT geocities DOT com>, JustIn wrote: > >It must have been the other distribution I had. I reinstalled >'lib3d018.zip' instead of the same version in a long '.tar.gz' format. >Strange. The file names had probably been 'dosified' in the .zip file. ie your Debuggable.s in the .tar.gz file had probably become DEBUGABL.S on your MS-DOS platform (some older programs do ignore VFat). A good tip, if using Win95, is to use a good unarchiving program like WinZip on a VFat partition, the long file name problem (usually) disappears. Another possible cause is the Makefile being in Unix text file format in the .tar.gz archive. That can cause considerable problems with MS-DOS make utilities. However, I suspect that the Makefile would fail completely in that circumstance (usually with "Missing separator: stop." or something equally informative. :) -- Gary