Mail Archives: djgpp/2003/06/03/00:22:02
> From: CBFalconer <cbfalconer AT yahoo DOT com>
> Newsgroups: comp.os.msdos.djgpp
> Date: Mon, 02 Jun 2003 16:00:25 GMT
>
> The .lineno file existed after the run, with 0 bytes. It was
> running under W98. I have no intention of learning all about
> everything just to port indent.
>
> I hope somebody with the appropriate pre-knowledge will take it on
> and upgrade the DJGPP port.
It's doable. It's not rocket science, believe me. It's just a
question of how determined you are to make it happen.
If you still want to give it a try, I suggest to download the source
distributions of a couple of DJGPP ports of other GNU packages, like
Texinfo or Textutils, and look at the files in the djgpp/
subdirectory. You will see that a batch file, usually called
config.bat or some such, is used to edit (with Sed) the configure
script in order to avoid pitfals that fail it on DOS/Windows systems,
and then the edited script is run by Bash. It's quite possible that
you can simply copy the files in the djgpp/ subdirectory, with minimal
modifications, and use that to do the job.
Good luck (you will need it!)
- Raw text -