Mail Archives: djgpp/2000/05/01/03:46:39
On Mon, 1 May 2000, Peter J. Farley III wrote:
> C:\>djtar -x -v -!. co991215.tgz
The -!. part is IMHO not a good idea. It disables the automatic
conversion of some invalid file names that are frequently met in
.tar.gz archives of the Unix origin. djtar then prompts you for a
valid name for each of these files, which can be quite a pest if the
number of such files is large.
Why did you suggest to use that option?
> Although, as Eli Zaretskii will probably tell you, *almost* any
> GNU-style package *can* be built under DJGPP in plain DOS, there are
> sometimes cases where Win9x LFN (long-file-name) support is truly
> necessary.
I have yet to see a package that really requires LFN to be built. A
few simple (and fairly standard) tweaks of the configuration scripts,
that's all that's needed to overcome the file-name problems.
> One addition I would make to the things
> that others have already said: Before running the configure script,
> run the DJGPP version of "autoconf" to modify most of the
> "non-DJGPP-friendly" parts of configure. To do this, change to the
> directory where the configure script is stored, and just say:
>
> C:>\place\where\configure\lives>bash autoconf
This should not be necessary with the current version of ported Bash
2.03. It supports features that make this step redundant.
- Raw text -