Date: Sun, 10 Aug 1997 17:58:53 +0300 (IDT) From: Eli Zaretskii To: "M.E.J. Meeks" <96mejm AT eng DOT cam DOT ac DOT uk> cc: djgpp AT delorie DOT com Subject: Re: Cross compiling with DJGPP... help :-) In-Reply-To: <5sf0il$nnh$1@lyra.csx.cam.ac.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 8 Aug 1997, M.E.J. Meeks wrote: > In the abscence of pkunzip, I decided to use unzip386.exe > which I am rather suspect of ( in the area of long filenames ). Are you doing this on Windows 95? If so, it might be that the cross-compilation kit won't work there (I haven't tried, so I'm just guessing). You might try running it from plain DOS (no Windows). And no, unzip386.exe does NOT support long filenames. > >cd /djggp/gnu/gcc-2721 > >configure go32 m68040 > > This fails to work, configur.bat, try that. That fails. editing > /djgpp/gnu/gcc-2721/config/msdos/configur.bat and changing the > reference in configur.bat removing the 'e' eventualy makes it work. > > After removing the '-g' from the resulting makefile I > re-compile everything, and ... lo :) > > A dos->dos compiler hmm... Did you use the mc68k cross-compiler which is mentioned in the FAQ (section 22.7)? If not, try using it. If you *are* using it, try writing to the people whose addresses are in that section and ask them about your problems.