Date: Tue, 12 Nov 2002 21:56:35 -0500 Message-Id: <200211130256.gAD2uZ104685@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <019501c28abe$1f6139c0$021ca8c0@helm> (message from 2boxers on Tue, 12 Nov 2002 21:40:57 -0500) Subject: Re: linux-x-djgpp revised howto References: <019501c28abe$1f6139c0$021ca8c0 AT helm> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > http://users.erols.com/praccompsol/djgpp/linux-x-djgpp_REV-1.htm Er, the howtos are plain ASCII, not HTML... And for some reason you are defaulting to a text size that is way smaller than my default. Don't you trust me to pick my own font size? DJGPP's mini-faq has nothing to do with the versions of software installed on your Linux machine. You shouldn't refer to one particular djgpp mirror. Go through www.simtel.net and hunt down the file; point to the URL for the last page before you pick a mirror site. Or (probably best) just say "v2/djcrx203.zip from your local djgpp ftp site". The environment variable setting instructions are specific to bash. They won't work in sh or csh (just a note would be fine). The canonical djgpp target name is i586-pc-msdosdjgpp, not i686. It's probably not a problem any more, but at one point it was. We use i586 in our docs, probably should continue that to be consistent. The symbolic links should probably be relative, not absolute, like ln -s libstdc++.a $prefix/$target/lib/libstdcxx.a The /usr/bin/djgcc files should probably go by default in /usr/local/bin You don't need to restub your binary to get it to run under DOS. Just put cwsdpmi.exe somewhere in your PATH. The rest is automatic. Otherwise, it looks good.