Mail Archives: djgpp-workers/2000/04/06/15:33:30
On Tue, 4 Apr 2000, Andris Pavenis wrote:
> ./configure --build=i386-slackware-gnu \
> --host=i586-pc-msdosdjgpp \
> --target=i586-pc-msdosdjgpp \
> --prefix=/dev/env/DJDIR \
> --with-included-gettext
I suggest to lose --with-included-gettext: it won't work on
DOS/Windows systems, since the encoding of non-ASCII characters is
different. Unless you recode the *.po and *.gmo files, of course.
I use --disable-nls instead.
> I think it should build DJGPP binaries without problems now from original
> sources (only problem for me is that it's hard to use such build for
> RHIDE)
The DJGPP configuration script does several things that are required
for correct build. Perhaps most of them are only relevant to non-LFN
platfroms, I don't remember.
- Raw text -