Date: Mon, 31 Jan 2000 12:31:30 +0200 (WET) From: Andris Pavenis To: djgpp-workers AT delorie DOT com Subject: Some notes about DJGPP FAQ Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com This morning looked DJGPP FAQ 2.30 at www.delorie.com Some notes about 22.9 (DJGPP as cross-compiler) ftp://ftp.redhat.com/pub/incoming doesn't exist (there are 2 URLs to get RPMs of rather old version of cross-compiler) Also I included script for building cross-compiler in gcc2952s.zip (directory gnu/gcc-2.952/build.cross). However I have tested it only under Linux. I don't know how it will works on other systems (especially non i[3456]86 ones) I think all should be build "out of box" if some preliminary things are OK: stubify somewhere on path DJGPP headers at $prefix/i586-pc-msdosdjgpp/include (can be symlink to DJGPP include directory on DOS partition) DJGPP lib directory at $prefix/i586-pc-msdosdjgpp/lib DJGPP C++ headers directory at $prefix/i586-pc-msdosdjgpp/lang/cxx Cross-binutils for target i586-pc-msdodsjgpp available Directory $prefix/lib/gcc-lib/i586-msdosdjgpp/2.95.2 exists (script will ask You to create it if needed) I used prefix=/usr myself Andris